about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* fix __WORDSIZE on x32 sys/user.hRich Felker2022-03-081-1/+1
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-0816-0/+48
* s390x: add ptrace requests from linux v5.12Szabolcs Nagy2022-03-081-0/+3
* bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy2022-03-0816-0/+16
* bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy2022-03-0816-0/+16
* add SPE FPU support to powerpc-sfRich Felker2021-09-232-2/+2
* fix excessively slow TLS performance on some mips modelsRich Felker2021-08-121-2/+1
* fix broken struct shmid_ds on powerpc (32-bit)Rich Felker2021-07-061-1/+1
* riscv: rename __NR_fstatat __NR_newfstatatKhem Raj2021-06-051-1/+1
* aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-1516-0/+16
* riscv64: define ELF_NFPREGKhem Raj2021-02-121-0/+1
* sh: fix incorrect mcontext_t member namingAriadne Conill2020-12-122-4/+13
* riscv64: fix inconsistent ucontext_t struct tagDrew DeVault2020-12-061-2/+2
* s390x: derive float_t from compiler or default to floatMarius Hillenbrand2020-12-032-1/+9
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-2916-0/+16
* fix vector types in aarch64 register file structuresRich Felker2020-11-112-3/+3
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-0916-0/+16
* aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy2020-09-091-0/+8
* aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy2020-09-091-0/+2
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-0916-0/+34
* use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2020-09-032-78/+0
* make generic bits/fcntl.h shareable with 64-bit archsRich Felker2020-09-031-0/+6
* fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker2020-09-033-3/+3
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-273-5/+1
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-2716-65/+63
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-2416-21/+6
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-085-5/+4
* fix incorrect SIGSTKFLT on all mips archsRich Felker2020-05-213-3/+3
* remove arm (32-bit) support for vdso clock_gettimeRich Felker2020-04-261-6/+0
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-142-2/+0
* work around negated error code bug on some mips kernelsRich Felker2020-03-143-22/+22
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-142-56/+61
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-059-36/+36
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-059-36/+36
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-309-18/+18
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-251-0/+11
* fix riscv64 a_cas inline asm operand sign extensionLuís Marques2020-01-221-1/+1
* mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy2019-12-303-0/+3
* mips: add hwcap bits from linux v5.4Szabolcs Nagy2019-12-301-0/+11
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-3011-0/+12
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-3016-0/+16
* fix types for mips sigcontext/mcontext_t regset membersKhem Raj2019-12-301-2/+6
* fix build regression on mips64 due to endian.h removalRich Felker2019-11-051-0/+2