1. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  2. ac49ced Always use CLOCK_MONOTONIC for pthreads and semaphores by Tom Cherry · 8 years ago
  3. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  4. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 10 years ago
  5. 1ee4652 Return the actual success result from __futex. by Elliott Hughes · 11 years ago
  6. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  7. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  8. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  9. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  10. 3973de9 Hide __futex_wake_ex and __futex_wait_ex. by Elliott Hughes · 11 years ago
  11. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  12. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  13. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  14. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  15. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  16. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  17. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  18. 6304d8b Use private futexes for semaphores, unless they are initialized with pshared != 0. by David 'Digit' Turner · 15 years ago