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