1. a6e9dcf Move libc MTE init to separate file by Florian Mayer · 10 months ago
  2. c138f81 [MTE] split heap and stack MTE initialization by Florian Mayer · 10 months ago
  3. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 2 months ago
  4. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 2 months ago
  5. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 1 year, 4 months ago
  6. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 6 months ago
  7. e65e193 Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 7 months ago
  8. f53e91c Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 7 months ago
  9. 7c83d09 Add API to allow apps to attach extra information to tombstones. by Florian Mayer · 1 year, 7 months ago
  10. a453c2d Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 7 months ago
  11. c20e1c2 Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Sojin Moon · 1 year, 7 months ago
  12. 79c9694 [MTE] remap stacks with PROT_MTE when requested by dlopened library by Florian Mayer · 1 year, 8 months ago
  13. af06759 Plumb scudo_stack_depot_size to debuggerd_process_info by Florian Mayer · 1 year, 9 months ago
  14. b4e560e Add android_mallopt M_GET_DECAY_TIME_ENABLED. by Christopher Ferris · 1 year, 10 months ago
  15. 7c1f377 Use DYNAMIC entries for MTE enablement by Mitch Phillips · 1 year, 11 months ago
  16. b6a592b Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled. by Peter Collingbourne · 2 years, 5 months ago
  17. a493fe4 Add the recoverable GWP-ASan feature. by Mitch Phillips · 2 years, 7 months ago
  18. 347dc62 Plumb scudo_ring_buffer_size to debuggerd_process_info by Florian Mayer · 2 years, 8 months ago
  19. 408e170 Allow init to upgrade MTE to sync. by Florian Mayer · 3 years, 4 months ago
  20. f9fa32a Basic support for MTE stack tagging. by Evgenii Stepanov · 3 years, 4 months ago
  21. 03e961e Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 6 months ago
  22. 6ba27e0 Merge "Add some slack at the end of large allocations when target SDK level < S." by Peter Collingbourne · 4 years, 6 months ago
  23. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 6 months ago
  24. 7b89be7 Move __libc_int0x80 to an assembly file by Pirama Arumuga Nainar · 4 years, 7 months ago
  25. 2753fc8 Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 4 years, 8 months ago
  26. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 4 years, 9 months ago
  27. d306001 Introduce a new heap tagging level, M_HEAP_TAGGING_LEVEL_SYNC. by Peter Collingbourne · 5 years ago
  28. ba1e921 [NFC] Align pointer to type. by Mitch Phillips · 5 years ago
  29. 4c9293f [GWP-ASan] Export GWP-ASan regions to libdebuggerd. by Mitch Phillips · 6 years ago
  30. 9727192 Add a tool to track down fd leaks. by Josh Gao · 6 years ago
  31. 3b21ada Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  32. 5c9efd1 Merge "Revert "Add tagged pointers to bionic."" by Nicolas Geoffray · 6 years ago
  33. ce4c42e Revert "Add tagged pointers to bionic." by Nicolas Geoffray · 6 years ago
  34. 3460b6c Merge "Add tagged pointers to bionic." by Mitch Phillips · 6 years ago
  35. 43d5f9d Add tagged pointers to bionic. by Mitch Phillips · 6 years ago
  36. 175c886 allow for heapprofd's signal to be multiplexed by Ryan Savitski · 6 years ago
  37. 6533208 linker: Add library load and unload hooks for HWASan. by Peter Collingbourne · 6 years ago
  38. 1fc5ccf Add a platform API for setting an allocation limit. by Christopher Ferris · 7 years ago
  39. 808d176 Merge "Fix linker self-exec detection" by Ryan Prichard · 7 years ago
  40. 1990ba5 Fix linker self-exec detection by Ryan Prichard · 7 years ago
  41. 62e1e2c Modify malloc common function pointers. by Christopher Ferris · 7 years ago
  42. 16455b5 Implement dynamic TLS accesses and allocation by Ryan Prichard · 7 years ago
  43. e5e69e0 Record TLS modules and layout static TLS memory by Ryan Prichard · 7 years ago
  44. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  45. 0b0ee0c libc_shared_globals: add a constexpr ctor by Ryan Prichard · 7 years ago
  46. 07440a8 Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals by Ryan Prichard · 7 years ago
  47. 5a66490 Use shared globals so getauxval works earlier by Ryan Prichard · 7 years ago
  48. 48b1159 Use shared globals to init __progname + environ by Ryan Prichard · 7 years ago
  49. 7752bcb Move the abort message to libc_shared_globals by Ryan Prichard · 7 years ago
  50. abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
  51. 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
  52. e6dab7b fdsan: minor refactoring. by Josh Gao · 7 years ago
  53. f6e5b58 Introduce api to track fd ownership in libc. by Josh Gao · 7 years ago
  54. 95bca3f Remove valgrind workarounds. by Elliott Hughes · 7 years ago
  55. 27475b5 Initialize __libc_sysinfo early on. by Ryan Prichard · 7 years ago
  56. b6453c5 Only initialize the global stack protector once. by Josh Gao · 9 years ago
  57. be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
  58. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 9 years ago
  59. 63860cb Malloc debug rewrite. by Christopher Ferris · 10 years ago
  60. 3c8fc2f Move malloc dispatch table to __libc_globals. by Josh Gao · 10 years ago
  61. fe9d0ed Move setjmp cookie to a shared globals struct. by Josh Gao · 10 years ago
  62. 93c0f5e Move VDSO pointers to a shared globals struct. by Josh Gao · 10 years ago