1. bf8fc35 bionic spawn: simplify implementation by relying on kernel's close_range() syscall by Maciej Żenczykowski · 8 months ago
  2. e86a03f Use powerof2() more consistently. by Elliott Hughes · 8 months ago
  3. d4888f3 Don't duplicate the memset_explicit() implementation. by Elliott Hughes · 8 months ago
  4. b80bf28 Merge "Replace __BIONIC_ALIGN() with __builtin_align_up()." into main by Elliott Hughes · 8 months ago
  5. 2e42a72 Merge "Expand a bit on the POSIX/Linux close() differences." into main by Elliott Hughes · 8 months ago
  6. 2678222 Fix realpath failing on files whose inode number overflows ino_t by Theodore Dubois · 8 months ago
  7. 9eb51ff Expand a bit on the POSIX/Linux close() differences. by Elliott Hughes · 8 months ago
  8. 193b0bc Replace __BIONIC_ALIGN() with __builtin_align_up(). by Elliott Hughes · 8 months ago
  9. 4d5ea53 <utime.h>: add tests and reimplement. by Elliott Hughes · 9 months ago
  10. 03f3604 Merge "riscv64: fix cpu set argument type." into main by Elliott Hughes · 9 months ago
  11. a3fc956 riscv64: fix cpu set argument type. by Elliott Hughes · 9 months ago
  12. f2ee3db Simplify psignal()/psiginfo(). by Elliott Hughes · 9 months ago
  13. 7595357 <sys/hwprobe.h>: improve the argument names. by Elliott Hughes · 9 months ago
  14. 6426313 Merge "bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages" into main by Vilas Bhat · 9 months ago
  15. 836370e bionic: Optimize TLS memory by isolating per-thread libgen buffers to dedicated pages by Vilas Bhat · 9 months ago
  16. bab0e3d getentropy(): POSIX went for EINVAL rather than EIO on "buffer too large". by Elliott Hughes · 9 months ago
  17. 566527b Fix fsid error by GuangWei Zhang · 1 year, 1 month ago
  18. 9d29c7e Add __BIONIC_DISABLE_MALLOC_USABLE_SIZE_FORTIFY_WARNINGS to allow by Sharjeel Khan · 10 months ago
  19. a4264a0 Add and use GETENTROPY_MAX from POSIX 2024. by Elliott Hughes · 10 months ago
  20. 744ac61 Simplify sigwait64()'s error handling. by Elliott Hughes · 10 months ago
  21. 7ea4c99 Merge changes from topic "mteenabled" into main by Florian Mayer · 11 months ago
  22. 5e13617 [HWASan] [MTE] disable MTE for HWASan binaries by Florian Mayer · 11 months ago
  23. cd2d423 Clarify clockid_t generation. by Elliott Hughes · 11 months ago
  24. 436512b Merge "Revert^2 "Replace usage of ICU4C in bionic with ICU4X"" into main by Manish Goregaokar · 11 months ago
  25. 361854c Revert^2 "Replace usage of ICU4C in bionic with ICU4X" by Manish Goregaokar · 11 months ago
  26. 9a667a2 Merge "Revert "Replace usage of ICU4C in bionic with ICU4X"" into main by Liana Kazanova (xWF) · 11 months ago
  27. 889f658 Revert "Replace usage of ICU4C in bionic with ICU4X" by Liana Kazanova (xWF) · 11 months ago
  28. 937b721 Merge "Use a static inline rather than a macro for __get_tls()." into main by Elliott Hughes · 11 months ago
  29. 01274b9 Merge "Replace usage of ICU4C in bionic with ICU4X" into main by Manish Goregaokar · 11 months ago
  30. 70a9c5f Use a static inline rather than a macro for __get_tls(). by Elliott Hughes · 11 months ago
  31. 32838d2 Replace usage of ICU4C in bionic with ICU4X by Manish Goregaokar · 12 months ago
  32. ebfb8fa Merge "Move the trivial __set_tls() implementations to "bionic_tls.h"." into main by Elliott Hughes · 11 months ago
  33. e286cf6 Move the trivial __set_tls() implementations to "bionic_tls.h". by Elliott Hughes · 11 months ago
  34. 1960f1c Clean up the area of pthread key destruction. by Elliott Hughes · 11 months ago
  35. 29438b6 Revert "[Prototype] Replace usage of ICU4C in bionic with ICU4X" by Priyanka Advani (xWF) · 11 months ago
  36. 9ddf649 [Prototype] Replace usage of ICU4C in bionic with ICU4X by Manish Goregaokar · 12 months ago
  37. 59bebc7 Remove unused includes and `extern`s. by Elliott Hughes · 11 months ago
  38. 9cdc362 Merge "<fts.h>: fix fts_compar declaration for C23." into main by Elliott Hughes · 11 months ago
  39. 8fd8432 <fts.h>: fix fts_compar declaration for C23. by Elliott Hughes · 11 months ago
  40. 0b23199 Add method to use allocator app defaults. by Christopher Ferris · 2 years, 3 months ago
  41. d34d8ca __bionic_get_shell_path(): "just work" on the host. by Elliott Hughes · 12 months ago
  42. fb97d10 Merge "Add _SC_NSIG." into main by Elliott Hughes · 12 months ago
  43. 901e9a8 x86, x86_64: Add __memcpy_chk assembly versions. by Daniel Verkamp · 12 months ago
  44. aa7ea41 Add _SC_NSIG. by Elliott Hughes · 12 months ago
  45. d5e064d Merge "[MTE] do not use ldg in linker if MTE is off for process" into main by Florian Mayer · 1 year ago
  46. e6f8321 [MTE] do not use ldg in linker if MTE is off for process by Florian Mayer · 1 year ago
  47. 93d8194 Further harden the pad note parsing code. by Elliott Hughes · 1 year ago
  48. f8f4e9f Merge "Declare main outside of extern "C" block" into main by Ryan Prichard · 1 year, 1 month ago
  49. dfc3a97 Declare main outside of extern "C" block by Ryan Prichard · 1 year, 1 month ago
  50. 24b2459 libc: swap strchr to llvm-libc for most arches by George Burgess IV · 1 year, 1 month ago
  51. 5ebf009 libc: swap strnlen to llvm-libc for most arches by George Burgess IV · 1 year, 1 month ago
  52. fed0ce9 <bionic/macros.h>: replace align_up()/align_down() with clang's builtins. by Elliott Hughes · 1 year, 1 month ago
  53. 3cac647 Merge "libc: swap strchrnul to llvm-libc for most arches" into main by Treehugger Robot · 1 year, 1 month ago
  54. 31f2189 Merge "libc: swap strrchr to llvm-libc for most arches" into main by Treehugger Robot · 1 year, 1 month ago
  55. de3bfea Merge "Fix an overflow bug in __get_elf_note()." into main by Elliott Hughes · 1 year, 2 months ago
  56. 811e032 Fix an overflow bug in __get_elf_note(). by Elliott Hughes · 1 year, 2 months ago
  57. 27d4c10 libc: swap strchrnul to llvm-libc for most arches by George Burgess IV · 1 year, 2 months ago
  58. 9e89b2f libc: swap strrchr to llvm-libc for most arches by George Burgess IV · 1 year, 2 months ago
  59. 2e65afe bionic: libc: avoid -Wdeprecated-declarations via std::atomic_init by Nick Desaulniers · 1 year, 2 months ago
  60. e117d6e Add pthread_getaffinity_np()/pthread_setaffinity_np(). by Elliott Hughes · 1 year, 2 months ago
  61. 0765822 Merge "[MTE] fix missing thread id from stack_mte_ring mapping" into main by Florian Mayer · 1 year, 2 months ago
  62. eac5f73 [MTE] fix missing thread id from stack_mte_ring mapping by Florian Mayer · 1 year, 2 months ago
  63. b2b11f6 Merge "[MTE] Cleanup stack buffer for detached threads" into main by Florian Mayer · 1 year, 2 months ago
  64. a9e144d [MTE] Cleanup stack buffer for detached threads by Florian Mayer · 1 year, 2 months ago
  65. 1243e21 Merge "Factor out freeing of stack buffer to ease testing" into main by Florian Mayer · 1 year, 2 months ago
  66. 4a3a5c9 Merge changes I8e5d1c46,Ib4a89382,Ifacb006b,I75f2ca4a into main by Florian Mayer · 1 year, 2 months ago
  67. 756e765 Factor out freeing of stack buffer to ease testing by Florian Mayer · 1 year, 2 months ago
  68. 4edc20d Re-land^2 linker support for MTE globals by Florian Mayer · 1 year, 3 months ago
  69. 0ac5da0 Refactor the android_mallopt code. by Christopher Ferris · 1 year, 2 months ago
  70. b813b70 Merge "Move libc MTE init to separate file" into main by Treehugger Robot · 1 year, 2 months ago
  71. 44a5876 Merge "[MTE] split heap and stack MTE initialization" into main by Florian Mayer · 1 year, 2 months ago
  72. a6e9dcf Move libc MTE init to separate file by Florian Mayer · 1 year, 3 months ago
  73. c138f81 [MTE] split heap and stack MTE initialization by Florian Mayer · 1 year, 3 months ago
  74. 8eceeea Revert "Re-land linker support for MTE globals" by Daniel Chapin · 1 year, 3 months ago
  75. 64a4b53 Merge "Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation." into main by Elliott Hughes · 1 year, 3 months ago
  76. e118778 Remove <private/bsd_sys_param.h>. by Elliott Hughes · 1 year, 3 months ago
  77. 2e6e409 Re-land linker support for MTE globals by Mitch Phillips · 1 year, 5 months ago
  78. 45655d3 Reuse the strtod_l()/strtof_l() polyfills as the "real" implementation. by Elliott Hughes · 1 year, 3 months ago
  79. 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 · 1 year, 4 months ago
  80. 0d4b5a7 Revert "Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120" by Elliott Hughes · 1 year, 4 months ago
  81. b3d8fec Merge "Add better jemalloc stat logging." into main by Christopher Ferris · 1 year, 4 months ago
  82. 761fdf9 [HWASan] init auxv for pagesize in hwasan_init_static by Florian Mayer · 1 year, 4 months ago
  83. 4a7e1e3 Add better jemalloc stat logging. by Christopher Ferris · 1 year, 4 months ago
  84. 7be2a13 Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120 by Elliott Hughes · 1 year, 4 months ago
  85. ef4c2ce Revert "towctrans() should return the input and set errno on failure." by Elliott Hughes · 1 year, 4 months ago
  86. ee700ec Ensure that __libc_init() never calls memset(). by Elliott Hughes · 1 year, 4 months ago
  87. d3026c6 Merge "Add tid to trace info if available" into main by Treehugger Robot · 1 year, 5 months ago
  88. 249a7ae Add tid to trace info if available by Atneya Nair · 1 year, 5 months ago
  89. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year, 5 months ago
  90. 8f07d34 <wctype.h>: de-pessimize the isw*() functions. by Elliott Hughes · 1 year, 5 months ago
  91. 6166e9d Merge "Re-do static function dispatch." into main by Elliott Hughes · 1 year, 5 months ago
  92. adc4171 Re-do static function dispatch. by Elliott Hughes · 1 year, 5 months ago
  93. 4530e56 Merge "Add signal to re-enable MTE for a thread" into main by Florian Mayer · 1 year, 5 months ago
  94. f331c4b Merge "Use an ELF alias for strptime_l()." into main by Elliott Hughes · 1 year, 5 months ago
  95. ca54217 Merge "Use ELF aliases for all the <wctype.h> *_l() functions." into main by Elliott Hughes · 1 year, 5 months ago
  96. 0bc4ebc Merge "Use an ELF alias for sigprocmask64() on LP64." into main by Elliott Hughes · 1 year, 5 months ago
  97. 3bdeaa7 Merge "Use an ELF alias for strerror_l()." into main by Elliott Hughes · 1 year, 5 months ago
  98. 5d9725b Add signal to re-enable MTE for a thread by Florian Mayer · 1 year, 8 months ago
  99. 8aa2271 Merge "Update pubs.opengroup.org links for POSIX 2024 (and https)." into main by Treehugger Robot · 1 year, 5 months ago
  100. fdc791f Use an ELF alias for sigprocmask64() on LP64. by Elliott Hughes · 1 year, 5 months ago