summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-03make brace placement in public header struct definitions consistentRich Felker44-108/+54
2016-07-03format mips bits/termios.h consistently mips64 and n32 versionsRich Felker1-2/+1
2016-07-03fix CBAUDEX in powerpc termios.hSzabolcs Nagy2-2/+2
2016-07-03fix TCS* definitions in mips termios.hSzabolcs Nagy3-9/+9
2016-07-03fix mips termios.h macro exposure/namespace issuesSzabolcs Nagy3-45/+42
2016-07-03fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy2-24/+24
2016-07-03fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy1-9/+14
2016-07-03fix FIOQSIZE in arm ioctl.hSzabolcs Nagy3-0/+4
2016-07-03remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy1-4/+0
2016-07-03fix TIOCMSET in mips ioctl.hSzabolcs Nagy3-3/+3
2016-07-03fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.hSzabolcs Nagy3-42/+42
2016-07-03remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy5-31/+0
2016-07-03add missing TIOC* macros to ioctl.hSzabolcs Nagy7-3/+40
2016-07-03add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy7-0/+7
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy7-32/+0
2016-07-03use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy3-607/+0
2016-07-03add consistent reserved fields in mips64/n32 termios structuresRich Felker2-0/+4
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2-0/+4
2016-06-09add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy11-0/+22
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham16-5283/+885
2016-05-12x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham1-317/+316
2016-05-12x32: remove arch-specific syscall remappingBobby Bingham1-20/+0
2016-05-08fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2-2/+2
2016-05-08add powerpc64 portBobby Bingham28-0/+1907
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker31-0/+2009
2016-04-03add support for mips and mips64 r6 isaRich Felker6-22/+58
2016-03-29fix regression disabling use of pause instruction for x86 a_spinRich Felker3-3/+3
2016-03-19add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy9-0/+18
2016-03-19mips64: add recent linux syscall numbersSzabolcs Nagy1-0/+6
2016-03-18deduplicate bits/mman.hSzabolcs Nagy12-617/+25
2016-03-11correct pointer types for a_ll_p and a_sc_p primitives on mips64Rich Felker1-4/+4
2016-03-11make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker1-1/+1
2016-03-06add powerpc soft-float supportFelix Fietkau2-1/+12
2016-03-06add mips64 portRich Felker32-0/+2171
2016-03-02add sched_getcpu vDSO supportNathan Zadoks1-0/+2
2016-02-23make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker1-0/+2
2016-02-08remove workaround for broken mips assemblersRich Felker1-4/+1
2016-01-31better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2-3/+3
2016-01-30ldso: fix GDB dynamic linker info on MIPSFelix Fietkau1-1/+1
2016-01-27deduplicate the bulk of the arch bits headersRich Felker92-3194/+0
2016-01-27mips: add vdso supportHauke Mehrtens1-0/+4
2016-01-26fix siginfo_t for mipsSzabolcs Nagy1-0/+9
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy10-0/+10
2016-01-26add mlock2 syscall number from linux v4.4Szabolcs Nagy8-0/+16
2016-01-26add new membarrier, userfaultfd and switch_endian syscallsSzabolcs Nagy8-0/+34
2016-01-26add new i386 socket syscall numbersSzabolcs Nagy1-0/+30
2016-01-26change the internal socketcall selection logicSzabolcs Nagy1-0/+2
2016-01-25fix arm a_crash for big endianRich Felker1-2/+4
2016-01-25add native a_crash primitive for armRich Felker1-0/+10
2016-01-24clean powerpc syscall.hSzabolcs Nagy1-24/+0