<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/linux, branch v0.9.2</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 process_vm_readv and process_vm_writev syscall wrappers</title>
<updated>2012-06-24T01:38:47+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-24T01:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=9cf9c39e48342a5d4007824d49b88132d93d83e3'/>
<id>9cf9c39e48342a5d4007824d49b88132d93d83e3</id>
<content type='text'>
based on a patch submitted by Kristian L. &lt;email@thexception.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on a patch submitted by Kristian L. &lt;email@thexception.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add vhangup syscall wrapper</title>
<updated>2012-06-19T19:32:13+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-19T19:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=25c8444919cc129264f7b7f31090d05403477719'/>
<id>25c8444919cc129264f7b7f31090d05403477719</id>
<content type='text'>
request/patch by william haddonthethird, slightly modifed to add
_GNU_SOURCE feature test macro so that the compiler can verify the
prototype matches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request/patch by william haddonthethird, slightly modifed to add
_GNU_SOURCE feature test macro so that the compiler can verify the
prototype matches.
</pre>
</div>
</content>
</entry>
<entry>
<title>add init_module/delete_module syscall wrappers</title>
<updated>2012-06-13T15:49:22+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2169265ec6c902cd460bf96a1a0b5103657a4954'/>
<id>2169265ec6c902cd460bf96a1a0b5103657a4954</id>
<content type='text'>
these are not exposed publicly in any header, but the few programs
that use them (modutils/kmod, etc.) are declaring the functions
themselves rather than making the syscalls directly, and it doesn't
really hurt to have them (same as the capset junk).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these are not exposed publicly in any header, but the few programs
that use them (modutils/kmod, etc.) are declaring the functions
themselves rather than making the syscalls directly, and it doesn't
really hurt to have them (same as the capset junk).
</pre>
</div>
</content>
</entry>
<entry>
<title>add deprecated capabilities functions</title>
<updated>2012-06-13T15:04:31+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T15:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e361019c24b4dc930aa9431b895b478e1eee04e0'/>
<id>e361019c24b4dc930aa9431b895b478e1eee04e0</id>
<content type='text'>
these were left in glibc for binary compatibility after the public
part of the interface was removed, and libcap kept using them (with
its own copy of the header files) rather than just making the syscalls
directly. might as well add them since they're so small...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these were left in glibc for binary compatibility after the public
part of the interface was removed, and libcap kept using them (with
its own copy of the header files) rather than just making the syscalls
directly. might as well add them since they're so small...
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in utimes function that made it mess up file times</title>
<updated>2012-05-22T03:55:36+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-22T03:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=7b5467cbae266d9cf91404a13c9b6b6e1d9b8204'/>
<id>7b5467cbae266d9cf91404a13c9b6b6e1d9b8204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add linux-specific unshare syscall wrapper</title>
<updated>2012-04-29T23:54:03+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-04-29T23:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=50da5c264fd84ea2de8cf75bf39ceb81a4eecd71'/>
<id>50da5c264fd84ea2de8cf75bf39ceb81a4eecd71</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>remove junk sincos implementations in preparation to merge nsz's real ones</title>
<updated>2012-03-17T00:53:05+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-03-17T00:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2cbb24bba39ad3529315098b5619b6fec078eb82'/>
<id>2cbb24bba39ad3529315098b5619b6fec078eb82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement sincosf and sincosl functions; add prototypes</title>
<updated>2012-03-15T06:38:42+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-03-15T06:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=5657cc58e5e135bba85c9a7045e10d8de4b1be0a'/>
<id>5657cc58e5e135bba85c9a7045e10d8de4b1be0a</id>
<content type='text'>
presumably broken gcc may generate calls to these, and it's said that
ffmpeg makes use of sincosf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
presumably broken gcc may generate calls to these, and it's said that
ffmpeg makes use of sincosf.
</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>
