1. 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 5 months ago
  2. 3bf404c sigqueue/pthread_sigqueue: cleanup. by Elliott Hughes · 1 year, 5 months ago
  3. f2f1253 Merge "__init_shadow_call_stack: explicitly check for mmap() failures." into main by Elliott Hughes · 1 year, 6 months ago
  4. a7637a8 Fix uses of the deprecated API level names in the implementation. by Elliott Hughes · 1 year, 6 months ago
  5. 1b36291 __init_shadow_call_stack: explicitly check for mmap() failures. by Elliott Hughes · 1 year, 6 months ago
  6. 089f4d1 exit(): add a lock. by Elliott Hughes · 1 year, 6 months ago
  7. 9aa25fc Simplify the abort() implementation. by Elliott Hughes · 1 year, 6 months ago
  8. 4782b4e Merge "Obtain x86 cache info from CPU" into main by Elliott Hughes · 1 year, 6 months ago
  9. d41a441 __check_max_thread_id(): add the workaround to the error message. by Elliott Hughes · 1 year, 6 months ago
  10. 4f3b7e1 Obtain x86 cache info from CPU by Elliott Hughes · 1 year, 6 months ago
  11. e9d0064 Remove unnecessary indirection for execve() and _exit()/_Exit(). by Elliott Hughes · 1 year, 6 months ago
  12. 5261283 towlower()/towupper(): reuse tolower()/toupper(). by Elliott Hughes · 1 year, 6 months ago
  13. 5f99b02 towctrans() should return the input and set errno on failure. by Elliott Hughes · 1 year, 6 months ago
  14. a2fa7e1 wctype simplifications. by Elliott Hughes · 1 year, 6 months ago
  15. 72b0f3b Simplify the libc.a [lack of] icu support. by Elliott Hughes · 1 year, 7 months ago
  16. d91f3c1 Merge "Remove the i386-specific use of ipc(2)." into main by Elliott Hughes · 1 year, 7 months ago
  17. 7a90591 Merge "[MTE] move stack buffer calculation to mte.h" into main by Florian Mayer · 1 year, 7 months ago
  18. 9d605c0 Merge "Reapply "[MTE] allocate ring buffer for stack history"" into main by Florian Mayer · 1 year, 7 months ago
  19. 0d8a083 Remove the i386-specific use of ipc(2). by Elliott Hughes · 1 year, 7 months ago
  20. a586ba7 [MTE] move stack buffer calculation to mte.h by Florian Mayer · 1 year, 7 months ago
  21. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 7 months ago
  22. dc6e2fb Remove cdecl cruft. by Elliott Hughes · 1 year, 7 months ago
  23. 755f482 Merge "[MTE] fix longjmp handling" into main by Florian Mayer · 1 year, 7 months ago
  24. f7989f1 Merge "Revert "[MTE] allocate ring buffer for stack history"" into main by Florian Mayer · 1 year, 7 months ago
  25. 6b174ef [MTE] fix longjmp handling by Florian Mayer · 1 year, 7 months ago
  26. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 7 months ago
  27. 57d4f6b locale.cpp: remove dead libandroid_support support. by Elliott Hughes · 1 year, 7 months ago
  28. f7c5e68 Decrease logspam of stack MTE remapping. by Mitch Phillips · 1 year, 7 months ago
  29. a8873c5 Merge "[MTE] allocate ring buffer for stack history" into main by Florian Mayer · 1 year, 7 months ago
  30. de051b5 Merge "Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp." into main by Elliott Hughes · 1 year, 7 months ago
  31. bebe3d5 Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 7 months ago
  32. eff0fad Merge "[HWASan] [16k] do not instrument getauxval" into main by Florian Mayer · 1 year, 7 months ago
  33. d8328a9 [HWASan] [16k] do not instrument getauxval by Florian Mayer · 1 year, 7 months ago
  34. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 1 year, 9 months ago
  35. 4358d53 Move the ILP32 mmap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 7 months ago
  36. ad44152 new.cpp: add sized operator delete. by Elliott Hughes · 1 year, 7 months ago
  37. 4e63125 getpagesize(): remove "portability" claim. by Elliott Hughes · 1 year, 7 months ago
  38. aec1f25 Merge "pthread_exit(): reduce duplication." into main by Elliott Hughes · 1 year, 8 months ago
  39. a1e51dc Merge "Spell "calling convention" out in full." into main by Elliott Hughes · 1 year, 8 months ago
  40. 793ce9c Merge "bionic_allocator: more detailed and consistent error reporting." into main by Elliott Hughes · 1 year, 8 months ago
  41. f4a27ae Merge "Fix some wcwidth() special cases." into main by Elliott Hughes · 1 year, 8 months ago
  42. 8f653f8 bionic_allocator: more detailed and consistent error reporting. by Elliott Hughes · 1 year, 8 months ago
  43. 20a9f99 Fix some wcwidth() special cases. by Elliott Hughes · 1 year, 8 months ago
  44. 13090d0 Spell "calling convention" out in full. by Elliott Hughes · 1 year, 8 months ago
  45. 1395fa8 Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main by Treehugger Robot · 1 year, 8 months ago
  46. 118d5da pthread_exit(): reduce duplication. by Elliott Hughes · 1 year, 8 months ago
  47. 8758972 <sys/thread_properties.h>: remove stray semicolon in the implementation. by Elliott Hughes · 1 year, 8 months ago
  48. 5dd8ce7 Merge "bionic: max_android_page_size to 16384" into main by Steven Moreland · 1 year, 8 months ago
  49. 8401230 bionic: max_android_page_size to 16384 by Steven Moreland · 1 year, 9 months ago
  50. 7c22b4c Merge "Don't leak a thread when timer_create() fails." into main by Elliott Hughes · 1 year, 8 months ago
  51. c793bc0 Don't leak a thread when timer_create() fails. by Elliott Hughes · 1 year, 8 months ago
  52. ccc4dbf execinfo.cpp: Add a __riscv case. by Elliott Hughes · 1 year, 8 months ago
  53. a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 8 months ago
  54. 09c660b Add riscv64 implementation of __get_bionic_tcb_for_thread(). by Elliott Hughes · 1 year, 8 months ago
  55. 03a4448 Merge "[MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling" into main by Treehugger Robot · 1 year, 8 months ago
  56. f332658 [MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling by Florian Mayer · 1 year, 8 months ago
  57. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 8 months ago
  58. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 8 months ago
  59. d06e2e7 Merge "Rename GWP-ASan android_mallopt() arguments" into main by Treehugger Robot · 1 year, 8 months ago
  60. c6d1e23 [MTE] update ring buffer when enabling stack trace collection by Florian Mayer · 1 year, 8 months ago
  61. ebc2ac9 Rename GWP-ASan android_mallopt() arguments by Mitch Phillips · 1 year, 9 months ago
  62. 05c16e7 Make "remapping stacks as PROT_MTE" debug log by Florian Mayer · 1 year, 9 months ago
  63. cdbc7c7 Merge "[scudo] -1 is also valid for M_DECAY_TIME" into main by Treehugger Robot · 1 year, 9 months ago
  64. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 9 months ago
  65. a933582 __system_property_set: add string names for init's error codes. by Elliott Hughes · 1 year, 9 months ago
  66. ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 1 year, 9 months ago
  67. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 1 year, 9 months ago
  68. c574f79 Clean up __always_inline by Nick Desaulniers · 1 year, 9 months ago
  69. 4435aff Merge "[GWP-ASan] Use recoverable everywhere" into main by Mitch Phillips · 1 year, 9 months ago
  70. aa8c229 [GWP-ASan] Use recoverable everywhere by Mitch Phillips · 1 year, 9 months ago
  71. e564066 Merge "Disable USE_SCUDO branches for HWASan" into main by Florian Mayer · 1 year, 9 months ago
  72. d8ad152 Disable USE_SCUDO branches for HWASan by Florian Mayer · 1 year, 10 months ago
  73. 3bfb6ee sysconf()/getpagesize() documentation. by Elliott Hughes · 1 year, 10 months ago
  74. 4396392 Fix StaticTlsLayout for atypical alignment values by Ryan Prichard · 1 year, 10 months ago
  75. 73750dc Move memtag_stack out of libc_globals by Florian Mayer · 1 year, 10 months ago
  76. 5cc10a9 Merge "Make memtag_handle_longjmp precise" into main by Florian Mayer · 1 year, 10 months ago
  77. 0e1412e Make memtag_handle_longjmp precise by Florian Mayer · 1 year, 10 months ago
  78. 335380e Merge "Add _Fork()." into main am: a216b269ef by Elliott Hughes · 1 year, 11 months ago
  79. a216b26 Merge "Add _Fork()." into main by Elliott Hughes · 1 year, 11 months ago
  80. 2411fff Add _Fork(). by Elliott Hughes · 1 year, 11 months ago
  81. 0500d85 Merge "__bionic_get_shell_path(): explanatory comment." into main am: c3a6b446c4 by Treehugger Robot · 1 year, 11 months ago
  82. 529e624 __bionic_get_shell_path(): explanatory comment. by Elliott Hughes · 1 year, 11 months ago
  83. 00fa3f3 Merge "Clean up the <netinet/ether.h> implementation." into main am: 9a7da857a7 by Elliott Hughes · 1 year, 11 months ago
  84. b904f6d Merge "Stop trying to be clever with sysconf(_SC_NGROUPS_MAX)." into main am: 85164759f7 by Elliott Hughes · 1 year, 11 months ago
  85. 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
  86. 9a7da85 Merge "Clean up the <netinet/ether.h> implementation." into main by Elliott Hughes · 1 year, 11 months ago
  87. 8516475 Merge "Stop trying to be clever with sysconf(_SC_NGROUPS_MAX)." into main by Elliott Hughes · 1 year, 11 months ago
  88. ea8be9f Merge "Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE." into main by Elliott Hughes · 1 year, 11 months ago
  89. caeb54a Merge "use /system/bin/sh for all" into main am: 79434542bc by Jooyung Han · 1 year, 11 months ago
  90. 7943454 Merge "use /system/bin/sh for all" into main by Jooyung Han · 1 year, 11 months ago
  91. dd756ae Stop trying to be clever with sysconf(_SC_NGROUPS_MAX). by Elliott Hughes · 1 year, 11 months ago
  92. ae0d0c9 Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE. by Elliott Hughes · 1 year, 11 months ago
  93. 2f8ccc5 Merge changes from topics "crashapi2", "crashapi3" into main am: 30c7aad06d by Treehugger Robot · 1 year, 11 months ago
  94. 4bd5112 Allow to re-use the same crash_detail. am: e2aefc46e7 by Florian Mayer · 1 year, 11 months ago
  95. 30c7aad Merge changes from topics "crashapi2", "crashapi3" into main by Treehugger Robot · 1 year, 11 months ago
  96. 35bdfa0 use /system/bin/sh for all by Jooyung Han · 2 years ago
  97. ca4749a header and android_crash_detail prefix for crash_detail API by Florian Mayer · 1 year, 11 months ago
  98. 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
  99. 2b11b65 Merge "Revert "use /system/bin/sh for new vendor partition"" into main am: 44890f9e52 by Jernej Virag · 1 year, 11 months ago
  100. 44890f9 Merge "Revert "use /system/bin/sh for new vendor partition"" into main by Jernej Virag · 1 year, 11 months ago