1. dc1e01c Merge "Upgrade musl to v1.2.5" into main am: aa59d7880b by Treehugger Robot · 3 months ago main master
  2. aa59d78 Merge "Upgrade musl to v1.2.5" into main by Treehugger Robot · 3 months ago
  3. 1c8706e Upgrade musl to v1.2.5 by Elliott Hughes · 3 months ago
  4. 0784374 release 1.2.5 by Rich Felker · 4 months ago
  5. f5dba42 iconv: add cp932 as an alias for shift_jis by Rich Felker · 4 months ago
  6. e5aa498 update INSTALL file archs list with riscv32, loongarch64 additions by Rich Felker · 4 months ago
  7. 8d9d266 loongarch64: add new syscall numbers by wanghongliang · 4 months ago
  8. 8d852cd loongarch64: remove getrlimit/setrlimit syscall numbers by Rich Felker · 4 months ago
  9. 13cd64a loongarch64: remove ptrace.h macros by wanghongliang · 4 months ago
  10. 377c363 configure: enable riscv32 port by Stefan O'Rear · 3 years, 9 months ago
  11. d25f0cc riscv: define REG_S1 and REG_S2 by Khem Raj · 2 years, 5 months ago
  12. 8432d16 riscv32: add new syscall numbers by Khem Raj · 3 years, 8 months ago
  13. 3ea3fcf riscv32: add sysvipc msg/sem/shm bits by Rich Felker · 4 months ago
  14. b28c44d riscv32: add thread support by Stefan O'Rear · 3 years, 9 months ago
  15. c34a8ee riscv32: add setjmp/longjmp and sigreturn by Stefan O'Rear · 3 years, 9 months ago
  16. 11eee89 riscv32: add dlsym by Stefan O'Rear · 3 years, 9 months ago
  17. b4f7b2c riscv32: add fenv and math by Stefan O'Rear · 3 years, 9 months ago
  18. 01d9fe4 riscv32: add arch headers by Stefan O'Rear · 3 years, 9 months ago
  19. 5c653cc getnameinfo: fix calling __dns_parse with potentially too large rlen by Alexey Izbyshev · 1 year, 1 month ago
  20. d3a6105 posix_spawn: fix child spinning on write to a broken pipe by Alexey Izbyshev · 4 months ago
  21. 80e3b09 loongarch64 __clone: align stack pointer mod 16 by wanghongliang · 4 months ago
  22. ec325b3 add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG by Hongliang Wang · 4 months ago
  23. f2c9350 add loongarch64 signal.h register index macros by wanghongliang · 4 months ago
  24. a7239cb switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef by Rich Felker · 4 months ago
  25. 2c887f2 riscv: fall back to syscall __riscv_flush_icache by Stefan O'Rear · 3 years, 9 months ago
  26. 69670e3 sh dlsym: fix passing of return address for RTLD_NEXT use by Rich Felker · 4 months ago
  27. b817541 add statx interface using syscall, fallback to fstatat by Duncan Bellamy · 1 year, 10 months ago
  28. d0ed307 use new SYS_fchmodat2 syscall to implement fchmodat with flags by Gaël PORTAY · 4 months ago
  29. 3d5c9fe bits/syscall.h: add __NR_fchmodat2 from linux v6.6 by Gaël PORTAY · 4 months ago
  30. fb9d976 remove flag argument from fchmodat syscall by Gaël PORTAY · 4 months ago
  31. dd690c4 bits/syscall.h: add cachestat from linux v6.4 by Gaël PORTAY · 4 months ago
  32. 33e8c46 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 by Gaël PORTAY · 4 months ago
  33. b2c4c3d bits/syscall.h: add futex_waitv from linux v5.16 by Gaël PORTAY · 4 months ago
  34. e975127 bits/syscall.h: add process_mrelease from linux v5.15 by Rich Felker · 4 months ago
  35. a526314 bits/syscall.h: add memfd_secret from linux v5.14 by Gaël PORTAY · 4 months ago
  36. 19563e1 add framework to support archs without a native wait4 syscall by Rich Felker · 4 months ago
  37. 7020e85 sh: fix sigsetjmp corrupting call-saved register r8 by Rich Felker · 4 months ago
  38. 522bd54 add loongarch64 port by Hongliang Wang · 9 months ago
  39. 4a16ddf strftime: fix breakage in last change (uninitialized pointer access) by Rich Felker · 4 months ago
  40. cf91e9b fix erroneous feature test macro check for ppoll by Rich Felker · 4 months ago
  41. 3983861 syslog: use C locale for timestamp generation by Rich Felker · 4 months ago
  42. 8b70486 stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros by Jules Maselbas · 5 months ago
  43. 407aea6 riscv: add TLSDESC support by Rich Felker · 4 months ago
  44. 2e1bb87 install.sh: avoid creating symlinks with restricted permissions by Tim Cuthbertson · 4 months ago
  45. 0e33072 sqrtl: fix invalid use of a non-constant-expression as static initializer by Rich Felker · 5 months ago
  46. bd3138b riscv: correct symbol version of __vdso_flush_icache by gns · 5 months ago
  47. 15aa7ab elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants by Elliott Hughes · 4 months ago
  48. 25c4123 elf.h: update RISC-V relocation types by Fangrui Song · 5 months ago
  49. 81cced6 add preadv2 and pwritev2 syscall wrappers, flag value macros by Rich Felker · 5 months ago
  50. f247462 expose ppoll in default feature profile by Rich Felker · 5 months ago
  51. 07af018 move ppoll from src/linux to src/select reflecting future standardization by Rich Felker · 5 months ago
  52. 11fb383 remove INT_MAX limit on the n argument to snprintf/swprintf by Rich Felker · 5 months ago
  53. 19dce3a Track bionic uapi header change. am: 94846949d5 am: bae07997ea am: 04f5b0c7af by Elliott Hughes · 6 months ago
  54. 04f5b0c Track bionic uapi header change. am: 94846949d5 am: bae07997ea by Elliott Hughes · 6 months ago
  55. bae0799 Track bionic uapi header change. am: 94846949d5 by Elliott Hughes · 6 months ago
  56. 9484694 Track bionic uapi header change. by Elliott Hughes · 6 months ago
  57. ed04b11 Track bionic uapi header change. am: 65468d9f22 am: a00acb1089 am: 7e80826338 by Elliott Hughes · 6 months ago
  58. b371f8a Track bionic uapi header change. am: 65468d9f22 am: 22c21e0765 am: 22d752a859 by Elliott Hughes · 6 months ago
  59. 7e80826 Track bionic uapi header change. am: 65468d9f22 am: a00acb1089 by Elliott Hughes · 6 months ago
  60. 22d752a Track bionic uapi header change. am: 65468d9f22 am: 22c21e0765 by Elliott Hughes · 6 months ago
  61. a00acb1 Track bionic uapi header change. am: 65468d9f22 by Elliott Hughes · 6 months ago
  62. 22c21e0 Track bionic uapi header change. am: 65468d9f22 by Elliott Hughes · 6 months ago
  63. 65468d9 Track bionic uapi header change. by Elliott Hughes · 7 months ago
  64. f47a5d4 strftime: don't attempt to parse field width without seeing a digit by Rich Felker · 7 months ago
  65. f314e13 mntent: fields are delimited only by tabs or spaces, not general whitespace by Rich Felker · 7 months ago
  66. ee1d39b mntent: unescape octal sequences by q66 · 7 months ago
  67. e17b9d7 ldso: fix TLSDESC addend processing on archs with backwards descriptors by Rich Felker · 7 months ago
  68. 039d3c3 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic by Rich Felker · 7 months ago
  69. 7b6a651 byte-based printf family: emit a nul byte for %lc with argument zero by Rich Felker · 7 months ago
  70. 8c086e7 remove arbitrary limit from dns result parsing by Quentin Rameau · 8 months ago
  71. 2265a4c pass AT_NO_AUTOMOUNT when emulating fstatat via statx by Alexey Izbyshev · 8 months ago
  72. 2d84486 __year_to_secs: fix dangling pointer by Alex Xu (Hello71) · 8 months ago
  73. c5459df timer_create: volatile static -> static volatile by Alex Xu (Hello71) · 8 months ago
  74. 7bb11f7 ensure valid setxid return value in an unexpected error case by Markus Wichmann · 7 months ago
  75. 7f3a292 synccall: add separate exit_sem to fix thread release logic bug by Markus Wichmann · 8 months ago
  76. 5baf2d9 ldso: use __ehdr_start if available to locate its own ELF headers by Rich Felker · 7 months ago
  77. 725e17e remove non-prototype declaration of basename from string.h by Rich Felker · 7 months ago
  78. 6be7689 elf.h: add typedefs for Elf64_Relr and Elf32_Relr by Violet Purcell · 7 months ago
  79. 5040046 Remove libc++ from the musl sysroot am: 9f1ffdd3d9 am: e988d89106 am: 3f9937e6b0 by Ryan Prichard · 8 months ago
  80. 64387c6 Remove libc++ from the musl sysroot am: 9f1ffdd3d9 am: 588392e1df am: dae88668fe by Ryan Prichard · 8 months ago
  81. 3f9937e Remove libc++ from the musl sysroot am: 9f1ffdd3d9 am: e988d89106 by Ryan Prichard · 8 months ago
  82. dae8866 Remove libc++ from the musl sysroot am: 9f1ffdd3d9 am: 588392e1df by Ryan Prichard · 8 months ago
  83. e988d89 Remove libc++ from the musl sysroot am: 9f1ffdd3d9 by Ryan Prichard · 8 months ago
  84. 588392e Remove libc++ from the musl sysroot am: 9f1ffdd3d9 by Ryan Prichard · 8 months ago
  85. 9f1ffdd Remove libc++ from the musl sysroot by Ryan Prichard · 11 months ago
  86. 79bdacf glob: fix wrong return code when aborting before any matches by Rich Felker · 10 months ago
  87. 7291c6c statvfs: allocate spare for f_type by наб · 10 months ago
  88. 39e43f0 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) by Szabolcs Nagy · 10 months ago
  89. 6d10102 math: fix ld80 acoshl(x) for x < 0 by Szabolcs Nagy · 10 months ago
  90. 83b858f fix rejection of dns responses with pointers past 512 byte offset by Rich Felker · 11 months ago
  91. 3cdf52a [automerger skipped] Empty Merge Android U (ab/10368041) am: b6152f2ab5 -s ours am: 08dd4406d6 -s ours am: 52ac84e10e -s ours am: 97ad380042 -s ours by Xin Li · 11 months ago
  92. 97ad380 [automerger skipped] Empty Merge Android U (ab/10368041) am: b6152f2ab5 -s ours am: 08dd4406d6 -s ours am: 52ac84e10e -s ours by Xin Li · 11 months ago
  93. 52ac84e [automerger skipped] Empty Merge Android U (ab/10368041) am: b6152f2ab5 -s ours am: 08dd4406d6 -s ours by Xin Li · 11 months ago
  94. 08dd440 [automerger skipped] Empty Merge Android U (ab/10368041) am: b6152f2ab5 -s ours by Xin Li · 11 months ago
  95. b6152f2 Empty Merge Android U (ab/10368041) by Xin Li · 11 months ago
  96. a4ecaf8 dns stub resolver: increase buffer size to handle chained CNAMEs by Rich Felker · 12 months ago
  97. a585739 Disable LTO for musl am: e85cbfdd95 am: 20f32f3f37 am: 9543e913a9 am: adf1bc86b5 am: 2aa21f11b8 am: 2a1ea37a81 by Yi Kong · 12 months ago
  98. 2a1ea37 Disable LTO for musl am: e85cbfdd95 am: 20f32f3f37 am: 9543e913a9 am: adf1bc86b5 am: 2aa21f11b8 by Yi Kong · 12 months ago
  99. 2aa21f1 Disable LTO for musl am: e85cbfdd95 am: 20f32f3f37 am: 9543e913a9 am: adf1bc86b5 by Yi Kong · 12 months ago
  100. adf1bc8 Disable LTO for musl am: e85cbfdd95 am: 20f32f3f37 am: 9543e913a9 by Yi Kong · 12 months ago