summaryrefslogtreecommitdiff
path: root/src/thread/x86_64
AgeCommit message (Expand)AuthorLines
2018-09-12make arch __set_thread_area backends hiddenRich Felker-0/+1
2018-09-12make arch __clone backends hiddenRich Felker-0/+1
2015-11-02use explicit __cp_cancel label in cancellable syscall asm for all archsRich Felker-1/+3
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-2/+8
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham-3/+0
2012-09-29fix some indention-with-spaces that crept inRich Felker-4/+4
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-10/+8
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker-2/+2
2011-09-18overhaul clone syscall wrappingRich Felker-20/+29
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+4
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-7/+0
2011-04-22fix initial stack alignment in new threads on x86_64Rich Felker-1/+1
2011-04-17fix typo in x86_64 cancellable syscall asmRich Felker-1/+1
2011-04-17fix bugs in cancellable syscall asmRich Felker-5/+6
2011-04-17fix some minor issues in cancellation handling patchRich Felker-1/+1
2011-04-17overhaul pthread cancellationRich Felker-0/+24
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-2/+2
2011-02-19race condition fix: block all signals before decrementing thread countRich Felker-13/+0
2011-02-16patch by njk, simplifies thread register initialization for x86_64Rich Felker-4/+0
2011-02-16patch from njk: make x86_64 __uniclone branchless.Rich Felker-6/+6
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+61