Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make aio_suspend a cancellation point and properly handle cancellation | Rich Felker | 2015-03-02 | 1 | -3/+9 |
* | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | 2015-03-02 | 1 | -1/+1 |
* | overhaul aio implementation for correctness | Rich Felker | 2015-02-13 | 1 | -33/+46 |
* | add missing legacy LFS *64 symbol aliases | Szabolcs Nagy | 2014-09-05 | 1 | -0/+3 |
* | fix various errors in function signatures/prototypes found by nsz | Rich Felker | 2011-09-13 | 1 | -1/+1 |
* | implement POSIX asynchronous io | Rich Felker | 2011-09-09 | 1 | -0/+57 |