1. eff0fad Merge "[HWASan] [16k] do not instrument getauxval" into main by Florian Mayer · 1 year, 7 months ago
  2. d8328a9 [HWASan] [16k] do not instrument getauxval by Florian Mayer · 1 year, 7 months ago
  3. 4358d53 Move the ILP32 mmap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 7 months ago
  4. ad44152 new.cpp: add sized operator delete. by Elliott Hughes · 1 year, 7 months ago
  5. 4e63125 getpagesize(): remove "portability" claim. by Elliott Hughes · 1 year, 7 months ago
  6. aec1f25 Merge "pthread_exit(): reduce duplication." into main by Elliott Hughes · 1 year, 7 months ago
  7. a1e51dc Merge "Spell "calling convention" out in full." into main by Elliott Hughes · 1 year, 7 months ago
  8. 793ce9c Merge "bionic_allocator: more detailed and consistent error reporting." into main by Elliott Hughes · 1 year, 7 months ago
  9. f4a27ae Merge "Fix some wcwidth() special cases." into main by Elliott Hughes · 1 year, 7 months ago
  10. 8f653f8 bionic_allocator: more detailed and consistent error reporting. by Elliott Hughes · 1 year, 7 months ago
  11. 20a9f99 Fix some wcwidth() special cases. by Elliott Hughes · 1 year, 7 months ago
  12. 13090d0 Spell "calling convention" out in full. by Elliott Hughes · 1 year, 7 months ago
  13. 1395fa8 Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main by Treehugger Robot · 1 year, 7 months ago
  14. 118d5da pthread_exit(): reduce duplication. by Elliott Hughes · 1 year, 8 months ago
  15. 8758972 <sys/thread_properties.h>: remove stray semicolon in the implementation. by Elliott Hughes · 1 year, 8 months ago
  16. 5dd8ce7 Merge "bionic: max_android_page_size to 16384" into main by Steven Moreland · 1 year, 8 months ago
  17. 8401230 bionic: max_android_page_size to 16384 by Steven Moreland · 1 year, 8 months ago
  18. 7c22b4c Merge "Don't leak a thread when timer_create() fails." into main by Elliott Hughes · 1 year, 8 months ago
  19. c793bc0 Don't leak a thread when timer_create() fails. by Elliott Hughes · 1 year, 8 months ago
  20. ccc4dbf execinfo.cpp: Add a __riscv case. by Elliott Hughes · 1 year, 8 months ago
  21. a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 8 months ago
  22. 09c660b Add riscv64 implementation of __get_bionic_tcb_for_thread(). by Elliott Hughes · 1 year, 8 months ago
  23. 03a4448 Merge "[MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling" into main by Treehugger Robot · 1 year, 8 months ago
  24. f332658 [MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling by Florian Mayer · 1 year, 8 months ago
  25. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 8 months ago
  26. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 8 months ago
  27. d06e2e7 Merge "Rename GWP-ASan android_mallopt() arguments" into main by Treehugger Robot · 1 year, 8 months ago
  28. c6d1e23 [MTE] update ring buffer when enabling stack trace collection by Florian Mayer · 1 year, 8 months ago
  29. ebc2ac9 Rename GWP-ASan android_mallopt() arguments by Mitch Phillips · 1 year, 8 months ago
  30. 05c16e7 Make "remapping stacks as PROT_MTE" debug log by Florian Mayer · 1 year, 8 months ago
  31. cdbc7c7 Merge "[scudo] -1 is also valid for M_DECAY_TIME" into main by Treehugger Robot · 1 year, 8 months ago
  32. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 9 months ago
  33. a933582 __system_property_set: add string names for init's error codes. by Elliott Hughes · 1 year, 9 months ago
  34. ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 1 year, 9 months ago
  35. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 1 year, 9 months ago
  36. c574f79 Clean up __always_inline by Nick Desaulniers · 1 year, 9 months ago
  37. 4435aff Merge "[GWP-ASan] Use recoverable everywhere" into main by Mitch Phillips · 1 year, 9 months ago
  38. aa8c229 [GWP-ASan] Use recoverable everywhere by Mitch Phillips · 1 year, 9 months ago
  39. e564066 Merge "Disable USE_SCUDO branches for HWASan" into main by Florian Mayer · 1 year, 9 months ago
  40. d8ad152 Disable USE_SCUDO branches for HWASan by Florian Mayer · 1 year, 9 months ago
  41. 3bfb6ee sysconf()/getpagesize() documentation. by Elliott Hughes · 1 year, 9 months ago
  42. 4396392 Fix StaticTlsLayout for atypical alignment values by Ryan Prichard · 1 year, 10 months ago
  43. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 10 months ago
  44. 5cc10a9 Merge "Make memtag_handle_longjmp precise" into main by Florian Mayer · 1 year, 10 months ago
  45. 0e1412e Make memtag_handle_longjmp precise by Florian Mayer · 1 year, 10 months ago
  46. 335380e Merge "Add _Fork()." into main am: a216b269ef by Elliott Hughes · 1 year, 10 months ago
  47. a216b26 Merge "Add _Fork()." into main by Elliott Hughes · 1 year, 10 months ago
  48. 2411fff Add _Fork(). by Elliott Hughes · 1 year, 11 months ago
  49. 0500d85 Merge "__bionic_get_shell_path(): explanatory comment." into main am: c3a6b446c4 by Treehugger Robot · 1 year, 10 months ago
  50. 529e624 __bionic_get_shell_path(): explanatory comment. by Elliott Hughes · 1 year, 10 months ago
  51. 00fa3f3 Merge "Clean up the <netinet/ether.h> implementation." into main am: 9a7da857a7 by Elliott Hughes · 1 year, 11 months ago
  52. b904f6d Merge "Stop trying to be clever with sysconf(_SC_NGROUPS_MAX)." into main am: 85164759f7 by Elliott Hughes · 1 year, 11 months ago
  53. 0514c95 Merge "Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE." into main am: ea8be9ff96 by Elliott Hughes · 1 year, 11 months ago
  54. 9a7da85 Merge "Clean up the <netinet/ether.h> implementation." into main by Elliott Hughes · 1 year, 11 months ago
  55. 8516475 Merge "Stop trying to be clever with sysconf(_SC_NGROUPS_MAX)." into main by Elliott Hughes · 1 year, 11 months ago
  56. ea8be9f Merge "Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE." into main by Elliott Hughes · 1 year, 11 months ago
  57. caeb54a Merge "use /system/bin/sh for all" into main am: 79434542bc by Jooyung Han · 1 year, 11 months ago
  58. 7943454 Merge "use /system/bin/sh for all" into main by Jooyung Han · 1 year, 11 months ago
  59. dd756ae Stop trying to be clever with sysconf(_SC_NGROUPS_MAX). by Elliott Hughes · 1 year, 11 months ago
  60. ae0d0c9 Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE. by Elliott Hughes · 1 year, 11 months ago
  61. 2f8ccc5 Merge changes from topics "crashapi2", "crashapi3" into main am: 30c7aad06d by Treehugger Robot · 1 year, 11 months ago
  62. 4bd5112 Allow to re-use the same crash_detail. am: e2aefc46e7 by Florian Mayer · 1 year, 11 months ago
  63. 30c7aad Merge changes from topics "crashapi2", "crashapi3" into main by Treehugger Robot · 1 year, 11 months ago
  64. 35bdfa0 use /system/bin/sh for all by Jooyung Han · 1 year, 11 months ago
  65. ca4749a header and android_crash_detail prefix for crash_detail API by Florian Mayer · 1 year, 11 months ago
  66. ce81e05 Merge "Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main am: ca6861e8ad by Florian Mayer · 1 year, 11 months ago
  67. 2b11b65 Merge "Revert "use /system/bin/sh for new vendor partition"" into main am: 44890f9e52 by Jernej Virag · 1 year, 11 months ago
  68. 44890f9 Merge "Revert "use /system/bin/sh for new vendor partition"" into main by Jernej Virag · 1 year, 11 months ago
  69. 780e8ea Revert "use /system/bin/sh for new vendor partition" by Joonhun Shin · 1 year, 11 months ago
  70. a97819c Merge "use /system/bin/sh for new vendor partition" into main am: 1a1d7a189e by Jooyung Han · 1 year, 11 months ago
  71. 1a1d7a1 Merge "use /system/bin/sh for new vendor partition" into main by Jooyung Han · 1 year, 11 months ago
  72. e65e193 Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 11 months ago
  73. 3ed6e72 Clean up the <netinet/ether.h> implementation. by Elliott Hughes · 1 year, 11 months ago
  74. c03b656 use /system/bin/sh for new vendor partition by Jooyung Han · 1 year, 11 months ago
  75. 8861936 Merge "Simplify our trivial initgroups(), and add a test." into main am: 76cab44ab1 by Elliott Hughes · 1 year, 11 months ago
  76. 6a45884 Simplify our trivial initgroups(), and add a test. by Elliott Hughes · 1 year, 11 months ago
  77. 37bea4e Merge "Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main am: 469568b94a by Treehugger Robot · 1 year, 11 months ago
  78. 469568b Merge "Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main by Treehugger Robot · 1 year, 11 months ago
  79. 976f598 Merge "Fix sysconf(_SC_NGROUPS_MAX)." into main am: b28adb35bd by Elliott Hughes · 1 year, 11 months ago
  80. 6995b4a Merge "Move three legacy .c files to .cpp." into main am: 5a1f29e6cf by Elliott Hughes · 1 year, 11 months ago
  81. b28adb3 Merge "Fix sysconf(_SC_NGROUPS_MAX)." into main by Elliott Hughes · 1 year, 11 months ago
  82. 5a1f29e Merge "Move three legacy .c files to .cpp." into main by Elliott Hughes · 1 year, 11 months ago
  83. f53e91c Revert^3 "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 11 months ago
  84. ff5de23 Merge "Add API to allow apps to attach extra information to tombstones." into main am: 50f4d83960 by Florian Mayer · 1 year, 11 months ago
  85. b387743 Fix sysconf(_SC_NGROUPS_MAX). by Elliott Hughes · 1 year, 11 months ago
  86. 17e4068 Move three legacy .c files to .cpp. by Elliott Hughes · 1 year, 11 months ago
  87. e2aefc4 Allow to re-use the same crash_detail. by Florian Mayer · 1 year, 11 months ago
  88. 7c83d09 Add API to allow apps to attach extra information to tombstones. by Florian Mayer · 1 year, 11 months ago
  89. 5b44bc3 Merge "Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main am: a732e2aef5 by Florian Mayer · 1 year, 11 months ago
  90. a732e2a Merge "Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main by Florian Mayer · 1 year, 11 months ago
  91. a453c2d Reland "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Florian Mayer · 1 year, 11 months ago
  92. e8ea440 Merge "Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main am: cebe1f1351 by Florian Mayer · 1 year, 11 months ago
  93. cebe1f1 Merge "Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library"" into main by Florian Mayer · 1 year, 11 months ago
  94. c20e1c2 Revert "[MTE] remap stacks with PROT_MTE when requested by dlopened library" by Sojin Moon · 1 year, 11 months ago
  95. 653bf2a Merge changes Ie770320e,I32c05cce,Ia7cb2f40 into main am: 41ed53fac6 by Kalesh Singh · 1 year, 11 months ago
  96. 41ed53f Merge changes Ie770320e,I32c05cce,Ia7cb2f40 into main by Kalesh Singh · 1 year, 11 months ago
  97. 63eb28c Merge "Remove treble_linker_namespaces." into main am: aa19eae4c2 by Elliott Hughes · 1 year, 11 months ago
  98. aa19eae Merge "Remove treble_linker_namespaces." into main by Elliott Hughes · 1 year, 11 months ago
  99. f0050fb bionic: Refactor __get_elf_note() by Kalesh Singh · 2 years, 1 month ago
  100. f252b3f Merge "[MTE] remap stacks with PROT_MTE when requested by dlopened library" into main am: ba5630cede by Florian Mayer · 1 year, 11 months ago