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
Commit message (
Expand
)
Author
Age
Files
Lines
*
riscv32: add new syscall numbers
Khem Raj
2024-02-29
1
-1
/
+15
*
riscv32: add sysvipc msg/sem/shm bits
Rich Felker
2024-02-29
4
-0
/
+68
*
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
*
riscv32: add arch headers
Stefan O'Rear
2024-02-29
17
-0
/
+659
*
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
*
add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG
Hongliang Wang
2024-02-26
1
-2
/
+21
*
add loongarch64 signal.h register index macros
wanghongliang
2024-02-26
1
-0
/
+11
*
switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef
Rich Felker
2024-02-26
1
-2
/
+4
*
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
2
-0
/
+97
*
use new SYS_fchmodat2 syscall to implement fchmodat with flags
Gaël PORTAY
2024-02-22
1
-1
/
+4
*
bits/syscall.h: add __NR_fchmodat2 from linux v6.6
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
remove flag argument from fchmodat syscall
Gaël PORTAY
2024-02-22
1
-1
/
+1
*
bits/syscall.h: add cachestat from linux v6.4
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
bits/syscall.h: add set_mempolicy_home_node from linux v5.17
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
bits/syscall.h: add futex_waitv from linux v5.16
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
bits/syscall.h: add process_mrelease from linux v5.15
Rich Felker
2024-02-22
16
-0
/
+16
*
bits/syscall.h: add memfd_secret from linux v5.14
Gaël PORTAY
2024-02-22
4
-0
/
+4
*
add framework to support archs without a native wait4 syscall
Rich Felker
2024-02-22
6
-4
/
+71
*
sh: fix sigsetjmp corrupting call-saved register r8
Rich Felker
2024-02-17
1
-1
/
+1
*
add loongarch64 port
Hongliang Wang
2024-02-16
29
-1
/
+1116
*
strftime: fix breakage in last change (uninitialized pointer access)
Rich Felker
2024-02-16
1
-1
/
+6
*
fix erroneous feature test macro check for ppoll
Rich Felker
2024-02-08
1
-2
/
+2
*
syslog: use C locale for timestamp generation
Rich Felker
2024-02-07
1
-1
/
+2
*
stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros
Jules Maselbas
2024-02-03
1
-0
/
+3
*
riscv: add TLSDESC support
Rich Felker
2024-02-03
2
-0
/
+33
*
install.sh: avoid creating symlinks with restricted permissions
Tim Cuthbertson
2024-02-03
1
-0
/
+2
*
sqrtl: fix invalid use of a non-constant-expression as static initializer
Rich Felker
2024-02-03
1
-2
/
+2
*
riscv: correct symbol version of __vdso_flush_icache
gns
2024-02-03
1
-1
/
+1
*
elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants
Elliott Hughes
2024-02-03
1
-0
/
+2
*
elf.h: update RISC-V relocation types
Fangrui Song
2024-02-03
1
-6
/
+10
*
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
2024-01-25
3
-0
/
+41
*
expose ppoll in default feature profile
Rich Felker
2024-01-21
2
-3
/
+3
*
move ppoll from src/linux to src/select reflecting future standardization
Rich Felker
2024-01-21
1
-0
/
+0
*
remove INT_MAX limit on the n argument to snprintf/swprintf
Rich Felker
2024-01-17
2
-8
/
+0
*
strftime: don't attempt to parse field width without seeing a digit
Rich Felker
2023-11-21
1
-1
/
+2
*
mntent: fields are delimited only by tabs or spaces, not general whitespace
Rich Felker
2023-11-16
1
-1
/
+1
*
mntent: unescape octal sequences
q66
2023-11-16
1
-4
/
+40
*
ldso: fix TLSDESC addend processing on archs with backwards descriptors
Rich Felker
2023-11-06
1
-1
/
+1
*
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
2023-11-06
3
-6
/
+10
*
byte-based printf family: emit a nul byte for %lc with argument zero
Rich Felker
2023-11-06
1
-0
/
+2
*
remove arbitrary limit from dns result parsing
Quentin Rameau
2023-11-06
1
-1
/
+0
*
pass AT_NO_AUTOMOUNT when emulating fstatat via statx
Alexey Izbyshev
2023-11-06
1
-0
/
+1
*
__year_to_secs: fix dangling pointer
Alex Xu (Hello71)
2023-11-06
1
-2
/
+2
[next]