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