Commit History

Author SHA1 Message Date
  Rich Felker b8ca9eb530 fix fallback checks for kernels without private futex support 10 years ago
  Rich Felker bc09d58c04 make futex operations use private-futex mode when possible 10 years ago
  Rich Felker b3c08a16c0 simplify unified timed wait code, drop support for newer method 13 years ago
  Rich Felker 8aeee8db21 timedwait: play it safe for now 13 years ago
  Rich Felker 4717bfec70 correctly handle old kernels without FUTEX_WAIT_BITSET 13 years ago
  Rich Felker ec381af902 unify and overhaul timed futex waits 13 years ago
  Rich Felker feee98903c overhaul pthread cancellation 14 years ago
  Rich Felker c2cd25bff8 consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix 14 years ago
  Rich Felker a113434cd6 major semaphore improvements (performance and correctness) 14 years ago
  Rich Felker be82e122bf if returning errno value directly from a syscall, we need to negate it. 14 years ago
  Rich Felker 685e40bb09 syscall overhaul part two - unify public and internal syscall interface 14 years ago
  Rich Felker cc832d8a31 don't expose EAGAIN, etc. from timed futex wait to caller 14 years ago
  Rich Felker 0b44a0315b initial check-in, version 0.5.0 14 years ago