release notes for 0.9.11
[musl] / src / unistd /
2013-03-25 Rich Felkerin pipe2, use pipe() rather than __syscall(SYS_pipe...
2013-02-03 Rich Felkerstreamline old-kernel fallback path of pipe2 to use...
2012-12-11 Rich Felkerfix double errno-decoding in the old-kernel fallback...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-10-18 Rich Felkeroverhaul system() and popen() to use vfork; fix various...
2012-09-29 Rich Felkermove accept4, dup3, and pipe2 to non-linux-specific...
2012-09-29 Rich Felkerfix some indention-with-spaces that crept in
2012-09-25 Rich Felkerfix handling of EINTR during close()
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkeradd acct syscall source file, omitted in last syscalls...
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-07 Rich Felkerfix broken ttyname[_r] (failure to null-terminate result)
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-06-20 Rich Felkerfix mistake in length test in getlogin_r
2012-06-20 Rich Felkerfix dummied-out fsync
2012-06-20 Rich Felkerfix dummied-out fdatasync
2012-05-24 Rich Felkeravoid deprecated (by linux) alarm syscall; use setitime...
2012-03-02 Rich Felkersupport null buffer argument to getcwd, auto-allocating...
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-07-30 Rich Felkerfix some bugs in setxid and update setrlimit to use...
2011-07-30 Rich Felkeradd setxid.c for new set*id() framework. missed in...
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-04-22 Rich Felkeromit errno update path for syscalls that cannot fail
2011-04-21 Rich Felkerworkaround bug in linux dup2
2011-04-18 Rich Felkerremove bogus extra logic for close cancellability
2011-04-17 Rich Felkerdebloat: use __syscall instead of syscall where possible
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-04-03 Rich Felkermake ualarm actually work (obsolete function removed...
2011-04-03 Rich Felkeradd setresuid/setresgid functions (nonstandard)
2011-04-02 Rich Felkerremove obsolete and useless useconds_t type
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-15 Rich Felkerput confstr.c with the other conf functions
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-12 Rich Felkerinitial check-in, version 0.5.0