summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2022-03-08fix __WORDSIZE on x32 sys/user.hRich Felker-1/+1
2022-03-08bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy-0/+48
2022-03-08s390x: add ptrace requests from linux v5.12Szabolcs Nagy-0/+3
2022-03-08bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy-0/+16
2022-03-08bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy-0/+16
2021-09-23add SPE FPU support to powerpc-sfRich Felker-2/+2
2021-08-12fix excessively slow TLS performance on some mips modelsRich Felker-2/+1
2021-07-06fix broken struct shmid_ds on powerpc (32-bit)Rich Felker-1/+1
2021-06-05riscv: rename __NR_fstatat __NR_newfstatatKhem Raj-1/+1
2021-02-15aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy-0/+1
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy-0/+1
2021-02-15add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy-0/+1
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy-0/+1
2021-02-15bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy-0/+16
2021-02-12riscv64: define ELF_NFPREGKhem Raj-0/+1
2020-12-12sh: fix incorrect mcontext_t member namingAriadne Conill-4/+13
2020-12-06riscv64: fix inconsistent ucontext_t struct tagDrew DeVault-2/+2
2020-12-03s390x: derive float_t from compiler or default to floatMarius Hillenbrand-1/+9
2020-11-29bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy-0/+16
2020-11-11fix vector types in aarch64 register file structuresRich Felker-3/+3
2020-09-09bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy-0/+16
2020-09-09aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy-0/+8
2020-09-09aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy-0/+2
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy-0/+34
2020-09-03use generic bits/fcntl.h for x86_64 and riscv64Rich Felker-78/+0
2020-09-03make generic bits/fcntl.h shareable with 64-bit archsRich Felker-0/+6
2020-09-03fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker-3/+3
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker-5/+1
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker-65/+63
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker-21/+6
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker-5/+4
2020-05-21fix incorrect SIGSTKFLT on all mips archsRich Felker-3/+3
2020-04-26remove arm (32-bit) support for vdso clock_gettimeRich Felker-6/+0
2020-03-14define MAP_SYNC on powerpc/powerpc64Samuel Holland-2/+0
2020-03-14work around negated error code bug on some mips kernelsRich Felker-22/+22
2020-03-14remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker-15/+16
2020-03-14revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker-32/+31
2020-03-14revert mips64/n32 syscall asm clean-up due to regressionsRich Felker-56/+61
2020-02-05remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker-36/+36
2020-02-05remove further legacy time32 clock syscalls from public syscall.hRich Felker-36/+36
2020-02-04move riscv64 register index constants to signal.hRich Felker-6/+9
2020-01-30remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker-18/+18
2020-01-25move struct dirent to bits header, allow NAME_MAX to varyRich Felker-0/+11
2020-01-22fix riscv64 a_cas inline asm operand sign extensionLuís Marques-1/+1
2019-12-30mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy-0/+3
2019-12-30mips: add hwcap bits from linux v5.4Szabolcs Nagy-0/+11
2019-12-30add clone3 syscall number from linux v5.3Szabolcs Nagy-0/+12
2019-12-30add pidfd_open syscall number from linux v5.3Szabolcs Nagy-0/+16
2019-12-30fix types for mips sigcontext/mcontext_t regset membersKhem Raj-2/+6
2019-11-05fix build regression on mips64 due to endian.h removalRich Felker-0/+2