1. fc26d71 Create a lib that uses scudo instead of jemalloc. by Christopher Ferris · 7 years ago
  2. bb4cf7b clean_header: Don't print extraneous newline char by Daniel Mentz · 7 years ago
  3. 316f4a4 clean_header: Write to correct dst_file by Daniel Mentz · 7 years ago
  4. 3e742cb Merge "Reserve realtime signal for libprofile-extras" by Pirama Arumuga Nainar · 7 years ago
  5. 1e3758e Fix double initialization call. by Christopher Ferris · 7 years ago
  6. 14025fd Merge "Use PR_SET_VMA_ANON_NAME to name the abort message mapping." by Peter Collingbourne · 7 years ago
  7. feb5ed1 Use PR_SET_VMA_ANON_NAME to name the abort message mapping. by Peter Collingbourne · 7 years ago
  8. 29a89df Merge "param.h: whitespace cleanup" by Nick Kralevich · 7 years ago
  9. 3cfedf4 param.h: whitespace cleanup by Nick Kralevich · 7 years ago
  10. efd25a0 Move x86 and x86_64 libc to use libcrt by Yi Kong · 7 years ago
  11. a1fb15b strptime: support everything that strftime supports. by Elliott Hughes · 7 years ago
  12. ce491ab Increase the allocation limit again. by Christopher Ferris · 7 years ago
  13. fe88d26 Merge "Typo fix in comment. O_CLOEXEC is e, not x." by Treehugger Robot · 7 years ago
  14. ba1151c Typo fix in comment. O_CLOEXEC is e, not x. by Dan Albert · 7 years ago
  15. b1ddbfd Merge "Fix internal uses of _PATH_BSHELL." by Treehugger Robot · 7 years ago
  16. ebe1ae7 Reserve realtime signal for libprofile-extras by Pirama Arumuga Nainar · 7 years ago
  17. 1b6517b Merge "Make powerof2 macro ubsan safe" by Treehugger Robot · 7 years ago
  18. 886370c Fix internal uses of _PATH_BSHELL. by Elliott Hughes · 7 years ago
  19. c50b6a2 Make powerof2 macro ubsan safe by Nick Kralevich · 7 years ago
  20. 137b6f3 popen: stop using _fwalk. by Elliott Hughes · 7 years ago
  21. 118ab10 Merge "Add /product/bin to path" by Steven Moreland · 7 years ago
  22. d992e1e Merge "Update kernel headers to v5.0.3." by Christopher Ferris · 7 years ago
  23. 11f0d71 Merge "Use the ANDROID_TZDATA_ROOT environment variable" by Neil Fuller · 7 years ago
  24. e6be532 Update kernel headers to v5.0.3. by Christopher Ferris · 7 years ago
  25. e6b6640 Merge changes Ie7bf555b,Ia7d5fbdc,I3f05ba19 by Logan Chien · 7 years ago
  26. c9e7018 Add introduced-in annotation to fdsan by Logan Chien · 7 years ago
  27. 73d1fb9 Fix get_device_api_level_inlines.h in versioner by Logan Chien · 7 years ago
  28. 3f68efc Suppress warnings on pthread_create by Logan Chien · 7 years ago
  29. 021d522 Remove workaround for x86 ifunc by Haibo Huang · 7 years ago
  30. d75e308 Call __hwasan_init_static() during libc startup in statically linked executables. by Peter Collingbourne · 7 years ago
  31. 505168e Annotate vfork for hwasan. by Evgenii Stepanov · 7 years ago
  32. b62888b Merge "Increase the size of the shadow call stack guard region to 16MB." by Peter Collingbourne · 7 years ago
  33. 9b78aa3 Increase num tries before failing. by Christopher Ferris · 7 years ago
  34. 149ce93 Add missing #include. by Peter Collingbourne · 7 years ago
  35. 9d69d4c Merge "Add a platform API for setting an allocation limit." by Peter Collingbourne · 7 years ago
  36. ea6c19a Merge "Remove __INTRODUCED_IN_FUTURE." by Elliott Hughes · 7 years ago
  37. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  38. 412d493 Merge "Don't install *.mountpoint targets" by Treehugger Robot · 7 years ago
  39. 5270017 Remove __INTRODUCED_IN_FUTURE. by Elliott Hughes · 7 years ago
  40. 78e9ebc The future is now (2019 edition). by Elliott Hughes · 7 years ago
  41. 036e09c Don't install *.mountpoint targets by Jiyong Park · 7 years ago
  42. 81b3bdd Use the ANDROID_TZDATA_ROOT environment variable by Neil Fuller · 7 years ago
  43. a838c2d Merge "Update to v5.0 kernel headers." by Christopher Ferris · 7 years ago
  44. 27c6ada Merge "Malloc debug: fix mutex deadlock issue" by Christopher Ferris · 7 years ago
  45. fa10a3a Add malloc_info for sanitizer. by Christopher Ferris · 7 years ago
  46. 76dcc47 Malloc debug: fix mutex deadlock issue by Iris Chang · 7 years ago
  47. d842e43 Update to v5.0 kernel headers. by Christopher Ferris · 7 years ago
  48. 6c619a0 Refactor the malloc_info code. by Christopher Ferris · 7 years ago
  49. a22f5d5 Make aligned_alloc match the standard. by Christopher Ferris · 7 years ago
  50. 0771b75 Merge "Workaround string-plus-int warning" by Treehugger Robot · 7 years ago
  51. 4ca9a6b Workaround string-plus-int warning by Yi Kong · 7 years ago
  52. 7fa3b47 Ensure STDIN/STDOUT/STDERR always exist by Nick Kralevich · 7 years ago
  53. a21f6cc Log when malloc functions fail. by Elliott Hughes · 7 years ago
  54. ced659e Add /product/bin to path by Daniel Rosenberg · 7 years ago
  55. e65558a Merge changes I070d3a26,Ie9176587 by Yi Kong · 7 years ago
  56. 68e4f49 Merge "Fix wrong variable reference." by Christopher Ferris · 7 years ago
  57. e3d90de Switch libm to libcrt.builtins by Yi Kong · 7 years ago
  58. 503c17b Fix wrong variable reference. by Christopher Ferris · 7 years ago
  59. 58239d0 Merge "Revert "Revert "Turn on XOM for libc""" by Treehugger Robot · 7 years ago
  60. dced813 Revert "Revert "Turn on XOM for libc"" by Jeffrey Vander Stoep · 7 years ago
  61. 5e15f34 Merge "Make static ifunc resolvers optional." by Dan Albert · 7 years ago
  62. 7cdbd0d Merge "linker: allow using reserved space for multiple libraries." by Treehugger Robot · 7 years ago
  63. efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
  64. a535d3c Make static ifunc resolvers optional. by Dan Albert · 7 years ago
  65. b656d4a Merge "Revert "Turn on XOM for libc"" by Treehugger Robot · 7 years ago
  66. d119269 Revert "Turn on XOM for libc" by Yi Kong · 7 years ago
  67. 7448f3e Mark lib_async_safe_headers as supporting linux_bionic by Alex Light · 7 years ago
  68. f84d0a9 Merge "libasync_safe: stop clobbering other folks' identifiers." by Elliott Hughes · 7 years ago
  69. 51b8255 Turn on XOM for libc by Yi Kong · 7 years ago
  70. 165b1cf Switch libc to libcrt.builtins by Yi Kong · 7 years ago
  71. be9b724 Merge "Remove removed functions from symbol_ordering." by Treehugger Robot · 7 years ago
  72. 7ae0333 Merge "malloc debug: fix LogFreeError error log" by Christopher Ferris · 7 years ago
  73. b344150 malloc debug: fix LogFreeError error log by Iris Chang · 7 years ago
  74. 30a0bf0 Remove removed functions from symbol_ordering. by Dan Albert · 7 years ago
  75. 3019d78 libasync_safe: stop clobbering other folks' identifiers. by Elliott Hughes · 7 years ago
  76. 2822856 Avoid heapprofd init when other hooks enabled. by Christopher Ferris · 7 years ago
  77. 8831447 Fix hwasan build. by Christopher Ferris · 7 years ago
  78. b5c1b12 Merge "Sync with upstream NetBSD." by Treehugger Robot · 7 years ago
  79. 4fc93ff Sync with upstream NetBSD. by Elliott Hughes · 7 years ago
  80. 0197b0a Merge "Use no_libcrt property instead of hard coding projects to exclude" by Treehugger Robot · 7 years ago
  81. e4cdbc4 Refactor malloc common into distinct pieces. by Christopher Ferris · 7 years ago
  82. 16f9472 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 7 years ago
  83. 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
  84. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
  85. 62e1e2c Modify malloc common function pointers. by Christopher Ferris · 7 years ago
  86. 5569bc7 Merge "Eliminate ICU's .dat lookup from bionic" by Treehugger Robot · 7 years ago
  87. 45f2d03 Eliminate ICU's .dat lookup from bionic by Nikita Iashchenko · 7 years ago
  88. 9a5c0fc Merge "Switch to OpenBSD div/ldiv/lldiv." by Elliott Hughes · 7 years ago
  89. 166dfd6 Merge "Avoid writing to a zero-capacity buffer." by Elliott Hughes · 7 years ago
  90. 01809e1 Switch to OpenBSD div/ldiv/lldiv. by Elliott Hughes · 7 years ago
  91. 288465d Avoid writing to a zero-capacity buffer. by Elliott Hughes · 7 years ago
  92. fbac97a Move NetBSD string routines to OpenBSD. by Elliott Hughes · 7 years ago
  93. 3912efa Merge "Pass caller names to __pthread_internal_find for better errors." by Elliott Hughes · 7 years ago
  94. c1d5797 Merge "Implement ifunc support for static executables." by Treehugger Robot · 7 years ago
  95. 5bb113c Pass caller names to __pthread_internal_find for better errors. by Elliott Hughes · 7 years ago
  96. f1ed31f Increase the size of the shadow call stack guard region to 16MB. by Peter Collingbourne · 7 years ago
  97. a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
  98. ccc0922 Merge "Do not dlclose after failed reinit." by Florian Mayer · 7 years ago
  99. f671e03 Do not dlclose after failed reinit. by Florian Mayer · 7 years ago
  100. c676377 Merge "Make trace end conform with other trace end prints" by Treehugger Robot · 7 years ago