musl
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
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