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-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
2023-06-01
fix public clone function to be safe and usable by applications
Rich Felker
-16
/
+68
2023-06-01
fix broken thread list unlocking after fork
Rich Felker
-1
/
+1
2023-05-26
mbrtowc: Fix wrong return value when n > UINT_MAX
Alexey Izbyshev
-1
/
+1
2023-05-21
configure: replace -Os with equivalent based on -O2
Rich Felker
-1
/
+14
2023-05-02
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
Rich Felker
-1
/
+3
2023-05-01
release 1.2.4
v1.2.4
Rich Felker
-1
/
+70
2023-04-24
fix return value of wmemcmp for extreme wchar_t values
Rich Felker
-1
/
+1
2023-04-14
fix wide printf numbered argument buffer overflow
Gabriel Ravier
-2
/
+2
2023-04-11
wait4: fix missing rusage on x32 due to wrong success condition
Alexey Izbyshev
-1
/
+1
2023-04-11
semtimedop: fix timespec kernel ABI mismatch for 32-bit timeouts on x32
Alexey Izbyshev
-1
/
+2
2023-04-11
getopt: fix null pointer arithmetic ub
Alexey Izbyshev
-1
/
+2
2023-04-11
nftw: fix use of uninitialized struct stat
Alexey Izbyshev
-1
/
+3
2023-04-11
fix inadvertently static local var in dynlink get_lfs64
Rich Felker
-1
/
+2
2023-04-07
dns: check length field in tcp response message
Alexey Kodanev
-0
/
+1
[next]