Age | Commit message (Expand) | Author | Files | Lines |
2016-02-04 | avoid using signals when a thread attempts to cancel itself | Rich Felker | 1 | -0/+1 |
2015-11-11 | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 1 | -4/+0 |
2015-11-02 | use explicit __cp_cancel label in cancellable syscall asm for all archs | Rich Felker | 1 | -8/+2 |
2015-11-02 | properly access mcontext_t program counter in cancellation handler | Rich Felker | 1 | -3/+4 |
2015-04-14 | cleanup use of visibility attributes in pthread_cancel.c | Rich Felker | 1 | -8/+9 |
2015-04-14 | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 1 | -3/+11 |
2015-04-13 | remove remnants of support for running in no-thread-pointer mode | Rich Felker | 1 | -2/+1 |
2015-03-16 | block all signals (even internal ones) in cancellation signal handler | Rich Felker | 1 | -1/+2 |
2015-02-21 | add new masked cancellation mode | Rich Felker | 1 | -9/+15 |
2015-02-20 | prepare cancellation syscall asm for possibility of __cancel returning | Rich Felker | 1 | -0/+7 |
2015-02-16 | make pthread_exit responsible for disabling cancellation | Rich Felker | 1 | -3/+0 |
2015-02-03 | fix missing memory barrier in cancellation signal handler | Rich Felker | 1 | -0/+1 |
2014-07-06 | rework cancellation weak alias logic not to depend on archive order | Rich Felker | 1 | -0/+85 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -7/+0 |
2011-04-01 | use a_store to set cancel flag in pthread_cancel, to ensure a barrier | Rich Felker | 1 | -1/+1 |
2011-03-29 | major improvements to cancellation handling | Rich Felker | 1 | -0/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -2/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+7 |