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
2022-08-26
use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)
Rich Felker
-2
/
+12
2022-08-26
add sysconf keys/values for signal stack size
Rich Felker
-0
/
+5
2022-08-24
fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
Rich Felker
-1
/
+2
2022-08-24
epoll_create: fail with EINVAL if size is non-positive
Kristina Martsenko
-0
/
+1
2022-08-20
use alt signal stack when present for implementation-internal signals
Rich Felker
-3
/
+3
2022-08-17
ldso: make exit condition clearer in fixup_rpath
Érico Nogueira
-1
/
+1
2022-08-17
freopen: reset stream orientation (byte/wide) and encoding rule
Rich Felker
-0
/
+2
2022-08-02
ldso: process RELR only for non-FDPIC archs
Rich Felker
-1
/
+2
2022-08-02
ldso: support DT_RELR relative relocation format
Fangrui Song
-4
/
+27
2022-08-02
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
-3
/
+3
2022-08-01
fix strings.h feature test macro usage due to missing features.h
Michael Pratt
-0
/
+1
2022-08-01
fix ESRCH error handling for clock_getcpuclockid
Eugene Yudin
-0
/
+1
2022-08-01
aarch64: add vfork
Szabolcs Nagy
-0
/
+9
2022-08-01
fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic
Rich Felker
-0
/
+2
2022-07-19
early stage ldso: remove symbolic references via error handling function
Rich Felker
-2
/
+11
2022-07-02
in early stage ldso before __dls2b, call mprotect with __syscall
Alex Xu (Hello71)
-6
/
+8
2022-06-23
avoid limited space of random temp file names if clock resolution is low
Rich Felker
-1
/
+1
2022-06-03
remove random filename obfuscation that leaks ASLR information
Rich Felker
-1
/
+2
2022-06-03
ensure distinct query id for parallel A and AAAA queries in resolver
Rich Felker
-0
/
+3
2022-05-15
mntent: fix potential mishandling of extremely long lines
Rich Felker
-0
/
+2
2022-05-15
mntent: fix parsing lines with optional fields
Alyssa Ross
-3
/
+7
2022-05-06
fix constraint violation in qsort wrapper around qsort_r
Rich Felker
-1
/
+1
2022-05-04
use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file
Rich Felker
-2
/
+1
2022-05-04
provide an internal namespace-safe __fstat
Rich Felker
-2
/
+5
2022-05-01
only use fstatat and others legacy stat syscalls if they exist
Rich Felker
-1
/
+9
2022-05-01
drop direct use of stat syscalls in internal __map_file
Rich Felker
-3
/
+3
2022-05-01
provide an internal namespace-safe __fstatat
Rich Felker
-1
/
+11
2022-05-01
drop direct use of stat syscalls in fchmodat
Rich Felker
-8
/
+7
2022-05-01
drop use of stat operation in temporary file name generation
Rich Felker
-10
/
+6
2022-05-01
only fallback to gettimeofday/settimeofday syscalls if they exist
Stefan O'Rear
-0
/
+4
2022-05-01
only use getrlimit/setrlimit syscalls if they exist
Stefan O'Rear
-1
/
+11
2022-04-27
don't remap internal-use syscall macros to nonexistent time32 syscalls
Stefan O'Rear
-10
/
+10
2022-04-27
remove ARMSUBARCH relic from configure
Stefan O'Rear
-5
/
+0
2022-04-20
add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
Rich Felker
-1
/
+3
2022-04-10
fix incorrect parameter name in internal netlink.h RTA_OK macro
Ondrej Jirman
-1
/
+1
2022-04-07
release 1.2.3
v1.2.3
Rich Felker
-1
/
+41
2022-03-27
accept null pointer as message argument to gettext functions
psykose
-0
/
+3
2022-03-16
fix invalid free of duplocale object when malloc has been replaced
Isaiah Poston
-0
/
+5
2022-03-08
fix __WORDSIZE on x32 sys/user.h
Rich Felker
-1
/
+1
2022-03-08
sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13
Szabolcs Nagy
-0
/
+9
2022-03-08
sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
-0
/
+3
2022-03-08
elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
-0
/
+1
2022-03-08
netinet/in.h: add INADDR_DUMMY from linux v5.13
Szabolcs Nagy
-0
/
+1
2022-03-08
bits/syscall.h: add landlock syscalls from linux v5.13
Szabolcs Nagy
-0
/
+48
2022-03-08
netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12
Szabolcs Nagy
-0
/
+4
2022-03-08
netinet/tcp.h: add TCP_NLA_* values up to linux v5.12
Szabolcs Nagy
-0
/
+2
2022-03-08
s390x: add ptrace requests from linux v5.12
Szabolcs Nagy
-0
/
+3
2022-03-08
bits/syscall.h: add mount_setattr from linux v5.12
Szabolcs Nagy
-0
/
+16
2022-03-08
signal.h: add new sa_flags from linux v5.11
Szabolcs Nagy
-0
/
+3
2022-03-08
signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11
Szabolcs Nagy
-0
/
+1
[next]