1. c5e02ee Cleanup ftruncate negative test. by Dan Albert · 9 years ago
  2. 5f3e19d Fix error handling for negative size in ftruncate. by Dan Albert · 9 years ago
  3. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 9 years ago
  4. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 9 years ago
  5. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 9 years ago
  6. 7257560 Change _POSIX_CPUTIME macro to make it compitable with glibc. by Yabin Cui · 9 years ago
  7. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 10 years ago
  8. 5afae64 implement posix_madvise by Yabin Cui · 10 years ago
  9. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 10 years ago
  10. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 10 years ago
  11. bc64476 bionic/test: migrate sysconf tests from system/extras to bionic/tests by Derek Xue · 10 years ago
  12. 661423a Merge "Increase support of pathconf options." by Yabin Cui · 10 years ago
  13. b5e581a Increase support of pathconf options. by Yabin Cui · 10 years ago
  14. fb50057 Fix glibc 2.15 build. by Elliott Hughes · 10 years ago
  15. 2f954ba gethostname.c: change to report ENAMETOOLONG error when buflen is less by Yongqin Liu · 10 years ago
  16. d94e7f0 bionic tests: migrate gethostname test to unistd_test.cpp from system/extras by Derek Xue · 10 years ago
  17. b86a4c7 Add sethostname(2). by Elliott Hughes · 10 years ago
  18. 9df7040 make all bionic death tests not dumpable by Yabin Cui · 10 years ago
  19. 60452a2 Unit test for abort(3). by Elliott Hughes · 10 years ago
  20. 2b3b2ec Fix unistd.getpid_caching_and_clone. by Elliott Hughes · 10 years ago
  21. 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 10 years ago
  22. fa9e16e Fix getpid caching across a clone. by Elliott Hughes · 10 years ago
  23. 7086ad6 Cache getpid. by Elliott Hughes · 10 years ago
  24. 738b0cc Fix overflow testing in sbrk. by Christopher Ferris · 10 years ago
  25. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  26. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 10 years ago
  27. a62a28d Add basic tests for fsync/fdatasync. by Elliott Hughes · 10 years ago
  28. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 10 years ago
  29. 533dde4 Fix brk/sbrk error checking. by Elliott Hughes · 10 years ago
  30. cbf6df0 Tests for environment variables utility functions by Grigoriy Kraynov · 11 years ago
  31. 764a993 Fix build: include what you use. by Elliott Hughes · 10 years ago
  32. 9f52564 Implement _Exit(3). by Elliott Hughes · 10 years ago
  33. aedb00d Switch to upstream alarm(3). by Elliott Hughes · 10 years ago
  34. 915fefb Fix x86 build. by Elliott Hughes · 10 years ago
  35. 3d19a83 bionic: fix __set_errno for arm64 syscalls that return a 64-bit value by Colin Cross · 10 years ago
  36. 1361313 Fix up failing glibc tests. by Christopher Ferris · 11 years ago
  37. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 11 years ago
  38. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 11 years ago
  39. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 11 years ago
  40. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 11 years ago