1. 1bf410b fdsan: don't do anything when vforked. by Josh Gao · 6 years ago
  2. 5378351 Track whether a thread is currently vforked. by Josh Gao · 6 years ago
  3. 524510b Merge changes I8b25accf,I59013f0c,I6c881e5d,I66826f31,I552692ae, ... into rvc-dev by Josh Gao · 6 years ago
  4. c984b2c fdtrack: add wrapper for socketpair. by Josh Gao · 6 years ago
  5. bc79638 fdtrack: add wrapper for eventfd. by Josh Gao · 6 years ago
  6. 143e2ae fdtrack: add wrappers for epoll_create, epoll_create1. by Josh Gao · 6 years ago
  7. 9c3b211 fdtrack: add wrappers for pipe, pipe2. by Josh Gao · 6 years ago
  8. 8dceacc Set the top bit for tagged pointers. by Mitch Phillips · 6 years ago
  9. 5e0d80b dynamic libc: ignore ART profiling signal by default. by Florian Mayer · 6 years ago
  10. 736c559 Merge "[GWP-ASan] Intercept calloc() again." into rvc-dev by TreeHugger Robot · 6 years ago
  11. 516a0ef [GWP-ASan] Intercept calloc() again. by Mitch Phillips · 6 years ago
  12. 809da1f Add explicit state for heapprofd hooking. by Florian Mayer · 6 years ago
  13. 58cbfd9 Rewrite __cxa_atexit / __cxa_finalize by Ryan Prichard · 6 years ago
  14. 1082315 Update the scudo wrapper for bionic changes. by Christopher Ferris · 6 years ago
  15. 1b9963d Merge "[GWP-ASan] [heapprofd] Fix infinite recursion between malloc-racing threads." into rvc-dev by Mitch Phillips · 6 years ago
  16. 8768694 [GWP-ASan] [heapprofd] Fix infinite recursion between malloc-racing threads. by Mitch Phillips · 6 years ago
  17. f27fa1d [GWP-ASan] Don't intercept calloc. by Mitch Phillips · 6 years ago
  18. 43dc578 Merge "Cleans up logging and comments in ifaddrs." into rvc-dev by TreeHugger Robot · 6 years ago
  19. e5cf4b2 Cleans up logging and comments in ifaddrs. by Bram Bonné · 6 years ago
  20. 1f85474 [GWP-ASan] [heapprofd] Nullptr deref in dispatch. by Mitch Phillips · 6 years ago
  21. f6edd91 Override SIGSYS during profiling signal handler by Ryan Savitski · 6 years ago
  22. 545477b Try to resolve interface names before removing nameless interfaces. by Bram Bonné · 6 years ago
  23. fcbdba2 Merge "Rename APEX Namespace" by Kiyoung Kim · 6 years ago
  24. 45819dd Allow android_mallopt(M_SET_HEAP_TAGGING_LEVEL) to control scudo heap tagging. by Peter Collingbourne · 6 years ago
  25. 8116b70 Rename APEX Namespace by Kiyoung Kim · 6 years ago
  26. 4c9293f [GWP-ASan] Export GWP-ASan regions to libdebuggerd. by Mitch Phillips · 6 years ago
  27. 4d62ffc [GWP-ASan] Remove log line from init. by Mitch Phillips · 6 years ago
  28. f73778a Merge "[GWP-ASan] Enable GWP-ASan w/ process sampling ~1%." by Mitch Phillips · 6 years ago
  29. 3d74451 Merge "[GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof." by Mitch Phillips · 6 years ago
  30. 0083b0f [GWP-ASan] Enable GWP-ASan w/ process sampling ~1%. by Mitch Phillips · 6 years ago
  31. c03856c [GWP-ASan] [heapprofd] Use ephemeral dispatch table when death prof. by Mitch Phillips · 6 years ago
  32. 56a9fda Remove dead code. by Elliott Hughes · 6 years ago
  33. 06ea3cf Merge "Enable scudo for non-svelte configs." by Christopher Ferris · 6 years ago
  34. 260fa1e Merge "[GWP-ASan] Fix non-reentrant libc_globals init behaviour." by Treehugger Robot · 6 years ago
  35. 18b2891 Merge "[malloc dispatch] Install dispatch over the top of GWP-ASan." by Treehugger Robot · 6 years ago
  36. 3083cc9 [malloc dispatch] Install dispatch over the top of GWP-ASan. by Mitch Phillips · 6 years ago
  37. bba80dc [GWP-ASan] Fix non-reentrant libc_globals init behaviour. by Mitch Phillips · 6 years ago
  38. 062eba2 Enable scudo for non-svelte configs. by Christopher Ferris · 6 years ago
  39. 65cbad1 Merge "Use "com.android.runtime" for its link namespace" by Treehugger Robot · 6 years ago
  40. d129786 Merge "[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks)." by Mitch Phillips · 6 years ago
  41. f3968e8 [GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks). by Mitch Phillips · 6 years ago
  42. f9930b7 Update a few comments. by Elliott Hughes · 6 years ago
  43. 4537cf8 Merge "bionic: Check /sys/kernel/tracing for tracefs" by Treehugger Robot · 6 years ago
  44. ad5f772 bionic: Check /sys/kernel/tracing for tracefs by Hridya Valsaraju · 6 years ago
  45. d55689b Use "com.android.runtime" for its link namespace by Jooyung Han · 6 years ago
  46. bf03c01 Remove bionic's internal ctype-like inlines. by Elliott Hughes · 6 years ago
  47. 026d3a8 <ctype.h>: inline the ASCII functions. by Elliott Hughes · 6 years ago
  48. 5f45c18 Add an android_unsafe_frame_pointer_chase function. by Peter Collingbourne · 6 years ago
  49. 4fe5b78 Merge "Add some MTE-related helpers." by Peter Collingbourne · 6 years ago
  50. 7596250 Move fdtrack APIs to LLNDK. by Josh Gao · 6 years ago
  51. 9727192 Add a tool to track down fd leaks. by Josh Gao · 6 years ago
  52. 6f1fd68 Add some MTE-related helpers. by Peter Collingbourne · 6 years ago
  53. f628657 Merge "Soft-enables MAC address restrictions." by Bram Bonné · 6 years ago
  54. 484b0cd Fix includes for MTE builds. by Mitch Phillips · 6 years ago
  55. 3af2071 Merge "Extends ifaddrs for cases where the client cannot send RTM_GETLINK requests." by Bram Bonné · 6 years ago
  56. 3ff4245 Merge "Add tagged pointers to bionic." by Evgenii Stepanov · 6 years ago
  57. 8fe1fcd Merge "Reimplement realpath." by Elliott Hughes · 6 years ago
  58. 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  59. 75064c1 Initialize __progname correctly. by Elliott Hughes · 6 years ago
  60. d3df35e Soft-enables MAC address restrictions. by Bram Bonné · 6 years ago
  61. d54ad07 Extends ifaddrs for cases where the client cannot send RTM_GETLINK requests. by Bram Bonné · 6 years ago
  62. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  63. 73e9f24 Merge "There are no typewriters in 2020." by Elliott Hughes · 6 years ago
  64. c8226ec Merge "Revert "Enable the scudo native allocator."" by Christopher Ferris · 6 years ago
  65. a8c4542 There are no typewriters in 2020. by Elliott Hughes · 6 years ago
  66. b04be9b Merge "platform profiler signal: add traced_perf codepath" by Treehugger Robot · 6 years ago
  67. 5c9efd1 Merge "Revert "Add tagged pointers to bionic."" by Nicolas Geoffray · 6 years ago
  68. ce4c42e Revert "Add tagged pointers to bionic." by Nicolas Geoffray · 6 years ago
  69. 3460b6c Merge "Add tagged pointers to bionic." by Mitch Phillips · 6 years ago
  70. 9981a1d Revert "Enable the scudo native allocator." by Anna Trostanetski · 6 years ago
  71. b72fed1 Merge "allow for heapprofd's signal to be multiplexed" by Ryan Savitski · 6 years ago
  72. 43d5f9d Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  73. e953163 platform profiler signal: add traced_perf codepath by Ryan Savitski · 6 years ago
  74. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  75. b198958 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  76. 6dfde98 Merge "Add an android_mallopt for controlling the heap tagging level." by Peter Collingbourne · 6 years ago
  77. 1e110fb Add an android_mallopt for controlling the heap tagging level. by Peter Collingbourne · 6 years ago
  78. 5074e7d Move sigrtmin.h into platform headers. by Josh Gao · 6 years ago
  79. 4956c37 Move bionic_macros.h from private to platform. by Josh Gao · 6 years ago
  80. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  81. 5105ece Revert "Enable the scudo native allocator." by Ytai Ben-tsvi · 6 years ago
  82. 6ffbe97 Enable the scudo native allocator. by Christopher Ferris · 6 years ago
  83. e1fd409 Add support for scudo svelte. by Christopher Ferris · 6 years ago
  84. a8f98b4 Merge "Make android_mallopt weak for native bridge" by Evgeny Eltsin · 6 years ago
  85. edbc9e2 Make android_mallopt weak for native bridge by Evgeny Eltsin · 6 years ago
  86. e5e7395 Update bionic to use the MTE API proposed on LKML. by Peter Collingbourne · 6 years ago
  87. cdb52fc Make private/bionic_page.h available as platform/bionic/page.h. by Elliott Hughes · 6 years ago
  88. 1fb7944 Issue a prctl to let the kernel accept tagged pointers in syscall arguments. by Peter Collingbourne · 6 years ago
  89. b6f26e3 Merge "Call __libc_init_malloc from scudo." by Treehugger Robot · 6 years ago
  90. 0b12b00 Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel." by Elliott Hughes · 6 years ago
  91. db602e8 sysconf(_SC_ARG_MAX): go back to imitating the kernel. by Elliott Hughes · 6 years ago
  92. c11e39b Call __libc_init_malloc from scudo. by Mitch Phillips · 6 years ago
  93. 1d2aadc Init fork handler after __libc_init_malloc. by Mitch Phillips · 6 years ago
  94. afe44cc Merge "Revert "Revert "Make system property reads wait-free""" by Raman Tenneti · 6 years ago
  95. b481a2e Revert "Revert "Make system property reads wait-free"" by Raman Tenneti · 6 years ago
  96. 1b28efa Merge "Revert "Make system property reads wait-free"" by Raman Tenneti · 6 years ago
  97. de39d92 Revert "Make system property reads wait-free" by Raman Tenneti · 6 years ago
  98. 985e678 Merge "Make system property reads wait-free" by Treehugger Robot · 6 years ago
  99. 0cf9055 Make system property reads wait-free by Daniel Colascione · 6 years ago
  100. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago