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