<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.9.1</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>various header cleanups, some related to _BSD_SOURCE addition</title>
<updated>2012-05-23T02:04:55+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-23T02:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=671ffab7769b4dfd873f0c585444823a67dc56bc'/>
<id>671ffab7769b4dfd873f0c585444823a67dc56bc</id>
<content type='text'>
there is no reason to avoid multiple identical macro definitions; this
is perfectly legal C, and even with the maximal warning options
enabled, gcc does not issue any warning for it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there is no reason to avoid multiple identical macro definitions; this
is perfectly legal C, and even with the maximal warning options
enabled, gcc does not issue any warning for it.
</pre>
</div>
</content>
</entry>
<entry>
<title>support _BSD_SOURCE feature test macro</title>
<updated>2012-05-23T01:52:08+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-23T01:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=419ae6d5c95629d3ebaff6f1880d52cb027ba924'/>
<id>419ae6d5c95629d3ebaff6f1880d52cb027ba924</id>
<content type='text'>
patch by Isaac Dunham. matched closely (maybe not exact) to glibc's
idea of what _BSD_SOURCE should make visible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Isaac Dunham. matched closely (maybe not exact) to glibc's
idea of what _BSD_SOURCE should make visible.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing parens in bit op macros (param.h)</title>
<updated>2012-05-10T16:10:44+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T16:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=bfb29b666ed4ab2f6679e0cb0ac92b12abf0abc3'/>
<id>bfb29b666ed4ab2f6679e0cb0ac92b12abf0abc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>and another bug in setbit, etc. macros..</title>
<updated>2012-05-10T15:59:07+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T15:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2e41887f54a8d01353204cb2509b4c466861e3b4'/>
<id>2e41887f54a8d01353204cb2509b4c466861e3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in sys/param.h that broke setbit, etc. macros</title>
<updated>2012-05-10T15:55:16+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-10T15:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e0ff0d34dcce6993bedefe5ef61f10701d2b5a09'/>
<id>e0ff0d34dcce6993bedefe5ef61f10701d2b5a09</id>
<content type='text'>
this is all junk, but some programs use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is all junk, but some programs use it.
</pre>
</div>
</content>
</entry>
<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>
</feed>
