Age | Commit message (Expand) | Author | Lines |
2023-02-09 | fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 | Rich Felker | -12/+3 |
2023-01-18 | fix debugger tracking of shared libraries on mips with PIE main program | Rich Felker | -0/+3 |
2022-09-19 | re-enable vdso clock_gettime on arm (32-bit) with workaround | Rich Felker | -0/+7 |
2022-03-08 | fix __WORDSIZE on x32 sys/user.h | Rich Felker | -1/+1 |
2022-03-08 | bits/syscall.h: add landlock syscalls from linux v5.13 | Szabolcs Nagy | -0/+48 |
2022-03-08 | s390x: add ptrace requests from linux v5.12 | Szabolcs Nagy | -0/+3 |
2022-03-08 | bits/syscall.h: add mount_setattr from linux v5.12 | Szabolcs Nagy | -0/+16 |
2022-03-08 | bits/syscall.h: add epoll_pwait2 from linux v5.11 | Szabolcs Nagy | -0/+16 |
2021-09-23 | add SPE FPU support to powerpc-sf | Rich Felker | -2/+2 |
2021-08-12 | fix excessively slow TLS performance on some mips models | Rich Felker | -2/+1 |
2021-07-06 | fix broken struct shmid_ds on powerpc (32-bit) | Rich Felker | -1/+1 |
2021-06-05 | riscv: rename __NR_fstatat __NR_newfstatat | Khem Raj | -1/+1 |
2021-02-15 | aarch64/bits/mman.h: add PROT_MTE from linux v5.10 | Szabolcs Nagy | -0/+1 |
2021-02-15 | aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 | Szabolcs Nagy | -0/+1 |
2021-02-15 | add aarch64/bits/mman.h with PROT_BTI from linux v5.8 | Szabolcs Nagy | -0/+1 |
2021-02-15 | aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8 | Szabolcs Nagy | -0/+1 |
2021-02-15 | bits/syscall.h: add process_madvise from linux v5.10 | Szabolcs Nagy | -0/+16 |
2021-02-12 | riscv64: define ELF_NFPREG | Khem Raj | -0/+1 |
2020-12-12 | sh: fix incorrect mcontext_t member naming | Ariadne Conill | -4/+13 |
2020-12-06 | riscv64: fix inconsistent ucontext_t struct tag | Drew DeVault | -2/+2 |
2020-12-03 | s390x: derive float_t from compiler or default to float | Marius Hillenbrand | -1/+9 |
2020-11-29 | bits/syscall.h: add __NR_close_range from linux v5.9 | Szabolcs Nagy | -0/+16 |
2020-11-11 | fix vector types in aarch64 register file structures | Rich Felker | -3/+3 |
2020-09-09 | bits/syscall.h: add __NR_faccessat2 from linux v5.8 | Szabolcs Nagy | -0/+16 |
2020-09-09 | aarch64: add new HWCAP2_ macros from linux v5.6 | Szabolcs Nagy | -0/+8 |
2020-09-09 | aarch64: add HWCAP2_ macros from linux v5.3 | Szabolcs Nagy | -0/+2 |
2020-09-09 | add pidfd_getfd and openat2 syscall numbers from linux v5.6 | Szabolcs Nagy | -0/+34 |
2020-09-03 | use generic bits/fcntl.h for x86_64 and riscv64 | Rich Felker | -78/+0 |
2020-09-03 | make generic bits/fcntl.h shareable with 64-bit archs | Rich Felker | -0/+6 |
2020-09-03 | fix missing O_LARGEFILE values on x86_64, x32, and mips64 | Rich Felker | -3/+3 |
2020-08-27 | remove redundant pthread struct members repeated for layout purposes | Rich Felker | -5/+1 |
2020-08-27 | deduplicate __pthread_self thread pointer adjustment out of each arch | Rich Felker | -65/+63 |
2020-08-24 | deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET | Rich Felker | -21/+6 |
2020-08-08 | prefer new socket syscalls, fallback to SYS_socketcall only if needed | Rich Felker | -5/+4 |
2020-05-21 | fix incorrect SIGSTKFLT on all mips archs | Rich Felker | -3/+3 |
2020-04-26 | remove arm (32-bit) support for vdso clock_gettime | Rich Felker | -6/+0 |
2020-03-14 | define MAP_SYNC on powerpc/powerpc64 | Samuel Holland | -2/+0 |
2020-03-14 | work around negated error code bug on some mips kernels | Rich Felker | -22/+22 |
2020-03-14 | remove useless mips syscall asm constraint, align style with mips64/n32 | Rich Felker | -15/+16 |
2020-03-14 | revert mips (32-bit, o32) syscall asm clean-up due to regressions | Rich Felker | -32/+31 |
2020-03-14 | revert mips64/n32 syscall asm clean-up due to regressions | Rich Felker | -56/+61 |
2020-02-05 | remove legacy time32 timer[fd] syscalls from public syscall.h | Rich Felker | -36/+36 |
2020-02-05 | remove further legacy time32 clock syscalls from public syscall.h | Rich Felker | -36/+36 |
2020-02-04 | move riscv64 register index constants to signal.h | Rich Felker | -6/+9 |
2020-01-30 | remove legacy clock_gettime and gettimeofday from public syscall.h | Rich Felker | -18/+18 |
2020-01-25 | move struct dirent to bits header, allow NAME_MAX to vary | Rich Felker | -0/+11 |
2020-01-22 | fix riscv64 a_cas inline asm operand sign extension | Luís Marques | -1/+1 |
2019-12-30 | mips: add clone3 syscall numbers from linux v5.4 | Szabolcs Nagy | -0/+3 |
2019-12-30 | mips: add hwcap bits from linux v5.4 | Szabolcs Nagy | -0/+11 |
2019-12-30 | add clone3 syscall number from linux v5.3 | Szabolcs Nagy | -0/+12 |