712 Commits (b54f481fbcc5637226fc3d2e0404b7f95b3e2f14)

Author SHA1 Message Date
Szabolcs Nagy b21f3ded78 bits/syscall.h: add epoll_pwait2 from linux v5.11 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Rich Felker b713b8b2e4 fix excessively slow TLS performance on some mips models 5 years ago
Rich Felker 0fbd7d6683 fix broken struct shmid_ds on powerpc (32-bit) 5 years ago
Khem Raj 1f0c7cb1cc riscv: rename __NR_fstatat __NR_newfstatat 5 years ago
Szabolcs Nagy 3309e2d7a1 aarch64/bits/mman.h: add PROT_MTE from linux v5.10 5 years ago
Szabolcs Nagy 44331150c1 aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 5 years ago
Szabolcs Nagy 42aa19a0fe add aarch64/bits/mman.h with PROT_BTI from linux v5.8 5 years ago
Szabolcs Nagy b7554b5e12 aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8 5 years ago
Szabolcs Nagy fd285f9dec bits/syscall.h: add process_madvise from linux v5.10 5 years ago
Khem Raj e5d2823631 riscv64: define ELF_NFPREG 5 years ago
Ariadne Conill db981ffb3e sh: fix incorrect mcontext_t member naming 6 years ago
Drew DeVault 56f0631d95 riscv64: fix inconsistent ucontext_t struct tag 6 years ago
Marius Hillenbrand 738c4e945c s390x: derive float_t from compiler or default to float 6 years ago
Szabolcs Nagy 3ba370fe8d bits/syscall.h: add __NR_close_range from linux v5.9 6 years ago
Rich Felker 4ffa706899 fix vector types in aarch64 register file structures 6 years ago
Szabolcs Nagy 9b7ed9702c bits/syscall.h: add __NR_faccessat2 from linux v5.8 6 years ago
Szabolcs Nagy 94ab68c24c aarch64: add new HWCAP2_ macros from linux v5.6 6 years ago
Szabolcs Nagy 0296baff0e aarch64: add HWCAP2_ macros from linux v5.3 6 years ago
Szabolcs Nagy d990090384 add pidfd_getfd and openat2 syscall numbers from linux v5.6 6 years ago
Rich Felker ffac0c2299 use generic bits/fcntl.h for x86_64 and riscv64 6 years ago
Rich Felker 76f42fdf34 make generic bits/fcntl.h shareable with 64-bit archs 6 years ago
Rich Felker b8b729bd22 fix missing O_LARGEFILE values on x86_64, x32, and mips64 6 years ago
Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes 6 years ago
Rich Felker 3a5b9ae7cf deduplicate __pthread_self thread pointer adjustment out of each arch 6 years ago
Rich Felker ea71a9004e deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET 6 years ago
Rich Felker c2feda4e2e prefer new socket syscalls, fallback to SYS_socketcall only if needed 6 years ago
Rich Felker cabc36969b fix incorrect SIGSTKFLT on all mips archs 6 years ago
Rich Felker 4486c579cb remove arm (32-bit) support for vdso clock_gettime 6 years ago
Samuel Holland 3e9d3386f1 define MAP_SYNC on powerpc/powerpc64 6 years ago
Rich Felker 5db475f0b9 work around negated error code bug on some mips kernels 6 years ago
Rich Felker db86ec100d remove useless mips syscall asm constraint, align style with mips64/n32 6 years ago
Rich Felker 972b5fde9a revert mips (32-bit, o32) syscall asm clean-up due to regressions 6 years ago
Rich Felker 5053fd2644 revert mips64/n32 syscall asm clean-up due to regressions 6 years ago
Rich Felker b4712ba445 remove legacy time32 timer[fd] syscalls from public syscall.h 6 years ago
Rich Felker 2cae9f59da remove further legacy time32 clock syscalls from public syscall.h 6 years ago
Rich Felker 329e79299d move riscv64 register index constants to signal.h 6 years ago
Rich Felker 5a105f19b5 remove legacy clock_gettime and gettimeofday from public syscall.h 6 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Luís Marques 83350eb17b fix riscv64 a_cas inline asm operand sign extension 6 years ago
Szabolcs Nagy 2fc29fcfc2 mips: add clone3 syscall numbers from linux v5.4 6 years ago
Szabolcs Nagy a7df9c75f7 mips: add hwcap bits from linux v5.4 6 years ago
Szabolcs Nagy fa765ca54f add clone3 syscall number from linux v5.3 7 years ago
Szabolcs Nagy a45289112c add pidfd_open syscall number from linux v5.3 7 years ago
Khem Raj e17814aa5a fix types for mips sigcontext/mcontext_t regset members 6 years ago
Rich Felker 90251cf73d fix build regression on mips64 due to endian.h removal 7 years ago
Rich Felker d6dcfe4d0c move time_t and suseconds_t definitions to common alltypes.h.in 7 years ago
Rich Felker b60fdf133c move time64 ioctl numbers to generic bits/ioctl.h 7 years ago
Rich Felker c71dbb24c9 move time64 socket options from arch bits to top-level sys/socket.h 7 years ago
Rich Felker 3814333964 switch all existing 32-bit archs to 64-bit time_t 7 years ago