<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/linux, branch v0.8.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>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>
<entry>
<title>fix bug whereby getopt_long allowed mismatch in last char of option name</title>
<updated>2011-04-13T18:52:23+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T18:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=6f0259a4fc7d827db027fe122377687ef780e17c'/>
<id>6f0259a4fc7d827db027fe122377687ef780e17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix prototypes/signature for setgroups, etc.</title>
<updated>2011-04-13T13:03:22+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-13T13:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3f44f298e46b78cb8fe80be76798e799589ae55e'/>
<id>3f44f298e46b78cb8fe80be76798e799589ae55e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix completely bogus loop condition in getmntent_r</title>
<updated>2011-04-06T16:35:05+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-06T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=6b87e941f932a93120383de33f5237395fc1354a'/>
<id>6b87e941f932a93120383de33f5237395fc1354a</id>
<content type='text'>
somehow this worked on my simple fstab, but horribly broke in general,
leading to use of uninitialized offset array and crashes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
somehow this worked on my simple fstab, but horribly broke in general,
leading to use of uninitialized offset array and crashes.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement the adjtime and adjtimex functions (nonstandard)</title>
<updated>2011-04-05T19:38:20+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-05T19:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f209440bcfb5bee2386f00392f00f68c716850ce'/>
<id>f209440bcfb5bee2386f00392f00f68c716850ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add getmntent_r interface (all of mntent is nonstandard anyway)</title>
<updated>2011-04-05T18:11:14+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-05T18:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2c4e9e6e4b570f4dbbcc5f2402b0257a3b43380a'/>
<id>2c4e9e6e4b570f4dbbcc5f2402b0257a3b43380a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
