Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-01-22 | fix cancellation failure in single-threaded programs | Rich Felker | 1 | -1/+1 |
2011-09-27 | fix crash in pthread_testcancel if pthread_self has not been called | Rich Felker | 1 | -1/+1 |
2011-08-07 | close should not be cancellable after "failing" with EINTR | Rich Felker | 1 | -1/+2 |
2011-08-06 | use weak aliases rather than function pointers to simplify some code | Rich Felker | 1 | -2/+1 |
2011-08-02 | fix breakage in cancellation due to signal functions overhaul | Rich Felker | 1 | -1/+7 |
2011-04-18 | recheck cancellation disabled flag after syscall returns EINTR | Rich Felker | 1 | -1/+1 |
2011-04-17 | clean up handling of thread/nothread mode, locking | Rich Felker | 1 | -1/+1 |
2011-04-17 | fix bugs in cancellable syscall asm | Rich Felker | 1 | -1/+2 |
2011-04-17 | don't use pthread_once when there is no danger in race | Rich Felker | 1 | -2/+5 |
2011-04-17 | fix some minor issues in cancellation handling patch | Rich Felker | 1 | -9/+17 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -0/+70 |