1. 6ed60cc Merge "Allow nested usage of ScopedDisableMTE." by Peter Collingbourne · 6 years ago
  2. f73778a Merge "[GWP-ASan] Enable GWP-ASan w/ process sampling ~1%." by Mitch Phillips · 6 years ago
  3. c8cef93 Allow nested usage of ScopedDisableMTE. by Peter Collingbourne · 6 years ago
  4. 3d74451 Merge "[GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof." by Mitch Phillips · 6 years ago
  5. 0083b0f [GWP-ASan] Enable GWP-ASan w/ process sampling ~1%. by Mitch Phillips · 6 years ago
  6. c03856c [GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof. by Mitch Phillips · 6 years ago
  7. 56a9fda Remove dead code. by Elliott Hughes · 6 years ago
  8. fb28c27 Merge "Clean up mips references in the headers." by Elliott Hughes · 6 years ago
  9. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 6 years ago
  10. 2b49904 Clean up syscall stub/seccomp filter generation. by Elliott Hughes · 6 years ago
  11. 06ea3cf Merge "Enable scudo for non-svelte configs." by Christopher Ferris · 6 years ago
  12. 260fa1e Merge "[GWP-ASan] Fix non-reentrant libc_globals init behaviour." by Treehugger Robot · 6 years ago
  13. 18b2891 Merge "[malloc dispatch] Install dispatch over the top of GWP-ASan." by Treehugger Robot · 6 years ago
  14. 419ffcd Merge "Clean up the math headers." by Elliott Hughes · 6 years ago
  15. 3083cc9 [malloc dispatch] Install dispatch over the top of GWP-ASan. by Mitch Phillips · 6 years ago
  16. bba80dc [GWP-ASan] Fix non-reentrant libc_globals init behaviour. by Mitch Phillips · 6 years ago
  17. 062eba2 Enable scudo for non-svelte configs. by Christopher Ferris · 6 years ago
  18. 65cbad1 Merge "Use "com.android.runtime" for its link namespace" by Treehugger Robot · 6 years ago
  19. 44c01c7 Clean up the math headers. by Elliott Hughes · 6 years ago
  20. d129786 Merge "[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks)." by Mitch Phillips · 6 years ago
  21. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 6 years ago
  22. f9930b7 Update a few comments. by Elliott Hughes · 6 years ago
  23. 4537cf8 Merge "bionic: Check /sys/kernel/tracing for tracefs" by Treehugger Robot · 6 years ago
  24. d32ca14 Update to v5.5 kernel headers. by Christopher Ferris · 6 years ago
  25. ad5f772 bionic: Check /sys/kernel/tracing for tracefs by Hridya Valsaraju · 6 years ago
  26. d55689b Use "com.android.runtime" for its link namespace by Jooyung Han · 6 years ago
  27. bf03c01 Remove bionic's internal ctype-like inlines. by Elliott Hughes · 6 years ago
  28. fd2eb42 Merge "<ctype.h>: inline the ASCII functions." by Elliott Hughes · 6 years ago
  29. 3f41e14 Merge "fortify: remove 'optimizations' for functions that LLVM knows about" by George Burgess IV · 6 years ago
  30. 026d3a8 <ctype.h>: inline the ASCII functions. by Elliott Hughes · 6 years ago
  31. 2f78765 fortify: remove 'optimizations' for functions that LLVM knows about by George Burgess IV · 6 years ago
  32. 2968695 Merge "Stop generating unused headers." by Elliott Hughes · 6 years ago
  33. c2faf23 Stop generating unused headers. by Elliott Hughes · 6 years ago
  34. 5f45c18 Add an android_unsafe_frame_pointer_chase function. by Peter Collingbourne · 6 years ago
  35. 9354f3e Merge "Fix the libc/include .clang-format." by Treehugger Robot · 6 years ago
  36. 1cecce8 Merge "versioner: don't require mips headers." by Elliott Hughes · 6 years ago
  37. 4fe5b78 Merge "Add some MTE-related helpers." by Peter Collingbourne · 6 years ago
  38. bd2ac8d Merge changes from topic "fdtrack" by Josh Gao · 6 years ago
  39. 5f1165c versioner: don't require mips headers. by Elliott Hughes · 6 years ago
  40. 7596250 Move fdtrack APIs to LLNDK. by Josh Gao · 6 years ago
  41. 9727192 Add a tool to track down fd leaks. by Josh Gao · 6 years ago
  42. 3288c2e Fix the libc/include .clang-format. by Elliott Hughes · 6 years ago
  43. ce11673 Merge "Fully disable clang format where needed." by Christopher Ferris · 6 years ago
  44. 6f1fd68 Add some MTE-related helpers. by Peter Collingbourne · 6 years ago
  45. 1cc755c Fully disable clang format where needed. by Christopher Ferris · 6 years ago
  46. 09e77f3 _FILE_OFFSET_BITS=64 support for fcntl. by Elliott Hughes · 6 years ago
  47. fdaf82f Link .clang-format file to system/core one. by Christopher Ferris · 6 years ago
  48. 0e0b473 Merge "Update to remove direct include of jemalloc_new." by Christopher Ferris · 6 years ago
  49. b070cab elf.h: move all the Android extensions together. by Elliott Hughes · 6 years ago
  50. 4df29ed Update to remove direct include of jemalloc_new. by Christopher Ferris · 6 years ago
  51. 1d8f6f2 Merge "Modernize SHT_RELR support." by Elliott Hughes · 6 years ago
  52. f628657 Merge "Soft-enables MAC address restrictions." by Bram Bonné · 6 years ago
  53. 6663f55 Modernize SHT_RELR support. by Elliott Hughes · 6 years ago
  54. 29546b9 Merge "Make ramdisk_available." by Yifan Hong · 6 years ago
  55. 484b0cd Fix includes for MTE builds. by Mitch Phillips · 6 years ago
  56. 3af2071 Merge "Extends ifaddrs for cases where the client cannot send RTM_GETLINK requests." by Bram Bonné · 6 years ago
  57. 3ff4245 Merge "Add tagged pointers to bionic." by Evgenii Stepanov · 6 years ago
  58. 8fe1fcd Merge "Reimplement realpath." by Elliott Hughes · 6 years ago
  59. 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  60. 51aa2cf Merge "Initialize __progname correctly." by Elliott Hughes · 6 years ago
  61. 75064c1 Initialize __progname correctly. by Elliott Hughes · 6 years ago
  62. d3df35e Soft-enables MAC address restrictions. by Bram Bonné · 6 years ago
  63. d54ad07 Extends ifaddrs for cases where the client cannot send RTM_GETLINK requests. by Bram Bonné · 6 years ago
  64. 00a131f Update for change MapInfo constructor. by Christopher Ferris · 6 years ago
  65. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  66. 3d34bfc Merge "Update the copyright notice" by Treehugger Robot · 6 years ago
  67. 8bff8bb Update the copyright notice by Ryan Prichard · 6 years ago
  68. 5a39cee Make ramdisk_available. by Yifan Hong · 6 years ago
  69. 73e9f24 Merge "There are no typewriters in 2020." by Elliott Hughes · 6 years ago
  70. c8226ec Merge "Revert "Enable the scudo native allocator."" by Christopher Ferris · 6 years ago
  71. 39d9156 Merge "Export the unwinder implementation from libc." by Peter Collingbourne · 6 years ago
  72. a8c4542 There are no typewriters in 2020. by Elliott Hughes · 6 years ago
  73. b04be9b Merge "platform profiler signal: add traced_perf codepath" by Treehugger Robot · 6 years ago
  74. 9981a1d Revert "Enable the scudo native allocator." by Anna Trostanetski · 6 years ago
  75. 2185a12 Add a README.md for async_safe by Tom Cherry · 6 years ago
  76. b72fed1 Merge "allow for heapprofd's signal to be multiplexed" by Ryan Savitski · 6 years ago
  77. e953163 platform profiler signal: add traced_perf codepath by Ryan Savitski · 6 years ago
  78. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  79. 5ad5289 Merge "Enable the scudo native allocator." by Christopher Ferris · 6 years ago
  80. be64282 Merge "libc: Add pidfd_open to common seccomp allowed list" by Jing Ji · 6 years ago
  81. b198958 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  82. e986722 libc: Add pidfd_open to common seccomp allowed list by Jing Ji · 6 years ago
  83. 26f583f Merge "Consistent <termios.h> behavior on all API levels." by Elliott Hughes · 6 years ago
  84. 2f21482 Merge "Revert "Move pipe, open, and getdents from the APP to COMMON seccomp whitelist."" by Robert Sesek · 6 years ago
  85. 866387d Revert "Move pipe, open, and getdents from the APP to COMMON seccomp whitelist." by Robert Sesek · 6 years ago
  86. 6a363f7 Let libmemunreachable use bionic_libc_platform_headers. by Peter Collingbourne · 6 years ago
  87. f2b1e03 Export the unwinder implementation from libc. by Peter Collingbourne · 6 years ago
  88. 6dfde98 Merge "Add an android_mallopt for controlling the heap tagging level." by Peter Collingbourne · 6 years ago
  89. f39b085 Consistent <termios.h> behavior on all API levels. by Elliott Hughes · 6 years ago
  90. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  91. 3779d6d Merge "Add /system_ext/bin to shell search path" by Treehugger Robot · 6 years ago
  92. 932a833 Merge changes from topic "update-clang-tools-6114689" by Logan Chien · 6 years ago
  93. 580d17d Add /system_ext/bin to shell search path by Justin Yun · 6 years ago
  94. 51d158f Fix a few incorrect types in SYSCALLS.TXT. by Elliott Hughes · 6 years ago
  95. 171cf7a Merge "versioner: Fix fortified sendto" by Logan Chien · 6 years ago
  96. 5074e7d Move sigrtmin.h into platform headers. by Josh Gao · 6 years ago
  97. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  98. 5a750f3 versioner: Add __VERSIONER_FORTIFY_INLINE by Logan Chien · 6 years ago
  99. d7d9ebc versioner: Only enable annotation while running versioner by Logan Chien · 6 years ago
  100. d98dac41 versioner: Fix fortified sendto by Logan Chien · 6 years ago