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