737 Commits (cbf1c7b605d979bb7fdde8b8e6a66acdba18c6b0)

Author SHA1 Message Date
Khem Raj 29e8737f81 re-add ELF gregs and fpregs types to riscv64 user.h 7 years ago
Samuel Holland 08869deb7e add support for powerpc/powerpc64 unaligned relocations 7 years ago
Rich Felker d493206de7 remove riscv64 bits/user.h contents 7 years ago
Baruch Siach 8acc688548 fix risc64 conflict with kernel headers 7 years ago
Rich Felker 6fcb440d91 update riscv64 syscall numbers to linux v5.1 7 years ago
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file 7 years ago
Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 7 years ago
Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 7 years ago
Rich Felker 319b2d02e7 remove gratuitously-different arch-specific bits/ipc.h files 7 years ago
Rich Felker 2a0bb9e0f2 remove arch-specific bits/ipc.h that are identical to generic 7 years ago
Rich Felker f56d57f8a7 move IPC_64 from public bits/ipc.h to syscall_arch.h 7 years ago
Rich Felker b74b3eb4a2 remove duplicates of new generic bits/msg.h 7 years ago
Rich Felker c375585c66 use 64-bit msqid_ds layout in the generic version of bits/msg.h 7 years ago
Rich Felker 95ed26353c duplicate generic bits/msg.h for each arch using it, in prep to change 7 years ago
Rich Felker de5e56ce16 remove duplicates of new generic bits/sem.h 7 years ago
Rich Felker 5bb4d71754 use 64-bit semid_ds layout in the generic version of bits/sem.h 7 years ago
Rich Felker 28637bc407 collapse out byte order conditions in bits/sem.h for fixed-endian archs 7 years ago
Rich Felker 6f2e5607d2 duplicate generic bits/sem.h for each arch using it, in prep to change 7 years ago
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