<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/linux, branch v0.8.4</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 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>
<entry>
<title>fix stubbed-out reboot call</title>
<updated>2011-08-03T01:22:56+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-08-03T01:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4f5ba9211e2b8e176ff9dfee3bdb0453cbc4d59b'/>
<id>4f5ba9211e2b8e176ff9dfee3bdb0453cbc4d59b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix brk/sbrk behavior to match the real legacy functions</title>
<updated>2011-05-22T16:34:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-05-22T16:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=19892bf0a740062cf51b84c27f53f7c0f3120b53'/>
<id>19892bf0a740062cf51b84c27f53f7c0f3120b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eventfd syscall wrapper and read/write wrappers</title>
<updated>2011-05-08T04:03:00+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-05-08T04:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=15b77d52c950c375514d2e8152e7112fd018e20e'/>
<id>15b77d52c950c375514d2e8152e7112fd018e20e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix initgroups (uninitialized count passed to getgrouplist)</title>
<updated>2011-04-20T23:15:27+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-20T23:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=29a15ad077bd7af683d3c838d21be1c216f22f8f'/>
<id>29a15ad077bd7af683d3c838d21be1c216f22f8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add syscall wrapper for flock</title>
<updated>2011-04-13T18:55:26+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T18:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=55b123b5ede22f5c401d2992ae933a2f935dac6c'/>
<id>55b123b5ede22f5c401d2992ae933a2f935dac6c</id>
<content type='text'>
it should be noted that flock does not mix well with standard fcntl
locking, but nonetheless some applications will attempt to use flock
instead of fcntl if both exist. options to configure or small patches
may be needed. debian maintainers have plenty of experience with this
unfortunate situation...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it should be noted that flock does not mix well with standard fcntl
locking, but nonetheless some applications will attempt to use flock
instead of fcntl if both exist. options to configure or small patches
may be needed. debian maintainers have plenty of experience with this
unfortunate situation...
</pre>
</div>
</content>
</entry>
</feed>
