<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/linux, branch v0.9.0</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 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>
<entry>
<title>fix broken reboot wrapper (syscall needs extra silly magic arguments...)</title>
<updated>2011-12-24T00:13:48+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-12-24T00:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c07daf0f2f696392c01ad97ad23ef01aa3cdf263'/>
<id>c07daf0f2f696392c01ad97ad23ef01aa3cdf263</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make getmntent_r discard long lines when it returns error, not seek back</title>
<updated>2011-09-28T23:37:14+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-28T23:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ede5ae7b0bb5a7ed9edeb2eeb8e24d30af64d185'/>
<id>ede5ae7b0bb5a7ed9edeb2eeb8e24d30af64d185</id>
<content type='text'>
seeking back can be performed by the caller, but if the caller doesn't
expect it, it will result in an infinite loop of failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seeking back can be performed by the caller, but if the caller doesn't
expect it, it will result in an infinite loop of failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve error handling in mntent stuff...</title>
<updated>2011-09-27T21:00:38+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-27T21:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=7e76095180a5d64821e21900b85dbd8829e2d90d'/>
<id>7e76095180a5d64821e21900b85dbd8829e2d90d</id>
<content type='text'>
not sure if this is correct/ideal. it needs further attention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not sure if this is correct/ideal. it needs further attention.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix missing va_end in prctl syscall wrapper</title>
<updated>2011-09-27T20:47:00+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-27T20:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f135ef3f343b824c5039e3dbbc31b5545fbe7a12'/>
<id>f135ef3f343b824c5039e3dbbc31b5545fbe7a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup various minor issues reported by nsz</title>
<updated>2011-09-26T04:59:28+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-26T04:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a'/>
<id>fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a</id>
<content type='text'>
the changes to syscall_ret are mostly no-ops in the generated code,
just cleanup of type issues and removal of some implementation-defined
behavior. the one exception is the change in the comparison value,
which is fixed so that 0xf...f000 (which in principle could be a valid
return value for mmap, although probably never in reality) is not
treated as an error return.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the changes to syscall_ret are mostly no-ops in the generated code,
just cleanup of type issues and removal of some implementation-defined
behavior. the one exception is the change in the comparison value,
which is fixed so that 0xf...f000 (which in principle could be a valid
return value for mmap, although probably never in reality) is not
treated as an error return.
</pre>
</div>
</content>
</entry>
</feed>
