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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
loongarch64: add new syscall numbers
wanghongliang
2024-02-29
1
-0
/
+15
*
loongarch64: remove getrlimit/setrlimit syscall numbers
Rich Felker
2024-02-29
1
-2
/
+0
*
loongarch64: remove ptrace.h macros
wanghongliang
2024-02-29
1
-4
/
+0
*
riscv: define REG_S1 and REG_S2
Khem Raj
2024-02-29
2
-0
/
+4
*
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 arch headers
Stefan O'Rear
2024-02-29
17
-0
/
+659
*
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
*
bits/syscall.h: add __NR_fchmodat2 from linux v6.6
Gaël PORTAY
2024-02-22
16
-0
/
+16
*
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 loongarch64 port
Hongliang Wang
2024-02-16
17
-0
/
+742
*
riscv: add TLSDESC support
Rich Felker
2024-02-03
1
-0
/
+1
*
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
2023-11-06
1
-1
/
+1
*
fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
Rich Felker
2023-02-09
9
-12
/
+3
*
fix debugger tracking of shared libraries on mips with PIE main program
Rich Felker
2023-01-18
3
-0
/
+3
*
re-enable vdso clock_gettime on arm (32-bit) with workaround
Rich Felker
2022-09-19
1
-0
/
+7
*
fix __WORDSIZE on x32 sys/user.h
Rich Felker
2022-03-08
1
-1
/
+1
*
bits/syscall.h: add landlock syscalls from linux v5.13
Szabolcs Nagy
2022-03-08
16
-0
/
+48
*
s390x: add ptrace requests from linux v5.12
Szabolcs Nagy
2022-03-08
1
-0
/
+3
*
bits/syscall.h: add mount_setattr from linux v5.12
Szabolcs Nagy
2022-03-08
16
-0
/
+16
*
bits/syscall.h: add epoll_pwait2 from linux v5.11
Szabolcs Nagy
2022-03-08
16
-0
/
+16
*
add SPE FPU support to powerpc-sf
Rich Felker
2021-09-23
2
-2
/
+2
*
fix excessively slow TLS performance on some mips models
Rich Felker
2021-08-12
1
-2
/
+1
*
fix broken struct shmid_ds on powerpc (32-bit)
Rich Felker
2021-07-06
1
-1
/
+1
*
riscv: rename __NR_fstatat __NR_newfstatat
Khem Raj
2021-06-05
1
-1
/
+1
*
aarch64/bits/mman.h: add PROT_MTE from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
add aarch64/bits/mman.h with PROT_BTI from linux v5.8
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
bits/syscall.h: add process_madvise from linux v5.10
Szabolcs Nagy
2021-02-15
16
-0
/
+16
*
riscv64: define ELF_NFPREG
Khem Raj
2021-02-12
1
-0
/
+1
*
sh: fix incorrect mcontext_t member naming
Ariadne Conill
2020-12-12
2
-4
/
+13
*
riscv64: fix inconsistent ucontext_t struct tag
Drew DeVault
2020-12-06
1
-2
/
+2
*
s390x: derive float_t from compiler or default to float
Marius Hillenbrand
2020-12-03
2
-1
/
+9
*
bits/syscall.h: add __NR_close_range from linux v5.9
Szabolcs Nagy
2020-11-29
16
-0
/
+16
*
fix vector types in aarch64 register file structures
Rich Felker
2020-11-11
2
-3
/
+3
*
bits/syscall.h: add __NR_faccessat2 from linux v5.8
Szabolcs Nagy
2020-09-09
16
-0
/
+16
*
aarch64: add new HWCAP2_ macros from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+8
*
aarch64: add HWCAP2_ macros from linux v5.3
Szabolcs Nagy
2020-09-09
1
-0
/
+2
*
add pidfd_getfd and openat2 syscall numbers from linux v5.6
Szabolcs Nagy
2020-09-09
16
-0
/
+34
*
use generic bits/fcntl.h for x86_64 and riscv64
Rich Felker
2020-09-03
2
-78
/
+0
*
make generic bits/fcntl.h shareable with 64-bit archs
Rich Felker
2020-09-03
1
-0
/
+6
*
fix missing O_LARGEFILE values on x86_64, x32, and mips64
Rich Felker
2020-09-03
3
-3
/
+3
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
3
-5
/
+1
*
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
2020-08-27
16
-65
/
+63
[next]