587 Commits (65c8be380431eebe4d70d130bd38563f8df9a7d7)

Author SHA1 Message Date
Rich Felker 1bcdaeee6e implement inline 5- and 6-argument syscalls for mipsn32 and mips64 7 years ago
Rich Felker d3b4869cd3 cleanup mips64 syscall_arch functions 7 years ago
Rich Felker dcb18bea61 implement inline 5- and 6-argument syscalls for mips 7 years ago
Rich Felker 6aeb9c6703 use inline syscalls for powerpc (32-bit) 7 years ago
Rich Felker f76d51a1cc remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch 7 years ago
Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source 7 years ago
Szabolcs Nagy 2a03b0b518 aarch64: add HWCAP_ definitions from linux v5.0 7 years ago
Szabolcs Nagy 1114df5d60 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 7 years ago
Szabolcs Nagy a86c4724c0 powerpc: add PTRACE_SYSEMU from linux v4.20 7 years ago
Szabolcs Nagy 65735baa75 aarch64: add HWCAP_SSBS from linux v4.20 7 years ago
Szabolcs Nagy 59904de7e0 bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 7 years ago
Szabolcs Nagy d66ae1aeaf arm: add io_pgetevents syscall number from v4.19 8 years ago
Szabolcs Nagy 53bef5c55e aarch64, or1k: define rseq syscall number following linux v4.19 8 years ago
Jonathan Neuschäfer 4b125dd408 fix POSIX_FADV_DONTNEED/_NOREUSE on s390x 7 years ago
Bobby Bingham 3517d74a5e move arch-invariant definitions out of bits/ioctl.h 7 years ago
Szabolcs Nagy d149e69c02 add io_pgetevents and rseq syscall numbers from linux v4.18 8 years ago
Rich Felker a4a3e4dbc0 make thread-pointer-loading asm non-volatile 8 years ago
Rich Felker 7f01a734fe remove ancient clang workaround from powerpc pthread_arch.h asm 8 years ago
Rich Felker 0beb9dfbec add TLSDESC support for 32-bit arm 8 years ago
Szabolcs Nagy 5ef60206ff add arm and sh bits/ptrace.h 8 years ago
Rich Felker 1281779330 fix broken atomic store on powerpc[64] 8 years ago
Rich Felker b6e59cd925 apply hidden visibility to sigreturn code fragments 8 years ago
Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs 8 years ago
Rich Felker 35cd7c0950 fix async thread cancellation on sh-fdpic 8 years ago
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 8 years ago
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Rich Felker efda534b21 fix regression in powerpc[64] SO_PEERSEC definition 8 years ago
Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 8 years ago
Rich Felker 471497ab81 add m68k reg.h and user.h 8 years ago
Rich Felker 84b25160e7 fix m68k float.h long double exponent range 8 years ago
Rich Felker 0cd2be2314 work around broken kernel struct ipc_perm on some big endian archs 8 years ago
Szabolcs Nagy 7ea235b1be s390x: add kexec_file_load syscall number from linux v4.17 8 years ago
Szabolcs Nagy 1177f61d6e mips: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy f3b6690a53 aarch64: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy 90ac71d853 powerpc: add pkey syscall numbers from linux v4.16 8 years ago
Szabolcs Nagy a697a1c9a5 aarch64: add HWCAP_ASIMDFHM from linux v4.16 8 years ago
Rich Felker f81e44a0d9 add m68k port 8 years ago
Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
Rich Felker e3c682ab52 work around arm gcc's rejection of r7 asm constraints in thumb mode 8 years ago
Andre McCurdy 8c2943f057 arm: use a_ll/a_sc atomics when building for ARMv6T2 8 years ago
Andre McCurdy 749a06b4c5 arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros 8 years ago
Andre McCurdy ea489b8b0d provide optimized a_ctz_32 for arm 8 years ago
Andre McCurdy 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h 8 years ago
Rich Felker eb5ae94016 fix minor namespace issues in termios.h 8 years ago
Rich Felker 6ecb9c14c4 use PAGESIZE rather than PAGE_SIZE in user.h bits 8 years ago
Rich Felker c9c2cd3e69 reverse definition dependency between PAGESIZE and PAGE_SIZE 8 years ago
Szabolcs Nagy 9bed82df30 aarch64: add sve_context struct and related defines from linux v4.15 8 years ago
Szabolcs Nagy 5a4a780ccb aarch64: update hwcap.h for linux v4.15 8 years ago
Szabolcs Nagy 8be960d188 arm: add get_tls syscall from linux v4.15 8 years ago
Szabolcs Nagy 0fc2f098a4 powerpc: update hwcap.h for linux v4.15 8 years ago