701 Commits (db981ffb3e242e32e13520fbaf47e91ae88d5ff4)

Author SHA1 Message Date
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
Rich Felker 5127927f4b add x32 bits/ioctl_fix.h defining time-related sockios macros 7 years ago
Rich Felker aad3e0c5b8 add back x32 bits/socket.h defining time-related socket options 7 years ago
Rich Felker a0252bc75b move msghdr and cmsghdr out of bits/socket.h 7 years ago
Rich Felker 573a4d2d59 fix x32 msghdr struct by removing x32 bits/socket.h 7 years ago
Rich Felker f7f12e4cf2 add missing m68k user.h/procfs.h regset types 7 years ago
Rich Felker 7e81711431 internally, define time64 rusage syscalls on x32 as the existing ones 7 years ago
Rich Felker c2518a8efb use struct pt_regs * rather than void * for powerpc[64] sigcontext regs 7 years ago
Rich Felker c9f48cde0a fix fpregset_t type on powerpc64 7 years ago
Rich Felker 2d3083e746 move pthread types out of per-arch alltypes.h 7 years ago
Rich Felker 7cc79d10af define LONG_MAX via arch alltypes.h, strip down bits/limits.h 7 years ago
Rich Felker 4d3a162d00 remove use of endian.h from arch reloc.h headers, clean up 7 years ago