<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.9.8</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 eventfd and inotify nonblock/cloexec flags to match arch values</title>
<updated>2012-11-26T18:00:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-26T18:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=b4d8a16c1afde1d06e1d46f22f5fab2cda408122'/>
<id>b4d8a16c1afde1d06e1d46f22f5fab2cda408122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sys/procfs.h mostly work on most archs</title>
<updated>2012-11-26T03:28:18+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-26T03:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4b75f4ed8d08b26d4bf2ac96191b395218ad888e'/>
<id>4b75f4ed8d08b26d4bf2ac96191b395218ad888e</id>
<content type='text'>
these structures are purely for use by trace/debug tools and tools
working with core files. the definition of fpregset_t, which was
previously here, has been removed because it was wrong; fpregset_t
should be the type used in mcontext_t, not the type used in
ptrace/core stuff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these structures are purely for use by trace/debug tools and tools
working with core files. the definition of fpregset_t, which was
previously here, has been removed because it was wrong; fpregset_t
should be the type used in mcontext_t, not the type used in
ptrace/core stuff.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix breakage from introducing bits header for sys/io.h</title>
<updated>2012-11-19T00:58:15+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-19T00:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=0004ea613ac310daaee30c167112d796db33fa70'/>
<id>0004ea613ac310daaee30c167112d796db33fa70</id>
<content type='text'>
apparently some other archs have sys/io.h and should not break just
because they don't have the x86 port io functions. provide a blank
bits/io.h everywhere for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apparently some other archs have sys/io.h and should not break just
because they don't have the x86 port io functions. provide a blank
bits/io.h everywhere for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>add port io functions to sys/io.h</title>
<updated>2012-11-19T00:31:58+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-19T00:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=61aa6324af982b635f8c392640a4e8e450c4c6b4'/>
<id>61aa6324af982b635f8c392640a4e8e450c4c6b4</id>
<content type='text'>
based on proposal by Isaac Dunham. nonexistance of bits/io.h will
cause inclusion of sys/io.h to produce an error on archs that are not
supposed to have it. this is probably the desired behavior, but the
error message may be a bit unusual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on proposal by Isaac Dunham. nonexistance of bits/io.h will
cause inclusion of sys/io.h to produce an error on archs that are not
supposed to have it. this is probably the desired behavior, but the
error message may be a bit unusual.
</pre>
</div>
</content>
</entry>
<entry>
<title>add cleaned-up sys/mtio.h</title>
<updated>2012-11-18T00:51:49+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-18T00:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d0197ff03100c716937900fc9c32042ab5581d4a'/>
<id>d0197ff03100c716937900fc9c32042ab5581d4a</id>
<content type='text'>
this is mostly junk, but a few programs with tape-drive support
unconditionally include it, and it might be useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is mostly junk, but a few programs with tape-drive support
unconditionally include it, and it might be useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>disable SO_REUSEPORT in sys/socket.h</title>
<updated>2012-11-16T00:16:10+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-16T00:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=91738d0241aed345cac8685422d4518ea5f3cdf0'/>
<id>91738d0241aed345cac8685422d4518ea5f3cdf0</id>
<content type='text'>
although a number is reserved for it, this option is not implemented
on Linux and does not work. defining it causes some applications to
use it, and subsequently break due to its failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
although a number is reserved for it, this option is not implemented
on Linux and does not work. defining it causes some applications to
use it, and subsequently break due to its failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix numerous mips abi constant definition mismatches</title>
<updated>2012-11-05T19:29:04+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-05T19:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=32d6d77e544dbb1d9c44cacfc2ea0cbfe5ccfdef'/>
<id>32d6d77e544dbb1d9c44cacfc2ea0cbfe5ccfdef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mips cache flush/ctl syscall support and header</title>
<updated>2012-11-04T22:06:31+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-11-04T22:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fc5f16d18222d197ebf182e50048aa384d84269d'/>
<id>fc5f16d18222d197ebf182e50048aa384d84269d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issues with wait constants in stdlib.h</title>
<updated>2012-10-21T23:15:11+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-10-21T23:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4eb4844b31906e1f8d4a1a1ff7a5c94e1083661f'/>
<id>4eb4844b31906e1f8d4a1a1ff7a5c94e1083661f</id>
<content type='text'>
the W* namespace is not reserved, so the nonstandard ones must be
moved under extension features. also WNOHANG and WUNTRACED were
missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the W* namespace is not reserved, so the nonstandard ones must be
moved under extension features. also WNOHANG and WUNTRACED were
missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>always expose accept4</title>
<updated>2012-09-29T21:44:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-29T21:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3609e019f352912e882b91b7a856c7b30569f2de'/>
<id>3609e019f352912e882b91b7a856c7b30569f2de</id>
<content type='text'>
it will be in the next version of POSIX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it will be in the next version of POSIX
</pre>
</div>
</content>
</entry>
</feed>
