<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/linux, 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>remove __arch_prctl alias for arch_prctl</title>
<updated>2012-12-07T21:22:13+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-12-07T21:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3ee67505fe50299d6df6e9bca894fd6b568669fb'/>
<id>3ee67505fe50299d6df6e9bca894fd6b568669fb</id>
<content type='text'>
if there's evidence of any use for it, we can add it back later. as
far as I can tell, glibc has it only for internal use (and musl uses a
direct syscall in that case rather than a function call), not for
exposing it to applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if there's evidence of any use for it, we can add it back later. as
far as I can tell, glibc has it only for internal use (and musl uses a
direct syscall in that case rather than a function call), not for
exposing it to applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>move new linux syscall wrapper functions to proper source dir</title>
<updated>2012-12-07T21:17:16+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-12-07T21:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=55aef73f4789a97dc99f30e72776e55924255e1b'/>
<id>55aef73f4789a97dc99f30e72776e55924255e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>move accept4, dup3, and pipe2 to non-linux-specific locations</title>
<updated>2012-09-29T21:40:42+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-29T21:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=dc62790deec183697489d5fddea03c82f725e7fd'/>
<id>dc62790deec183697489d5fddea03c82f725e7fd</id>
<content type='text'>
these interfaces have been adopted by the Austin Group for inclusion
in the next version of POSIX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these interfaces have been adopted by the Austin Group for inclusion
in the next version of POSIX.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some indention-with-spaces that crept in</title>
<updated>2012-09-29T05:14:07+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-29T05:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c983e6415abdc30893b2fe359a334033c59ec621'/>
<id>c983e6415abdc30893b2fe359a334033c59ec621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LFS64 alias for prlimit</title>
<updated>2012-09-21T08:05:01+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-21T08:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f600105eef74a636a0efd1f1d07170ce5df9aa64'/>
<id>f600105eef74a636a0efd1f1d07170ce5df9aa64</id>
<content type='text'>
issue reported/requested by Justin Cormack
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
issue reported/requested by Justin Cormack
</pre>
</div>
</content>
</entry>
<entry>
<title>add clock_adjtime, remap_file_pages, and syncfs syscall wrappers</title>
<updated>2012-09-17T02:26:23+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-17T02:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=662da62eb7cba808e98fe8ea65f6bbf55fa50f1e'/>
<id>662da62eb7cba808e98fe8ea65f6bbf55fa50f1e</id>
<content type='text'>
patch by Justin Cormack, with slight modification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Justin Cormack, with slight modification
</pre>
</div>
</content>
</entry>
<entry>
<title>fix another ppoll issue (missing sigset_t size argument)</title>
<updated>2012-09-10T22:37:27+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-10T22:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=a9555a995cea8aa67da571c95af61109140f2c8d'/>
<id>a9555a995cea8aa67da571c95af61109140f2c8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ppoll with null timeout argument</title>
<updated>2012-09-10T22:05:02+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-10T22:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3b5e69052a867e9d99cf4c655d775bd06e3437f1'/>
<id>3b5e69052a867e9d99cf4c655d775bd06e3437f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
