index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix compile regression in exit on archs without SYS_pause
Rich Felker
2024-10-10
1
-1
/
+1
*
abstract missing SYS_pause syscall with macros
Rich Felker
2024-10-10
2
-5
/
+12
*
statx: fix uninitialized attributes/mask in fallback path
Rich Felker
2024-09-13
1
-1
/
+1
*
statx: fix ENOSYS emulation not setting stx_rdev_*
Gabriel Ravier
2024-09-13
1
-0
/
+2
*
sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation
Rich Felker
2024-08-31
1
-2
/
+7
*
sigaltstack: enforce dynamic MINSIGSTKSZ limit
Rich Felker
2024-08-31
1
-1
/
+3
*
printf: drastically reduce stack usage without [long] double args
Rich Felker
2024-08-26
1
-4
/
+8
*
isatty: don't collapse all non-EBADF errors to ENOTTY
Rich Felker
2024-08-20
1
-4
/
+2
*
printf core: replace if(0) blocks around switch cases with explicit gotos
Rich Felker
2024-08-18
1
-3
/
+3
*
iconv: add cp858
Rich Felker
2024-08-18
1
-0
/
+11
*
catan: remove no-op reduction mod pi and unused code
Rich Felker
2024-08-16
3
-74
/
+3
*
remove incorrect comment regarding powl exceptional cases
Rich Felker
2024-08-14
1
-8
/
+0
*
strerror: add error strings for EUCLEAN and ENAVAIL
Rich Felker
2024-08-10
1
-0
/
+2
*
fix lost or delayed wakes in sem_post under certain race conditions
Rich Felker
2024-08-10
1
-1
/
+1
*
timer_create: replace pthread barrier with semaphores for thread start
Rich Felker
2024-07-24
1
-4
/
+14
*
atexit: fail rather than deadlocking after last handler is called
Rich Felker
2024-07-24
1
-0
/
+12
*
exit: add back lock to make concurrent calls to exit safe
Rich Felker
2024-07-23
1
-0
/
+14
*
move __utc string object to its own translation unit
Rich Felker
2024-07-23
2
-1
/
+3
*
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker
2024-07-05
1
-1
/
+1
*
siglongjmp: document why this function just calls longjmp
Rich Felker
2024-06-23
1
-0
/
+5
*
inet_ntop: fix the IPv6 leading zero sequence compression
Jakub Stasiak
2024-06-22
1
-1
/
+6
*
getusershell: skip blank lines and comments
Rich Felker
2024-06-21
1
-2
/
+4
*
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
2024-06-13
1
-1
/
+1
*
add renameat2 linux syscall wrapper
Tony Ambardar
2024-05-23
1
-0
/
+11
*
fix mismatched type in posix_getdents definition
Rich Felker
2024-05-12
1
-1
/
+1
*
implement posix_getdents adopted for next issue of POSIX
Rich Felker
2024-05-08
1
-0
/
+11
*
strptime: implement conversion specifiers adopted for next POSIX issue
Rich Felker
2024-05-06
1
-1
/
+65
*
printf decimal integer formatting: shave off one division
Rich Felker
2024-05-06
1
-1
/
+2
*
initgroups: do not artificially limit number of supplementary groups
Rich Felker
2024-04-13
1
-4
/
+22
*
printf: fix edge case where hex float precision was not honored
Rich Felker
2024-04-12
1
-9
/
+2
*
complex: fix comment in cacosh
Szabolcs Nagy
2024-03-14
1
-1
/
+1
*
math: fix fma(x,y,0) when x*y rounds to -0
Szabolcs Nagy
2024-03-14
1
-1
/
+1
*
fix pwrite/pwritev handling of O_APPEND files
Rich Felker
2024-03-14
2
-1
/
+20
*
iconv: fix missing bounds checking for shift_jis decoding
Rich Felker
2024-03-02
1
-0
/
+1
*
add missing inline keyword on default a_barrier definition
Rich Felker
2024-03-02
1
-1
/
+1
*
iconv: add aliases for GBK
Rich Felker
2024-03-01
1
-1
/
+1
*
iconv: add euro symbol to GBK as single byte 0x80
Rich Felker
2024-03-01
1
-0
/
+4
*
iconv: add cp932 as an alias for shift_jis
Rich Felker
2024-02-29
1
-1
/
+1
*
riscv32: add thread support
Stefan O'Rear
2024-02-29
4
-0
/
+76
*
riscv32: add setjmp/longjmp and sigreturn
Stefan O'Rear
2024-02-29
4
-0
/
+114
*
riscv32: add dlsym
Stefan O'Rear
2024-02-29
1
-0
/
+6
*
riscv32: add fenv and math
Stefan O'Rear
2024-02-29
14
-0
/
+239
*
getnameinfo: fix calling __dns_parse with potentially too large rlen
Alexey Izbyshev
2024-02-29
1
-1
/
+3
*
posix_spawn: fix child spinning on write to a broken pipe
Alexey Izbyshev
2024-02-29
1
-1
/
+6
*
loongarch64 __clone: align stack pointer mod 16
wanghongliang
2024-02-26
1
-0
/
+1
*
riscv: fall back to syscall __riscv_flush_icache
Stefan O'Rear
2024-02-25
1
-0
/
+1
*
sh dlsym: fix passing of return address for RTLD_NEXT use
Rich Felker
2024-02-25
1
-1
/
+1
*
add statx interface using syscall, fallback to fstatat
Duncan Bellamy
2024-02-24
1
-0
/
+42
*
use new SYS_fchmodat2 syscall to implement fchmodat with flags
Gaël PORTAY
2024-02-22
1
-1
/
+4
*
remove flag argument from fchmodat syscall
Gaël PORTAY
2024-02-22
1
-1
/
+1
[next]