Age | Commit message (Expand) | Author | Files | Lines |
2019-07-17 | fix riscv64 syscall asm constraint | Rich Felker | 1 | -1/+1 |
2019-07-16 | clean up mips64/n32 syscall asm constraints | Rich Felker | 2 | -54/+56 |
2019-07-16 | deduplicate mips64/n32 syscall clobbered register lists | Rich Felker | 2 | -28/+22 |
2019-07-15 | fix build failure on arm building C code in thumb1 mode | Rich Felker | 1 | -1/+1 |
2019-07-10 | fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro | Samuel Holland | 5 | -5/+5 |
2019-07-04 | remove spurious MAP_32BIT definition from riscv64 arch | Rich Felker | 1 | -1/+0 |
2019-07-01 | add new syscall numbers from linux v5.1 | Szabolcs Nagy | 15 | -0/+327 |
2019-07-01 | mips64: fix syscall numbers of io_pgetevents and rseq | Szabolcs Nagy | 1 | -2/+2 |
2019-07-01 | s390x: drop SO_ definitions from bits/socket.h | Szabolcs Nagy | 1 | -28/+0 |
2019-06-14 | add riscv64 architecture support | Rich Felker | 25 | -0/+835 |
2019-05-22 | make powerpc64 vrregset_t logical layout match expected API | Rich Felker | 1 | -1/+4 |
2019-05-22 | fix vrregset_t layout and member naming on powerpc64 | Rich Felker | 1 | -4/+8 |
2019-05-11 | improve i386 inline syscall asm on non-broken compilers | Rich Felker | 1 | -1/+20 |
2019-05-10 | fix regression in i386 inline syscall asm producing invalid code | Rich Felker | 1 | -6/+6 |
2019-05-05 | fix broken posix_fadvise on mips due to missing 7-arg syscall support | Rich Felker | 1 | -0/+25 |
2019-05-05 | fix build regression on mips n32 due to typo in new inline syscall | Rich Felker | 1 | -1/+1 |
2019-05-05 | fix passing of 64-bit syscall arguments on microblaze | Rich Felker | 1 | -1/+1 |
2019-04-23 | fix regression in s390x SO_PEERSEC definition | Rich Felker | 1 | -0/+1 |
2019-04-17 | math: add fp_arch.h with fp_barrier and fp_force_eval | Szabolcs Nagy | 2 | -0/+25 |
2019-04-10 | implement inline 5- and 6-argument syscalls for mipsn32 and mips64 | Rich Felker | 2 | -29/+68 |
2019-04-10 | cleanup mips64 syscall_arch functions | Rich Felker | 1 | -18/+9 |
2019-04-10 | implement inline 5- and 6-argument syscalls for mips | Rich Felker | 1 | -6/+33 |
2019-04-10 | use inline syscalls for powerpc (32-bit) | Rich Felker | 1 | -2/+84 |
2019-04-10 | remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch | Rich Felker | 2 | -18/+0 |
2019-04-10 | overhaul i386 syscall mechanism not to depend on external asm source | Rich Felker | 1 | -9/+20 |
2019-03-13 | aarch64: add HWCAP_ definitions from linux v5.0 | Szabolcs Nagy | 1 | -0/+3 |
2019-03-13 | aarch64, or1k: add kexec_file_load syscall number from linux v5.0 | Szabolcs Nagy | 2 | -0/+2 |
2019-03-13 | powerpc: add PTRACE_SYSEMU from linux v4.20 | Szabolcs Nagy | 2 | -0/+4 |
2019-03-13 | aarch64: add HWCAP_SSBS from linux v4.20 | Szabolcs Nagy | 1 | -0/+1 |
2019-03-13 | bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 | Szabolcs Nagy | 1 | -0/+2 |
2019-03-13 | arm: add io_pgetevents syscall number from v4.19 | Szabolcs Nagy | 1 | -0/+1 |
2019-03-13 | aarch64, or1k: define rseq syscall number following linux v4.19 | Szabolcs Nagy | 2 | -0/+2 |
2019-03-13 | fix POSIX_FADV_DONTNEED/_NOREUSE on s390x | Jonathan Neuschäfer | 1 | -0/+3 |
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 |