minor locking optimizations
[musl] / src / thread / x86_64 /
2011-06-14 Rich Felkerremove all .size and .type directives for functions...
2011-04-22 Rich Felkerfix initial stack alignment in new threads on x86_64
2011-04-17 Rich Felkerfix typo in x86_64 cancellable syscall asm
2011-04-17 Rich Felkerfix bugs in cancellable syscall asm
2011-04-17 Rich Felkerfix some minor issues in cancellation handling patch
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-02-19 Rich Felkerrace condition fix: block all signals before decrementi...
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-15 Nicholas J. KainPort musl to x86-64. One giant commit!