687 Commits (ea71a9004e08030a15d45186e263fd2b0c51cc25)

Author SHA1 Message Date
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
Rich Felker 71d23fbeac remove indirect use of endian.h from public headers 7 years ago
Rich Felker 97d35a552e move __BYTE_ORDER definition to alltypes.h 7 years ago
Rich Felker 00ec11d19e remove per-arch definitions for va_list 7 years ago
Rich Felker f7f1079796 remove i386 support for legacy struct __va_list 7 years ago
Rich Felker a0993f8f0f reintroduce riscv64 struct sigcontext 7 years ago
Rich Felker 2c2477da9a fix riscv64 elf_fpregset_t type and member names mismatch 7 years ago
Rich Felker ab3eb89a8b fix riscv64 signal.h namespace violations and ucontext API mismatches 7 years ago
Rich Felker 604f8d3d8b clean up mips (32-bit, o32) syscall asm constraints 7 years ago
Rich Felker 9f6dd78593 fix mips r6 syscall clobber lists not to include hi/lo registers 7 years ago
Palmer Dabbelt 7d5c5706a0 correct the operand specifiers in the riscv64 CAS routines 7 years ago
Szabolcs Nagy 9920bf45cc aarch64: add HWCAP2 flags from linux v5.2 7 years ago
Szabolcs Nagy b60763092e add new syscall numbers from linux v5.2 7 years ago
Rich Felker 1f0e9f9cc2 honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t 7 years ago
Rich Felker 6ad514e4e2 fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh 7 years ago