Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | overhaul pthread cancellation | Rich Felker | 2011-04-17 | 1 | -4/+1 |
* | major semaphore improvements (performance and correctness) | Rich Felker | 2011-04-06 | 1 | -15/+30 |
* | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 2011-03-24 | 1 | -1/+4 |
* | fix some semaphore wait semantics (race condition deadlock and error checking) | Rich Felker | 2011-03-10 | 1 | -0/+5 |
* | fix off-by-one error in sem_(timed)wait (using old sem value instead of new) | Rich Felker | 2011-03-07 | 1 | -1/+1 |
* | implement POSIX semaphores | Rich Felker | 2011-03-04 | 1 | -0/+18 |