about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2017-09-112-1/+11
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-0610-24/+20
* arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy2017-08-291-0/+24
* add a_clz_64 helper functionSzabolcs Nagy2017-08-297-0/+49
* s390x: add bits/hwcap.hSzabolcs Nagy2017-08-291-0/+15
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-298-0/+8
* fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy2017-08-293-15/+15
* fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni2017-08-111-1/+1
* fix omission of microblaze user.h definitionsRich Felker2017-06-211-1/+25
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-313-157/+0
* fix fstatat syscall on mips64Rich Felker2017-05-311-3/+22
* s390x: provide sigcontext struct definitionBobby Bingham2017-04-221-0/+15
* s390x: fix fpreg_t and remove unused per_structTuan M. Hoang2017-03-151-2/+2
* fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker2017-03-081-1/+1
* allow page size to vary on armRich Felker2017-02-221-1/+0
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-0/+2
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-043-65/+130
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-299-0/+27
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-192-14/+23
* fix use of incomplete struct type in s390x user.hBobby Bingham2016-12-161-10/+10
* fix typo in s390x user.hBobby Bingham2016-12-161-1/+1
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-152-13/+0
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-122-0/+18
* add s390x portBobby Bingham2016-11-1127-0/+1097
* 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