1. 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 10 years ago
  2. c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 10 years ago
  3. 0deb70c Merge changes Ibcefd6d9,I249c0815,If59cb6da by Dimitry Ivanov · 10 years ago
  4. ff25581 Remove some duplication in the makefile by Dimitry Ivanov · 10 years ago
  5. cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 10 years ago
  6. 972e3d0 Add test for misaligned section header by Dimitry Ivanov · 10 years ago
  7. 51b3b44 Merge "Fix sysconf(_SC_ARG_MAX)." by Elliott Hughes · 10 years ago
  8. e808702 Merge "linker: disallow W + E PT_LOAD segments" by Dimitry Ivanov · 10 years ago
  9. b17d845 Merge "Use sysinfo(2) to implement more of <sys/sysinfo.h>." by Treehugger Robot · 10 years ago
  10. 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 10 years ago
  11. c508de0 Use sysinfo(2) to implement more of <sys/sysinfo.h>. by Elliott Hughes · 10 years ago
  12. 38dba2e Fix sysconf(_SC_ARG_MAX). by Elliott Hughes · 10 years ago
  13. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 10 years ago
  14. d1f25a7 Reimplement remove(3) without the lstat(2). by Elliott Hughes · 10 years ago
  15. 70715da More stdio one-liners. by Elliott Hughes · 10 years ago
  16. 0a610d0 Upgrade to tzcode-2016f. by Elliott Hughes · 10 years ago
  17. 7292725 Admit that we don't actually support thread priority inheritance. by Elliott Hughes · 10 years ago
  18. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 10 years ago
  19. 1291e50 Remove bionic's now-unused UniquePtr. by Elliott Hughes · 10 years ago
  20. 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 10 years ago
  21. 061cf18 Merge "Add a test for a known kernel bug." by Treehugger Robot · 10 years ago
  22. d2f725e Don't declare SYS_* constants for unavailable __NR_* constants. by Elliott Hughes · 10 years ago
  23. 4a25349 Add a test for a known kernel bug. by Elliott Hughes · 10 years ago
  24. 2722ebb Convert bionic benchmarks and tests to Android.bp by Colin Cross · 10 years ago
  25. 3a6c6b3 Fix dlext.ns_smoke test by Dimitry Ivanov · 10 years ago
  26. 3ba55f8 Rationalize visibility. by Elliott Hughes · 10 years ago
  27. 20788ae Add ctermid. by Elliott Hughes · 10 years ago
  28. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
  29. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  30. d61ca37 Fix misc-macro-parentheses warnings in bionic/tests. by Chih-Hung Hsieh · 10 years ago
  31. 9af13d2 Do not return with stack address in global variable. by Chih-Hung Hsieh · 10 years ago
  32. a948a4e Change use of /data to /data/local/tmp. by Christopher Ferris · 10 years ago
  33. 2e6e991 Run fsync tests on mutable filesystem. by Shuhei Takahashi · 10 years ago
  34. 42abf3d Merge "linker: Allow caller to specify parent namespace" by Treehugger Robot · 10 years ago
  35. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 10 years ago
  36. fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 10 years ago
  37. 09e97e6 Fix the <netinet/ether.h> tests. by Elliott Hughes · 10 years ago
  38. c6190a9 We have the _r ether_ntoa/ether_aton functions too. by Elliott Hughes · 10 years ago
  39. 41fd295 Remove linker-namespace functions from the header by Dimitry Ivanov · 10 years ago
  40. e104a2e Generalize the clone function slightly. by Elliott Hughes · 10 years ago
  41. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 11 years ago
  42. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  43. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 10 years ago
  44. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago
  45. ff504e6 Add __INTRODUCED_IN hack to complex test. by Josh Gao · 10 years ago
  46. 7ba106c Fix <wctype.h>. by Elliott Hughes · 10 years ago
  47. 6f6f905 Implement mblen(3). by Elliott Hughes · 10 years ago
  48. 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
  49. 130bec7 Merge "Improve error message for empty list of public libs" by Dimitry Ivanov · 10 years ago
  50. 1faca6c Add a test exercising ptrace watchpoint functionality by Pavel Labath · 10 years ago
  51. 5480761 Improve error message for empty list of public libs by Dimitry Ivanov · 10 years ago
  52. 13d79ab Fix ftw/nftw to only report unreadable directories once. by Elliott Hughes · 10 years ago
  53. aca299a Remove dangling links in secondary namespaces by Dimitry Ivanov · 10 years ago
  54. 4d098ca Add a test for pthread_setname_np on another thread in a PR_SET_DUMPABLE 0 process. by Elliott Hughes · 10 years ago
  55. 7c64941 Merge "Add test for IRELATIVE resolution with RTLD_LAZY" by Dimitry Ivanov · 10 years ago
  56. ba35b2d Add test for IRELATIVE resolution with RTLD_LAZY by Dimitry Ivanov · 10 years ago
  57. 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
  58. 8d387ee fix oem_XXXX ids to incorporate both ranges by Mark Salyzyn · 10 years ago
  59. 26fda77 Fix b64_pton. by Elliott Hughes · 10 years ago
  60. 37b23cb Merge "Add <sys/quota.h>." by Elliott Hughes · 10 years ago
  61. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  62. 3735539 Rename the <grp.h>/<pwd.h> tests to reflect that they're no longer in stubs.cpp. by Elliott Hughes · 10 years ago
  63. 0a2ab02 Do not test ifunc on mips by Dimitry Ivanov · 10 years ago
  64. 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 10 years ago
  65. 55147ad Add missing prototype for readahead in <fcntl.h>. by Elliott Hughes · 10 years ago
  66. c9291e1 Merge "Add POSIX getsubopt(3)." by Elliott Hughes · 10 years ago
  67. df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 10 years ago
  68. 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
  69. 04c7d3d Merge "Enable ifunc test for arm" by Dimitry Ivanov · 10 years ago
  70. e5f7938 Merge "Remove a workaround from stack_protector_test that's not needed in master." by Elliott Hughes · 10 years ago
  71. 6b19f35 Merge "Move math headers in with the other headers." by Elliott Hughes · 10 years ago
  72. c967d89 Enable ifunc test for arm by Dimitry Ivanov · 10 years ago
  73. 126ab12 tests: allow brk to fail with ENOMEM by Daniel Micay · 10 years ago
  74. afe835d Move math headers in with the other headers. by Elliott Hughes · 10 years ago
  75. 17fdd02 Remove a workaround from stack_protector_test that's not needed in master. by Elliott Hughes · 10 years ago
  76. 6057d18 Fix the stack-protector test for x86/x86-64. by Elliott Hughes · 10 years ago
  77. eaf50be Merge "Add a checksum to jmp_buf on mips and mips64." by Josh Gao · 10 years ago
  78. a42789f Merge changes from topic 'setjmp_checksum_x86' by Josh Gao · 10 years ago
  79. c244fcb Delete lies from x86_64 setjmp implementation. by Josh Gao · 10 years ago
  80. 78f5eb0 Fix test getauxval.arm_has_AT_HWCAP2. by Yabin Cui · 10 years ago
  81. 19f5f6f Merge "linker: hide the pointer to soinfo" by Dimitry Ivanov · 10 years ago
  82. d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 10 years ago
  83. 33a6622 Merge "Don't bother insisting on AT_HWCAP2 for 32-bit devices." by Elliott Hughes · 10 years ago
  84. 900a4dc Don't bother insisting on AT_HWCAP2 for 32-bit devices. by Elliott Hughes · 10 years ago
  85. d15dfb2 clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case by Greg Hackmann · 10 years ago
  86. 3299590 Add a checksum to jmp_buf on mips and mips64. by Predrag Blagojevic · 10 years ago
  87. d132099 Merge "Add hasmntopt(3)" by Greg Hackmann · 10 years ago
  88. 76640d5 Merge "Add {get,set}domainname(2)" by Greg Hackmann · 10 years ago
  89. 3679ade Add hasmntopt(3) by Greg Hackmann · 10 years ago
  90. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
  91. 2846ae7 Merge "epoll_create: reject size <= 0" by Greg Hackmann · 10 years ago
  92. 61cb584 Merge "clone: check for NULL child stack" by Greg Hackmann · 10 years ago
  93. d4c9112 Fix the AT_HWCAP2 test. by Elliott Hughes · 10 years ago
  94. a03c62b epoll_create: reject size <= 0 by Greg Hackmann · 10 years ago
  95. fb23fa3 clone: check for NULL child stack by Greg Hackmann · 10 years ago
  96. 725b2a9 Add pthread_getname_np. by Elliott Hughes · 10 years ago
  97. 68a2f12 Merge "Fix pthread.pthread_barrier_smoke test." by Yabin Cui · 10 years ago
  98. 722072d CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 10 years ago
  99. 81d2797 Fix pthread.pthread_barrier_smoke test. by Yabin Cui · 10 years ago
  100. ebb4895 Add a CTS test to ensure AT_HWCAP2 is reported. by Elliott Hughes · 10 years ago