619 Commits (1afe5f3e5b504992914362d6c1c0a0af55f3b32b)

Author SHA1 Message Date
Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack 7 years ago
Rich Felker 7f797b5e25 remove trailing newlines from various versions of bits/shm.h 7 years ago
Rich Felker 484c34fe1d remove duplicates of new generic bits/shm.h 7 years ago
Rich Felker 0bf7c65aa2 use 64-bit shmid_ds layout in the generic version of bits/shm.h 7 years ago
Rich Felker 6ed37ccd31 duplicate generic bits/shm.h for each arch using it, in prep to change 7 years ago
Rich Felker 4c307bed03 remove x32 syscall timespec fixup hacks 7 years ago
Rich Felker 40aa18d55a internally, define time64 syscalls on x32 as the existing syscalls 7 years ago
Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32 7 years ago
Rich Felker fa7d4218c7 remove mips/n32/64 stat struct hacks from syscall machinery 7 years ago
Rich Felker 01ae3fc6d4 decouple struct stat from kernel type 7 years ago
Rich Felker 62a73d9649 remove utterly wrong includes from mips64/n32 bits/stat.h 7 years ago
Rich Felker f0eb2e77b2 use register constraint instead of memory operand for riscv64 atomics 7 years ago
Rich Felker 2dcbeabd91 fix riscv64 atomic asm constraints 7 years ago
Rich Felker 8eb49e0485 fix riscv64 syscall asm constraint 7 years ago
Rich Felker ddc7c4f936 clean up mips64/n32 syscall asm constraints 7 years ago
Rich Felker db2a148d9d deduplicate mips64/n32 syscall clobbered register lists 7 years ago
Rich Felker 980f80f792 fix build failure on arm building C code in thumb1 mode 7 years ago
Samuel Holland 05eb8ea060 fix conflicting mips and powerpc definitions for TIOCSER_TEMT macro 7 years ago
Rich Felker 524e76f17b remove spurious MAP_32BIT definition from riscv64 arch 7 years ago
Szabolcs Nagy f3f96f2daa add new syscall numbers from linux v5.1 7 years ago
Szabolcs Nagy b574de5bf3 mips64: fix syscall numbers of io_pgetevents and rseq 7 years ago
Szabolcs Nagy 4523505114 s390x: drop SO_ definitions from bits/socket.h 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker ac304227bb make powerpc64 vrregset_t logical layout match expected API 7 years ago
Rich Felker 3c59a86895 fix vrregset_t layout and member naming on powerpc64 7 years ago
Rich Felker bdb0817599 improve i386 inline syscall asm on non-broken compilers 7 years ago
Rich Felker c8798ef974 fix regression in i386 inline syscall asm producing invalid code 7 years ago
Rich Felker d02e72ad51 fix broken posix_fadvise on mips due to missing 7-arg syscall support 7 years ago
Rich Felker 7b6ec3de71 fix build regression on mips n32 due to typo in new inline syscall 7 years ago
Rich Felker 28198ac3af fix passing of 64-bit syscall arguments on microblaze 7 years ago
Rich Felker 2df8b1d806 fix regression in s390x SO_PEERSEC definition 7 years ago
Szabolcs Nagy b50d315fd2 math: add fp_arch.h with fp_barrier and fp_force_eval 8 years ago
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