1. 1a2460d Move linker config under /linkerconfig by Kiyoung Kim · 6 years ago
  2. 1752b5b Merge "Replace LIB_PATH macro with kLibPath" by Treehugger Robot · 6 years ago
  3. 4d4087d Replace LIB_PATH macro with kLibPath by Ryan Prichard · 6 years ago
  4. b3c1c0a Merge "Sync with upstream OpenBSD strstr()." am: 9416e02757 by Elliott Hughes · 6 years ago
  5. 9416e02 Merge "Sync with upstream OpenBSD strstr()." by Elliott Hughes · 6 years ago
  6. 19b8e2d Merge "Fix linker path for emulated architecture" am: 05dbd9653b by Dmytro Chystiakov · 6 years ago
  7. 05dbd96 Merge "Fix linker path for emulated architecture" by Treehugger Robot · 6 years ago
  8. 595c381 Fix linker path for emulated architecture by Dmytro Chystiakov · 6 years ago
  9. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  10. 35dbf6a Merge "Reland "Add libdl_android to the Runtime (aka Bionic) APEX"." by Martin Stjernholm · 6 years ago
  11. 1134b69 Merge "Reland "Add libdl_android to the Runtime (aka Bionic) APEX"." by Martin Stjernholm · 6 years ago
  12. 3274cc4 Reland "Add libdl_android to the Runtime (aka Bionic) APEX". by Martin Stjernholm · 6 years ago
  13. 1a16af7 Merge "Take a bunch of trivial patches from upstream OpenBSD." am: feb88ff424 by Elliott Hughes · 6 years ago
  14. feb88ff Merge "Take a bunch of trivial patches from upstream OpenBSD." by Treehugger Robot · 6 years ago
  15. d869927 Merge "fortify: allow diagnostics without run-time checks (attempt #2)" by George Burgess IV · 6 years ago
  16. b902de6 Merge "fortify: allow diagnostics without run-time checks (attempt #2)" by Treehugger Robot · 6 years ago
  17. 9a4b68e Take a bunch of trivial patches from upstream OpenBSD. by Elliott Hughes · 6 years ago
  18. 31c20dc Merge "Issue a prctl to let the kernel accept tagged pointers in syscall arguments." by Peter Collingbourne · 6 years ago
  19. 0e4af16 Merge "Issue a prctl to let the kernel accept tagged pointers in syscall arguments." by Peter Collingbourne · 6 years ago
  20. 1fb7944 Issue a prctl to let the kernel accept tagged pointers in syscall arguments. by Peter Collingbourne · 6 years ago
  21. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  22. e60c78f Merge "Stop exporting certain deprecated unwinder symbols from libc.so and libm.so." by Peter Collingbourne · 6 years ago
  23. 2a8bca7 Merge "Stop exporting certain deprecated unwinder symbols from libc.so and libm.so." by Treehugger Robot · 6 years ago
  24. 88f4c20 Merge "Add automatic running of tests on bionic changes." am: b332a2c001 by Christopher Ferris · 6 years ago
  25. b332a2c Merge "Add automatic running of tests on bionic changes." by Christopher Ferris · 6 years ago
  26. 3a62a3b Merge "Call __libc_init_malloc from scudo." am: b6f26e3b72 by Mitch Phillips · 6 years ago
  27. b6f26e3 Merge "Call __libc_init_malloc from scudo." by Treehugger Robot · 6 years ago
  28. 73166c8 Stop exporting certain deprecated unwinder symbols from libc.so and libm.so. by Peter Collingbourne · 6 years ago
  29. e4619f7 Add automatic running of tests on bionic changes. by Christopher Ferris · 6 years ago
  30. 3ada652 Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel." am: 0b12b00655 by Elliott Hughes · 6 years ago
  31. 0b12b00 Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel." by Elliott Hughes · 6 years ago
  32. f7f29f7 Merge "Init fork handler after __libc_init_malloc." am: 17dfa33200 by Mitch Phillips · 6 years ago
  33. 17dfa33 Merge "Init fork handler after __libc_init_malloc." by Treehugger Robot · 6 years ago
  34. db602e8 sysconf(_SC_ARG_MAX): go back to imitating the kernel. by Elliott Hughes · 6 years ago
  35. c11e39b Call __libc_init_malloc from scudo. by Mitch Phillips · 6 years ago
  36. 1d2aadc Init fork handler after __libc_init_malloc. by Mitch Phillips · 6 years ago
  37. 4cf1abb Merge "Update the native allocator document." am: 6dc945babd by Christopher Ferris · 6 years ago
  38. 6dc945b Merge "Update the native allocator document." by Christopher Ferris · 6 years ago
  39. 004ad85 Merge "Remove unused code." am: fcf1fe48ab by Christopher Ferris · 6 years ago
  40. fcf1fe4 Merge "Remove unused code." by Christopher Ferris · 6 years ago
  41. 75edf16 Update the native allocator document. by Christopher Ferris · 6 years ago
  42. ae57a6b Remove unused code. by Christopher Ferris · 6 years ago
  43. f1b5a7f Merge "Update docs/status.md function counts for recent releases." by Elliott Hughes · 6 years ago
  44. 5e85d1b Merge "Update docs/status.md function counts for recent releases." by Elliott Hughes · 6 years ago
  45. 31bf42c Merge "Rename # vndk tag to # llndk" am: f0210e9300 by Jiyong Park · 6 years ago
  46. f0210e9 Merge "Rename # vndk tag to # llndk" by Treehugger Robot · 6 years ago
  47. a4fe44e Rename # vndk tag to # llndk by Jiyong Park · 6 years ago
  48. 502dc0b Update docs/status.md function counts for recent releases. by Elliott Hughes · 6 years ago
  49. 2b285ce Merge "Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM." by Peter Collingbourne · 6 years ago
  50. 754b27d Merge "Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM." by Treehugger Robot · 6 years ago
  51. b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
  52. 2cd86af Merge "Revert "Revert "Make system property reads wait-free""" am: afe44cc483 by Raman Tenneti · 6 years ago
  53. afe44cc Merge "Revert "Revert "Make system property reads wait-free""" by Raman Tenneti · 6 years ago
  54. b481a2e Revert "Revert "Make system property reads wait-free"" by Raman Tenneti · 6 years ago
  55. 6348ec0 Merge "Optimized L2 Cache value for Intel(R) Core Architectures." am: e5c900f011 by jaishank · 6 years ago
  56. e5c900f Merge "Optimized L2 Cache value for Intel(R) Core Architectures." by Treehugger Robot · 6 years ago
  57. 3d9fcde Merge "Revert "Make system property reads wait-free"" am: 1b28efa2d1 by Raman Tenneti · 6 years ago
  58. 1b28efa Merge "Revert "Make system property reads wait-free"" by Raman Tenneti · 6 years ago
  59. de39d92 Revert "Make system property reads wait-free" by Raman Tenneti · 6 years ago
  60. 51cbf0d Merge "Make system property reads wait-free" am: 985e678516 by Daniel Colascione · 6 years ago
  61. 985e678 Merge "Make system property reads wait-free" by Treehugger Robot · 6 years ago
  62. 2e50fa7 Optimized L2 Cache value for Intel(R) Core Architectures. by jaishank · 6 years ago
  63. bcbeb43 Merge "bionic: libc: remove -Wimplicit-fallthrough" am: ebe5bfefe1 by Nick Desaulniers · 6 years ago
  64. ebe5bfe Merge "bionic: libc: remove -Wimplicit-fallthrough" by Treehugger Robot · 6 years ago
  65. 0cf9055 Make system property reads wait-free by Daniel Colascione · 6 years ago
  66. 97c4309 bionic: libc: remove -Wimplicit-fallthrough by Nick Desaulniers · 6 years ago
  67. 45f47e0 Merge "linker: add more context to link failure error." am: 28fb781ef7 by Josh Gao · 6 years ago
  68. 28fb781 Merge "linker: add more context to link failure error." by Treehugger Robot · 6 years ago
  69. d63b56b Merge "Stop using `__out` as a name." am: ffad55954b by Elliott Hughes · 6 years ago
  70. ffad559 Merge "Stop using `__out` as a name." by Treehugger Robot · 6 years ago
  71. 054e5d4 Merge "Rename iterate to malloc_iterate internally." am: c686ab54c2 by Christopher Ferris · 6 years ago
  72. c686ab5 Merge "Rename iterate to malloc_iterate internally." by Christopher Ferris · 6 years ago
  73. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  74. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  75. 433e817 Merge "Revert submission of topic 'libdl_android-in-apex'" am: 31600e8424 by Martin Stjernholm · 6 years ago
  76. 31600e8 Merge "Revert submission of topic 'libdl_android-in-apex'" by Martin Stjernholm · 6 years ago
  77. c74666e Revert submission of topic 'libdl_android-in-apex' by Yuexi Ma · 6 years ago
  78. 23ced37 Merge "Revert "fortify: allow diagnostics without run-time checks"" by Jim Blackler · 6 years ago
  79. ca1834d Merge "Revert "fortify: allow diagnostics without run-time checks"" by Jim Blackler · 6 years ago
  80. 2a83cb7 Revert "fortify: allow diagnostics without run-time checks" by Jim Blackler · 6 years ago
  81. de246b2 Merge "Add libdl_android to the Runtime APEX." am: 77e910d337 by Martin Stjernholm · 6 years ago
  82. 77e910d Merge "Add libdl_android to the Runtime APEX." by Martin Stjernholm · 6 years ago
  83. 03d2fc3 Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  84. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  85. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  86. 3e16696 Merge "Restore _FORTIFY_SOURCE in versioner." am: 03aa94c9a9 by Elliott Hughes · 6 years ago
  87. 03aa94c Merge "Restore _FORTIFY_SOURCE in versioner." by Treehugger Robot · 6 years ago
  88. b5723ce Merge "fortify: allow diagnostics without run-time checks" am: d1dcb72882 by George Burgess IV · 6 years ago
  89. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  90. 4d0677f Merge "Fix allocations escaping malloc debug." am: 7a3a5d8cd7 by Christopher Ferris · 6 years ago
  91. 7a3a5d8 Merge "Fix allocations escaping malloc debug." by Christopher Ferris · 6 years ago
  92. f7db850 Restore _FORTIFY_SOURCE in versioner. by Elliott Hughes · 6 years ago
  93. f46a413 Merge changes I01d061c4,I2e3f6ee7 am: b18158c3c9 by Tom Cherry · 6 years ago
  94. b18158c Merge changes I01d061c4,I2e3f6ee7 by Tom Cherry · 6 years ago
  95. 6b7a608 Merge "linker: avoid -O0 memset while clearing temp_tcb" am: ca0d8990d3 by Ryan Prichard · 6 years ago
  96. ca0d899 Merge "linker: avoid -O0 memset while clearing temp_tcb" by Ryan Prichard · 6 years ago
  97. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  98. 5e3d130 Merge "android_getaddrinfo_proxy: fix memory leak on failure." am: d9585a2196 by Elliott Hughes · 6 years ago
  99. d9585a2 Merge "android_getaddrinfo_proxy: fix memory leak on failure." by Elliott Hughes · 6 years ago
  100. 19ce487 Merge "Limit threads in pthread_leak#detach for low power devices." by Elliott Hughes · 6 years ago