musl
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
2011-02-14 Rich Felkeruse umount2 syscall for umount (new targets lack old...
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-14 Rich Felkerreorganize thread exit code, make pthread_exit call...
2011-02-14 Rich Felkeradded missing O_NDELAY
2011-02-14 Rich Felkerfix previous commit that broke sigreturn. looks like...
2011-02-13 Rich Felkerensure that musl is compiled as C99 code & XSI option...
2011-02-13 Rich Felkerfix omission that kept sa_restorer from being used
2011-02-12 Rich Felkerensure that the compiler doesn't try to reorder around...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0