<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.8.7</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>fix typo in inotify.h</title>
<updated>2012-02-08T03:48:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-02-08T03:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=570edb19d12dd3920b576db06b657b639fdbac00'/>
<id>570edb19d12dd3920b576db06b657b639fdbac00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apparently gnu caddr_t is supposed to be char *, not unsigned long</title>
<updated>2012-02-01T19:12:19+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-02-01T19:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=147f355cb698fc90a07e48048275831de73d0fc4'/>
<id>147f355cb698fc90a07e48048275831de73d0fc4</id>
<content type='text'>
this type should never be used anyway, but some old junk uses it..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this type should never be used anyway, but some old junk uses it..
</pre>
</div>
</content>
</entry>
<entry>
<title>add linux setfs[ug]id syscall wrappers</title>
<updated>2012-01-29T02:09:50+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-29T02:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4619901ec4b82d233a24e26ef3df01ddadc2d013'/>
<id>4619901ec4b82d233a24e26ef3df01ddadc2d013</id>
<content type='text'>
patch by Jeremy Huntwork
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Jeremy Huntwork
</pre>
</div>
</content>
</entry>
<entry>
<title>remove useless "extern" keywords in headers</title>
<updated>2012-01-26T15:53:37+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-26T15:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c3db56c4cb2b5eb06cbf46b8fe526f4fe7e10321'/>
<id>c3db56c4cb2b5eb06cbf46b8fe526f4fe7e10321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add MIN/MAX macros to sys/param.h</title>
<updated>2012-01-25T03:51:27+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-25T03:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=6a193804a87a69856c3b5705b24a19a6ba4b6e16'/>
<id>6a193804a87a69856c3b5705b24a19a6ba4b6e16</id>
<content type='text'>
this is a nonstandard junk header anyway, so just do what apps expect..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is a nonstandard junk header anyway, so just do what apps expect..
</pre>
</div>
</content>
</entry>
<entry>
<title>add legacy futimes and lutimes functions</title>
<updated>2012-01-25T00:50:44+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-25T00:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=477e72ac4a263c163ddfd25b6e2371de0dd97e10'/>
<id>477e72ac4a263c163ddfd25b6e2371de0dd97e10</id>
<content type='text'>
based on patch by sh4rm4. these functions are deprecated; futimens and
utimensat should be used instead in new programs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on patch by sh4rm4. these functions are deprecated; futimens and
utimensat should be used instead in new programs.
</pre>
</div>
</content>
</entry>
<entry>
<title>add prlimit syscall wrapper</title>
<updated>2012-01-21T03:10:47+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-01-21T03:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=26f38328d66f4bd525e9d21a9245ba4c54d6ca10'/>
<id>26f38328d66f4bd525e9d21a9245ba4c54d6ca10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix all missing instances of __cplusplus checks/extern "C" in headers</title>
<updated>2011-11-11T01:40:06+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-11-11T01:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3ed8c9f2df0b5f0bfe1006037c46d4f32ec6ca7b'/>
<id>3ed8c9f2df0b5f0bfe1006037c46d4f32ec6ca7b</id>
<content type='text'>
patch by Arvid Picciani (aep)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Arvid Picciani (aep)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some details in ugly stuff that doesn't belong in libc</title>
<updated>2011-10-17T16:23:04+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-10-17T16:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=03860303c298f2ec7a9c0de683a68f4ab61697f0'/>
<id>03860303c298f2ec7a9c0de683a68f4ab61697f0</id>
<content type='text'>
patches by sh4rm4, presumably needed to make gdb or some similar junk
happy...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patches by sh4rm4, presumably needed to make gdb or some similar junk
happy...
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup various minor issues reported by nsz</title>
<updated>2011-09-26T04:59:28+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-26T04:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a'/>
<id>fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a</id>
<content type='text'>
the changes to syscall_ret are mostly no-ops in the generated code,
just cleanup of type issues and removal of some implementation-defined
behavior. the one exception is the change in the comparison value,
which is fixed so that 0xf...f000 (which in principle could be a valid
return value for mmap, although probably never in reality) is not
treated as an error return.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the changes to syscall_ret are mostly no-ops in the generated code,
just cleanup of type issues and removal of some implementation-defined
behavior. the one exception is the change in the comparison value,
which is fixed so that 0xf...f000 (which in principle could be a valid
return value for mmap, although probably never in reality) is not
treated as an error return.
</pre>
</div>
</content>
</entry>
</feed>
