1. 2c4ec7e Fix uses of readlink in tests. by Christopher Ferris · 7 years ago
  2. 05ee196 Merge "Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present." by Treehugger Robot · 7 years ago
  3. 53b40de Merge "Test that the _r_debug list looks OK" by Treehugger Robot · 7 years ago
  4. f1a3838 Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present. by Elliott Hughes · 7 years ago
  5. c20f9a5 Test that the _r_debug list looks OK by Ryan Prichard · 7 years ago
  6. 99d5465 Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. by Elliott Hughes · 7 years ago
  7. 7266e91 Move unique_fd fdsan tests into bionic. by Josh Gao · 7 years ago
  8. b7b2884 Merge "Reland "Retire GCC FORTIFY."" by Elliott Hughes · 7 years ago
  9. 08b7a40 fdsan: improve errors some more. by Josh Gao · 7 years ago
  10. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  11. b652e9a Our prebuilt host glibc is new enough to remove a workaround. by Elliott Hughes · 7 years ago
  12. 6fc8dc2 remove bionic-compile-time-tests-g++ by Sajid Dalvi · 7 years ago
  13. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  14. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  15. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  16. 94ab04c Merge "libm: add tests that would have caught the recent regression." by Treehugger Robot · 7 years ago
  17. 505ecd6 libm: add tests that would have caught the recent regression. by Elliott Hughes · 7 years ago
  18. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 8 years ago
  19. ad596bf Merge "setjmp is a macro." by Treehugger Robot · 8 years ago
  20. 7622140 Merge "Add C11 timespec_get." by Treehugger Robot · 8 years ago
  21. 99a8caf Merge "Expose __res_randomid." by Treehugger Robot · 8 years ago
  22. afacaab The --gtest_color flag should take a priority. by Tao Bao · 8 years ago
  23. bf74815 setjmp is a macro. by Elliott Hughes · 8 years ago
  24. f98d87b Add C11 timespec_get. by Elliott Hughes · 8 years ago
  25. 3a5fd00 Expose __res_randomid. by Elliott Hughes · 8 years ago
  26. c1ef5eb Only use color in supported terminal. by Haibo Huang · 8 years ago
  27. 06f217d Merge "Remove workarounds for old versions of clang and GCC." by Treehugger Robot · 8 years ago
  28. 6726758 Merge "Reimplement popen(3)/pclose(3)." by Treehugger Robot · 8 years ago
  29. 3012b96 Remove workarounds for old versions of clang and GCC. by Elliott Hughes · 8 years ago
  30. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 8 years ago
  31. 83b6379 Remove bionic test's dependency on gtest internal. by Haibo Huang · 8 years ago
  32. 07a7c9b Merge "Fix some long-standing UTF-8 bugs." by Elliott Hughes · 8 years ago
  33. 57fe813 Merge "bionic: Convert res_send.c to poll()" by Bernie Innocenti · 8 years ago
  34. 402c762 Fix some long-standing UTF-8 bugs. by Elliott Hughes · 8 years ago
  35. 463faad pthread_barrier_init: add a test for the count == 0 EINVAL case. by Elliott Hughes · 8 years ago
  36. b664724 bionic: Convert res_send.c to poll() by Bernie Innocenti · 8 years ago
  37. 50acae8 Merge "Reland "Remove a check for AIDs in the OEM range."" by Tom Cherry · 8 years ago
  38. 4cddb00 Reland "Remove a check for AIDs in the OEM range." by Tom Cherry · 8 years ago
  39. 363eac0 Merge "linker: improve "bad ELF magic" error." by Treehugger Robot · 8 years ago
  40. a897151 linker: improve "bad ELF magic" error. by Elliott Hughes · 8 years ago
  41. e7d185f <sys/un.h>: add SUN_LEN. by Elliott Hughes · 8 years ago
  42. e5a5eec <netinet/ip_icmp.h>: ensure struct icmphdr is available. by Elliott Hughes · 8 years ago
  43. 901055e Mark bionic-loader-test-libs-target as a phony rule by Dan Willemsen · 8 years ago
  44. 3b0a5b7 Relax check on number of segments in a .so file by dimitry · 8 years ago
  45. 55547db Add secondary counter in place of tls_nodelete flag by dimitry · 8 years ago
  46. 28567ae Merge "Test that vendor AID names begin with vendor_" by Tom Cherry · 8 years ago
  47. e88b408 Test that vendor AID names begin with vendor_ by Tom Cherry · 8 years ago
  48. 6814028 Define DT_ANDROID_REL[A] correctly for a test by Ryan Prichard · 8 years ago
  49. 8e462d4 Do not use clang lld with -z,global by Chih-Hung Hsieh · 8 years ago
  50. 903e570 Merge "Require vendor users and groups to start with vendor_" by Tom Cherry · 8 years ago
  51. c2b9fec Require vendor users and groups to start with vendor_ by Tom Cherry · 8 years ago
  52. 8b14256 vdso should be available in all namespaces by dimitry · 8 years ago
  53. e0906d8 Unhardcode /system/lib by dimitry · 8 years ago
  54. 68e1c5b Merge "Fix various ftw/nftw "shall fail"s from POSIX." by Elliott Hughes · 8 years ago
  55. 70a8f22 Fix various ftw/nftw "shall fail"s from POSIX. by Elliott Hughes · 8 years ago
  56. 284c4fd Add a warm up pass to pthread_leak.join test by Evgeny Eltsin · 8 years ago
  57. d6f5730 Fix sysconf errno for unknown names. by Elliott Hughes · 8 years ago
  58. d6b56c9 allow_undefined_symbols to link libelf-tls-library by Chih-Hung Hsieh · 8 years ago
  59. 344969c spawn.signal_stress: reap spawned children on exit by Ryan Prichard · 8 years ago
  60. d238817 Merge "Do not check user/group names in pwd/grp tests for OEM uid/gids" by Tom Cherry · 8 years ago
  61. b4c25c8 Do not check user/group names in pwd/grp tests for OEM uid/gids by Tom Cherry · 8 years ago
  62. 7300d83 Make sys_ptrace_test.cpp Yama LSM-aware by Luis Hector Chavez · 8 years ago
  63. a1bc826 Fix race in spawn.signal_stress test by Ryan Prichard · 8 years ago
  64. 6c3f97d Fix race in ld.config.txt tests by Ryan Prichard · 8 years ago
  65. 68ce672 Merge "Break libdl.so and ld-android.so's dependency on libc.so." by Treehugger Robot · 8 years ago
  66. c0db96d Merge "Fix build failure with dlext_testzip Bionic tests" by Treehugger Robot · 8 years ago
  67. 470b666 Break libdl.so and ld-android.so's dependency on libc.so. by Ryan Prichard · 8 years ago
  68. ef59154 Fix build failure with dlext_testzip Bionic tests by Ryan Prichard · 8 years ago
  69. 06d31c9 Add libtest_missing_symbol_child_private. by Elliott Hughes · 8 years ago
  70. 5146652 Fix -/_ typo. by Elliott Hughes · 8 years ago
  71. a3f6f6c Merge "Add missing shared library dependencies to bionic-unit-tests" by Treehugger Robot · 8 years ago
  72. ce10b16 Add missing shared library dependencies to bionic-unit-tests by Jiyong Park · 8 years ago
  73. 1395f70 Add missed shared library dependency to bionic-unit-tests by Pirama Arumuga Nainar · 8 years ago
  74. daa2a32 Merge "Add missing shared library dependencies to bionic-unit-tests" by Treehugger Robot · 8 years ago
  75. c53e8b8 Add missing shared library dependencies to bionic-unit-tests by Pirama Arumuga Nainar · 8 years ago
  76. 3bddbbe Merge "Fix an ifdef in a test" by Treehugger Robot · 8 years ago
  77. e9c0e82 Fix an ifdef in a test by George Burgess IV · 8 years ago
  78. 9724e93 Reject .so files using ELF TLS. by Elliott Hughes · 8 years ago
  79. 4d33928 Merge "Exit gracefully on invalid --gtest_* flag." by Treehugger Robot · 8 years ago
  80. 9932789 Exit gracefully on invalid --gtest_* flag. by Tao Bao · 8 years ago
  81. 90234e5 Merge "Fortify ppoll64." by Elliott Hughes · 8 years ago
  82. b83bf14 Fortify ppoll64. by Elliott Hughes · 8 years ago
  83. 1315e3e Merge "libc: silence unsigned->signed warnings with ioctl" by Treehugger Robot · 8 years ago
  84. c6b5bcd Add _monotonic_np versions of timed wait functions by Tom Cherry · 8 years ago
  85. de45dcb libc: silence unsigned->signed warnings with ioctl by George Burgess IV · 8 years ago
  86. 9651fdf Check using destroyed mutexes. by Yabin Cui · 8 years ago
  87. 398c5ee Merge "Call __fortify_fatal if printf sees %n." by Elliott Hughes · 8 years ago
  88. 41398d0 Call __fortify_fatal if printf sees %n. by Elliott Hughes · 8 years ago
  89. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 8 years ago
  90. e09c90d Merge "Add strptime %s." by Elliott Hughes · 8 years ago
  91. 81baaf2 Add strptime %s. by Elliott Hughes · 8 years ago
  92. 9076b0c Be clearer about linker warnings. by Elliott Hughes · 8 years ago
  93. efa792b Merge "Filter out reserved signals in functions that take sigset_t." by Treehugger Robot · 8 years ago
  94. 2fe1034 Disable {getpwent,getgrent}_iterate tests on glibc. by Josh Gao · 8 years ago
  95. 6fcba93 Filter out reserved signals in functions that take sigset_t. by Josh Gao · 8 years ago
  96. ee8e3dd Remove non-trivial constructors/destructors from SystemProperties by Tom Cherry · 8 years ago
  97. 44c7b6a Merge changes Ibcd45e9b,I1ff5c0fa by Tom Cherry · 8 years ago
  98. 5fe7326 Do not munmap in MmapFile::~MmapFile by Tom Cherry · 8 years ago
  99. 60ddedf Build bionic/tests with cpp_std experimental. by Tom Cherry · 8 years ago
  100. 153168c Fix RTLD_NEXT/DEFAULT lookup by dimitry · 8 years ago