Age | Commit message (Expand) | Author | Files | Lines |
2017-09-11 | powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h | Szabolcs Nagy | 2 | -1/+11 |
2017-09-06 | make syscall.h consistent with linux | Szabolcs Nagy | 10 | -24/+20 |
2017-08-29 | arm: add HWCAP_ARM_ hwcap macros | Szabolcs Nagy | 1 | -0/+24 |
2017-08-29 | add a_clz_64 helper function | Szabolcs Nagy | 7 | -0/+49 |
2017-08-29 | s390x: add bits/hwcap.h | Szabolcs Nagy | 1 | -0/+15 |
2017-08-29 | add SIOCGSTAMPNS socket ioctl macro to ioctl.h | Szabolcs Nagy | 8 | -0/+8 |
2017-08-29 | fix mips ioctl macros to match linux asm/sockios.h | Szabolcs Nagy | 3 | -15/+15 |
2017-08-11 | fix build failure for sh4a due to missing colon in asm statement | Thomas Petazzoni | 1 | -1/+1 |
2017-06-21 | fix omission of microblaze user.h definitions | Rich Felker | 1 | -1/+25 |
2017-05-31 | remove long-obsolete clang workarounds from mips* syscall_arch.h files | Rich Felker | 3 | -157/+0 |
2017-05-31 | fix fstatat syscall on mips64 | Rich Felker | 1 | -3/+22 |
2017-04-22 | s390x: provide sigcontext struct definition | Bobby Bingham | 1 | -0/+15 |
2017-03-15 | s390x: fix fpreg_t and remove unused per_struct | Tuan M. Hoang | 1 | -2/+2 |
2017-03-08 | fix ld-behavior-dependent crash in ppc64 ldso startup | Rich Felker | 1 | -1/+1 |
2017-02-22 | allow page size to vary on arm | Rich Felker | 1 | -1/+0 |
2017-01-13 | fix crashes in x32 __tls_get_addr | rofl0r | 1 | -0/+2 |
2017-01-04 | reduce impact of REG_* namespace pollution in x86[_64] signal.h | Rich Felker | 3 | -65/+130 |
2016-12-29 | add pkey_{mprotect,alloc,free} syscalls from linux v4.9 | Szabolcs Nagy | 9 | -0/+27 |
2016-12-19 | rework arm atomic/tp backends to be thumb-compatible and fdpic-ready | Rich Felker | 2 | -14/+23 |
2016-12-16 | fix use of incomplete struct type in s390x user.h | Bobby Bingham | 1 | -10/+10 |
2016-12-16 | fix typo in s390x user.h | Bobby Bingham | 1 | -1/+1 |
2016-12-15 | remove legacy i386 fallback stdarg implementation and framework | Rich Felker | 2 | -13/+0 |
2016-11-12 | work around gdb issues recognizing sigreturn trampoline on x86_64 | Rich Felker | 2 | -0/+18 |
2016-11-11 | add s390x port | Bobby Bingham | 27 | -0/+1097 |
2016-11-11 | generalize ELF hash table types not to assume 32-bit entries | Rich Felker | 1 | -0/+1 |
2016-10-20 | add bits/hwcap.h and include it in sys/auxv.h | Szabolcs Nagy | 9 | -0/+137 |
2016-10-20 | add sh syscall numbers from linux v4.8 | Szabolcs Nagy | 1 | -0/+14 |
2016-10-20 | fix preadv2 and pwritev2 syscall numbers on x32 for linux v4.8 | Szabolcs Nagy | 1 | -2/+2 |
2016-08-30 | microblaze: add syscall numbers from linux v4.7 | Szabolcs Nagy | 1 | -0/+3 |
2016-08-11 | fix pread/pwrite syscall calling convention on sh | Rich Felker | 1 | -0/+1 |
2016-07-13 | fix regression in tcsetattr on all mips archs | Rich Felker | 3 | -9/+9 |
2016-07-06 | remove or1k version of sem.h | Bobby Bingham | 1 | -11/+0 |
2016-07-03 | make brace placement in public header typedef'd structs consistent | Rich Felker | 8 | -18/+9 |
2016-07-03 | make brace placement in public header struct definitions consistent | Rich Felker | 44 | -108/+54 |
2016-07-03 | format mips bits/termios.h consistently mips64 and n32 versions | Rich Felker | 1 | -2/+1 |
2016-07-03 | fix CBAUDEX in powerpc termios.h | Szabolcs Nagy | 2 | -2/+2 |
2016-07-03 | fix TCS* definitions in mips termios.h | Szabolcs Nagy | 3 | -9/+9 |
2016-07-03 | fix mips termios.h macro exposure/namespace issues | Szabolcs Nagy | 3 | -45/+42 |
2016-07-03 | fix powerpc termios.h macro exposure/namespace issues | Szabolcs Nagy | 2 | -24/+24 |
2016-07-03 | fix generic termios.h macro exposure/namespace issues | Szabolcs Nagy | 1 | -9/+14 |
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 |