<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.9.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>add MOD_TAI to sys/timex.h and update STA_RONLY</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T18:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=200f96c6a04cb1b3af702968b86c363c6a73a50b'/>
<id>200f96c6a04cb1b3af702968b86c363c6a73a50b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add SWAP_FLAG_DISCARD to sys/swap.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T18:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d650631dad1691ad778b2d7afd77ee77d8546d9a'/>
<id>d650631dad1691ad778b2d7afd77ee77d8546d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add mount flags to sys/mount.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T17:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=645c6d99a58e0e5ab16f58e7498f2f4412a831da'/>
<id>645c6d99a58e0e5ab16f58e7498f2f4412a831da</id>
<content type='text'>
added various MS_*, MNT_*, UMOUNT_* flags following the linux
headers, with one exception: MS_NOUSER is defined as (1U&lt;&lt;31)
instead of (1&lt;&lt;31) which invokes undefined behaviour

the S_* flags were removed following glibc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added various MS_*, MNT_*, UMOUNT_* flags following the linux
headers, with one exception: MS_NOUSER is defined as (1U&lt;&lt;31)
instead of (1&lt;&lt;31) which invokes undefined behaviour

the S_* flags were removed following glibc
</pre>
</div>
</content>
</entry>
<entry>
<title>add IN_EXCL_UNLINK to sys/inotify.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T17:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=48854dffdb66191e7e54c0ea94bd1bd330905d7d'/>
<id>48854dffdb66191e7e54c0ea94bd1bd330905d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add EPOLLWAKEUP flag to sys/epoll.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T16:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ada88f6178db186305d6c8f2fe1420d71490a798'/>
<id>ada88f6178db186305d6c8f2fe1420d71490a798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-12T14:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c7351ffe9b9bbc6297ffad252ab1f6e39db87d73'/>
<id>c7351ffe9b9bbc6297ffad252ab1f6e39db87d73</id>
<content type='text'>
using the glibc names for the magic constants of the linux reboot syscall
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using the glibc names for the magic constants of the linux reboot syscall
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing ptrace requests and options to sys/ptrace.h</title>
<updated>2013-01-12T18:42:39+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-11T00:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=20103616635a14441c5e04477e7913f6f9095735'/>
<id>20103616635a14441c5e04477e7913f6f9095735</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 protocol families to sys/socket.h</title>
<updated>2013-01-12T18:42:38+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-01-11T00:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f13a47886063675d1e68b581240557fef6a3169c'/>
<id>f13a47886063675d1e68b581240557fef6a3169c</id>
<content type='text'>
missing protocol families based on current linux headers:
PF_RDS, PF_LLC, PF_CAN, PF_TIPC, PF_NFC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
missing protocol families based on current linux headers:
PF_RDS, PF_LLC, PF_CAN, PF_TIPC, PF_NFC
</pre>
</div>
</content>
</entry>
<entry>
<title>fix another case of cloexec/nonblock flags not matching arch values</title>
<updated>2013-01-10T22:57:30+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2013-01-10T22:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2dec29741b7d7024da8f4f1e03d309510834b28d'/>
<id>2dec29741b7d7024da8f4f1e03d309510834b28d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wait.h: add linux specific, thread-related waitpid() flags</title>
<updated>2013-01-04T19:36:34+00:00</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2013-01-01T07:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e895ddc0cd560ffb217c741139721a836c5f4b7f'/>
<id>e895ddc0cd560ffb217c741139721a836c5f4b7f</id>
<content type='text'>
these flags are needed in order to be able to handle lwp id's
which the kernel returns after clone() calls for new threads
via ptrace(PTRACE_GETEVENTMSG).

fortunately, they're the same for all archs and in the reserved
namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these flags are needed in order to be able to handle lwp id's
which the kernel returns after clone() calls for new threads
via ptrace(PTRACE_GETEVENTMSG).

fortunately, they're the same for all archs and in the reserved
namespace.
</pre>
</div>
</content>
</entry>
</feed>
