1. 9cfca86 Split main thread init into early+late functions by Ryan Prichard · 7 years ago
  2. 9492698 Merge "Remove denver from bionic" by Haibo Huang · 7 years ago
  3. b7cee4e Merge "Make __libc_init_malloc weak-for-native-bridge" by Treehugger Robot · 7 years ago
  4. 969538d Merge "versioner: Use llvm::opt::ArgStringList" by Logan Chien · 7 years ago
  5. 5332af6 Make __libc_init_malloc weak-for-native-bridge by dimitry · 7 years ago
  6. aef762a versioner: Use llvm::opt::ArgStringList by Logan Chien · 7 years ago
  7. 01bfd89 Remove denver from bionic by Haibo Huang · 7 years ago
  8. c69218d Merge "Prevent dependency cycle due to system_shared_libs expansion" by Dan Willemsen · 7 years ago
  9. d264aaf Merge "Reduce strerror(3)'s impact on .data.rel.ro." by Elliott Hughes · 7 years ago
  10. 6b3be17 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 7 years ago
  11. 9b849d6 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  12. 9a9db34 C++17 is the default now. by Elliott Hughes · 7 years ago
  13. eebf5fd Reduce strerror(3)'s impact on .data.rel.ro. by Elliott Hughes · 7 years ago
  14. c466664 Merge "Remove denver64 from libc" by Treehugger Robot · 7 years ago
  15. 3927db1 Remove denver64 from libc by Haibo Huang · 7 years ago
  16. 9f1fddc Merge "Use cmdline instead for enabling heapprofd." by Florian Mayer · 7 years ago
  17. 0a75b5e Merge "[ifunc] Use c implementation to compare cpu variant names" by Treehugger Robot · 7 years ago
  18. 4e28ea1 Use cmdline instead for enabling heapprofd. by Florian Mayer · 7 years ago
  19. 73ad790 [ifunc] Use c implementation to compare cpu variant names by Haibo Huang · 7 years ago
  20. 6b70fda Merge changes I376d7695,Ied443375,I614d25e7 by Ryan Prichard · 7 years ago
  21. c7cbef4 Merge "linker: changes to init work arounds" by Tom Cherry · 7 years ago
  22. 7260329 Merge "Use ifunc for ARM32 fortify functions" by Haibo Huang · 7 years ago
  23. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  24. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  25. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  26. 12ed389 Merge "Remove _sys_signal_strings." by Elliott Hughes · 7 years ago
  27. f1c8d1a Use ifunc for ARM32 fortify functions by Haibo Huang · 7 years ago
  28. fdbf46b Merge "Fix free pages count in LinkerSmallObjectAllocator" by Treehugger Robot · 7 years ago
  29. f47e89f Merge "Replace android_open_proxy with dns_open_proxy" by Luke Huang · 7 years ago
  30. f8294fd Remove _sys_signal_strings. by Elliott Hughes · 7 years ago
  31. de69660 Fix free pages count in LinkerSmallObjectAllocator by Vic Yang · 7 years ago
  32. 0ff8df5 Merge "Cleanup: __libc_init_AT_SECURE, auxv, sysinfo" by Ryan Prichard · 7 years ago
  33. aa5c0e2 Merge "Fix minor bug in dispatch table initialization order." by Treehugger Robot · 7 years ago
  34. b827c97 Merge "Disable XOM in linker, libc, and libm." by Ivan Lozano · 7 years ago
  35. e965bcd Fix minor bug in dispatch table initialization order. by Florian Mayer · 7 years ago
  36. f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
  37. 701bd0c Cleanup: __libc_init_AT_SECURE, auxv, sysinfo by Ryan Prichard · 7 years ago
  38. 7f92fbe Merge "Add test for mallinfo." by Christopher Ferris · 7 years ago
  39. 1fc432f Merge "Fix: search path is not added when one of its parent is not accessible" by Treehugger Robot · 7 years ago
  40. 4b5b79c Merge "Arm32 dynamic function dispatch" by Treehugger Robot · 7 years ago
  41. ea9957a Arm32 dynamic function dispatch by Haibo Huang · 7 years ago
  42. 9ab3e40 Merge "Revert "Add Android Runtime APEX directories to Bionic search paths."" by Andreas Gampe · 7 years ago
  43. 27beebf Revert "Add Android Runtime APEX directories to Bionic search paths." by Andreas Gampe · 7 years ago
  44. 6d0a1e7 Merge "Add Android Runtime APEX directories to Bionic search paths." by Roland Levillain · 7 years ago
  45. d2dd379 Add Android Runtime APEX directories to Bionic search paths. by Roland Levillain · 7 years ago
  46. 9e70e81 Merge "System property for heapprofd at process startup." by Florian Mayer · 7 years ago
  47. 8d849ff Merge "Allocate a small guard region around the shadow call stack." by Peter Collingbourne · 7 years ago
  48. 7562ef3 Merge "Revert "Arm32 dynamic function dispatch"" by Treehugger Robot · 7 years ago
  49. 9690b12 Revert "Arm32 dynamic function dispatch" by Izabela Orlowska · 7 years ago
  50. e3ed892 Replace android_open_proxy with dns_open_proxy by Luke Huang · 7 years ago
  51. db2b2ba Merge "Arm32 dynamic function dispatch" by Haibo Huang · 7 years ago
  52. 734beec Allocate a small guard region around the shadow call stack. by Peter Collingbourne · 7 years ago
  53. 09a19aa Add test for mallinfo. by Christopher Ferris · 7 years ago
  54. ce4ff9c Arm32 dynamic function dispatch by Haibo Huang · 7 years ago
  55. a4f3625 Fix: search path is not added when one of its parent is not accessible by Jiyong Park · 7 years ago
  56. 3de3a5f Merge "Fix a comment in <android/api-level.h>." by Treehugger Robot · 7 years ago
  57. 0f57d56 Fix a comment in <android/api-level.h>. by Elliott Hughes · 7 years ago
  58. ae471db Merge "Make android_get_application_target_sdk_version available to the NDK." by Elliott Hughes · 7 years ago
  59. c0f4656 Make android_get_application_target_sdk_version available to the NDK. by Elliott Hughes · 7 years ago
  60. cfd6280 Merge "switch to using android-base/file.h instead of android-base/test_utils.h" by Treehugger Robot · 7 years ago
  61. ba1a723 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  62. f1e657c Merge "linker unit tests requires liblog" by Treehugger Robot · 7 years ago
  63. 33c3a06 linker unit tests requires liblog by Mark Salyzyn · 7 years ago
  64. 8359068 Merge "Move API levels from `uint32_t` to `int`." by Elliott Hughes · 7 years ago
  65. 48630a9 Merge "bionic tests: switch to using android-base/file.h for TemporaryFile" by Treehugger Robot · 7 years ago
  66. ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
  67. 378600f Merge changes I5fb5745f,Ib0c0de37 by Haibo Huang · 7 years ago
  68. e141362 Change memcpy ifunc to return memmove for x86 by Haibo Huang · 7 years ago
  69. b9244ff Use ifunc to dynamically dispatch libc routines for x86 by Haibo Huang · 7 years ago
  70. 17c4bd9 Merge "Move to jemalloc5." by Christopher Ferris · 7 years ago
  71. 68a3bcc bionic tests: switch to using android-base/file.h for TemporaryFile by Mark Salyzyn · 7 years ago
  72. c2d3e67 Merge "bionic: Allocate a shadow call stack for each thread." by Peter Collingbourne · 7 years ago
  73. d73a49e Move to jemalloc5. by Christopher Ferris · 7 years ago
  74. da772e2 bionic: Allocate a shadow call stack for each thread. by Peter Collingbourne · 7 years ago
  75. b87e85a Merge "bionic: Add shadow call stack guard region field to pthread_internal_t." by Peter Collingbourne · 7 years ago
  76. 5d427bc bionic: Add shadow call stack guard region field to pthread_internal_t. by Peter Collingbourne · 7 years ago
  77. e9bd18a Merge "Separate libc_common to two targets" by Treehugger Robot · 7 years ago
  78. f521c19 Merge "Publish the current draft of my ELF TLS doc" by Ryan Prichard · 7 years ago
  79. f71edfa Separate libc_common to two targets by Haibo Huang · 7 years ago
  80. 4053826 Merge "Add lp32 and lp64 shorthands to SYSCALLS.TXT." by Treehugger Robot · 7 years ago
  81. 9491c54 Publish the current draft of my ELF TLS doc by Ryan Prichard · 7 years ago
  82. 8251d44 Add lp32 and lp64 shorthands to SYSCALLS.TXT. by Elliott Hughes · 7 years ago
  83. 0dbe6d1 System property for heapprofd at process startup. by Florian Mayer · 7 years ago
  84. b9de32f Merge "Free memory when it is no more used" by Ken Chen · 7 years ago
  85. 66bc428 linker: changes to init work arounds by Tom Cherry · 7 years ago
  86. f945716 Free memory when it is no more used by Ken Chen · 7 years ago
  87. 8fd93e6 Merge "Increase the size of the signal stack on 64-bit." by Josh Gao · 7 years ago
  88. f90687c Increase the size of the signal stack on 64-bit. by Josh Gao · 7 years ago
  89. bf925b0 Merge "Remove obsolete workaround." by Elliott Hughes · 7 years ago
  90. d495e0b Merge "Don't build bionic-unit-tests-static with libcrt_builtins" by Yi Kong · 7 years ago
  91. 10265a8 Merge "Finalize the name of the apex package" by Neil Fuller · 7 years ago
  92. b011d59 Don't build bionic-unit-tests-static with libcrt_builtins by Yi Kong · 7 years ago
  93. b3fe013 Merge "Revert "Disable lld, libc_malloc_debug failed to boot."" by Chih-hung Hsieh · 7 years ago
  94. bbd465a Merge "Revert "Disable lld, failed to link bionic/linker."" by Chih-hung Hsieh · 7 years ago
  95. 52d7749 Merge "ART isn't using the ART-specific linker features any more." by Elliott Hughes · 7 years ago
  96. 6689b4f Merge "Add a force fail for non-bionic xfail test." by Christopher Ferris · 7 years ago
  97. aced2b2 Merge "Add smoke tests for mallopt options." by Christopher Ferris · 7 years ago
  98. af1b8dd Add smoke tests for mallopt options. by Christopher Ferris · 7 years ago
  99. 5679442 Revert "Disable lld, libc_malloc_debug failed to boot." by Chih-hung Hsieh · 7 years ago
  100. e691069 Merge "Fix test failures." by Christopher Ferris · 7 years ago