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