shave off 2 bytes from crt1.o _start
[musl] / src /
2011-02-20 Rich Felkercleanup asprintf stuff
2011-02-20 Rich Felkerfix %n specifier, again. this time it was storing the...
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-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 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 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-17 Rich Felkerreorganize pthread data structures and move the definit...
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