529 Commits (ffd048a07b4bc3bd01bef71a77b49aa9cee947cf)

Author SHA1 Message Date
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
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy 51d5f139ca add mlock2 syscall number from linux v4.4 10 years ago
Szabolcs Nagy 09001a8f97 add new membarrier, userfaultfd and switch_endian syscalls 11 years ago
Szabolcs Nagy 37bfb68f68 add new i386 socket syscall numbers 11 years ago
Szabolcs Nagy a5e133bf29 change the internal socketcall selection logic 10 years ago
Rich Felker e7a1118984 fix arm a_crash for big endian 10 years ago
Rich Felker 89e149d275 add native a_crash primitive for arm 10 years ago
Szabolcs Nagy bc443c3fe3 clean powerpc syscall.h 11 years ago
Szabolcs Nagy f9c3a2e048 add missing powerpc specific PROT_SAO memory protection flag 10 years ago
Szabolcs Nagy 2f6f3dccb4 fix powerpc MCL_* mlockall flags in bits/mman.h 10 years ago
Szabolcs Nagy 2d14fa39b0 fix aarch64 atomics to load/store 32bit only 10 years ago
Rich Felker b17fbd3520 improve aarch64 atomics 10 years ago
Rich Felker 4de1bc1164 remove sh port's __fpscr_values source file 10 years ago
Rich Felker 007907a93c move sh port's __shcall internal function from arch/sh/src to src tree 10 years ago
Rich Felker 230bfe1a7d move sh __unmapself code from arch/sh/src to main src tree 10 years ago