new solution for empty lib dir (old one had some problems)
[musl] / src /
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-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-15 Rich Felkerremove standalone syscall cruft
2011-02-15 Nicholas J. KainPort 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 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 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 Felkerheader cleanup, conformance fixes - signals
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 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 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 Felkerfix previous commit that broke sigreturn. looks like...
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