1. 3cac647 Merge "libc: swap strchrnul to llvm-libc for most arches" into main by Treehugger Robot · 9 months ago
  2. 31f2189 Merge "libc: swap strrchr to llvm-libc for most arches" into main by Treehugger Robot · 9 months ago
  3. de3bfea Merge "Fix an overflow bug in __get_elf_note()." into main by Elliott Hughes · 9 months ago
  4. 811e032 Fix an overflow bug in __get_elf_note(). by Elliott Hughes · 9 months ago
  5. 27d4c10 libc: swap strchrnul to llvm-libc for most arches by George Burgess IV · 10 months ago
  6. 9e89b2f libc: swap strrchr to llvm-libc for most arches by George Burgess IV · 10 months ago
  7. 2e65afe bionic: libc: avoid -Wdeprecated-declarations via std::atomic_init by Nick Desaulniers · 10 months ago
  8. e117d6e Add pthread_getaffinity_np()/pthread_setaffinity_np(). by Elliott Hughes · 10 months ago
  9. 0765822 Merge "[MTE] fix missing thread id from stack_mte_ring mapping" into main by Florian Mayer · 10 months ago
  10. eac5f73 [MTE] fix missing thread id from stack_mte_ring mapping by Florian Mayer · 10 months ago
  11. b2b11f6 Merge "[MTE] Cleanup stack buffer for detached threads" into main by Florian Mayer · 10 months ago
  12. a9e144d [MTE] Cleanup stack buffer for detached threads by Florian Mayer · 10 months ago
  13. 1243e21 Merge "Factor out freeing of stack buffer to ease testing" into main by Florian Mayer · 10 months ago
  14. 4a3a5c9 Merge changes I8e5d1c46,Ib4a89382,Ifacb006b,I75f2ca4a into main by Florian Mayer · 10 months ago
  15. 756e765 Factor out freeing of stack buffer to ease testing by Florian Mayer · 10 months ago
  16. 4edc20d Re-land^2 linker support for MTE globals by Florian Mayer · 10 months ago
  17. 0ac5da0 Refactor the android_mallopt code. by Christopher Ferris · 10 months ago
  18. b813b70 Merge "Move libc MTE init to separate file" into main by Treehugger Robot · 10 months ago
  19. 44a5876 Merge "[MTE] split heap and stack MTE initialization" into main by Florian Mayer · 10 months ago
  20. a6e9dcf Move libc MTE init to separate file by Florian Mayer · 10 months ago
  21. c138f81 [MTE] split heap and stack MTE initialization by Florian Mayer · 10 months ago
  22. 8eceeea Revert "Re-land linker support for MTE globals" by Daniel Chapin · 10 months ago
  23. 64a4b53 Merge "Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation." into main by Elliott Hughes · 11 months ago
  24. e118778 Remove <private/bsd_sys_param.h>. by Elliott Hughes · 11 months ago
  25. 2e6e409 Re-land linker support for MTE globals by Mitch Phillips · 1 year ago
  26. 45655d3 Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation. by Elliott Hughes · 11 months ago
  27. 8113238 Merge "Revert "Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120"" into main by Treehugger Robot · 12 months ago
  28. 0d4b5a7 Revert "Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120" by Elliott Hughes · 12 months ago
  29. b3d8fec Merge "Add better jemalloc stat logging." into main by Christopher Ferris · 12 months ago
  30. 761fdf9 [HWASan] init auxv for pagesize in hwasan_init_static by Florian Mayer · 12 months ago
  31. 4a7e1e3 Add better jemalloc stat logging. by Christopher Ferris · 12 months ago
  32. 7be2a13 Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120 by Elliott Hughes · 12 months ago
  33. ef4c2ce Revert "towctrans() should return the input and set errno on failure." by Elliott Hughes · 12 months ago
  34. ee700ec Ensure that __libc_init() never calls memset(). by Elliott Hughes · 12 months ago
  35. d3026c6 Merge "Add tid to trace info if available" into main by Treehugger Robot · 12 months ago
  36. 249a7ae Add tid to trace info if available by Atneya Nair · 12 months ago
  37. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year ago
  38. 8f07d34 <wctype.h>: de-pessimize the isw*() functions. by Elliott Hughes · 1 year ago
  39. 6166e9d Merge "Re-do static function dispatch." into main by Elliott Hughes · 1 year, 1 month ago
  40. adc4171 Re-do static function dispatch. by Elliott Hughes · 1 year, 1 month ago
  41. 4530e56 Merge "Add signal to re-enable MTE for a thread" into main by Florian Mayer · 1 year, 1 month ago
  42. f331c4b Merge "Use an ELF alias for strptime_l()." into main by Elliott Hughes · 1 year, 1 month ago
  43. ca54217 Merge "Use ELF aliases for all the <wctype.h> *_l() functions." into main by Elliott Hughes · 1 year, 1 month ago
  44. 0bc4ebc Merge "Use an ELF alias for sigprocmask64() on LP64." into main by Elliott Hughes · 1 year, 1 month ago
  45. 3bdeaa7 Merge "Use an ELF alias for strerror_l()." into main by Elliott Hughes · 1 year, 1 month ago
  46. 5d9725b Add signal to re-enable MTE for a thread by Florian Mayer · 1 year, 4 months ago
  47. 8aa2271 Merge "Update pubs.opengroup.org links for POSIX 2024 (and https)." into main by Treehugger Robot · 1 year, 1 month ago
  48. fdc791f Use an ELF alias for sigprocmask64() on LP64. by Elliott Hughes · 1 year, 1 month ago
  49. 7ec5cb5 Use an ELF alias for strptime_l(). by Elliott Hughes · 1 year, 1 month ago
  50. 226c838 Use an ELF alias for strerror_l(). by Elliott Hughes · 1 year, 1 month ago
  51. 1b14990 Use ELF aliases for all the <wctype.h> *_l() functions. by Elliott Hughes · 1 year, 1 month ago
  52. dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 1 month ago
  53. 5f3b8e0 Update pubs.opengroup.org links for POSIX 2024 (and https). by Elliott Hughes · 1 year, 1 month ago
  54. 61de649 Merge "Use ELF aliases for most of the strto*_l/wcsto*_l functions." into main by Elliott Hughes · 1 year, 1 month ago
  55. d71f131 Merge "Remove the useless extra sync_file_range() shim for non-arm32." into main by Elliott Hughes · 1 year, 1 month ago
  56. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 1 month ago
  57. b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 1 month ago
  58. 1fc68c7 Use ELF aliases for most of the strto*_l/wcsto*_l functions. by Elliott Hughes · 1 year, 1 month ago
  59. e3614f0 Remove the extra layer of indirection for LP64 ppoll()/pselect(). by Elliott Hughes · 1 year, 1 month ago
  60. bc65c01 Merge "Alias lockf and lock64 on LP64." into main by Elliott Hughes · 1 year, 1 month ago
  61. a0d217e Remove the useless extra sync_file_range() shim for non-arm32. by Elliott Hughes · 1 year, 1 month ago
  62. 52c6164 Merge "Add sig2str()/str2sig() from POSIX Issue 8." into main by Elliott Hughes · 1 year, 1 month ago
  63. 07d5209 Add sig2str()/str2sig() from POSIX Issue 8. by Elliott Hughes · 1 year, 1 month ago
  64. 995eddd Alias lockf and lock64 on LP64. by Elliott Hughes · 1 year, 1 month ago
  65. 96fdef9 Merge "nl_langinfo_l can just be an ELF alias." into main by Elliott Hughes · 1 year, 1 month ago
  66. 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 1 month ago
  67. 3bf404c sigqueue/pthread_sigqueue: cleanup. by Elliott Hughes · 1 year, 1 month ago
  68. f2f1253 Merge "__init_shadow_call_stack: explicitly check for mmap() failures." into main by Elliott Hughes · 1 year, 1 month ago
  69. a7637a8 Fix uses of the deprecated API level names in the implementation. by Elliott Hughes · 1 year, 1 month ago
  70. 1b36291 __init_shadow_call_stack: explicitly check for mmap() failures. by Elliott Hughes · 1 year, 1 month ago
  71. 089f4d1 exit(): add a lock. by Elliott Hughes · 1 year, 1 month ago
  72. 9aa25fc Simplify the abort() implementation. by Elliott Hughes · 1 year, 1 month ago
  73. 4782b4e Merge "Obtain x86 cache info from CPU" into main by Elliott Hughes · 1 year, 1 month ago
  74. d41a441 __check_max_thread_id(): add the workaround to the error message. by Elliott Hughes · 1 year, 1 month ago
  75. 4f3b7e1 Obtain x86 cache info from CPU by Elliott Hughes · 1 year, 2 months ago
  76. e9d0064 Remove unnecessary indirection for execve() and _exit()/_Exit(). by Elliott Hughes · 1 year, 2 months ago
  77. d512580 nl_langinfo_l can just be an ELF alias. by Elliott Hughes · 1 year, 2 months ago
  78. 5261283 towlower()/towupper(): reuse tolower()/toupper(). by Elliott Hughes · 1 year, 2 months ago
  79. 5f99b02 towctrans() should return the input and set errno on failure. by Elliott Hughes · 1 year, 2 months ago
  80. a2fa7e1 wctype simplifications. by Elliott Hughes · 1 year, 2 months ago
  81. 72b0f3b Simplify the libc.a [lack of] icu support. by Elliott Hughes · 1 year, 2 months ago
  82. d91f3c1 Merge "Remove the i386-specific use of ipc(2)." into main by Elliott Hughes · 1 year, 2 months ago
  83. 7a90591 Merge "[MTE] move stack buffer calculation to mte.h" into main by Florian Mayer · 1 year, 2 months ago
  84. 9d605c0 Merge "Reapply "[MTE] allocate ring buffer for stack history"" into main by Florian Mayer · 1 year, 2 months ago
  85. 0d8a083 Remove the i386-specific use of ipc(2). by Elliott Hughes · 1 year, 2 months ago
  86. a586ba7 [MTE] move stack buffer calculation to mte.h by Florian Mayer · 1 year, 3 months ago
  87. c0aa70a Reapply "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 2 months ago
  88. dc6e2fb Remove cdecl cruft. by Elliott Hughes · 1 year, 2 months ago
  89. 755f482 Merge "[MTE] fix longjmp handling" into main by Florian Mayer · 1 year, 2 months ago
  90. f7989f1 Merge "Revert "[MTE] allocate ring buffer for stack history"" into main by Florian Mayer · 1 year, 2 months ago
  91. 6b174ef [MTE] fix longjmp handling by Florian Mayer · 1 year, 2 months ago
  92. 45b29f1 Revert "[MTE] allocate ring buffer for stack history" by Florian Mayer · 1 year, 2 months ago
  93. 57d4f6b locale.cpp: remove dead libandroid_support support. by Elliott Hughes · 1 year, 3 months ago
  94. f7c5e68 Decrease logspam of stack MTE remapping. by Mitch Phillips · 1 year, 3 months ago
  95. a8873c5 Merge "[MTE] allocate ring buffer for stack history" into main by Florian Mayer · 1 year, 3 months ago
  96. de051b5 Merge "Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp." into main by Elliott Hughes · 1 year, 3 months ago
  97. bebe3d5 Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 3 months ago
  98. eff0fad Merge "[HWASan] [16k] do not instrument getauxval" into main by Florian Mayer · 1 year, 3 months ago
  99. d8328a9 [HWASan] [16k] do not instrument getauxval by Florian Mayer · 1 year, 3 months ago
  100. 10d11dd [MTE] allocate ring buffer for stack history by Florian Mayer · 1 year, 5 months ago