1. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 9 years ago
  2. 572b1dd Merge "Match __bos0 to __pass_object_size0 in FORTIFY" by Treehugger Robot · 9 years ago
  3. 2cb4dfb Merge "Replace public library list with shared lib sonames (part 2/2)" by Dimitry Ivanov · 9 years ago
  4. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 9 years ago
  5. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  6. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  7. 7d429d3 Replace public library list with shared lib sonames (part 1/2) by Dimitry Ivanov · 9 years ago
  8. 5ac6509 Merge "libc: add clang FORTIFY support" by Treehugger Robot · 9 years ago
  9. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 9 years ago
  10. ea8f396 Add test checking init/fini call order by Dimitry Ivanov · 9 years ago
  11. bcb1529 Revert "Stop checking the global thread list in several trivial cases." by Elliott Hughes · 9 years ago
  12. f5a4992 Stop checking the global thread list in several trivial cases. by Elliott Hughes · 9 years ago
  13. 9886ea3 Merge "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  14. 68ecec1 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  15. a187a6f Merge "Revert "Remove the global thread list."" by David James · 9 years ago
  16. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 9 years ago
  17. 9b9d4eb Merge "Remove the global thread list." by Elliott Hughes · 9 years ago
  18. beb3eb1 Revert "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  19. 4ccd431 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  20. 6fcd7a7 Revert "Fix CFI initialization crash on x86." by Alex Cheung · 9 years ago
  21. be46d38 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  22. bb9713d Silence unused variable warning in sys_ptrace_test by Pavel Labath · 9 years ago
  23. fb082ee Add hardware breakpoint ptrace test by Pavel Labath · 9 years ago
  24. 55aae03 Merge "Remove bionic-unit-tests-gcc" by Dimitry Ivanov · 9 years ago
  25. 3c81d5b Remove bionic-unit-tests-gcc by Dimitry Ivanov · 9 years ago
  26. 14b9d71 Fix bionic-unit-tests in arch with binary translator by Victor Khimenko · 9 years ago
  27. 18c009c Merge "Fix bionic-unit-tests in some non-standard builds" by Victor Khimenko · 9 years ago
  28. cafd355 Do not send 0 byte string content. by Dimitry Ivanov · 9 years ago
  29. 65273fb Fix bionic-unit-tests in some non-standard builds by Victor Khimenko · 9 years ago
  30. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  31. 40250bb Merge "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
  32. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  33. 440d6c7 Merge "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
  34. 8bb01c0 Merge "Remove libc++ dependency from prebuilt test-libs" by Treehugger Robot · 9 years ago
  35. 01c888c Mark ifunc tests failing on arm as known failures by Dimitry Ivanov · 9 years ago
  36. bfe8680 Remove libc++ dependency from prebuilt test-libs by Dimitry Ivanov · 9 years ago
  37. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  38. 082bec5 Merge "Runtime support for CFI" by Evgenii Stepanov · 9 years ago
  39. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  40. 2a3b4fa Rename libdebuggerd_client to libdebuggerd_handler. by Josh Gao · 9 years ago
  41. 1f553ea Switch bionic-unit-tests to libc++_static. by Yabin Cui · 9 years ago
  42. cc44100 Beef up process_vm_readv/writev tests by Pavel Labath · 9 years ago
  43. 1b2975d Merge "localtime_r(3) should act as if it calls tzset(3)." by Elliott Hughes · 9 years ago
  44. 27fa754 Merge "Improve fmemopen tests." by Josh Gao · 9 years ago
  45. ea87716 localtime_r(3) should act as if it calls tzset(3). by Elliott Hughes · 9 years ago
  46. 94ea198 Merge "Add support for expected failures to gtest runner." by Treehugger Robot · 9 years ago
  47. 2f06e10 Improve fmemopen tests. by Josh Gao · 9 years ago
  48. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 9 years ago
  49. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
  50. 0105222 Add support for expected failures to gtest runner. by Josh Gao · 9 years ago
  51. 940d460 Merge "Revert "Revert "move android_ids into bionic""" by Elliott Hughes · 9 years ago
  52. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  53. 462ea66 Fix bionic-unit-tests-static crash by Dimitry Ivanov · 9 years ago
  54. 5489183 Merge "Define range of GIDs for cached app data." by Jeff Sharkey · 9 years ago
  55. 59dd615 Merge "Add test for elf-hash and packed relocations" by Dimitry Ivanov · 9 years ago
  56. d5b578a Add test for empty symbol lookup by Dimitry Ivanov · 9 years ago
  57. ac4bd2f Add test for elf-hash and packed relocations by Dimitry Ivanov · 9 years ago
  58. 3f6eee9 Revert "Revert "move android_ids into bionic"" by Elliott Hughes · 9 years ago
  59. 9f9c73b Merge "Rename <grp.h>/<pwd.h> tests to fit the usual pattern." by Elliott Hughes · 9 years ago
  60. 934bc86 Define range of GIDs for cached app data. by Jeff Sharkey · 9 years ago
  61. 755ecde Merge "bionic-unit-tests: Build host testlibs in bionic-loader-test-libs" by Treehugger Robot · 9 years ago
  62. 5367d1b Rename <grp.h>/<pwd.h> tests to fit the usual pattern. by Elliott Hughes · 9 years ago
  63. 50ae6dd Merge "Revert "move android_ids into bionic"" by Treehugger Robot · 9 years ago
  64. 901de13 Merge "Fix gtest_filter of bionic gtest runner." by Yabin Cui · 9 years ago
  65. 77cb68d Revert "move android_ids into bionic" by Elliott Hughes · 9 years ago
  66. c641a95 Fix gtest_filter of bionic gtest runner. by Yabin Cui · 9 years ago
  67. 858ec7a Merge "Fix the way to find negative filter pattern." by Yabin Cui · 9 years ago
  68. ded6c91 Merge "move android_ids into bionic" by Elliott Hughes · 9 years ago
  69. cf75462 Fix the way to find negative filter pattern. by Yabin Cui · 9 years ago
  70. ee2952e bionic-unit-tests: Build host testlibs in bionic-loader-test-libs by Kevin Brodsky · 9 years ago
  71. 722d01a Fix icu4c calling on x86. by Elliott Hughes · 9 years ago
  72. 51366e9 Merge "Add test for ambient caps" by Treehugger Robot · 9 years ago
  73. ba1f77d Add test for ambient caps by Greg Hackmann · 9 years ago
  74. 0ee1546 Merge "Fix wcsto* where strings begin with whitespace." am: 297ad4cbb8 by Dan Albert · 9 years ago
  75. 297ad4c Merge "Fix wcsto* where strings begin with whitespace." by Treehugger Robot · 9 years ago
  76. f634655 Fix wcsto* where strings begin with whitespace. by Dan Albert · 9 years ago
  77. f3d49a3 Merge "Fix unistd.execvpe_ENOEXEC and unistd.execvpe_failure." am: b2d36b4ec7 by Elliott Hughes · 9 years ago
  78. 5965bf0 Fix unistd.execvpe_ENOEXEC and unistd.execvpe_failure. by Elliott Hughes · 9 years ago
  79. 1a13db5 move android_ids into bionic by William Roberts · 10 years ago
  80. d3adf35 Merge "Use icu4c to implement <wctype.h>." am: bd734f0716 by Elliott Hughes · 9 years ago
  81. bd734f0 Merge "Use icu4c to implement <wctype.h>." by Elliott Hughes · 9 years ago
  82. 03b7872 Merge "Implement <langinfo.h>." am: 86841573ed by Elliott Hughes · 9 years ago
  83. a57ca0d Use icu4c to implement <wctype.h>. by Elliott Hughes · 9 years ago
  84. 8684157 Merge "Implement <langinfo.h>." by Elliott Hughes · 9 years ago
  85. ead3686 Merge "Fix bionic-unit-tests-glibc" am: 11b362d284 by Dimitry Ivanov · 9 years ago
  86. 11b362d Merge "Fix bionic-unit-tests-glibc" by Treehugger Robot · 9 years ago
  87. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  88. d6e512e Merge "Remove CLONE_NEWNS for gettid and getpid cache tests." am: d39380cc4d by Yabin Cui · 9 years ago
  89. fb5b9bb Remove CLONE_NEWNS for gettid and getpid cache tests. by Yabin Cui · 9 years ago
  90. fc8e688 Implement <langinfo.h>. by Elliott Hughes · 9 years ago
  91. c478690 Merge "Improve dlerror_concurrent test" am: ada292531e by Dimitry Ivanov · 9 years ago
  92. c7365eb Improve dlerror_concurrent test by Dimitry Ivanov · 9 years ago
  93. aee547d Merge "Add and use constants for the Android API levels." am: 60ba60dd25 by Elliott Hughes · 9 years ago
  94. 60ba60d Merge "Add and use constants for the Android API levels." by Treehugger Robot · 9 years ago
  95. 05d1ada Merge "Add original prebuilt test libraries" am: 2880754368 by Dimitry Ivanov · 9 years ago
  96. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  97. 2880754 Merge "Add original prebuilt test libraries" by Dimitry Ivanov · 9 years ago
  98. 416158d Add original prebuilt test libraries by Dimitry Ivanov · 9 years ago
  99. 452d4d3 Merge "Fix error case to print newlines properly." am: b08fde95cb by Christopher Ferris · 9 years ago
  100. 4dd2785 Fix error case to print newlines properly. by Christopher Ferris · 9 years ago