1. 5a3eaeb Merge remote-tracking branch 'aosp/upstream-master' by Colin Cross · 5 weeks ago main master
  2. fb7aa8f Adapt to module rename. am: e60c10d44b by Dan Albert · 8 weeks ago
  3. e60c10d Adapt to module rename. by Dan Albert · 8 weeks ago
  4. dd1e63c syslog: revert LOG_FAC/LOG_FACMASK changes by Rich Felker · 4 months ago
  5. 008f737 siglongjmp: document why this function just calls longjmp by Rich Felker · 4 months ago
  6. 947b457 inet_ntop: fix the IPv6 leading zero sequence compression by Jakub Stasiak · 4 months ago
  7. 50ab830 dynlink: avoid copying to temp buffer in get_lfs64 by Rich Felker · 4 months ago
  8. 1b97d00 sys/epoll.h: add epoll ioctls by Joe Damato · 5 months ago
  9. ab31e9d getusershell: skip blank lines and comments by Rich Felker · 4 months ago
  10. 53ac44f dynlink: fix get_lfs64() with posix_fallocate64 by Florian Ziesche · 4 months ago
  11. 895736d syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros by Rich Felker · 4 months ago
  12. 05ce67f add renameat2 linux syscall wrapper by Tony Ambardar · 6 months ago
  13. 0079972 fix mismatched type in posix_getdents definition by Rich Felker · 5 months ago
  14. cbf59dd aarch64 crti.o: fix alignment of _init/_fini by mojyack · 5 months ago
  15. 84015ce fix typo that broke sys/reg.h and sys/user.h by Gonzalo Alvarez · 5 months ago
  16. 1b0d485 implement posix_getdents adopted for next issue of POSIX by Rich Felker · 6 months ago
  17. 2c124e1 stdint.h: derive limits from __LONG_MAX, use common fast16 types by Rich Felker · 6 months ago
  18. 7019fbe sys/user.h: derive __WORDSIZE from __LONG_MAX by Rich Felker · 6 months ago
  19. e709a6f sys/reg.h: derive __WORDSIZE from __LONG_MAX by Rich Felker · 6 months ago
  20. 29b216b unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits by Rich Felker · 6 months ago
  21. 0dfa1d8 unify bits/stat.h for all archs sharing a common definition by Rich Felker · 6 months ago
  22. ef60088 align aarch64, riscv64, loongarch64 stat structure padding type by Rich Felker · 6 months ago
  23. 6f66623 ldso: fix non-functional fix to early dynamic PAGE_SIZE access by Rich Felker · 6 months ago
  24. fced99e strptime: implement conversion specifiers adopted for next POSIX issue by Rich Felker · 6 months ago
  25. 3f9d422 printf decimal integer formatting: shave off one division by Rich Felker · 6 months ago
  26. a23cf8f riscv mcontext_t/sigcontext: use __aligned__ instead of aligned by Michael Forney · 6 months ago
  27. cbf1c7b add missing STATX_ATTR_* macros omitted when statx was added by Rich Felker · 6 months ago
  28. 3f49203 initgroups: do not artificially limit number of supplementary groups by Rich Felker · 6 months ago
  29. 24ebbbd printf: fix edge case where hex float precision was not honored by Rich Felker · 6 months ago
  30. ec0edd5 Merge "Upgrade musl to v1.2.5" into main am: aa59d7880b am: dc1e01c2dd by Treehugger Robot · 7 months ago android15-tests-dev
  31. dc1e01c Merge "Upgrade musl to v1.2.5" into main am: aa59d7880b by Treehugger Robot · 7 months ago
  32. aa59d78 Merge "Upgrade musl to v1.2.5" into main by Treehugger Robot · 7 months ago
  33. 1c8706e Upgrade musl to v1.2.5 by Elliott Hughes · 8 months ago
  34. e3b0ace complex: fix comment in cacosh by Szabolcs Nagy · 8 months ago
  35. 9683bd6 math: fix fma(x,y,0) when x*y rounds to -0 by Szabolcs Nagy · 7 months ago
  36. 5370070 fix pwrite/pwritev handling of O_APPEND files by Rich Felker · 7 months ago
  37. bdc9a9f uio.h: add RWF_NOAPPEND flag for pwritev2 by Rich Felker · 7 months ago
  38. 7ada6dd iconv: fix missing bounds checking for shift_jis decoding by Rich Felker · 8 months ago
  39. fd7d018 add missing inline keyword on default a_barrier definition by Rich Felker · 8 months ago
  40. b5121e2 iconv: add aliases for GBK by Rich Felker · 8 months ago
  41. ca6f46a iconv: add euro symbol to GBK as single byte 0x80 by Rich Felker · 8 months ago
  42. 0784374 release 1.2.5 by Rich Felker · 8 months ago
  43. f5dba42 iconv: add cp932 as an alias for shift_jis by Rich Felker · 8 months ago
  44. e5aa498 update INSTALL file archs list with riscv32, loongarch64 additions by Rich Felker · 8 months ago
  45. 8d9d266 loongarch64: add new syscall numbers by wanghongliang · 8 months ago
  46. 8d852cd loongarch64: remove getrlimit/setrlimit syscall numbers by Rich Felker · 8 months ago
  47. 13cd64a loongarch64: remove ptrace.h macros by wanghongliang · 8 months ago
  48. 377c363 configure: enable riscv32 port by Stefan O'Rear · 4 years, 2 months ago
  49. d25f0cc riscv: define REG_S1 and REG_S2 by Khem Raj · 2 years, 9 months ago
  50. 8432d16 riscv32: add new syscall numbers by Khem Raj · 4 years ago
  51. 3ea3fcf riscv32: add sysvipc msg/sem/shm bits by Rich Felker · 8 months ago
  52. b28c44d riscv32: add thread support by Stefan O'Rear · 4 years, 2 months ago
  53. c34a8ee riscv32: add setjmp/longjmp and sigreturn by Stefan O'Rear · 4 years, 2 months ago
  54. 11eee89 riscv32: add dlsym by Stefan O'Rear · 4 years, 2 months ago
  55. b4f7b2c riscv32: add fenv and math by Stefan O'Rear · 4 years, 2 months ago
  56. 01d9fe4 riscv32: add arch headers by Stefan O'Rear · 4 years, 2 months ago
  57. 5c653cc getnameinfo: fix calling __dns_parse with potentially too large rlen by Alexey Izbyshev · 1 year, 6 months ago
  58. d3a6105 posix_spawn: fix child spinning on write to a broken pipe by Alexey Izbyshev · 8 months ago
  59. 80e3b09 loongarch64 __clone: align stack pointer mod 16 by wanghongliang · 8 months ago
  60. ec325b3 add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG by Hongliang Wang · 8 months ago
  61. f2c9350 add loongarch64 signal.h register index macros by wanghongliang · 8 months ago
  62. a7239cb switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef by Rich Felker · 8 months ago
  63. 2c887f2 riscv: fall back to syscall __riscv_flush_icache by Stefan O'Rear · 4 years, 2 months ago
  64. 69670e3 sh dlsym: fix passing of return address for RTLD_NEXT use by Rich Felker · 8 months ago
  65. b817541 add statx interface using syscall, fallback to fstatat by Duncan Bellamy · 2 years, 2 months ago
  66. d0ed307 use new SYS_fchmodat2 syscall to implement fchmodat with flags by Gaël PORTAY · 8 months ago
  67. 3d5c9fe bits/syscall.h: add __NR_fchmodat2 from linux v6.6 by Gaël PORTAY · 8 months ago
  68. fb9d976 remove flag argument from fchmodat syscall by Gaël PORTAY · 8 months ago
  69. dd690c4 bits/syscall.h: add cachestat from linux v6.4 by Gaël PORTAY · 8 months ago
  70. 33e8c46 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 by Gaël PORTAY · 8 months ago
  71. b2c4c3d bits/syscall.h: add futex_waitv from linux v5.16 by Gaël PORTAY · 8 months ago
  72. e975127 bits/syscall.h: add process_mrelease from linux v5.15 by Rich Felker · 8 months ago
  73. a526314 bits/syscall.h: add memfd_secret from linux v5.14 by Gaël PORTAY · 8 months ago
  74. 19563e1 add framework to support archs without a native wait4 syscall by Rich Felker · 8 months ago
  75. 7020e85 sh: fix sigsetjmp corrupting call-saved register r8 by Rich Felker · 8 months ago
  76. 522bd54 add loongarch64 port by Hongliang Wang · 1 year, 1 month ago
  77. 4a16ddf strftime: fix breakage in last change (uninitialized pointer access) by Rich Felker · 8 months ago
  78. cf91e9b fix erroneous feature test macro check for ppoll by Rich Felker · 9 months ago
  79. 3983861 syslog: use C locale for timestamp generation by Rich Felker · 9 months ago
  80. 8b70486 stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros by Jules Maselbas · 9 months ago
  81. 407aea6 riscv: add TLSDESC support by Rich Felker · 9 months ago
  82. 2e1bb87 install.sh: avoid creating symlinks with restricted permissions by Tim Cuthbertson · 9 months ago
  83. 0e33072 sqrtl: fix invalid use of a non-constant-expression as static initializer by Rich Felker · 9 months ago
  84. bd3138b riscv: correct symbol version of __vdso_flush_icache by gns · 9 months ago
  85. 15aa7ab elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants by Elliott Hughes · 9 months ago
  86. 25c4123 elf.h: update RISC-V relocation types by Fangrui Song · 9 months ago
  87. 81cced6 add preadv2 and pwritev2 syscall wrappers, flag value macros by Rich Felker · 9 months ago
  88. f247462 expose ppoll in default feature profile by Rich Felker · 9 months ago
  89. 07af018 move ppoll from src/linux to src/select reflecting future standardization by Rich Felker · 9 months ago
  90. 11fb383 remove INT_MAX limit on the n argument to snprintf/swprintf by Rich Felker · 9 months ago
  91. 19dce3a Track bionic uapi header change. am: 94846949d5 am: bae07997ea am: 04f5b0c7af by Elliott Hughes · 11 months ago
  92. 04f5b0c Track bionic uapi header change. am: 94846949d5 am: bae07997ea by Elliott Hughes · 11 months ago
  93. bae0799 Track bionic uapi header change. am: 94846949d5 by Elliott Hughes · 11 months ago
  94. 9484694 Track bionic uapi header change. by Elliott Hughes · 11 months ago
  95. ed04b11 Track bionic uapi header change. am: 65468d9f22 am: a00acb1089 am: 7e80826338 by Elliott Hughes · 11 months ago
  96. b371f8a Track bionic uapi header change. am: 65468d9f22 am: 22c21e0765 am: 22d752a859 by Elliott Hughes · 11 months ago
  97. 7e80826 Track bionic uapi header change. am: 65468d9f22 am: a00acb1089 by Elliott Hughes · 11 months ago
  98. 22d752a Track bionic uapi header change. am: 65468d9f22 am: 22c21e0765 by Elliott Hughes · 11 months ago
  99. a00acb1 Track bionic uapi header change. am: 65468d9f22 by Elliott Hughes · 11 months ago
  100. 22c21e0 Track bionic uapi header change. am: 65468d9f22 by Elliott Hughes · 11 months ago