668 Commits (f291c09ec90e2514c954020e9b9bdb30e2adfc7f)

Author SHA1 Message Date
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
Khem Raj 29e8737f81 re-add ELF gregs and fpregs types to riscv64 user.h 7 years ago
Samuel Holland 08869deb7e add support for powerpc/powerpc64 unaligned relocations 7 years ago
Rich Felker d493206de7 remove riscv64 bits/user.h contents 7 years ago
Baruch Siach 8acc688548 fix risc64 conflict with kernel headers 7 years ago
Rich Felker 6fcb440d91 update riscv64 syscall numbers to linux v5.1 7 years ago
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 7 years ago
Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 7 years ago
Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 7 years ago
Rich Felker 319b2d02e7 remove gratuitously-different arch-specific bits/ipc.h files 7 years ago
Rich Felker 2a0bb9e0f2 remove arch-specific bits/ipc.h that are identical to generic 7 years ago
Rich Felker f56d57f8a7 move IPC_64 from public bits/ipc.h to syscall_arch.h 7 years ago
Rich Felker b74b3eb4a2 remove duplicates of new generic bits/msg.h 7 years ago
Rich Felker c375585c66 use 64-bit msqid_ds layout in the generic version of bits/msg.h 7 years ago
Rich Felker 95ed26353c duplicate generic bits/msg.h for each arch using it, in prep to change 7 years ago
Rich Felker de5e56ce16 remove duplicates of new generic bits/sem.h 7 years ago
Rich Felker 5bb4d71754 use 64-bit semid_ds layout in the generic version of bits/sem.h 7 years ago
Rich Felker 28637bc407 collapse out byte order conditions in bits/sem.h for fixed-endian archs 7 years ago
Rich Felker 6f2e5607d2 duplicate generic bits/sem.h for each arch using it, in prep to change 7 years ago
Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack 7 years ago