1. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 9 years ago
  2. 5451d95 make aio_suspend a cancellation point and properly handle cancellation by Rich Felker · 9 years ago
  3. 0fc317d factor cancellation cleanup push/pop out of futex __timedwait function by Rich Felker · 9 years ago
  4. fd850de fix type error (arch-dependent) in new aio code by Rich Felker · 10 years ago
  5. 4e8a356 overhaul aio implementation for correctness by Rich Felker · 10 years ago
  6. 36c30c4 add missing legacy LFS *64 symbol aliases by Szabolcs Nagy · 10 years ago
  7. 83dc6eb eliminate use of cached pid from thread structure by Rich Felker · 10 years ago
  8. b20760c support configurable page size on mips, powerpc and microblaze by Szabolcs Nagy · 11 years ago
  9. a494171 fix invalid access in aio notification by Rich Felker · 11 years ago
  10. 8600849 fix uninitialized variable in lio (aio) code by Rich Felker · 11 years ago
  11. a753f7f fix lio_listio return value in LIO_WAIT mode by Szabolcs Nagy · 12 years ago
  12. b427c82 use alternate argument syntax for restrict with lio_listio by Rich Felker · 12 years ago
  13. efd4d87 clean up sloppy nested inclusion from pthread_impl.h by Rich Felker · 12 years ago
  14. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  15. f0a8d60 stupid typo (caused by rather ugly spelling in POSIX..) in aio by Rich Felker · 13 years ago
  16. 144c951 fix idiotic const-correctness error in lio_listio by Rich Felker · 13 years ago
  17. 7c131a3 fix inconsistent signature for aio_error by Rich Felker · 13 years ago
  18. 4da289e fix return types for aio_read and aio_write again by Rich Felker · 13 years ago
  19. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  20. b4de6f9 implement POSIX asynchronous io by Rich Felker · 13 years ago