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