Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-11-02 | use explicit __cp_cancel label in cancellable syscall asm for all archs | Rich Felker | -1/+3 |
2015-04-14 | consistently use hidden visibility for cancellable syscall internals | Rich Felker | -2/+8 |
2012-05-23 | fix issue with longjmp out of signal handlers and cancellation | Rich Felker | -10/+8 |
2011-06-14 | restore use of .type in asm, but use modern @function (vs %function) | Rich Felker | -0/+1 |
2011-06-13 | remove all .size and .type directives for functions from the asm | Rich Felker | -1/+0 |
2011-04-17 | fix typo in x86_64 cancellable syscall asm | Rich Felker | -1/+1 |
2011-04-17 | fix bugs in cancellable syscall asm | Rich Felker | -5/+6 |
2011-04-17 | fix some minor issues in cancellation handling patch | Rich Felker | -1/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -0/+24 |