add pthread_atfork interface
[musl] / arch /
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
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 directory reading on x86_64
2011-02-15 Rich Felkerfix x86_64 wrongly reporting itself as ILP32 instead...
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. KainOptimize x86_64 atomics to take advantage of 64-bitness.
2011-02-15 Nicholas J. KainRemove __syscall_lseek from x86_64 syscall.h.
2011-02-15 Nicholas J. KainUpdate x86_64 bits to mirror (modulo platform differenc...
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 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 Felkerpreparing build system to handle ports - step 1