summaryrefslogtreecommitdiff
path: root/src/thread/i386/syscall_cp.s
AgeCommit message (Expand)AuthorLines
2015-04-14consistently use hidden visibility for cancellable syscall internalsRich Felker-3/+8
2015-02-20prepare cancellation syscall asm for possibility of __cancel returningRich Felker-1/+8
2012-05-23fix issue with longjmp out of signal handlers and cancellationRich Felker-21/+15
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 bugs in cancellable syscall asmRich Felker-5/+4
2011-04-17fix some minor issues in cancellation handling patchRich Felker-1/+1
2011-04-17overhaul pthread cancellationRich Felker-0/+36