737 Commits (cbf1c7b605d979bb7fdde8b8e6a66acdba18c6b0)

Author SHA1 Message Date
wanghongliang 8d9d266573 loongarch64: add new syscall numbers 2 years ago
Rich Felker 8d852cdacd loongarch64: remove getrlimit/setrlimit syscall numbers 2 years ago
wanghongliang 13cd64af31 loongarch64: remove ptrace.h macros 2 years ago
Khem Raj d25f0cccb9 riscv: define REG_S1 and REG_S2 4 years ago
Khem Raj 8432d16a46 riscv32: add new syscall numbers 6 years ago
Rich Felker 3ea3fcf78a riscv32: add sysvipc msg/sem/shm bits 2 years ago
Stefan O'Rear 01d9fe4d9f riscv32: add arch headers 6 years ago
Hongliang Wang ec325b3828 add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG 2 years ago
wanghongliang f2c9350543 add loongarch64 signal.h register index macros 2 years ago
Gaël PORTAY 3d5c9fe39f bits/syscall.h: add __NR_fchmodat2 from linux v6.6 2 years ago
Gaël PORTAY dd690c4909 bits/syscall.h: add cachestat from linux v6.4 2 years ago
Gaël PORTAY 33e8c469a9 bits/syscall.h: add set_mempolicy_home_node from linux v5.17 2 years ago
Gaël PORTAY b2c4c3d590 bits/syscall.h: add futex_waitv from linux v5.16 2 years ago
Rich Felker e975127947 bits/syscall.h: add process_mrelease from linux v5.15 2 years ago
Gaël PORTAY a526314c80 bits/syscall.h: add memfd_secret from linux v5.14 2 years ago
Hongliang Wang 522bd54eda add loongarch64 port 3 years ago
Rich Felker 407aea628a riscv: add TLSDESC support 2 years ago
Rich Felker 039d3c34f2 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic 3 years ago
Rich Felker 269d193820 fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 3 years ago
Rich Felker f897461d4f fix debugger tracking of shared libraries on mips with PIE main program 3 years ago
Rich Felker bf14ef193b re-enable vdso clock_gettime on arm (32-bit) with workaround 4 years ago
Rich Felker 760f5d7efe fix __WORDSIZE on x32 sys/user.h 4 years ago
Szabolcs Nagy ee05b11b67 bits/syscall.h: add landlock syscalls from linux v5.13 5 years ago
Szabolcs Nagy 9ffd145479 s390x: add ptrace requests from linux v5.12 5 years ago
Szabolcs Nagy f7d3db5bfc bits/syscall.h: add mount_setattr from linux v5.12 5 years ago
Szabolcs Nagy b21f3ded78 bits/syscall.h: add epoll_pwait2 from linux v5.11 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Rich Felker b713b8b2e4 fix excessively slow TLS performance on some mips models 5 years ago
Rich Felker 0fbd7d6683 fix broken struct shmid_ds on powerpc (32-bit) 5 years ago
Khem Raj 1f0c7cb1cc riscv: rename __NR_fstatat __NR_newfstatat 5 years ago
Szabolcs Nagy 3309e2d7a1 aarch64/bits/mman.h: add PROT_MTE from linux v5.10 5 years ago
Szabolcs Nagy 44331150c1 aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 5 years ago
Szabolcs Nagy 42aa19a0fe add aarch64/bits/mman.h with PROT_BTI from linux v5.8 5 years ago
Szabolcs Nagy b7554b5e12 aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8 5 years ago
Szabolcs Nagy fd285f9dec bits/syscall.h: add process_madvise from linux v5.10 5 years ago
Khem Raj e5d2823631 riscv64: define ELF_NFPREG 5 years ago
Ariadne Conill db981ffb3e sh: fix incorrect mcontext_t member naming 6 years ago
Drew DeVault 56f0631d95 riscv64: fix inconsistent ucontext_t struct tag 6 years ago
Marius Hillenbrand 738c4e945c s390x: derive float_t from compiler or default to float 6 years ago
Szabolcs Nagy 3ba370fe8d bits/syscall.h: add __NR_close_range from linux v5.9 6 years ago
Rich Felker 4ffa706899 fix vector types in aarch64 register file structures 6 years ago
Szabolcs Nagy 9b7ed9702c bits/syscall.h: add __NR_faccessat2 from linux v5.8 6 years ago
Szabolcs Nagy 94ab68c24c aarch64: add new HWCAP2_ macros from linux v5.6 6 years ago
Szabolcs Nagy 0296baff0e aarch64: add HWCAP2_ macros from linux v5.3 6 years ago
Szabolcs Nagy d990090384 add pidfd_getfd and openat2 syscall numbers from linux v5.6 6 years ago
Rich Felker ffac0c2299 use generic bits/fcntl.h for x86_64 and riscv64 6 years ago
Rich Felker 76f42fdf34 make generic bits/fcntl.h shareable with 64-bit archs 6 years ago
Rich Felker b8b729bd22 fix missing O_LARGEFILE values on x86_64, x32, and mips64 6 years ago
Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes 6 years ago
Rich Felker 3a5b9ae7cf deduplicate __pthread_self thread pointer adjustment out of each arch 6 years ago