Age | Commit message (Expand) | Author | Files | Lines |
2019-02-07 | move arch-invariant definitions out of bits/ioctl.h | Bobby Bingham | 7 | -682/+0 |
2018-12-09 | add io_pgetevents and rseq syscall numbers from linux v4.18 | Szabolcs Nagy | 13 | -0/+23 |
2018-10-16 | make thread-pointer-loading asm non-volatile | Rich Felker | 14 | -19/+19 |
2018-10-16 | remove ancient clang workaround from powerpc pthread_arch.h asm | Rich Felker | 1 | -5/+0 |
2018-10-01 | add TLSDESC support for 32-bit arm | Rich Felker | 1 | -1/+3 |
2018-09-20 | add arm and sh bits/ptrace.h | Szabolcs Nagy | 2 | -0/+30 |
2018-09-14 | fix broken atomic store on powerpc[64] | Rich Felker | 2 | -16/+0 |
2018-09-12 | apply hidden visibility to sigreturn code fragments | Rich Felker | 6 | -6/+18 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 5 | -8/+9 |
2018-08-29 | fix async thread cancellation on sh-fdpic | Rich Felker | 1 | -0/+5 |
2018-07-20 | move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits | midipix | 3 | -0/+3 |
2018-07-17 | add support for arch-specific ptrace command macros | Szabolcs Nagy | 11 | -0/+121 |
2018-06-26 | fix regression in powerpc[64] SO_PEERSEC definition | Rich Felker | 2 | -0/+2 |
2018-06-26 | fix value of SO_PEERSEC on mips archs | Rich Felker | 3 | -0/+3 |
2018-06-26 | add m68k reg.h and user.h | Rich Felker | 2 | -0/+78 |
2018-06-20 | fix m68k float.h long double exponent range | Rich Felker | 1 | -2/+2 |
2018-06-20 | work around broken kernel struct ipc_perm on some big endian archs | Rich Felker | 4 | -0/+7 |
2018-06-19 | s390x: add kexec_file_load syscall number from linux v4.17 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | mips: add HWCAP_ flags from linux v4.17 | Szabolcs Nagy | 3 | -0/+3 |
2018-06-19 | aarch64: add HWCAP_ flags from linux v4.17 | Szabolcs Nagy | 1 | -0/+4 |
2018-06-19 | powerpc: add pkey syscall numbers from linux v4.16 | Szabolcs Nagy | 2 | -0/+6 |
2018-06-19 | aarch64: add HWCAP_ASIMDFHM from linux v4.16 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | add m68k port | Rich Felker | 17 | -0/+847 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | 12 | -10/+19 |
2018-05-01 | work around arm gcc's rejection of r7 asm constraints in thumb mode | Rich Felker | 1 | -14/+39 |
2018-04-19 | arm: use a_ll/a_sc atomics when building for ARMv6T2 | Andre McCurdy | 1 | -1/+1 |
2018-04-19 | arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros | Andre McCurdy | 2 | -2/+2 |
2018-04-19 | provide optimized a_ctz_32 for arm | Andre McCurdy | 1 | -0/+12 |
2018-04-19 | remove a_ctz_l from arch specific atomic_arch.h | Andre McCurdy | 2 | -5/+5 |
2018-03-10 | fix minor namespace issues in termios.h | Rich Felker | 6 | -0/+12 |
2018-03-10 | use PAGESIZE rather than PAGE_SIZE in user.h bits | Rich Felker | 4 | -8/+8 |
2018-03-10 | reverse definition dependency between PAGESIZE and PAGE_SIZE | Rich Felker | 6 | -6/+6 |
2018-02-22 | aarch64: add sve_context struct and related defines from linux v4.15 | Szabolcs Nagy | 1 | -0/+39 |
2018-02-22 | aarch64: update hwcap.h for linux v4.15 | Szabolcs Nagy | 1 | -0/+6 |
2018-02-22 | arm: add get_tls syscall from linux v4.15 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | powerpc: update hwcap.h for linux v4.15 | Szabolcs Nagy | 2 | -0/+6 |
2018-02-22 | s390x: add s390_sthyi system call from v4.15 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 | Szabolcs Nagy | 5 | -0/+5 |
2018-02-22 | mips,powerpc: fix TIOCSER_TEMT in termios.h | Szabolcs Nagy | 5 | -5/+5 |
2018-02-22 | aarch64: add HWCAP_DCPOP from linux v4.14 | Szabolcs Nagy | 1 | -0/+1 |
2018-01-31 | aarch64: fix mismatched type of ucontext_t uc_link member | William Pitcock | 1 | -1/+1 |
2017-12-14 | fix x32 unistd macros to report as ILP32 not LP64 | Nicholas Wilson | 1 | -2/+2 |
2017-11-05 | s390x: use generic ioctl.h | Szabolcs Nagy | 2 | -196/+2 |
2017-11-05 | microblaze: add statx syscall from linux v4.13 | Szabolcs Nagy | 1 | -0/+1 |
2017-11-05 | aarch64: add extra_context struct from linux v4.13 | Szabolcs Nagy | 1 | -0/+7 |
2017-11-05 | ioctl TIOCGPTPEER from linux v4.13 | Szabolcs Nagy | 7 | -0/+7 |
2017-11-05 | s390x: add syscall number for s390_guarded_storage from linux v4.12 | Szabolcs Nagy | 1 | -0/+1 |
2017-11-05 | i386: add arch_prctl syscall number from linux v4.12 | Szabolcs Nagy | 1 | -0/+1 |
2017-11-05 | aarch64: add new HWCAP_* flags from linux v4.12 | Szabolcs Nagy | 1 | -0/+3 |
2017-11-05 | add statx syscall numbers from linux v4.11 | Szabolcs Nagy | 12 | -0/+12 |