544 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)

Author SHA1 Message Date
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Szabolcs Nagy 189acc705e add sh syscall numbers from linux v4.8 10 years ago
Szabolcs Nagy 2ed811a38a fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 10 years ago
Szabolcs Nagy 2b41959b59 microblaze: add syscall numbers from linux v4.7 10 years ago
Rich Felker 7cc3a28eed fix pread/pwrite syscall calling convention on sh 10 years ago
Rich Felker cff5747c74 fix regression in tcsetattr on all mips archs 10 years ago
Bobby Bingham e1679ef1a1 remove or1k version of sem.h 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Rich Felker 45ba07fded format mips bits/termios.h consistently mips64 and n32 versions 10 years ago
Szabolcs Nagy cae8ac485f fix CBAUDEX in powerpc termios.h 10 years ago
Szabolcs Nagy 8c316e9e49 fix TCS* definitions in mips termios.h 10 years ago
Szabolcs Nagy ee9b5900fb fix mips termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy 3bda42ac4b fix powerpc termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy 2e128574c9 fix generic termios.h macro exposure/namespace issues 10 years ago
Szabolcs Nagy cd208b0037 fix FIOQSIZE in arm ioctl.h 10 years ago
Szabolcs Nagy 6fce6ca129 remove termios2 related ioctls from sh ioctl.h 10 years ago
Szabolcs Nagy 809495f7b7 fix TIOCMSET in mips ioctl.h 10 years ago
Szabolcs Nagy b76d4e06f1 fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h 10 years ago
Szabolcs Nagy 058c0b2d70 remove mips and powerpc ioctls that are missing from linux uapi 10 years ago
Szabolcs Nagy 5ce901279e add missing TIOC* macros to ioctl.h 10 years ago
Szabolcs Nagy 8735a921d0 add missing SIOCSIFNAME from linux/sockios.h to ioctl.h 10 years ago
Szabolcs Nagy 2df9ae9161 remove ioctl macros that were removed from linux uapi 10 years ago
Szabolcs Nagy 76d7cfb7e6 use the generic ioctl.h for x86_64, x32 and aarch64 10 years ago
Rich Felker 7158481d51 add consistent reserved fields in mips64/n32 termios structures 10 years ago
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix 10 years ago
Szabolcs Nagy 78b1f3cb14 add preadv2 and pwritev2 syscall numbers for linux v4.6 10 years ago
Bobby Bingham 63e3a1661f deduplicate __NR_* and SYS_* syscall number definitions 10 years ago
Bobby Bingham 8ef6170b43 x32: eliminate __X32_SYSCALL_BIT constant 10 years ago
Bobby Bingham 622fe8b5cf x32: remove arch-specific syscall remapping 10 years ago
Rich Felker 49631b7b6c fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h 10 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker 6d99ad91e8 add support for mips and mips64 r6 isa 10 years ago
Rich Felker 5c3412d225 fix regression disabling use of pause instruction for x86 a_spin 10 years ago
Szabolcs Nagy 84d4f5eee5 add copy_file_range syscall numbers from linux v4.5 10 years ago
Szabolcs Nagy 2de52704ca mips64: add recent linux syscall numbers 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Rich Felker de400b6609 correct pointer types for a_ll_p and a_sc_p primitives on mips64 10 years ago
Rich Felker 27bf42cd9d make mips64 a_sc_p atomic primitive's asm constraints work with clang 10 years ago
Felix Fietkau 5a92dd95c7 add powerpc soft-float support 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Nathan Zadoks db66ef1f7d add sched_getcpu vDSO support 10 years ago
Rich Felker fd224a800b make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 10 years ago
Rich Felker 869a9df5b5 remove workaround for broken mips assemblers 10 years ago
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm 10 years ago
Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS 10 years ago
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 10 years ago
Hauke Mehrtens b0bf52f3e9 mips: add vdso support 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 10 years ago