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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2024-10-22
loongarch64: add TLSDESC support
Xing Li
-0
/
+1
2024-10-22
wire up vdso clock_gettime for riscv32 and riscv64
Rich Felker
-4
/
+2
2024-10-22
wire up vdso clock_gettime for powerpc, powerpc64, and s390x
Rich Felker
-0
/
+14
2024-10-11
s390x: don't allow br r0 in CRTJMP asm
Stefan Liebler
-1
/
+1
2024-08-09
m68k: fix POLLWRNORM and POLLWRBAND
Baruch Siach
-0
/
+2
2024-05-07
stdint.h: derive limits from __LONG_MAX, use common fast16 types
Rich Felker
-340
/
+9
2024-05-07
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-12
/
+0
2024-05-07
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-42
/
+0
2024-05-07
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Rich Felker
-36
/
+0
2024-05-07
unify bits/stat.h for all archs sharing a common definition
Rich Felker
-54
/
+0
2024-05-07
align aarch64, riscv64, loongarch64 stat structure padding type
Rich Felker
-3
/
+3
2024-05-06
riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
Michael Forney
-2
/
+2
2024-02-29
loongarch64: add new syscall numbers
wanghongliang
-0
/
+15
2024-02-29
loongarch64: remove getrlimit/setrlimit syscall numbers
Rich Felker
-2
/
+0
2024-02-29
loongarch64: remove ptrace.h macros
wanghongliang
-4
/
+0
2024-02-29
riscv: define REG_S1 and REG_S2
Khem Raj
-0
/
+4
2024-02-29
riscv32: add new syscall numbers
Khem Raj
-1
/
+15
2024-02-29
riscv32: add sysvipc msg/sem/shm bits
Rich Felker
-0
/
+68
2024-02-29
riscv32: add arch headers
Stefan O'Rear
-0
/
+659
2024-02-26
add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG
Hongliang Wang
-2
/
+21
2024-02-26
add loongarch64 signal.h register index macros
wanghongliang
-0
/
+11
2024-02-22
bits/syscall.h: add __NR_fchmodat2 from linux v6.6
Gaël PORTAY
-0
/
+16
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-16
add loongarch64 port
Hongliang Wang
-0
/
+742
2024-02-03
riscv: add TLSDESC support
Rich Felker
-0
/
+1
2023-11-06
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
-1
/
+1
2023-02-09
fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
Rich Felker
-12
/
+3
2023-01-18
fix debugger tracking of shared libraries on mips with PIE main program
Rich Felker
-0
/
+3
2022-09-19
re-enable vdso clock_gettime on arm (32-bit) with workaround
Rich Felker
-0
/
+7
2022-03-08
fix __WORDSIZE on x32 sys/user.h
Rich Felker
-1
/
+1
2022-03-08
bits/syscall.h: add landlock syscalls from linux v5.13
Szabolcs Nagy
-0
/
+48
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
bits/syscall.h: add epoll_pwait2 from linux v5.11
Szabolcs Nagy
-0
/
+16
2021-09-23
add SPE FPU support to powerpc-sf
Rich Felker
-2
/
+2
2021-08-12
fix excessively slow TLS performance on some mips models
Rich Felker
-2
/
+1
2021-07-06
fix broken struct shmid_ds on powerpc (32-bit)
Rich Felker
-1
/
+1
2021-06-05
riscv: rename __NR_fstatat __NR_newfstatat
Khem Raj
-1
/
+1
2021-02-15
aarch64/bits/mman.h: add PROT_MTE from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
add aarch64/bits/mman.h with PROT_BTI from linux v5.8
Szabolcs Nagy
-0
/
+1
2021-02-15
aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
Szabolcs Nagy
-0
/
+1
2021-02-15
bits/syscall.h: add process_madvise from linux v5.10
Szabolcs Nagy
-0
/
+16
2021-02-12
riscv64: define ELF_NFPREG
Khem Raj
-0
/
+1
2020-12-12
sh: fix incorrect mcontext_t member naming
Ariadne Conill
-4
/
+13
2020-12-06
riscv64: fix inconsistent ucontext_t struct tag
Drew DeVault
-2
/
+2
[next]