1. 68ab544 Fix the sysconf _SC_2_VERSION test. by Elliott Hughes · 8 years ago
  2. 55daf8a Remove weaker _POSIX_THREAD_PROCESS_SHARED test. by Elliott Hughes · 8 years ago
  3. a3abe4b Loosen _POSIX_THREAD_PROCESS_SHARED test. am: 7b41aaf3d5 am: f58c401672 by Elliott Hughes · 8 years ago
  4. f58c401 Loosen _POSIX_THREAD_PROCESS_SHARED test. am: 7b41aaf3d5 by Elliott Hughes · 8 years ago
  5. 7b41aaf Loosen _POSIX_THREAD_PROCESS_SHARED test. by Elliott Hughes · 8 years ago
  6. a352935 Fix unistd._POSIX_macros_smoke test. by Elliott Hughes · 8 years ago
  7. 468c808 Fix _POSIX_THREAD_PROCESS_SHARED. by Elliott Hughes · 8 years ago
  8. b8ab618 Move scopeguard into android::base by Tom Cherry · 8 years ago
  9. 30a3627 Cope with argv[0] being null in the dynamic linker. by Elliott Hughes · 8 years ago
  10. 68ecec1 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  11. beb3eb1 Revert "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  12. 4ccd431 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  13. 6fcd7a7 Revert "Fix CFI initialization crash on x86." by Alex Cheung · 9 years ago
  14. be46d38 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  15. 5965bf0 Fix unistd.execvpe_ENOEXEC and unistd.execvpe_failure. by Elliott Hughes · 9 years ago
  16. fb5b9bb Remove CLONE_NEWNS for gettid and getpid cache tests. by Yabin Cui · 9 years ago
  17. e462117 Set __get_thread()->tid as part of clone(). by Robert Sesek · 9 years ago
  18. a4edf7a Fix gettid() after clone(). by Robert Sesek · 9 years ago
  19. 73c44a4 Fix our _POSIX_* macros to declare barriers and spin locks. by Elliott Hughes · 9 years ago
  20. 6361506 Fix execvp/execvpe behavior with absolute paths and ENOEXEC. by Elliott Hughes · 9 years ago
  21. 3c11590 Fix execvpe ENOEXEC behavior. by Elliott Hughes · 9 years ago
  22. 1b40aaf Rewrite the exec family. by Elliott Hughes · 9 years ago
  23. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 9 years ago
  24. 7292725 Admit that we don't actually support thread priority inheritance. by Elliott Hughes · 9 years ago
  25. a948a4e Change use of /data to /data/local/tmp. by Christopher Ferris · 9 years ago
  26. 2e6e991 Run fsync tests on mutable filesystem. by Shuhei Takahashi · 9 years ago
  27. 126ab12 tests: allow brk to fail with ENOMEM by Daniel Micay · 10 years ago
  28. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 9 years ago
  29. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 10 years ago
  30. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  31. 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
  32. 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  33. 0b2acdf Use const auto& in for loops. by Elliott Hughes · 10 years ago
  34. cb6f599 Fix the way to count online cpus. by Yabin Cui · 10 years ago
  35. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  36. 189394b Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE). by Elliott Hughes · 10 years ago
  37. 9d476a0 Cleanup ftruncate negative test. by Dan Albert · 10 years ago
  38. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  39. be52e65 Fix dup2 in the case where the two fds are equal. by Elliott Hughes · 10 years ago
  40. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  41. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  42. 7257560 Change _POSIX_CPUTIME macro to make it compitable with glibc. by Yabin Cui · 11 years ago
  43. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  44. 5afae64 implement posix_madvise by Yabin Cui · 11 years ago
  45. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  46. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 11 years ago
  47. bc64476 bionic/test: migrate sysconf tests from system/extras to bionic/tests by Derek Xue · 11 years ago
  48. 661423a Merge "Increase support of pathconf options." by Yabin Cui · 11 years ago
  49. b5e581a Increase support of pathconf options. by Yabin Cui · 11 years ago
  50. fb50057 Fix glibc 2.15 build. by Elliott Hughes · 11 years ago
  51. 2f954ba gethostname.c: change to report ENAMETOOLONG error when buflen is less by Yongqin Liu · 11 years ago
  52. d94e7f0 bionic tests: migrate gethostname test to unistd_test.cpp from system/extras by Derek Xue · 11 years ago
  53. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  54. 9df7040 make all bionic death tests not dumpable by Yabin Cui · 11 years ago
  55. 60452a2 Unit test for abort(3). by Elliott Hughes · 11 years ago
  56. 2b3b2ec Fix unistd.getpid_caching_and_clone. by Elliott Hughes · 11 years ago
  57. 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 11 years ago
  58. fa9e16e Fix getpid caching across a clone. by Elliott Hughes · 11 years ago
  59. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  60. 738b0cc Fix overflow testing in sbrk. by Christopher Ferris · 11 years ago
  61. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  62. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 11 years ago
  63. a62a28d Add basic tests for fsync/fdatasync. by Elliott Hughes · 11 years ago
  64. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago
  65. 533dde4 Fix brk/sbrk error checking. by Elliott Hughes · 11 years ago
  66. cbf6df0 Tests for environment variables utility functions by Grigoriy Kraynov · 12 years ago
  67. 764a993 Fix build: include what you use. by Elliott Hughes · 11 years ago
  68. 9f52564 Implement _Exit(3). by Elliott Hughes · 11 years ago
  69. aedb00d Switch to upstream alarm(3). by Elliott Hughes · 11 years ago
  70. 915fefb Fix x86 build. by Elliott Hughes · 11 years ago
  71. 3d19a83 bionic: fix __set_errno for arm64 syscalls that return a 64-bit value by Colin Cross · 11 years ago
  72. 1361313 Fix up failing glibc tests. by Christopher Ferris · 12 years ago
  73. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 12 years ago
  74. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  75. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 12 years ago
  76. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago