1. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  2. 6427f39 Make __clone_for_fork pure native bridge mode abstraction by Victor Khimenko · 5 years ago
  3. a1e3f2c Expose a function to reset the stack protector for the zygote. by Elliott Hughes · 5 years ago
  4. 1e1c784 bionic_systrace: moving global static variables by Bowgo Tsai · 5 years ago
  5. d0ecf0b Adding system property tracing by Bowgo Tsai · 6 years ago
  6. 1c502d4 Merge "Various coverage improvements." by Elliott Hughes · 5 years ago
  7. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  8. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  9. aadcb07 Merge "Cleanup for #inclusivefixit." by Elliott Hughes · 5 years ago
  10. d500751 Add a thread-properties API by Vy Nguyen · 5 years ago
  11. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  12. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
  13. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 7 years ago
  14. 422b204 Merge "Switch to musl memmem (via OpenBSD)." by Elliott Hughes · 5 years ago
  15. cc8f1ea Merge "Allow native_bridge to intercept __get_thread()->stack_top" by Treehugger Robot · 5 years ago
  16. 5633caa Switch to musl memmem (via OpenBSD). by Elliott Hughes · 5 years ago
  17. 7591bb5 Merge "SCUDO fill options only when USE_SCUDO" by Steven Moreland · 5 years ago
  18. 61be801 Fix __clone_for_fork attributes by Evgeny Eltsin · 5 years ago
  19. f690300 Allow native_bridge to intercept __get_thread()->stack_top by Evgeny Eltsin · 5 years ago
  20. fb65ee4 SCUDO fill options only when USE_SCUDO by Steven Moreland · 5 years ago
  21. cf34653 More cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  22. fce3187 Cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  23. 6ba173a Merge "Changes for #inclusivefixit." by Elliott Hughes · 5 years ago
  24. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  25. 8e20ac4 Resolve interface flags using SIOCGIFFLAGS ioctl by Bram Bonné · 5 years ago
  26. c618960 Improve diagram in malloc_heapprofd. by Florian Mayer · 6 years ago
  27. ef707f9 Remove references to libc_scudo. by Christopher Ferris · 6 years ago
  28. 8e0707d Move exit.c from stdlib to bionic subdirectory. by Victor Khimenko · 6 years ago
  29. 9f2e171 Merge "Remove dead code." by Treehugger Robot · 6 years ago
  30. 9253757 Remove dead code. by Elliott Hughes · 6 years ago
  31. cea8a4f Merge changes I3c697924,I0b019cd0 by Treehugger Robot · 6 years ago
  32. 32900a1 Merge "Use a template for the exec family." by Elliott Hughes · 6 years ago
  33. a1b1bfd Use a template for the exec family. by Elliott Hughes · 6 years ago
  34. 3a4c2ff Move set_cached_pid() to __clone_for_fork() by Lev Rumyantsev · 6 years ago
  35. 520398f Remove WEAK_FOR_NATIVE_BRIDGE for fork by Lev Rumyantsev · 6 years ago
  36. 41127dc Narrow native bridge to clone_for_fork by Lev Rumyantsev · 6 years ago
  37. 09e394f clock: buff our coverage numbers slightly. by Elliott Hughes · 6 years ago
  38. ad3be7e Ignore SCUDO_OPTIONS across a security boundary. by Christopher Ferris · 6 years ago
  39. 11623dd sigaction: don't call interposable symbol. by Josh Gao · 6 years ago
  40. e3bc50d Merge changes If42905f3,Id351a993,I8a082fd0 by Treehugger Robot · 6 years ago
  41. 947125e Fix typo in if statement. by Peter Collingbourne · 6 years ago
  42. 65fb2a7 fdsan: don't do anything when vforked. by Josh Gao · 6 years ago
  43. 2303283 Track whether a thread is currently vforked. by Josh Gao · 6 years ago
  44. 144a6ab Merge "Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC." by Peter Collingbourne · 6 years ago
  45. d306001 Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC. by Peter Collingbourne · 6 years ago
  46. 5a73e03 [libc] Zero and pattern initialization of heap memory. by Evgenii Stepanov · 6 years ago
  47. b107eab fdtrack: add wrapper for socketpair. by Josh Gao · 6 years ago
  48. 7de4124 fdtrack: add wrapper for eventfd. by Josh Gao · 6 years ago
  49. a38331d fdtrack: add wrappers for epoll_create, epoll_create1. by Josh Gao · 6 years ago
  50. 1fad528 fdtrack: add wrappers for pipe, pipe2. by Josh Gao · 6 years ago
  51. c848019 Merge "Set the top bit for tagged pointers." by Mitch Phillips · 6 years ago
  52. b125ca4 Set the top bit for tagged pointers. by Mitch Phillips · 6 years ago
  53. a4c2f33 tmpfile(3): use O_TMPFILE where available. by Elliott Hughes · 6 years ago
  54. 6f2e810 Cleanup some trivial TODOs. by Tom Cherry · 6 years ago
  55. e722198 Merge "dynamic libc: ignore ART profiling signal by default." by Florian Mayer · 6 years ago
  56. 96272df dynamic libc: ignore ART profiling signal by default. by Florian Mayer · 6 years ago
  57. 4a6899c Add ffsl(3), ffsll(3). by Elliott Hughes · 6 years ago
  58. d92b038 Merge "[GWP-ASan] Intercept calloc() again." by Mitch Phillips · 6 years ago
  59. 32abb0b [GWP-ASan] Intercept calloc() again. by Mitch Phillips · 6 years ago
  60. c84d295 Merge "Add explicit state for heapprofd hooking." by Florian Mayer · 6 years ago
  61. fdd5eb1 Add explicit state for heapprofd hooking. by Florian Mayer · 6 years ago
  62. afa983c Rewrite __cxa_atexit / __cxa_finalize by Ryan Prichard · 6 years ago
  63. 93517d1 Merge "Update the scudo wrapper for bionic changes." by Christopher Ferris · 6 years ago
  64. 0d303b4 Merge "[GWP-ASan] [heapprofd] Fix infinite recursion between malloc-racing threads." by Mitch Phillips · 6 years ago
  65. 2c447b0 Update the scudo wrapper for bionic changes. by Christopher Ferris · 6 years ago
  66. 95c772f Merge "[GWP-ASan] Don't intercept calloc." by Treehugger Robot · 6 years ago
  67. 5c65e87 [GWP-ASan] Don't intercept calloc. by Mitch Phillips · 6 years ago
  68. 2dd382d Merge "Update bionic to the v2 MTE patch set." by Peter Collingbourne · 6 years ago
  69. 449c26a [GWP-ASan] [heapprofd] Fix infinite recursion between malloc-racing threads. by Mitch Phillips · 6 years ago
  70. 188f87a Merge "Cleans up logging and comments in ifaddrs." by Bram Bonné · 6 years ago
  71. 80af1b0 Update bionic to the v2 MTE patch set. by Peter Collingbourne · 6 years ago
  72. b8d1348 Handle the alternate signal stack correctly in android_unsafe_frame_pointer_chase. by Peter Collingbourne · 6 years ago
  73. 918bd72 Cleans up logging and comments in ifaddrs. by Bram Bonné · 6 years ago
  74. 5f91bf4 [GWP-ASan] [heapprofd] Nullptr deref in dispatch. by Mitch Phillips · 6 years ago
  75. 1dc4122 Override SIGSYS during profiling signal handler by Ryan Savitski · 6 years ago
  76. 9f8e1d5 Merge "Try to resolve interface names before removing nameless interfaces." by Bram Bonné · 6 years ago
  77. 14e5c3c Try to resolve interface names before removing nameless interfaces. by Bram Bonné · 6 years ago
  78. fcbdba2 Merge "Rename APEX Namespace" by Kiyoung Kim · 6 years ago
  79. 45819dd Allow android_mallopt(M_SET_HEAP_TAGGING_LEVEL) to control scudo heap tagging. by Peter Collingbourne · 6 years ago
  80. 8116b70 Rename APEX Namespace by Kiyoung Kim · 6 years ago
  81. 4c9293f [GWP-ASan] Export GWP-ASan regions to libdebuggerd. by Mitch Phillips · 6 years ago
  82. 4d62ffc [GWP-ASan] Remove log line from init. by Mitch Phillips · 6 years ago
  83. f73778a Merge "[GWP-ASan] Enable GWP-ASan w/ process sampling ~1%." by Mitch Phillips · 6 years ago
  84. 3d74451 Merge "[GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof." by Mitch Phillips · 6 years ago
  85. 0083b0f [GWP-ASan] Enable GWP-ASan w/ process sampling ~1%. by Mitch Phillips · 6 years ago
  86. c03856c [GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof. by Mitch Phillips · 6 years ago
  87. 56a9fda Remove dead code. by Elliott Hughes · 6 years ago
  88. 06ea3cf Merge "Enable scudo for non-svelte configs." by Christopher Ferris · 6 years ago
  89. 260fa1e Merge "[GWP-ASan] Fix non-reentrant libc_globals init behaviour." by Treehugger Robot · 6 years ago
  90. 18b2891 Merge "[malloc dispatch] Install dispatch over the top of GWP-ASan." by Treehugger Robot · 6 years ago
  91. 3083cc9 [malloc dispatch] Install dispatch over the top of GWP-ASan. by Mitch Phillips · 6 years ago
  92. bba80dc [GWP-ASan] Fix non-reentrant libc_globals init behaviour. by Mitch Phillips · 6 years ago
  93. 062eba2 Enable scudo for non-svelte configs. by Christopher Ferris · 6 years ago
  94. 65cbad1 Merge "Use "com.android.runtime" for its link namespace" by Treehugger Robot · 6 years ago
  95. d129786 Merge "[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks)." by Mitch Phillips · 6 years ago
  96. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 6 years ago
  97. f9930b7 Update a few comments. by Elliott Hughes · 6 years ago
  98. 4537cf8 Merge "bionic: Check /sys/kernel/tracing for tracefs" by Treehugger Robot · 6 years ago
  99. ad5f772 bionic: Check /sys/kernel/tracing for tracefs by Hridya Valsaraju · 6 years ago
  100. d55689b Use "com.android.runtime" for its link namespace by Jooyung Han · 6 years ago