<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/sys, branch v0.9.7</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 issues with wait constants in stdlib.h</title>
<updated>2012-10-21T23:15:11+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-10-21T23:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4eb4844b31906e1f8d4a1a1ff7a5c94e1083661f'/>
<id>4eb4844b31906e1f8d4a1a1ff7a5c94e1083661f</id>
<content type='text'>
the W* namespace is not reserved, so the nonstandard ones must be
moved under extension features. also WNOHANG and WUNTRACED were
missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the W* namespace is not reserved, so the nonstandard ones must be
moved under extension features. also WNOHANG and WUNTRACED were
missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>always expose accept4</title>
<updated>2012-09-29T21:44:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-29T21:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3609e019f352912e882b91b7a856c7b30569f2de'/>
<id>3609e019f352912e882b91b7a856c7b30569f2de</id>
<content type='text'>
it will be in the next version of POSIX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it will be in the next version of POSIX
</pre>
</div>
</content>
</entry>
<entry>
<title>LFS64 alias for prlimit</title>
<updated>2012-09-21T08:05:01+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-21T08:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=f600105eef74a636a0efd1f1d07170ce5df9aa64'/>
<id>f600105eef74a636a0efd1f1d07170ce5df9aa64</id>
<content type='text'>
issue reported/requested by Justin Cormack
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
issue reported/requested by Justin Cormack
</pre>
</div>
</content>
</entry>
<entry>
<title>add clock_adjtime, remap_file_pages, and syncfs syscall wrappers</title>
<updated>2012-09-17T02:26:23+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-17T02:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=662da62eb7cba808e98fe8ea65f6bbf55fa50f1e'/>
<id>662da62eb7cba808e98fe8ea65f6bbf55fa50f1e</id>
<content type='text'>
patch by Justin Cormack, with slight modification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Justin Cormack, with slight modification
</pre>
</div>
</content>
</entry>
<entry>
<title>mincore syscall wrapper</title>
<updated>2012-09-09T20:37:19+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-09T20:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=a660180c6a93681c6efb54fb5826c08d4df60208'/>
<id>a660180c6a93681c6efb54fb5826c08d4df60208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix up lfs64 junk for preadv/pwritev</title>
<updated>2012-09-09T20:33:47+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-09T20:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2416c63b81f7f79ea781725cf1117c191775c699'/>
<id>2416c63b81f7f79ea781725cf1117c191775c699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add preadv/pwritev syscall wrappers</title>
<updated>2012-09-09T20:29:33+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-09T20:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ea544bfe808ef74c6d1727312069c12dd1c5c150'/>
<id>ea544bfe808ef74c6d1727312069c12dd1c5c150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syscall organization overhaul</title>
<updated>2012-09-09T02:43:14+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-09T02:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=208eb584efbf995e0c5d92f76d5f4c08ae0054b4'/>
<id>208eb584efbf995e0c5d92f76d5f4c08ae0054b4</id>
<content type='text'>
now public syscall.h only exposes __NR_* and SYS_* constants and the
variadic syscall function. no macros or inline functions, no
__syscall_ret or other internal details, no 16-/32-bit legacy syscall
renaming, etc. this logic has all been moved to src/internal/syscall.h
with the arch-specific parts in arch/$(ARCH)/syscall_arch.h, and the
amount of arch-specific stuff has been reduced to a minimum.

changes still need to be reviewed/double-checked. minimal testing on
i386 and mips has already been performed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now public syscall.h only exposes __NR_* and SYS_* constants and the
variadic syscall function. no macros or inline functions, no
__syscall_ret or other internal details, no 16-/32-bit legacy syscall
renaming, etc. this logic has all been moved to src/internal/syscall.h
with the arch-specific parts in arch/$(ARCH)/syscall_arch.h, and the
amount of arch-specific stuff has been reduced to a minimum.

changes still need to be reviewed/double-checked. minimal testing on
i386 and mips has already been performed.
</pre>
</div>
</content>
</entry>
<entry>
<title>add acct, accept4, setns, and dup3 syscalls (linux extensions)</title>
<updated>2012-09-09T00:22:08+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-09T00:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=6cf8bfdb646efaf76c75a95d1ea0cd254706c037'/>
<id>6cf8bfdb646efaf76c75a95d1ea0cd254706c037</id>
<content type='text'>
based on patch by Justin Cormack
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on patch by Justin Cormack
</pre>
</div>
</content>
</entry>
<entry>
<title>remove all remaining redundant __restrict/__inline/_Noreturn defs</title>
<updated>2012-09-08T21:14:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-08T21:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=455f96857f91d14e193219ca00969354a981c09c'/>
<id>455f96857f91d14e193219ca00969354a981c09c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
