758 Commits (1969500402bc4f80452e1c066401223a3c998f54)

Author SHA1 Message Date
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
Rich Felker 7f797b5e25 remove trailing newlines from various versions of bits/shm.h 7 years ago
Rich Felker 484c34fe1d remove duplicates of new generic bits/shm.h 7 years ago
Rich Felker 0bf7c65aa2 use 64-bit shmid_ds layout in the generic version of bits/shm.h 7 years ago
Rich Felker 6ed37ccd31 duplicate generic bits/shm.h for each arch using it, in prep to change 7 years ago
Rich Felker 4c307bed03 remove x32 syscall timespec fixup hacks 7 years ago
Rich Felker 40aa18d55a internally, define time64 syscalls on x32 as the existing syscalls 7 years ago
Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32 7 years ago
Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery 7 years ago
Rich Felker 01ae3fc6d4 decouple struct stat from kernel type 7 years ago
Rich Felker 62a73d9649 remove utterly wrong includes from mips64/n32 bits/stat.h 7 years ago