Age | Commit message (Expand) | Author | Files | Lines |
2016-07-03 | fix FIOQSIZE in arm ioctl.h | Szabolcs Nagy | 3 | -0/+4 |
2016-07-03 | remove termios2 related ioctls from sh ioctl.h | Szabolcs Nagy | 1 | -4/+0 |
2016-07-03 | fix TIOCMSET in mips ioctl.h | Szabolcs Nagy | 3 | -3/+3 |
2016-07-03 | fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h | Szabolcs Nagy | 3 | -42/+42 |
2016-07-03 | remove mips and powerpc ioctls that are missing from linux uapi | Szabolcs Nagy | 5 | -31/+0 |
2016-07-03 | add missing TIOC* macros to ioctl.h | Szabolcs Nagy | 7 | -3/+40 |
2016-07-03 | add missing SIOCSIFNAME from linux/sockios.h to ioctl.h | Szabolcs Nagy | 7 | -0/+7 |
2016-07-03 | remove ioctl macros that were removed from linux uapi | Szabolcs Nagy | 7 | -32/+0 |
2016-07-03 | use the generic ioctl.h for x86_64, x32 and aarch64 | Szabolcs Nagy | 3 | -607/+0 |
2016-07-03 | add consistent reserved fields in mips64/n32 termios structures | Rich Felker | 2 | -0/+4 |
2016-07-01 | fix posix_fadvise syscall args on powerpc, unify with arm fix | Rich Felker | 2 | -0/+4 |
2016-06-09 | add preadv2 and pwritev2 syscall numbers for linux v4.6 | Szabolcs Nagy | 11 | -0/+22 |
2016-05-12 | deduplicate __NR_* and SYS_* syscall number definitions | Bobby Bingham | 16 | -5283/+885 |
2016-05-12 | x32: eliminate __X32_SYSCALL_BIT constant | Bobby Bingham | 1 | -317/+316 |
2016-05-12 | x32: remove arch-specific syscall remapping | Bobby Bingham | 1 | -20/+0 |
2016-05-08 | fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h | Rich Felker | 2 | -2/+2 |
2016-05-08 | add powerpc64 port | Bobby Bingham | 28 | -0/+1907 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 31 | -0/+2009 |
2016-04-03 | add support for mips and mips64 r6 isa | Rich Felker | 6 | -22/+58 |
2016-03-29 | fix regression disabling use of pause instruction for x86 a_spin | Rich Felker | 3 | -3/+3 |
2016-03-19 | add copy_file_range syscall numbers from linux v4.5 | Szabolcs Nagy | 9 | -0/+18 |
2016-03-19 | mips64: add recent linux syscall numbers | Szabolcs Nagy | 1 | -0/+6 |
2016-03-18 | deduplicate bits/mman.h | Szabolcs Nagy | 12 | -617/+25 |
2016-03-11 | correct pointer types for a_ll_p and a_sc_p primitives on mips64 | Rich Felker | 1 | -4/+4 |
2016-03-11 | make mips64 a_sc_p atomic primitive's asm constraints work with clang | Rich Felker | 1 | -1/+1 |
2016-03-06 | add powerpc soft-float support | Felix Fietkau | 2 | -1/+12 |
2016-03-06 | add mips64 port | Rich Felker | 32 | -0/+2171 |
2016-03-02 | add sched_getcpu vDSO support | Nathan Zadoks | 1 | -0/+2 |
2016-02-23 | make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc | Rich Felker | 1 | -0/+2 |
2016-02-08 | remove workaround for broken mips assemblers | Rich Felker | 1 | -4/+1 |
2016-01-31 | better a_sc inline asm constraint on aarch64 and arm | Szabolcs Nagy | 2 | -3/+3 |
2016-01-30 | ldso: fix GDB dynamic linker info on MIPS | Felix Fietkau | 1 | -1/+1 |
2016-01-27 | deduplicate the bulk of the arch bits headers | Rich Felker | 92 | -3194/+0 |
2016-01-27 | mips: add vdso support | Hauke Mehrtens | 1 | -0/+4 |
2016-01-26 | fix siginfo_t for mips | Szabolcs Nagy | 1 | -0/+9 |
2016-01-26 | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags | Szabolcs Nagy | 10 | -0/+10 |
2016-01-26 | add mlock2 syscall number from linux v4.4 | Szabolcs Nagy | 8 | -0/+16 |
2016-01-26 | add new membarrier, userfaultfd and switch_endian syscalls | Szabolcs Nagy | 8 | -0/+34 |
2016-01-26 | add new i386 socket syscall numbers | Szabolcs Nagy | 1 | -0/+30 |
2016-01-26 | change the internal socketcall selection logic | Szabolcs Nagy | 1 | -0/+2 |
2016-01-25 | fix arm a_crash for big endian | Rich Felker | 1 | -2/+4 |
2016-01-25 | add native a_crash primitive for arm | Rich Felker | 1 | -0/+10 |
2016-01-24 | clean powerpc syscall.h | Szabolcs Nagy | 1 | -24/+0 |
2016-01-24 | add missing powerpc specific PROT_SAO memory protection flag | Szabolcs Nagy | 1 | -0/+1 |
2016-01-24 | fix powerpc MCL_* mlockall flags in bits/mman.h | Szabolcs Nagy | 1 | -2/+2 |
2016-01-24 | fix aarch64 atomics to load/store 32bit only | Szabolcs Nagy | 1 | -2/+2 |
2016-01-23 | improve aarch64 atomics | Rich Felker | 1 | -16/+36 |
2016-01-22 | remove sh port's __fpscr_values source file | Rich Felker | 1 | -5/+0 |
2016-01-22 | move sh port's __shcall internal function from arch/sh/src to src tree | Rich Felker | 1 | -5/+0 |
2016-01-22 | move sh __unmapself code from arch/sh/src to main src tree | Rich Felker | 1 | -24/+0 |