<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.7.9</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>move wait.h macros out of bits. they do not vary.</title>
<updated>2011-04-21T18:27:28+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-21T18:27:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4b5f054098e484baa6d457aebe8bdab0eeb90215'/>
<id>4b5f054098e484baa6d457aebe8bdab0eeb90215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include signal.h to avoid thorny __sigcontext/sigcontext issues</title>
<updated>2011-04-21T18:21:57+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-21T18:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f492c95401b3a6fedb3973631496ee329447b25e'/>
<id>f492c95401b3a6fedb3973631496ee329447b25e</id>
<content type='text'>
this is explicitly allowed by POSIX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is explicitly allowed by POSIX
</pre>
</div>
</content>
</entry>
<entry>
<title>add useless type fd_mask. it's in the reserved namespace.</title>
<updated>2011-04-14T20:23:31+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-14T20:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=33a3f202d1998ca7ba2d3bec1e4886accc0053a7'/>
<id>33a3f202d1998ca7ba2d3bec1e4886accc0053a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>numerous fixes to sysv ipc</title>
<updated>2011-04-13T20:45:43+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T20:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=07e865cc5afb11e6e882e998306ab0f7fb64357e'/>
<id>07e865cc5afb11e6e882e998306ab0f7fb64357e</id>
<content type='text'>
some of these definitions were just plain wrong, others based on
outdated ancient "non-64" versions of the kernel interface.

as much as possible has now been moved out of bits/*

these changes break abi (the old abi for these functions was wrong),
but since they were not working anyway it can hardly matter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some of these definitions were just plain wrong, others based on
outdated ancient "non-64" versions of the kernel interface.

as much as possible has now been moved out of bits/*

these changes break abi (the old abi for these functions was wrong),
but since they were not working anyway it can hardly matter.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test for it</title>
<updated>2011-04-13T17:22:19+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T17:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=45a3219944f03ece5742b6aecb79b6dc7c9ac0bb'/>
<id>45a3219944f03ece5742b6aecb79b6dc7c9ac0bb</id>
<content type='text'>
RLIM_* is in the reserved namespace for this header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RLIM_* is in the reserved namespace for this header
</pre>
</div>
</content>
</entry>
<entry>
<title>fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)</title>
<updated>2011-04-13T17:16:49+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T17:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=cac7d837ccc35b7e80d8f1eb7338f8e9d8b1b2d8'/>
<id>cac7d837ccc35b7e80d8f1eb7338f8e9d8b1b2d8</id>
<content type='text'>
trash in the upper 32 bits was making the kernel sleep forever in
select on 64-bit systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
trash in the upper 32 bits was making the kernel sleep forever in
select on 64-bit systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>add some traditional aliases to stat.h</title>
<updated>2011-04-12T16:01:20+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-12T16:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=7ecab79f581c9bd2369dc00a7649bb5af9089302'/>
<id>7ecab79f581c9bd2369dc00a7649bb5af9089302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing rlimit macros</title>
<updated>2011-04-12T15:50:14+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-12T15:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=209f2bbd95cfac3a71bb8afa452c794d1ccf94cf'/>
<id>209f2bbd95cfac3a71bb8afa452c794d1ccf94cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup types stuff in headers, fix missing u_int*_t in sys/types.h</title>
<updated>2011-04-11T14:38:00+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-11T14:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=28bde3b78746c4f773600c415fbc740efec4e311'/>
<id>28bde3b78746c4f773600c415fbc740efec4e311</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some ugly legacy type names in sys/types.h (u_char etc.)</title>
<updated>2011-04-11T02:47:43+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-11T02:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2555fe1b6da21119f87d407ef3838648d5fd601d'/>
<id>2555fe1b6da21119f87d407ef3838648d5fd601d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
