about summary refs log tree commit diff
path: root/src/thread/x86_64
Commit message (Expand)AuthorAgeFilesLines
* make arch __set_thread_area backends hiddenRich Felker2018-09-121-0/+1
* make arch __clone backends hiddenRich Felker2018-09-121-0/+1
* use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker2015-11-021-1/+3
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-141-2/+8
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-091-3/+0
* 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