index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
8 hours
fix pathological slowness & incorrect mappings in iconv gb18030 decoder
HEAD
master
Rich Felker
-9
/
+230
4 days
regex: reject invalid \digit back reference in BRE
Szabolcs Nagy
-0
/
+6
4 days
fix incorrect access to tzname[] by strptime %Z conversion specifier
Rich Felker
-10
/
+23
13 days
fix condition for riscv{32,64} non-stup fenv
Rich Felker
-4
/
+4
14 days
riscv: don't define fenv macros for soft float
Alex Rønne Petersen
-0
/
+10
14 days
remove non-generic __WORDSIZE definition
Sertonix
-6
/
+0
14 days
dns: fix nameserver OOB read in IPv6-disabled fallback
Liam Wachter
-1
/
+1
14 days
release 1.2.6
v1.2.6
Rich Felker
-1
/
+54
2026-03-19
vdso: add support for GNU hash tables
Tomáš Hulata
-2
/
+26
2026-03-19
getgr*: validate group member lists from nscd backend
Rich Felker
-1
/
+11
2026-03-19
sys/mman.h: add MADV_COLLAPSE from linux v6.1
Michal Biesek
-0
/
+1
2026-03-19
sys/mman.h: add MADV_DONTNEED_LOCKED from linux v6.0
Rich Felker
-0
/
+1
2026-03-15
sys/mman.h: add MADV_POPULATE_(READ|WRITE) from linux v5.14
Michal Biesek
-0
/
+2
2026-03-12
loongarch64: add lsx and lasx regset definition
Xing Li
-0
/
+14
2026-03-12
loongarch64: add fpu and simd context to signal.h
JianTao Shan
-0
/
+43
2026-03-10
loongarch64: add new reloc types and NT_LOONGARCH_HW_* into elf.h
Jingyun Hua
-0
/
+28
2026-03-10
fenv: add missing C dummy functions for loongarch64 soft float
Alex Rønne Petersen
-0
/
+3
2026-03-10
update syscalls up to linux 6.19
Szabolcs Nagy
-0
/
+346
2026-03-10
getifaddr: fix typo ssl to sll
RocketDev
-2
/
+2
2026-03-10
mallocng: prevent stray ';' at top-level
Michael Forney
-2
/
+2
2025-10-12
s390x: shuffle register usage in __tls_get_offset to avoid r0 as address
Alex Rønne Petersen
-7
/
+7
2025-09-19
printf: fix buffer overflow in floating point decimal formatting
Rich Felker
-1
/
+3
2025-08-16
riscv: fix setjmp assembly when compiling for ilp32f/lp64f.
Alex Rønne Petersen
-48
/
+72
2025-08-07
powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlists
Rich Felker
-14
/
+14
2025-07-30
fix erroneous definition of IN6_IS_ADDR_V4COMPAT
Rich Felker
-1
/
+2
2025-07-16
aarch64: mask off SME and unknown/future hwcap bits
Rich Felker
-0
/
+22
2025-07-12
aarch64: replace asm source file for __set_thread_area with inline asm
Rich Felker
-7
/
+5
2025-07-12
elf.h: add AT_HWCAP3 and AT_HWCAP4
Rich Felker
-0
/
+2
2025-07-01
printf: fix regression in large double formatting on ld128 archs
Rich Felker
-6
/
+6
2025-07-01
fix register name usage in aarch64 clone.s
Rich Felker
-1
/
+1
2025-06-13
make __getauxval a public ABI symbol
Szabolcs Nagy
-1
/
+1
2025-06-13
statx: add Linux 6.11 fields/constants
J. Neuschäfer
-1
/
+9
2025-06-13
ldso: fix typo in comment
J. Neuschäfer
-1
/
+1
2025-05-27
powerpc: update HWCAP bits for Power10
A. Wilcox
-0
/
+4
2025-05-27
stdio: skip empty iovec when buffering is disabled
Casey Connolly
-0
/
+5
2025-05-16
fix strcasestr failing to find zero-length needle
Rich Felker
-0
/
+1
2025-05-05
align mbsnrtowcs behavior on partial character with new requirements
Rich Felker
-2
/
+4
2025-05-05
dns resolver: reorder sockaddr union to make initialization safe
Rich Felker
-1
/
+1
2025-02-22
termios: fix input speed handling
Rich Felker
-4
/
+19
2025-02-21
clone: clear the frame pointer in the child process on relevant ports
Alex Rønne Petersen
-8
/
+17
2025-02-21
clone: align the given stack pointer on or1k and riscv
Alex Rønne Petersen
-0
/
+4
2025-02-21
signal: check sigpause() input parameter
Lihua Zhao
-1
/
+1
2025-02-21
loongarch64: add bits/hwcap.h for cpu feature bits in AT_HWCAP auxv entry
Xing Li
-0
/
+14
2025-02-21
bind_textdomain_codeset: fix return value
Rich Felker
-2
/
+4
2025-02-21
shadow.h: remove declaration of function not implemented
Rich Felker
-1
/
+0
2025-02-21
riscv: mark __restore and __restore_rt hidden
Alex Rønne Petersen
-0
/
+4
2025-02-21
i386, x86_64, x32: set the symbol type for the crt1 START function
Alex Rønne Petersen
-0
/
+3
2025-02-12
iconv: harden UTF-8 output code path against input decoder bugs
Rich Felker
-0
/
+4
2025-02-09
hasmntopt: match only whole options not arbitrary substrings
Rich Felker
-1
/
+9
2025-02-09
iconv: fix erroneous input validation in EUC-KR decoder
Rich Felker
-1
/
+1
[next]