Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |