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
2024-07-05
syslog: revert LOG_FAC/LOG_FACMASK changes
HEAD
master
Rich Felker
-3
/
+3
2024-06-23
siglongjmp: document why this function just calls longjmp
Rich Felker
-0
/
+5
2024-06-22
inet_ntop: fix the IPv6 leading zero sequence compression
Jakub Stasiak
-1
/
+6
2024-06-22
dynlink: avoid copying to temp buffer in get_lfs64
Rich Felker
-9
/
+4
2024-06-22
sys/epoll.h: add epoll ioctls
Joe Damato
-0
/
+12
2024-06-21
getusershell: skip blank lines and comments
Rich Felker
-2
/
+4
2024-06-20
dynlink: fix get_lfs64() with posix_fallocate64
Florian Ziesche
-1
/
+1
2024-06-13
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
-4
/
+4
2024-05-23
add renameat2 linux syscall wrapper
Tony Ambardar
-0
/
+18
2024-05-12
fix mismatched type in posix_getdents definition
Rich Felker
-1
/
+1
2024-05-12
aarch64 crti.o: fix alignment of _init/_fini
mojyack
-0
/
+2
2024-05-11
fix typo that broke sys/reg.h and sys/user.h
Gonzalo Alvarez
-2
/
+2
2024-05-08
implement posix_getdents adopted for next issue of POSIX
Rich Felker
-3
/
+26
2024-05-07
stdint.h: derive limits from __LONG_MAX, use common fast16 types
Rich Felker
-340
/
+9
2024-05-07
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-12
/
+9
2024-05-07
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-42
/
+9
2024-05-07
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Rich Felker
-37
/
+7
2024-05-07
unify bits/stat.h for all archs sharing a common definition
Rich Felker
-54
/
+0
2024-05-07
align aarch64, riscv64, loongarch64 stat structure padding type
Rich Felker
-3
/
+3
2024-05-07
ldso: fix non-functional fix to early dynamic PAGE_SIZE access
Rich Felker
-3
/
+5
2024-05-06
strptime: implement conversion specifiers adopted for next POSIX issue
Rich Felker
-1
/
+65
2024-05-06
printf decimal integer formatting: shave off one division
Rich Felker
-1
/
+2
2024-05-06
riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
Michael Forney
-2
/
+2
2024-04-24
add missing STATX_ATTR_* macros omitted when statx was added
Rich Felker
-0
/
+10
2024-04-13
initgroups: do not artificially limit number of supplementary groups
Rich Felker
-4
/
+22
2024-04-12
printf: fix edge case where hex float precision was not honored
Rich Felker
-9
/
+2
2024-03-14
complex: fix comment in cacosh
Szabolcs Nagy
-1
/
+1
2024-03-14
math: fix fma(x,y,0) when x*y rounds to -0
Szabolcs Nagy
-1
/
+1
2024-03-14
fix pwrite/pwritev handling of O_APPEND files
Rich Felker
-1
/
+20
2024-03-13
uio.h: add RWF_NOAPPEND flag for pwritev2
Rich Felker
-0
/
+1
2024-03-02
iconv: fix missing bounds checking for shift_jis decoding
Rich Felker
-0
/
+1
2024-03-02
add missing inline keyword on default a_barrier definition
Rich Felker
-1
/
+1
2024-03-01
iconv: add aliases for GBK
Rich Felker
-1
/
+1
2024-03-01
iconv: add euro symbol to GBK as single byte 0x80
Rich Felker
-0
/
+4
2024-02-29
release 1.2.5
v1.2.5
Rich Felker
-1
/
+43
2024-02-29
iconv: add cp932 as an alias for shift_jis
Rich Felker
-1
/
+1
2024-02-29
update INSTALL file archs list with riscv32, loongarch64 additions
Rich Felker
-1
/
+6
2024-02-29
loongarch64: add new syscall numbers
wanghongliang
-0
/
+15
2024-02-29
loongarch64: remove getrlimit/setrlimit syscall numbers
Rich Felker
-2
/
+0
2024-02-29
loongarch64: remove ptrace.h macros
wanghongliang
-4
/
+0
2024-02-29
configure: enable riscv32 port
Stefan O'Rear
-1
/
+2
2024-02-29
riscv: define REG_S1 and REG_S2
Khem Raj
-0
/
+4
2024-02-29
riscv32: add new syscall numbers
Khem Raj
-1
/
+15
2024-02-29
riscv32: add sysvipc msg/sem/shm bits
Rich Felker
-0
/
+68
2024-02-29
riscv32: add thread support
Stefan O'Rear
-0
/
+76
2024-02-29
riscv32: add setjmp/longjmp and sigreturn
Stefan O'Rear
-0
/
+114
2024-02-29
riscv32: add dlsym
Stefan O'Rear
-0
/
+6
2024-02-29
riscv32: add fenv and math
Stefan O'Rear
-0
/
+239
2024-02-29
riscv32: add arch headers
Stefan O'Rear
-0
/
+659
2024-02-29
getnameinfo: fix calling __dns_parse with potentially too large rlen
Alexey Izbyshev
-1
/
+3
[next]