microblaze port
[musl] / src / thread / x86_64 /
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2012-05-05 Rich Felkerupdate license of njk contributed code (x86_64 asm)
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-06-15 Rich Felkerrestore use of .type in asm, but use modern @function...
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!