1. 8f9713e Fix broken return code of M_INITIALIZE_GWP_ASAN. by Christopher Ferris · 4 years, 4 months ago
  2. 048f24e Export fts as a static library for use with musl by Colin Cross · 4 years, 4 months ago
  3. 69bcb8b Compile fts.c in libc_openbsd_ndk by Colin Cross · 4 years, 4 months ago
  4. a4ffabe Merge "Reland "Fix GWP hooks not being restored, leading to crashes."" by Florian Mayer · 4 years, 5 months ago
  5. 3a0ced8 Reland "Fix GWP hooks not being restored, leading to crashes." by Florian Mayer · 4 years, 6 months ago
  6. 695af0d POSIX strerror_r returns an error number, not -1 by Colin Cross · 4 years, 6 months ago
  7. 8f14b65 Revert "Adding system property tracing" by Bowgo Tsai · 4 years, 6 months ago
  8. 13a960f Revert "bionic_systrace: moving global static variables" by Bowgo Tsai · 4 years, 6 months ago
  9. 2ef1cd3 Merge "Allow the kernel to upgrade ASYNC mode processes to SYNC mode." by Treehugger Robot · 4 years, 6 months ago
  10. 48bf46b Allow the kernel to upgrade ASYNC mode processes to SYNC mode. by Peter Collingbourne · 4 years, 6 months ago
  11. 79dbdc3 Document more clearly that we don't plan on using faccessat2(2). by Elliott Hughes · 4 years, 7 months ago
  12. be1c013 Merge "Disable return PAC in __pthread_start." by Peter Collingbourne · 4 years, 7 months ago
  13. 26d83ba Disable return PAC in __pthread_start. by Peter Collingbourne · 4 years, 7 months ago
  14. 85c7838 Fix dangling pointer in heapprofd API. by Florian Mayer · 4 years, 7 months ago
  15. 5a7f3ef Enable RTM_GETLINK restrictions on all apps by Bram Bonné · 4 years, 9 months ago
  16. dcbacd6 Avoid prctl(PR_PAC_RESET_KEYS) on devices without PAC support. by Peter Collingbourne · 4 years, 9 months ago
  17. f2bb4e6 Merge "Revert "Reland: Soft-enable MAC address restrictions with allowlist."" by Bram Bonné · 4 years, 9 months ago
  18. 44ec9c3 Merge "Disable fdtrack post-fork." by Josh Gao · 4 years, 9 months ago
  19. bca8a44 Revert "Reland: Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 4 years, 9 months ago
  20. dcc97c0 Disable fdtrack post-fork. by Josh Gao · 5 years ago
  21. 2b9719e Merge "Reset PAC keys on thread creation instead of on zygote fork." by Peter Collingbourne · 4 years, 9 months ago
  22. 811d180 Reset PAC keys on thread creation instead of on zygote fork. by Peter Collingbourne · 4 years, 10 months ago
  23. 13a7610 scandir: remove dead code. by Elliott Hughes · 4 years, 10 months ago
  24. 03e961e Merge "Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info()." by Peter Collingbourne · 4 years, 10 months ago
  25. 6ba27e0 Merge "Add some slack at the end of large allocations when target SDK level < S." by Peter Collingbourne · 4 years, 10 months ago
  26. b82f5cf Improve <sys/xattr.h> coverage. by Elliott Hughes · 4 years, 10 months ago
  27. 2659d7b Add some slack at the end of large allocations when target SDK level < S. by Peter Collingbourne · 4 years, 10 months ago
  28. f443817 Remove unused (and empty) file. by Elliott Hughes · 4 years, 10 months ago
  29. 9747214 Merge "Add wrappers for pidfd_{open,getfd,send_signal}." by Josh Gao · 4 years, 11 months ago
  30. dddf75f Merge "Add additional app to netlink appcompat allowlist." by Bram Bonné · 4 years, 11 months ago
  31. 82c3d89 Add additional app to netlink appcompat allowlist. by Bram Bonné · 4 years, 11 months ago
  32. 3de1915 Add wrappers for pidfd_{open,getfd,send_signal}. by Josh Gao · 4 years, 11 months ago
  33. 6161970 Merge "Make __libc_init_scudo() weak for native bridge." by Treehugger Robot · 4 years, 11 months ago
  34. bf91786 Make __libc_init_scudo() weak for native bridge. by Peter Collingbourne · 4 years, 11 months ago
  35. 20c023f iconv(3): ignore src_bytes_left if src_bytes is null. by Elliott Hughes · 5 years ago
  36. 2753fc8 Teach debuggerd to pass the secondary ring buffer to __scudo_get_error_info(). by Peter Collingbourne · 5 years ago
  37. bfa3688 Merge "[MemInit] Remove old API, introduce new MemInit API." by Mitch Phillips · 5 years ago
  38. 9cad842 [MemInit] Remove old API, introduce new MemInit API. by Mitch Phillips · 5 years ago
  39. 347b01b [MTE] Change scudo init order to get correct PROT_MTE pages. by Mitch Phillips · 5 years ago
  40. 7336663 Remove the now-unnecessary android_mallopt() options. by Elliott Hughes · 5 years ago
  41. e925485 Merge "Make "disable memory mitigations" and "set heap tagging level" more available." by Elliott Hughes · 5 years ago
  42. 446b4dd Make "disable memory mitigations" and "set heap tagging level" more available. by Elliott Hughes · 5 years ago
  43. 4cded97 [MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing. by Mitch Phillips · 5 years ago
  44. b1ba762 Merge "Fewer copies of ALIGN()/ALIGNBYTES." by Elliott Hughes · 5 years ago
  45. 4e67866 Merge "Remove ANDROID_EXPERIMENTAL_MTE." by Peter Collingbourne · 5 years ago
  46. e1dc4f6 Fewer copies of ALIGN()/ALIGNBYTES. by Elliott Hughes · 5 years ago
  47. 08959d9 Merge "Sync upstream fts.c." by Elliott Hughes · 5 years ago
  48. 7e20117 Remove ANDROID_EXPERIMENTAL_MTE. by Peter Collingbourne · 5 years ago
  49. 03ac158 Sync upstream fts.c. by Elliott Hughes · 5 years ago
  50. b19fc79 Merge "Make the atomic load explicit" by Adam Barth · 5 years ago
  51. 5e466b6 Suppress SetHeapTaggingLevel warning under hwasan. by Evgenii Stepanov · 5 years ago
  52. bd84f54 Merge "Fix -Wnewline-eof" by Treehugger Robot · 5 years ago
  53. 651f1fa Make the atomic load explicit by Adam Barth · 5 years ago
  54. e9efd05 Fix -Wnewline-eof by Adam Barth · 5 years ago
  55. e09fc24 Merge "Use ELF notes to set the desired memory tagging level." by Evgenii Stepanov · 5 years ago
  56. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 5 years ago
  57. be77feb Merge "[Tagged Pointers] Point to SAC documentation in abort message." by Mitch Phillips · 5 years ago
  58. 8540c54 [Tagged Pointers] Point to SAC documentation in abort message. by Mitch Phillips · 5 years ago
  59. 95ca52a Reland: Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  60. 9e97280 Revert "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  61. 5c8d48a Remove unused 'err' assignment by Greg Kaiser · 5 years ago
  62. 0ed9f70 Merge "Soft-enable MAC address restrictions with allowlist." by Bram Bonné · 5 years ago
  63. 0ba4998 Soft-enable MAC address restrictions with allowlist. by Bram Bonné · 5 years ago
  64. 1f2e000 Merge changes from topics "Ic7ea0f075751f8f077612617802775d2d0a799dc", "Iec02ae89f4a3d2ffe298817240f404e54b109a52" by Peter Collingbourne · 5 years ago
  65. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 5 years ago
  66. 9397bdd Make our definition of std::nothrow weak. by Peter Collingbourne · 5 years ago
  67. 2210b8d [Tagged Pointers] Allow probing the current TP level w/ locking. by Mitch Phillips · 5 years ago
  68. 1e32ae2 Merge "Revert^2 "Soft-enables new MAC address restrictions."" by Bram Bonné · 5 years ago
  69. 742a003 [GWP-ASan] Remove include. by Mitch Phillips · 5 years ago
  70. 097846e Merge "Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API." by Peter Collingbourne · 5 years ago
  71. 9eb85bf Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API. by Peter Collingbourne · 5 years ago
  72. 53211a9 Revert^2 "Soft-enables new MAC address restrictions." by Bram Bonné · 5 years ago
  73. 92b8588 Merge "Revert "Soft-enables new MAC address restrictions."" by Tej Singh · 5 years ago
  74. 259776d Revert "Soft-enables new MAC address restrictions." by Tej Singh · 5 years ago
  75. 7433096 Merge "Soft-enables new MAC address restrictions." by Bram Bonné · 5 years ago
  76. 56f1c40 Merge "Clear PAC bits in android_unsafe_frame_pointer_chase()." by Peter Collingbourne · 5 years ago
  77. de30635 Put __*_ARRAY__ symbols before prioritized init/fini funcs by Matthew Maurer · 5 years ago
  78. a5c4b17 Clear PAC bits in android_unsafe_frame_pointer_chase(). by Peter Collingbourne · 5 years ago
  79. bf38328 getgrnam, getgrgid, getpwnam, getpwuid for host by Jiyong Park · 5 years ago
  80. c3ecfb6 Merge "system(3) uses /bin/sh when built for host" by Treehugger Robot · 5 years ago
  81. 8dd649d system(3) uses /bin/sh when built for host by Jiyong Park · 5 years ago
  82. 72b1aaf Merge "Fix __cxa_atexit run-time regression with many registrations" by Ryan Prichard · 5 years ago
  83. c0d50d4 Replace libandroidicu usage in bionic with the new libicu.so available in NDK by Victor Chang · 5 years ago
  84. de523c0 Fix __cxa_atexit run-time regression with many registrations by Ryan Prichard · 5 years ago
  85. ddbcea2 Merge "pthread_cond: only call futex_wake when there are waiters" by Treehugger Robot · 5 years ago
  86. 9c08f4f pthread_cond: only call futex_wake when there are waiters by Tim Murray · 5 years ago
  87. 19f8486 Fix bug in finding another thread's TCB. by Vy Nguyen · 5 years ago
  88. dcbc8ec Merge changes from topic "I81ece86ace916eb6b435ab516cd431ec4b48a3bf" by Steven Moreland · 5 years ago
  89. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 5 years ago
  90. 18286ed Soft-enables new MAC address restrictions. by Bram Bonné · 5 years ago
  91. b752dd5 Mark __progname as weak for native_bridge by Evgeny Eltsin · 5 years ago
  92. 6427f39 Make __clone_for_fork pure native bridge mode abstraction by Victor Khimenko · 5 years ago
  93. a1e3f2c Expose a function to reset the stack protector for the zygote. by Elliott Hughes · 5 years ago
  94. 1e1c784 bionic_systrace: moving global static variables by Bowgo Tsai · 5 years ago
  95. d0ecf0b Adding system property tracing by Bowgo Tsai · 6 years ago
  96. 1c502d4 Merge "Various coverage improvements." by Elliott Hughes · 5 years ago
  97. d4d7efc Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)" by Vy Nguyen · 5 years ago
  98. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  99. aadcb07 Merge "Cleanup for #inclusivefixit." by Elliott Hughes · 5 years ago
  100. d500751 Add a thread-properties API by Vy Nguyen · 5 years ago