about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-0/+1
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-209-0/+137
* add sh syscall numbers from linux v4.8Szabolcs Nagy2016-10-201-0/+14
* fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8Szabolcs Nagy2016-10-201-2/+2
* microblaze: add syscall numbers from linux v4.7Szabolcs Nagy2016-08-301-0/+3
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-111-0/+1
* fix regression in tcsetattr on all mips archsRich Felker2016-07-133-9/+9
* remove or1k version of sem.hBobby Bingham2016-07-061-11/+0
* make brace placement in public header typedef'd structs consistentRich Felker2016-07-038-18/+9
* make brace placement in public header struct definitions consistentRich Felker2016-07-0344-108/+54
* format mips bits/termios.h consistently mips64 and n32 versionsRich Felker2016-07-031-2/+1
* fix CBAUDEX in powerpc termios.hSzabolcs Nagy2016-07-032-2/+2
* fix TCS* definitions in mips termios.hSzabolcs Nagy2016-07-033-9/+9
* fix mips termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-033-45/+42
* fix powerpc termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-032-24/+24
* fix generic termios.h macro exposure/namespace issuesSzabolcs Nagy2016-07-031-9/+14
* fix FIOQSIZE in arm ioctl.hSzabolcs Nagy2016-07-033-0/+4
* remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy2016-07-031-4/+0
* fix TIOCMSET in mips ioctl.hSzabolcs Nagy2016-07-033-3/+3
* fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.hSzabolcs Nagy2016-07-033-42/+42
* remove mips and powerpc ioctls that are missing from linux uapiSzabolcs Nagy2016-07-035-31/+0
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-037-3/+40
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-037-0/+7
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-037-32/+0
* use the generic ioctl.h for x86_64, x32 and aarch64Szabolcs Nagy2016-07-033-607/+0
* add consistent reserved fields in mips64/n32 termios structuresRich Felker2016-07-032-0/+4
* fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker2016-07-012-0/+4
* add preadv2 and pwritev2 syscall numbers for linux v4.6Szabolcs Nagy2016-06-0911-0/+22
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-1216-5283/+885
* x32: eliminate __X32_SYSCALL_BIT constantBobby Bingham2016-05-121-317/+316
* x32: remove arch-specific syscall remappingBobby Bingham2016-05-121-20/+0
* fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.hRich Felker2016-05-082-2/+2
* add powerpc64 portBobby Bingham2016-05-0828-0/+1907
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-1831-0/+2009
* add support for mips and mips64 r6 isaRich Felker2016-04-036-22/+58
* fix regression disabling use of pause instruction for x86 a_spinRich Felker2016-03-293-3/+3
* add copy_file_range syscall numbers from linux v4.5Szabolcs Nagy2016-03-199-0/+18
* mips64: add recent linux syscall numbersSzabolcs Nagy2016-03-191-0/+6
* deduplicate bits/mman.hSzabolcs Nagy2016-03-1812-617/+25
* correct pointer types for a_ll_p and a_sc_p primitives on mips64Rich Felker2016-03-111-4/+4
* make mips64 a_sc_p atomic primitive's asm constraints work with clangRich Felker2016-03-111-1/+1
* add powerpc soft-float supportFelix Fietkau2016-03-062-1/+12
* add mips64 portRich Felker2016-03-0632-0/+2171
* add sched_getcpu vDSO supportNathan Zadoks2016-03-021-0/+2
* make aarch64 atomic_arch.h report that it defines pointer-sized ll/scRich Felker2016-02-231-0/+2
* remove workaround for broken mips assemblersRich Felker2016-02-081-4/+1
* better a_sc inline asm constraint on aarch64 and armSzabolcs Nagy2016-01-312-3/+3
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-1/+1
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2792-3194/+0
* mips: add vdso supportHauke Mehrtens2016-01-271-0/+4