about summary refs log tree commit diff
path: root/src/thread/x86_64
Commit message (Expand)AuthorAgeFilesLines
* fix some indention-with-spaces that crept inRich Felker2012-09-291-4/+4
* fix issue with longjmp out of signal handlers and cancellationRich Felker2012-05-231-10/+8
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-052-2/+2
* overhaul clone syscall wrappingRich Felker2011-09-181-20/+29
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-144-0/+4
* remove all .size and .type directives for functions from the asmRich Felker2011-06-134-7/+0
* fix initial stack alignment in new threads on x86_64Rich Felker2011-04-221-1/+1
* fix typo in x86_64 cancellable syscall asmRich Felker2011-04-171-1/+1
* fix bugs in cancellable syscall asmRich Felker2011-04-171-5/+6
* fix some minor issues in cancellation handling patchRich Felker2011-04-171-1/+1
* overhaul pthread cancellationRich Felker2011-04-171-0/+24
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-2/+2
* race condition fix: block all signals before decrementing thread countRich Felker2011-02-191-13/+0
* patch by njk, simplifies thread register initialization for x86_64Rich Felker2011-02-161-4/+0
* patch from njk: make x86_64 __uniclone branchless.Rich Felker2011-02-161-6/+6
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-153-0/+61