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-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
/
+97
2024-02-22
use new SYS_fchmodat2 syscall to implement fchmodat with flags
Gaël PORTAY
-1
/
+4
2024-02-22
bits/syscall.h: add __NR_fchmodat2 from linux v6.6
Gaël PORTAY
-0
/
+16
2024-02-22
remove flag argument from fchmodat syscall
Gaël PORTAY
-1
/
+1
2024-02-22
bits/syscall.h: add cachestat from linux v6.4
Gaël PORTAY
-0
/
+16
2024-02-22
bits/syscall.h: add set_mempolicy_home_node from linux v5.17
Gaël PORTAY
-0
/
+16
2024-02-22
bits/syscall.h: add futex_waitv from linux v5.16
Gaël PORTAY
-0
/
+16
2024-02-22
bits/syscall.h: add process_mrelease from linux v5.15
Rich Felker
-0
/
+16
2024-02-22
bits/syscall.h: add memfd_secret from linux v5.14
Gaël PORTAY
-0
/
+4
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
-1
/
+1116
2024-02-16
strftime: fix breakage in last change (uninitialized pointer access)
Rich Felker
-1
/
+6
2024-02-08
fix erroneous feature test macro check for ppoll
Rich Felker
-2
/
+2
2024-02-07
syslog: use C locale for timestamp generation
Rich Felker
-1
/
+2
2024-02-03
stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros
Jules Maselbas
-0
/
+3
2024-02-03
riscv: add TLSDESC support
Rich Felker
-0
/
+33
2024-02-03
install.sh: avoid creating symlinks with restricted permissions
Tim Cuthbertson
-0
/
+2
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-02-03
elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants
Elliott Hughes
-0
/
+2
2024-02-03
elf.h: update RISC-V relocation types
Fangrui Song
-6
/
+10
2024-01-25
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
-0
/
+41
2024-01-21
expose ppoll in default feature profile
Rich Felker
-3
/
+3
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
2023-11-16
mntent: unescape octal sequences
q66
-4
/
+40
2023-11-06
ldso: fix TLSDESC addend processing on archs with backwards descriptors
Rich Felker
-1
/
+1
2023-11-06
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
-6
/
+10
2023-11-06
byte-based printf family: emit a nul byte for %lc with argument zero
Rich Felker
-0
/
+2
2023-11-06
remove arbitrary limit from dns result parsing
Quentin Rameau
-1
/
+0
2023-11-06
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
Alexey Izbyshev
-0
/
+1
2023-11-06
__year_to_secs: fix dangling pointer
Alex Xu (Hello71)
-2
/
+2
2023-11-06
timer_create: volatile static -> static volatile
Alex Xu (Hello71)
-1
/
+1
2023-11-06
ensure valid setxid return value in an unexpected error case
Markus Wichmann
-1
/
+1
2023-11-06
synccall: add separate exit_sem to fix thread release logic bug
Markus Wichmann
-3
/
+5
2023-11-06
ldso: use __ehdr_start if available to locate its own ELF headers
Rich Felker
-1
/
+3
2023-11-06
remove non-prototype declaration of basename from string.h
Rich Felker
-3
/
+0
2023-11-06
elf.h: add typedefs for Elf64_Relr and Elf32_Relr
Violet Purcell
-0
/
+5
2023-08-24
glob: fix wrong return code when aborting before any matches
Rich Felker
-1
/
+1
2023-08-19
statvfs: allocate spare for f_type
наб
-1
/
+3
2023-08-19
math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small)
Szabolcs Nagy
-13
/
+21
2023-08-19
math: fix ld80 acoshl(x) for x < 0
Szabolcs Nagy
-3
/
+7
2023-07-17
fix rejection of dns responses with pointers past 512 byte offset
Rich Felker
-2
/
+2
2023-07-04
dns stub resolver: increase buffer size to handle chained CNAMEs
Rich Felker
-1
/
+1
2023-06-12
printf core: fix gratuitous integer formatting buffer size
Rich Felker
-1
/
+1
2023-06-12
all printf variants: fix argument type handling for %c and %lc
Rich Felker
-4
/
+4
[next]