Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-03-16 | block all signals (even internal ones) in cancellation signal handler | Rich Felker | -1/+2 |
2015-02-21 | add new masked cancellation mode | Rich Felker | -9/+15 |
2015-02-20 | prepare cancellation syscall asm for possibility of __cancel returning | Rich Felker | -0/+7 |
2015-02-16 | make pthread_exit responsible for disabling cancellation | Rich Felker | -3/+0 |
2015-02-03 | fix missing memory barrier in cancellation signal handler | Rich Felker | -0/+1 |
2014-07-06 | rework cancellation weak alias logic not to depend on archive order | Rich Felker | -0/+85 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -7/+0 |
2011-04-01 | use a_store to set cancel flag in pthread_cancel, to ensure a barrier | Rich Felker | -1/+1 |
2011-03-29 | major improvements to cancellation handling | Rich Felker | -0/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | -2/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+7 |