summaryrefslogtreecommitdiff
path: root/src/thread/x86_64/syscall_cp.s
AgeCommit message (Expand)AuthorLines
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
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-10/+8
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