<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include, 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>proper error handling for fcntl F_GETOWN on modern kernels</title>
<updated>2012-06-21T02:16:47+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-21T02:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4e8b0938d90793d6e1e200d6b25e6581b72bd4d0'/>
<id>4e8b0938d90793d6e1e200d6b25e6581b72bd4d0</id>
<content type='text'>
on old kernels, there's no way to detect errors; we must assume
negative syscall return values are pgrp ids. but if the F_GETOWN_EX
fcntl works, we can get a reliable answer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on old kernels, there's no way to detect errors; we must assume
negative syscall return values are pgrp ids. but if the F_GETOWN_EX
fcntl works, we can get a reliable answer.
</pre>
</div>
</content>
</entry>
<entry>
<title>include declarations for new stdio_ext functions (gnulib support)</title>
<updated>2012-06-19T19:18:22+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-19T19:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=5bc8e845bb4de2c472581136d2268c4bf103bcd4'/>
<id>5bc8e845bb4de2c472581136d2268c4bf103bcd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>header file fixes: multiple include guard consistency and correctness</title>
<updated>2012-06-16T01:52:53+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-16T01:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=57d5fff5f7dd9af27152c84ce041c18597a22766'/>
<id>57d5fff5f7dd9af27152c84ce041c18597a22766</id>
<content type='text'>
one file was reusing another file's macro name, and many had
inconsistent underscores and application of SYS prefix, etc.

patch by Szabolcs Nagy (nsz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one file was reusing another file's macro name, and many had
inconsistent underscores and application of SYS prefix, etc.

patch by Szabolcs Nagy (nsz)
</pre>
</div>
</content>
</entry>
<entry>
<title>revert one change in time.h; no evidence BSD_SOURCE should expose these..</title>
<updated>2012-06-13T18:46:11+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T18:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=de05a2ac22d33bd7631f182143ecea6dd01d9406'/>
<id>de05a2ac22d33bd7631f182143ecea6dd01d9406</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix feature test macros in time.h</title>
<updated>2012-06-13T18:43:16+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T18:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=cf254c32ec47df4975d14e97233918e42ee70cea'/>
<id>cf254c32ec47df4975d14e97233918e42ee70cea</id>
<content type='text'>
stime is not _XOPEN_SOURCE, and some functions were missing with
_BSD_SOURCE..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stime is not _XOPEN_SOURCE, and some functions were missing with
_BSD_SOURCE..
</pre>
</div>
</content>
</entry>
<entry>
<title>add timegm function (inverse of gmtime), nonstandard</title>
<updated>2012-06-13T18:41:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T18:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=23be72ae4534c13a7fd03f580934cc251ada619f'/>
<id>23be72ae4534c13a7fd03f580934cc251ada619f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add (currently stubbed due to stubbed strverscmp) versionsort function</title>
<updated>2012-06-13T15:14:38+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-13T15:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fbffcee63dde1cba27021177d2ed9ba4f3792a57'/>
<id>fbffcee63dde1cba27021177d2ed9ba4f3792a57</id>
<content type='text'>
based on patch by Emil Renner Berthing, with minor changes to dirent.h
for LFS64 and organization of declarations

this code should work unmodified once a real strverscmp is added, but
I've been hesitant to add it because the GNU strverscmp behavior is
harmful in a lot of cases (for instance if you have numeric filenames
in hex). at some point I plan on trying to design a variant of the
algorithm that behaves better on a mix of filename styles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on patch by Emil Renner Berthing, with minor changes to dirent.h
for LFS64 and organization of declarations

this code should work unmodified once a real strverscmp is added, but
I've been hesitant to add it because the GNU strverscmp behavior is
harmful in a lot of cases (for instance if you have numeric filenames
in hex). at some point I plan on trying to design a variant of the
algorithm that behaves better on a mix of filename styles.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix signedness errors in stdint.h constant macros</title>
<updated>2012-06-08T15:11:44+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-08T15:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3d649468c7315d43aa99a44e882118d6872cb6ec'/>
<id>3d649468c7315d43aa99a44e882118d6872cb6ec</id>
<content type='text'>
the types of these expressions must match the integer promotions.
unsigned 8- and 16-bit values promote to signed int, not unsigned int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the types of these expressions must match the integer promotions.
unsigned 8- and 16-bit values promote to signed int, not unsigned int.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix sysinfo, try 2. it seems to work this time.</title>
<updated>2012-06-08T03:06:04+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-06-08T03:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=1429ce9ba2425b8abeefc311d56db5efe801d9d2'/>
<id>1429ce9ba2425b8abeefc311d56db5efe801d9d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
