index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-26
add sysconf keys/values for signal stack size
Rich Felker
1
-0
/
+3
2022-08-24
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
1
-1
/
+2
2022-08-24
epoll_create: fail with EINVAL if size is non-positive
Kristina Martsenko
1
-0
/
+1
2022-08-20
use alt signal stack when present for implementation-internal signals
Rich Felker
3
-3
/
+3
2022-08-17
freopen: reset stream orientation (byte/wide) and encoding rule
Rich Felker
1
-0
/
+2
2022-08-02
ldso: support DT_RELR relative relocation format
Fangrui Song
1
-1
/
+1
2022-08-02
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
1
-3
/
+3
2022-08-01
fix ESRCH error handling for clock_getcpuclockid
Eugene Yudin
1
-0
/
+1
2022-08-01
aarch64: add vfork
Szabolcs Nagy
1
-0
/
+9
2022-08-01
fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic
Rich Felker
1
-0
/
+2
2022-06-23
avoid limited space of random temp file names if clock resolution is low
Rich Felker
1
-1
/
+1
2022-06-03
remove random filename obfuscation that leaks ASLR information
Rich Felker
1
-1
/
+2
2022-06-03
ensure distinct query id for parallel A and AAAA queries in resolver
Rich Felker
1
-0
/
+3
2022-05-15
mntent: fix potential mishandling of extremely long lines
Rich Felker
1
-0
/
+2
2022-05-15
mntent: fix parsing lines with optional fields
Alyssa Ross
1
-3
/
+7
2022-05-06
fix constraint violation in qsort wrapper around qsort_r
Rich Felker
1
-1
/
+1
2022-05-04
use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file
Rich Felker
1
-2
/
+1
2022-05-04
provide an internal namespace-safe __fstat
Rich Felker
2
-2
/
+5
2022-05-01
only use fstatat and others legacy stat syscalls if they exist
Rich Felker
1
-1
/
+9
2022-05-01
drop direct use of stat syscalls in internal __map_file
Rich Felker
1
-3
/
+3
2022-05-01
provide an internal namespace-safe __fstatat
Rich Felker
2
-1
/
+11
2022-05-01
drop direct use of stat syscalls in fchmodat
Rich Felker
1
-8
/
+7
2022-05-01
drop use of stat operation in temporary file name generation
Rich Felker
2
-10
/
+6
2022-05-01
only fallback to gettimeofday/settimeofday syscalls if they exist
Stefan O'Rear
1
-0
/
+4
2022-05-01
only use getrlimit/setrlimit syscalls if they exist
Stefan O'Rear
2
-1
/
+11
2022-04-27
don't remap internal-use syscall macros to nonexistent time32 syscalls
Stefan O'Rear
1
-10
/
+10
2022-04-20
add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
Rich Felker
1
-1
/
+1
2022-04-10
fix incorrect parameter name in internal netlink.h RTA_OK macro
Ondrej Jirman
1
-1
/
+1
2022-03-27
accept null pointer as message argument to gettext functions
psykose
1
-0
/
+3
2022-03-16
fix invalid free of duplocale object when malloc has been replaced
Isaiah Poston
1
-0
/
+5
2022-03-08
nice: return EPERM instead of EACCES
Alexey Kodanev
1
-1
/
+8
2022-03-08
protect stack canary from leak via read-as-string by zeroing second byte
jvoisin
1
-0
/
+9
2022-03-08
math: avoid runtime conversions of floating-point constants
Szabolcs Nagy
2
-2
/
+6
2022-02-20
fix spurious failures by fgetws when buffer ends with partial character
Rich Felker
1
-6
/
+1
2022-02-19
add missing strerror text for key management
pelco
1
-0
/
+4
2022-02-09
fix out-of-bound read processing time zone data with distant-past dates
Rich Felker
1
-14
/
+12
2022-01-18
fix potentially wrong-sign zero in cproj functions at infinity
Rich Felker
3
-3
/
+3
2022-01-09
make fseek detect and produce an error for invalid whence arguments
Rich Felker
1
-0
/
+7
2021-12-27
fix wcwidth of hangul combining (vowel/final) letters
Rich Felker
1
-58
/
+60
2021-12-09
fix mismatched signatures for strtod_l family
Rich Felker
2
-7
/
+22
2021-11-29
fix hwcap access in powerpc-sf setjmp/longjmp
Rich Felker
2
-2
/
+2
2021-10-19
fix struct layout mismatch in sound ioctl time32 fallback conversion
Rich Felker
1
-2
/
+7
2021-09-23
add qsort_r and make qsort a wrapper around it
Érico Nogueira
3
-17
/
+35
2021-09-23
add SPE FPU support to powerpc-sf
Rich Felker
8
-8
/
+68
2021-09-11
fix undefined behavior in getdelim via null pointer arithmetic and memcpy
Rich Felker
1
-3
/
+5
2021-08-06
fix error checking in pthread_getname_np
Érico Nogueira
1
-1
/
+1
2021-07-29
fix libc-internal signal blocking on mips archs
Rich Felker
1
-2
/
+2
2021-07-06
math: fix fmaf not to depend on FE_TOWARDZERO
Szabolcs Nagy
1
-11
/
+10
2021-06-23
fix TZ parsing logic for identifying POSIX-form strings
Rich Felker
1
-1
/
+13
2021-04-27
remove return with expression in void function
Michael Forney
1
-1
/
+1
[next]