summaryrefslogtreecommitdiff
path: root/src/thread/x86_64/syscall_cp.s
AgeCommit message (Expand)AuthorLines
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-1/+0
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