1. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
  2. 4e167f3 Merge "bionic-unit-tests should depend on libandroidicu instead" by vichang · 7 years ago
  3. ddcf488 bionic-unit-tests should depend on libandroidicu instead by Victor Chang · 7 years ago
  4. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 7 years ago
  5. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  6. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  7. 9da8ff1 Waive AID Range check for devices through Q by Tom Cherry · 7 years ago
  8. cf6cec8 Merge "bionic/malloc_iterate_test: Adjust callback for procinfo::ReadMapFile" by Treehugger Robot · 7 years ago
  9. c2136b5 Merge "Refactor malloc common into distinct pieces." by Christopher Ferris · 7 years ago
  10. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 7 years ago
  11. 7fda2c9 Only test tprel_missing_weak in dynamic binaries by Ryan Prichard · 7 years ago
  12. 7d2aea0 bionic/malloc_iterate_test: Adjust callback for procinfo::ReadMapFile by Sandeep Patil · 7 years ago
  13. 4e56228 Fix flakiness of mallinfo test. by Christopher Ferris · 7 years ago
  14. 1d3c56b Merge "Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""" by vichang · 7 years ago
  15. 6cb719f Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"" by Victor Chang · 7 years ago
  16. f827d82 Merge "Cleanup bionic tests with hwasan." by Evgenii Stepanov · 7 years ago
  17. 7cc6706 Cleanup bionic tests with hwasan. by Evgenii Stepanov · 7 years ago
  18. 3f8bdb2 Merge "Fix use-after-pthread_exit in a test." by Treehugger Robot · 7 years ago
  19. 166dfd6 Merge "Avoid writing to a zero-capacity buffer." by Elliott Hughes · 7 years ago
  20. 352853a Fix use-after-pthread_exit in a test. by Evgenii Stepanov · 7 years ago
  21. 288465d Avoid writing to a zero-capacity buffer. by Elliott Hughes · 7 years ago
  22. fbac97a Move NetBSD string routines to OpenBSD. by Elliott Hughes · 7 years ago
  23. 3912efa Merge "Pass caller names to __pthread_internal_find for better errors." by Elliott Hughes · 7 years ago
  24. c1d5797 Merge "Implement ifunc support for static executables." by Treehugger Robot · 7 years ago
  25. 5bb113c Pass caller names to __pthread_internal_find for better errors. by Elliott Hughes · 7 years ago
  26. c378180 Merge "dlfcn.dt_runpath* tests are amended to handle LIB" by Treehugger Robot · 7 years ago
  27. 18181e6 Updates for glibc 2.17. by Elliott Hughes · 7 years ago
  28. fa4dcb4 dlfcn.dt_runpath* tests are amended to handle LIB by Jiyong Park · 7 years ago
  29. aa3dd3d Merge "Add tests for dynamic ELF TLS" by Ryan Prichard · 7 years ago
  30. d7873cf Merge "bionic: update for glibc 2.17" by George Burgess IV · 7 years ago
  31. 06d2d79 Add tests for dynamic ELF TLS by Ryan Prichard · 7 years ago
  32. ecdc451 Merge changes I3c9b1292,I05c28d6a,I788c4a95,If8cd798f,I1c8d1cd7, ... by Ryan Prichard · 7 years ago
  33. 122ecb1 Merge "bionic_unit_tests: Remove dependency on libpagemap" by Treehugger Robot · 7 years ago
  34. 5f5a192 Disable the dlfcn.dlopen_library_with_ELF_TLS test by Ryan Prichard · 7 years ago
  35. 7a0f04c Implement ifunc support for static executables. by Peter Collingbourne · 7 years ago
  36. 96773a2 Add BionicAllocator::memalign by Ryan Prichard · 7 years ago
  37. 083d850 Move the linker allocator into libc by Ryan Prichard · 7 years ago
  38. 4e02cc1 bionic_unit_tests: Remove dependency on libpagemap by Sandeep Patil · 7 years ago
  39. ba40ff6 Don't filter reserved signals in sigaction. by Josh Gao · 7 years ago
  40. ecc37e3 conditional zygote child heap profiling + android_internal_mallopt by Ryan Savitski · 7 years ago
  41. e4ee12f Add tests for static ELF TLS by Ryan Prichard · 7 years ago
  42. c85a882 Merge "Turn off XOM on libnstest_root.so" by Ryan Prichard · 7 years ago
  43. 0159b64 Allow more leeway to fix sys_time.gettimeofday flakiness. by Elliott Hughes · 7 years ago
  44. cd4e5ba Turn off XOM on libnstest_root.so by Ryan Prichard · 7 years ago
  45. 9a23865 Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857 by Ryan Prichard · 7 years ago
  46. 1f6adf5 Merge "Allow more leeway to fix time.clock_gettime flakiness." by Treehugger Robot · 7 years ago
  47. de70b72 Merge "Update getpwnam() tests to correctly handle new app zygote uids." by Martijn Coenen · 7 years ago
  48. 8dff0bb Allow more leeway to fix time.clock_gettime flakiness. by Elliott Hughes · 7 years ago
  49. f9d2299 Update getpwnam() tests to correctly handle new app zygote uids. by Martijn Coenen · 7 years ago
  50. fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
  51. 073fffd Provide a stub aeabi.read_tp on other archs by Ryan Prichard · 7 years ago
  52. 08fd072 bionic: update for glibc 2.17 by George Burgess IV · 7 years ago
  53. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  54. 98564b8 Merge changes from topic "move_bionic_to_apex" by Treehugger Robot · 7 years ago
  55. 45024fe Add ARM EABI function __aeabi_read_tp by Ryan Prichard · 7 years ago
  56. c45fe9f Add stubs variants for bionic libs by Jiyong Park · 7 years ago
  57. 07468a8 Merge "Fix/suppress bionic google-explicit-constructor warnings" by Chih-hung Hsieh · 7 years ago
  58. 770032d Fix/suppress bionic google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  59. 76e7fd4 Fix modify_stack_protector flake by Ryan Prichard · 7 years ago
  60. 727a6eb Merge "Make stdlib.getloadavg more resiliant." by Elliott Hughes · 7 years ago
  61. 910a2a8 Fix sys_prctl.pr_cap_ambient. by Elliott Hughes · 7 years ago
  62. 72a54a4 Make stdlib.getloadavg more resiliant. by Elliott Hughes · 7 years ago
  63. 0dafa8a Increase 2ms to 5ms to reduce flake. by Elliott Hughes · 7 years ago
  64. c2edae3 Fix cert-dcl16-c clang-tidy warnings in tests. by Chih-Hung Hsieh · 7 years ago
  65. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  66. eebf5fd Reduce strerror(3)'s impact on .data.rel.ro. by Elliott Hughes · 7 years ago
  67. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  68. 7f92fbe Merge "Add test for mallinfo." by Christopher Ferris · 7 years ago
  69. 8d849ff Merge "Allocate a small guard region around the shadow call stack." by Peter Collingbourne · 7 years ago
  70. 734beec Allocate a small guard region around the shadow call stack. by Peter Collingbourne · 7 years ago
  71. 09a19aa Add test for mallinfo. by Christopher Ferris · 7 years ago
  72. ae471db Merge "Make android_get_application_target_sdk_version available to the NDK." by Elliott Hughes · 7 years ago
  73. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  74. ba1a723 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  75. 8359068 Merge "Move API levels from `uint32_t` to `int`." by Elliott Hughes · 7 years ago
  76. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  77. 68a3bcc bionic tests: switch to using android-base/file.h for TemporaryFile by Mark Salyzyn · 7 years ago
  78. d495e0b Merge "Don't build bionic-unit-tests-static with libcrt_builtins" by Yi Kong · 7 years ago
  79. b011d59 Don't build bionic-unit-tests-static with libcrt_builtins by Yi Kong · 7 years ago
  80. 52d7749 Merge "ART isn't using the ART-specific linker features any more." by Elliott Hughes · 7 years ago
  81. 6689b4f Merge "Add a force fail for non-bionic xfail test." by Christopher Ferris · 7 years ago
  82. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  83. 01db9bd Add a force fail for non-bionic xfail test. by Christopher Ferris · 7 years ago
  84. 5e09917 Merge "Revert "Do not use clang lld with -z,global"" by Treehugger Robot · 7 years ago
  85. acd6f4f Disable a few bionic tests under HWASan. by Evgenii Stepanov · 7 years ago
  86. 96bd339 Remove timer_delete_multiple test. by Evgenii Stepanov · 7 years ago
  87. 08a0cd0 Revert "Do not use clang lld with -z,global" by Chih-hung Hsieh · 7 years ago
  88. 8178c41 ART isn't using the ART-specific linker features any more. by Elliott Hughes · 7 years ago
  89. 9ffd39c Merge "Add test for malloc_iterate." by Christopher Ferris · 7 years ago
  90. 6f3a56b Merge "Revert "bionic: Allocate a shadow call stack for each thread."" by Josh Gao · 7 years ago
  91. bfd3dc4 Add test for malloc_iterate. by Christopher Ferris · 7 years ago
  92. 9ce2884 Update to v4.19 kernel headers. by Christopher Ferris · 7 years ago
  93. 7b13dd9 Revert "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  94. f284a47 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  95. da1bc79 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  96. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  97. 6032c38 Merge "Add getloadavg(3)." by Elliott Hughes · 7 years ago
  98. 2d0b28b Add getloadavg(3). by Elliott Hughes · 7 years ago
  99. 5d9312b CTS: allow continue to use the old AIDs on devices launch with P by Chuwei Xu · 7 years ago
  100. 7ff7d03 Merge "Properly fail with ESRCH when pthread_killing an exited thread." by Josh Gao · 7 years ago