1. 636b9b9 Merge "Increase time to set allocation limit." into main by Christopher Ferris · 2 years, 6 months ago
  2. e9ffc52 Increase time to set allocation limit. by Christopher Ferris · 2 years, 6 months ago
  3. a9e914d Make multibyte result constants public. by Dan Albert · 2 years, 7 months ago
  4. 2df6e5f Merge "riscv64: use vdso for __riscv_hwprobe()." into main by Elliott Hughes · 2 years, 6 months ago
  5. b08f79a riscv64: pass a null argument to ifunc resolvers. by Elliott Hughes · 2 years, 6 months ago
  6. 9a7d048 riscv64: use vdso for __riscv_hwprobe(). by Elliott Hughes · 2 years, 6 months ago
  7. 215baed De-pessimize SigSetConverter usage. by Elliott Hughes · 2 years, 7 months ago
  8. 2557f73 Consistently use %m rather than strerror() in logging. by Elliott Hughes · 2 years, 7 months ago
  9. fd93b60 Check for mprotect result by Kelvin Zhang · 2 years, 7 months ago
  10. 26e0e00 Merge "[HWASan] add comment to explain why we can use __has_feature" by Florian Mayer · 2 years, 8 months ago
  11. 02108ce [HWASan] add comment to explain why we can use __has_feature by Florian Mayer · 2 years, 8 months ago
  12. e9a7b81 Add new mallopt M_LOG_STATS. by Christopher Ferris · 2 years, 9 months ago
  13. f5cd292 Merge "Expose tzalloc()/localtime_rz()/mktime_z()/tzfree()." by Elliott Hughes · 2 years, 8 months ago
  14. 2bd4316 Expose tzalloc()/localtime_rz()/mktime_z()/tzfree(). by Elliott Hughes · 2 years, 8 months ago
  15. e07704a Use more appropriate param type for __early_abort by dimitry · 2 years, 8 months ago
  16. bb11ee6 Remove PAGE_SIZE call sites. by Peter Collingbourne · 3 years, 9 months ago
  17. ab2d3e1 Remove __RENAME_LDBL. by Elliott Hughes · 2 years, 8 months ago
  18. e20c5fa Merge "Revert "Add debug logging for memtag level"" by Florian Mayer · 2 years, 9 months ago
  19. dd44378 Revert "Add debug logging for memtag level" by Florian Mayer · 2 years, 9 months ago
  20. c35a0dc riscv64: say "x3" rather than "gp" in shadow call stack assembler. by Elliott Hughes · 2 years, 9 months ago
  21. 68904ae Merge "Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled." by Treehugger Robot · 2 years, 9 months ago
  22. b6a592b Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled. by Peter Collingbourne · 2 years, 11 months ago
  23. e023a02 Merge "<time.h>: change the new C23 TIME_ constants." by Elliott Hughes · 2 years, 9 months ago
  24. 7db0a6c <time.h>: change the new C23 TIME_ constants. by Elliott Hughes · 2 years, 9 months ago
  25. 213d943 syslog.h: implement LOG_PERROR. by Elliott Hughes · 3 years ago
  26. 52541ee C23: add timespec_getres() and the new TIME_* constants. by Elliott Hughes · 2 years, 10 months ago
  27. d3733e1 Merge "riscv64: fix the name of Zisslpcfi." by Treehugger Robot · 2 years, 10 months ago
  28. 7663578 riscv64: fix the name of Zisslpcfi. by Elliott Hughes · 2 years, 10 months ago
  29. 17b2bae Merge "Make tmpfile() respect $TMPDIR." by Elliott Hughes · 2 years, 10 months ago
  30. 8b86c0b Make tmpfile() respect $TMPDIR. by Elliott Hughes · 2 years, 10 months ago
  31. 4967017 Merge "Introduce hwasan mode for linker" by Florian Mayer · 2 years, 10 months ago
  32. c10d064 Introduce hwasan mode for linker by Florian Mayer · 2 years, 11 months ago
  33. 7dd3896 riscv64: switch from x18 to gp for shadow call stack. by Elliott Hughes · 2 years, 10 months ago
  34. 462ca8b <spawn.h>: add posix_spawn_file_actions_addchdir_np()/posix_spawn_file_actions_addfchdir_np(). by Elliott Hughes · 2 years, 10 months ago
  35. 6ef483e Merge "posix_spawn_file_actions_addopen(): crash early rather than late." by Zijun Zhao · 2 years, 10 months ago
  36. b8e4e46 posix_spawn_file_actions_addopen(): crash early rather than late. by Elliott Hughes · 2 years, 10 months ago
  37. f6c25d6 scandir: clarity improvements. by Elliott Hughes · 2 years, 10 months ago
  38. 060cd24 Merge "riscv64 SCS support." by Elliott Hughes · 2 years, 11 months ago
  39. b4f4f4e Merge "Add debug logging for memtag level" by Florian Mayer · 2 years, 11 months ago
  40. b3f3e86 Add debug logging for memtag level by Florian Mayer · 2 years, 11 months ago
  41. 9a39eb3 Increase the implementation of __memcpy_chk assembly by caowencheng · 2 years, 11 months ago
  42. d86eb86 Add support for M_PURGE_ALL. by Christopher Ferris · 3 years ago
  43. dc3ed4f Merge "Pull flockfile/funlockfile/ftrylockfile into stdio.cpp." by Elliott Hughes · 3 years ago
  44. 20dd3fe Pull flockfile/funlockfile/ftrylockfile into stdio.cpp. by Elliott Hughes · 3 years ago
  45. 9108f25 Remove <pthread.h> cruft. by Elliott Hughes · 3 years ago
  46. 432a4af Remove <signal.h> inlines for obsolete API levels. by Elliott Hughes · 3 years ago
  47. 9a7155d riscv64 SCS support. by Elliott Hughes · 3 years ago
  48. 3c3736e Remove <sys/statvfs.h> inlines for API level 19. by Elliott Hughes · 3 years ago
  49. 3d577a8 Merge "Add the recoverable GWP-ASan feature." by Mitch Phillips · 3 years ago
  50. 64c7d18 Merge "[GWP-ASan] Add TURN_ON_FOR_APP_SAMPLED_NON_CRASHING to android_mallopt" by Mitch Phillips · 3 years ago
  51. 2480f49 [GWP-ASan] Add TURN_ON_FOR_APP_SAMPLED_NON_CRASHING to android_mallopt by Mitch Phillips · 3 years ago
  52. a493fe4 Add the recoverable GWP-ASan feature. by Mitch Phillips · 3 years, 1 month ago
  53. 98c641b Merge "Sync strptime.c with upstream." by Elliott Hughes · 3 years ago
  54. 357908d Defer to getpagesize() in sysconf(). by Elliott Hughes · 3 years, 1 month ago
  55. 347dc62 Plumb scudo_ring_buffer_size to debuggerd_process_info by Florian Mayer · 3 years, 1 month ago
  56. d3627a4 Sync strptime.c with upstream. by Elliott Hughes · 3 years, 2 months ago
  57. 8d9549e Move some cruft from the build system to the source. by Elliott Hughes · 3 years, 2 months ago
  58. 1e59e2a fcntl: remove some duplication, fix a bug. by Elliott Hughes · 3 years, 2 months ago
  59. dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 4 years ago
  60. 3cc366d Implement __memset_chk as a copy & paste of __memcpy_chk. by Elliott Hughes · 3 years, 3 months ago
  61. ec9ff04 Add a hack for a RISC-V bug. by Elliott Hughes · 3 years, 3 months ago
  62. 0021155 Remove strtoq() and strtouq(). by Elliott Hughes · 3 years, 3 months ago
  63. c5e588a Merge "riscv64 TLS support." by Elliott Hughes · 3 years, 4 months ago
  64. 287f48e riscv64: more <sys/ucontext.h>. by Elliott Hughes · 3 years, 4 months ago
  65. 4346270 riscv64 TLS support. by Elliott Hughes · 3 years, 4 months ago
  66. 6cfd1b5 Call out the REL architectures and make RELA the default. by Elliott Hughes · 3 years, 4 months ago
  67. 6660d6c Rewrite renameat(). by Elliott Hughes · 3 years, 4 months ago
  68. 27a37e7 fdsan: fix overflow in FdTableImpl::at by Benjamin Lerman · 3 years, 4 months ago
  69. cc61ad8 Add android_mallopt to query MTE stack state by Florian Mayer · 3 years, 5 months ago
  70. 5cfca6b Add fdsan owner type for native_handle_t by Brian Duddie · 3 years, 5 months ago
  71. af24941 Merge "[MTE] Never upgrade MTE mode for zygote." by Florian Mayer · 3 years, 6 months ago
  72. 14cbb79 [MTE] Never upgrade MTE mode for zygote. by Florian Mayer · 3 years, 6 months ago
  73. f9fac36 Merge "Add C23's memset_explicit()." by Elliott Hughes · 3 years, 6 months ago
  74. d1c3d4a Merge "Add %b and %B support to the scanf/wscanf and strto*/wcsto* families." by Elliott Hughes · 3 years, 6 months ago
  75. 1f462de Add %b and %B support to the scanf/wscanf and strto*/wcsto* families. by Elliott Hughes · 3 years, 6 months ago
  76. 0d64243 Add C23's memset_explicit(). by Elliott Hughes · 3 years, 6 months ago
  77. 408e170 Allow init to upgrade MTE to sync. by Florian Mayer · 3 years, 9 months ago
  78. 4ff089f Merge "[MTE] Allow remote mode override for process." by Florian Mayer · 3 years, 6 months ago
  79. c7bf4d4 Merge "[MTE] use static buffer for per-process property name." by Treehugger Robot · 3 years, 6 months ago
  80. dee80d5 [MTE] Allow remote mode override for process. by Florian Mayer · 3 years, 6 months ago
  81. 2791429 [MTE] use static buffer for per-process property name. by Florian Mayer · 3 years, 6 months ago
  82. 85eb6fd [style] [MTE] remove unnecessary condition. by Florian Mayer · 3 years, 6 months ago
  83. f305560 Always free after getline(). by Elliott Hughes · 3 years, 6 months ago
  84. d771a7c Simplify the implementation of get_nproc(). by Elliott Hughes · 3 years, 6 months ago
  85. 9634c36 Add persistent GWP-ASan sysprops. by Mitch Phillips · 3 years, 8 months ago
  86. bcb9715 Avoid using new/delete in locale.cpp by Ryan Prichard · 3 years, 9 months ago
  87. 0219fe8 Merge "Bump tzcode from 2016g to 2022a*." by Almaz Mingaleev · 3 years, 8 months ago
  88. 5411aff Bump tzcode from 2016g to 2022a*. by Almaz Mingaleev · 4 years ago
  89. 3031a7e memtag_stack: vfork and longjmp support. by Evgenii Stepanov · 3 years, 9 months ago
  90. 39de8b9 Merge "Basic support for MTE stack tagging." by Treehugger Robot · 3 years, 8 months ago
  91. f9fa32a Basic support for MTE stack tagging. by Evgenii Stepanov · 3 years, 9 months ago
  92. f2d59f9 Merge "Remove the KSM hack in mmap()." by Elliott Hughes · 3 years, 9 months ago
  93. e54a052 Remove unused function. by Florian Mayer · 3 years, 9 months ago
  94. b3b0eb6 Remove the KSM hack in mmap(). by Elliott Hughes · 3 years, 9 months ago
  95. 3c0f096 Remove unnecessary static variable. by Florian Mayer · 3 years, 9 months ago
  96. b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 4 years ago
  97. c9c0ebd allowlist new Linux close_range() system call, use it in posix_spawn() by Maciej Żenczykowski · 4 years ago
  98. 520e2d3 Merge "posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT" by Maciej Żenczykowski · 3 years, 9 months ago
  99. 3865c8f Merge "[GWP-ASan] Provide runtime configuration through an env var + sysprop." by Mitch Phillips · 3 years, 10 months ago
  100. 262b873 posix_spawn - implement support for POSIX_SPAWN_CLOEXEC_DEFAULT by Maciej Żenczykowski · 4 years, 1 month ago