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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-07-24
timer_create: replace pthread barrier with semaphores for thread start
Rich Felker
-4
/
+14
2024-07-24
atexit: fail rather than deadlocking after last handler is called
Rich Felker
-0
/
+12
2024-07-23
exit: add back lock to make concurrent calls to exit safe
Rich Felker
-0
/
+14
2024-07-23
move __utc string object to its own translation unit
Rich Felker
-1
/
+3
2024-07-05
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker
-1
/
+1
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-21
getusershell: skip blank lines and comments
Rich Felker
-2
/
+4
2024-06-13
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
-1
/
+1
2024-05-23
add renameat2 linux syscall wrapper
Tony Ambardar
-0
/
+11
2024-05-12
fix mismatched type in posix_getdents definition
Rich Felker
-1
/
+1
2024-05-08
implement posix_getdents adopted for next issue of POSIX
Rich Felker
-0
/
+11
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-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-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
iconv: add cp932 as an alias for shift_jis
Rich Felker
-1
/
+1
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
getnameinfo: fix calling __dns_parse with potentially too large rlen
Alexey Izbyshev
-1
/
+3
2024-02-29
posix_spawn: fix child spinning on write to a broken pipe
Alexey Izbyshev
-1
/
+6
2024-02-26
loongarch64 __clone: align stack pointer mod 16
wanghongliang
-0
/
+1
2024-02-25
riscv: fall back to syscall __riscv_flush_icache
Stefan O'Rear
-0
/
+1
2024-02-25
sh dlsym: fix passing of return address for RTLD_NEXT use
Rich Felker
-1
/
+1
2024-02-24
add statx interface using syscall, fallback to fstatat
Duncan Bellamy
-0
/
+42
2024-02-22
use new SYS_fchmodat2 syscall to implement fchmodat with flags
Gaël PORTAY
-1
/
+4
2024-02-22
remove flag argument from fchmodat syscall
Gaël PORTAY
-1
/
+1
2024-02-22
add framework to support archs without a native wait4 syscall
Rich Felker
-4
/
+71
2024-02-17
sh: fix sigsetjmp corrupting call-saved register r8
Rich Felker
-1
/
+1
2024-02-16
add loongarch64 port
Hongliang Wang
-0
/
+257
2024-02-16
strftime: fix breakage in last change (uninitialized pointer access)
Rich Felker
-1
/
+6
2024-02-07
syslog: use C locale for timestamp generation
Rich Felker
-1
/
+2
2024-02-03
riscv: add TLSDESC support
Rich Felker
-0
/
+32
2024-02-03
sqrtl: fix invalid use of a non-constant-expression as static initializer
Rich Felker
-2
/
+2
2024-02-03
riscv: correct symbol version of __vdso_flush_icache
gns
-1
/
+1
2024-01-25
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
-0
/
+34
2024-01-21
expose ppoll in default feature profile
Rich Felker
-1
/
+1
2024-01-21
move ppoll from src/linux to src/select reflecting future standardization
Rich Felker
-0
/
+0
2024-01-17
remove INT_MAX limit on the n argument to snprintf/swprintf
Rich Felker
-8
/
+0
2023-11-21
strftime: don't attempt to parse field width without seeing a digit
Rich Felker
-1
/
+2
2023-11-16
mntent: fields are delimited only by tabs or spaces, not general whitespace
Rich Felker
-1
/
+1
[next]