1. 066b5d6 Fix -Winteger-overflow warning by Yi Kong · 1 year, 8 months ago
  2. 95646e6 Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). by Elliott Hughes · 1 year, 11 months ago
  3. d3e0652 Nullability check for semaphore module by zijunzhao · 2 years, 4 months ago
  4. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 4 months ago
  5. e657eb4 Fix some bionic death tests. by Elliott Hughes · 4 years, 5 months ago
  6. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  7. 6901080 Implement new clock wait functions by Tom Cherry · 6 years ago
  8. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  9. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  10. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  11. c6b5bcd Add _monotonic_np versions of timed wait functions by Tom Cherry · 7 years ago
  12. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 7 years ago
  13. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  14. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
  15. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
  16. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
  17. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
  18. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  19. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago