musl
2011-02-21 Rich Felkershave off 2 bytes from crt1.o _start
2011-02-20 Rich Felkercleanup asprintf stuff
2011-02-20 Rich Felkerprototypes for GNU asprintf/vasprintf
2011-02-20 Rich Felkerfix %n specifier, again. this time it was storing the...
2011-02-20 Rich Felkerinclude sys/sysmacros.h from sys/types.h when _GNU_SOUR...
2011-02-20 Rich Felkerfix typo in inotify structure
2011-02-20 Rich Felkermake malloc(0) return unique pointers rather than NULL
2011-02-20 Rich Felkerfix simple_malloc malloc(0) behavior not to return...
2011-02-20 Rich Felkerfix simple_malloc size restrictions
2011-02-20 Rich Felkerfix null pointer dereference introduced in last sigproc...
2011-02-20 Rich Felkermake real symbols for the legacy (nonstandardized)...
2011-02-20 Rich Felkerresolve some header namespace non-issues
2011-02-20 Rich Felkermove the GNU siginfo renaming so it doesn't lead to...
2011-02-20 Rich Felkerfill in some missing siginfo stuff in signal.h
2011-02-20 Rich Felkermake sys/param.h not depend on PATH_MAX and NAME_MAX
2011-02-19 Rich Felkerworkaround gcc bug 46926 by providing a dumb sincos...
2011-02-19 Rich Felkeruse rt_sigprocmask, not legacy sigprocmask, syscall...
2011-02-19 Rich Felkerfix typo in wordexp.h (note that the function is still...
2011-02-19 Rich Felkerimplement the remaining clock_* interfaces
2011-02-19 Rich Felkerrace condition fix: block all signals before decrementi...
2011-02-19 Rich Felkerprevent sigprocmask/pthread_sigmask from blocking imple...
2011-02-19 Rich Felkermake pthread_exit run dtors for last thread, wait to...
2011-02-19 Rich Felkermake mktemp match the historic behavior, and update...
2011-02-19 Rich Felkerfix major bug created from copying mkdtemp logic
2011-02-19 Rich Felkeradd syscall wrappers for inotify
2011-02-19 Rich Felkercleanup cruft left from when kernel and user time_t...
2011-02-19 Rich Felkerprototype wait3 and wait4
2011-02-19 Rich Felkeradd missing WIFCONTINUED macro and improve WIFSIGNALED
2011-02-19 Rich Felkerprototypes for brk and sbrk
2011-02-19 Rich Felkersupport the ugly and deprecated ucontext and sigcontext...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-18 Rich Felkermajor improvements to temp file name generator
2011-02-18 Rich Felkerreformat mkstemp like mkdtemp
2011-02-18 Rich Felkeradd portable lchown (trivial to support and a few ancie...
2011-02-18 Rich Felkerprepare WHATSNEW for release
2011-02-17 Rich Felkerdocument in config.mak sample that x86_64 is supported
2011-02-17 Rich Felkerupdate WHATSNEW in preparation for release
2011-02-17 Rich Felkeravoid deleting the lib/empty file
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-17 Rich Felkernew solution for empty lib dir (old one had some problems)
2011-02-17 Rich Felkerimprove Makefile handling of git checkouts with missing...
2011-02-17 Rich Felkermake daemon try the operations that might fail before...
2011-02-17 Rich Felkerdaemon should check for failures and return -1
2011-02-17 Rich Felkerdon't compare elements with themselves during qsort.
2011-02-17 Rich Felkerucontext is no longer in the standard, so use gnu-frien...
2011-02-17 Rich Felkersome gnu software wrongly uses "struct siginfo" instead...
2011-02-17 Rich Felkeradd to pthread.h: pthread_mutex_timedlock and sched...
2011-02-16 Rich Felkerfix printf %n specifier - missing breaks had it clobber...
2011-02-16 Rich Felkerpatch by njk, simplifies thread register initialization...
2011-02-16 Rich Felkerpatch from njk: make x86_64 __uniclone branchless.
2011-02-16 Rich Felkerfix compile failure: legacy cuserid needs to define...
2011-02-16 Rich Felkermove stdio stuff that's not arch-specific out of bits
2011-02-16 Rich Felkerprotect some limit constants with feature test macros...
2011-02-16 Rich Felkerfix the types of some integer constant limits in headers
2011-02-15 Rich Felkerfix missing EXIT_* in stdlib.h after header cleanup
2011-02-15 Rich Felkerfeature test support in unistd.h
2011-02-15 Rich Felkerfix directory reading on x86_64
2011-02-15 Rich Felkerprototype for gnu strcasestr (currently a stub)
2011-02-15 Rich Felkerfix x86_64 wrongly reporting itself as ILP32 instead...
2011-02-15 Rich Felkernews for upcoming release
2011-02-15 Rich Felkerfix another error from header cleanup, missing size_t...
2011-02-15 Rich Felkerfix broken signal.h from header cleanup
2011-02-15 Rich Felkersome docs fixes for x86_64
2011-02-15 Rich Felkerremove standalone syscall cruft
2011-02-15 Rich Felkerfix some type leakage (timer_t) from x86_64 commit
2011-02-15 Nicholas J... Optimize x86_64 atomics to take advantage of 64-bitness.
2011-02-15 Nicholas J... Remove __syscall_lseek from x86_64 syscall.h.
2011-02-15 Nicholas J... Update x86_64 bits to mirror (modulo platform differenc...
2011-02-15 Nicholas J... Port musl to x86-64. One giant commit!
2011-02-15 Rich Felkeryet another ugly legacy syscall rename...
2011-02-15 Rich Felkerfix getrlimit handling on 32-bit systems, and ease...
2011-02-15 Rich Felkersplit off arch-specific stdarg.h stuff
2011-02-15 Rich Felkercleanup socketcall syscall interface to ease porting...
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-15 Rich Felkermove arch-specific internal headers into place
2011-02-15 Rich Felkerfinish unifying thread register handling in preparation...
2011-02-15 Rich Felkerbegin unifying clone/thread management interface in...
2011-02-15 Rich Felkermake pthread_create return EAGAIN on resource failure...
2011-02-15 Rich Felkerpreparing build system to handle ports - step 1
2011-02-15 Rich Felkeradd previously-missing ios646.h
2011-02-15 Rich Felkeradd WHATSNEW file for 0.5.9 release
2011-02-15 Rich Felkerguard against hard links to non-ordinary-files when...
2011-02-15 Rich Felkermore header cleanup and conformance fixes - string.h
2011-02-15 Rich Felkermore header cleanup and conformance fixes - locale...
2011-02-15 Rich Felkerheader cleanup, conformance fixes - signals
2011-02-15 Rich Felkerupdate various bits headers for new linux additions
2011-02-15 Rich Felkeranother pointer signedness fix
2011-02-15 Rich Felkerfix some pointer signedness issues (this was invalid C)
2011-02-15 Rich Felkermore header fixes, minor warning fix
2011-02-15 Rich Felkerensure standard functions mk[sd]temp don't depend on...
2011-02-15 Rich Felkerput confstr.c with the other conf functions
2011-02-14 Rich Felkermajor bugfix for sigset_t (it was mistakenly 1024 bytes...
2011-02-14 Rich Felkerextensive header cleanup for standards conformance...
2011-02-14 Rich Felkerbegin namespace-cleanup of standard C headers
2011-02-14 Rich Felkeruse a more-correct integer type, and silence 64-bit...
2011-02-14 Rich Felkerexplicitly release crt/* to the public domain
2011-02-14 Rich Felkerfixed missing cast in the non-i386 version of shmat...
2011-02-14 Rich Felkercleanup multibyte stuff to remove ugly casts, sanitize...
2011-02-14 Rich Felkercleaning up syscalls in preparation for x86_64 port
2011-02-14 Rich Felkersyscall cleanup for umount2
next