<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.9.0</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>add *64 junk for sys/*.h headers</title>
<updated>2012-05-04T04:31:25+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-04T04:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f0b85fd926c5a381416c94be62e7bc20d9fdbdb1'/>
<id>f0b85fd926c5a381416c94be62e7bc20d9fdbdb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>legacy junk compatibility grab-bag</title>
<updated>2012-04-18T16:22:24+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-18T16:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ba6a9e7734aaff8f4e7d49b888f9dd1954bc92b1'/>
<id>ba6a9e7734aaff8f4e7d49b888f9dd1954bc92b1</id>
<content type='text'>
- add the rest of the junk traditionally in sys/param.h
- add prototypes for some nonstandard functions
- add _GNU_SOURCE to their source files so the compiler can check proto
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add the rest of the junk traditionally in sys/param.h
- add prototypes for some nonstandard functions
- add _GNU_SOURCE to their source files so the compiler can check proto
</pre>
</div>
</content>
</entry>
<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>
</feed>
