summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-08-06remove riscv64 bits/user.h contentsRich Felker1-43/+0
2019-08-06fix risc64 conflict with kernel headersBaruch Siach1-8/+8
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker1-0/+8
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker10-0/+10
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker1-0/+3
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker5-0/+15
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker3-36/+0
2019-07-30remove arch-specific bits/ipc.h that are identical to genericRich Felker2-22/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker15-22/+10
2019-07-29remove duplicates of new generic bits/msg.hRich Felker6-75/+0
2019-07-29use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker1-3/+0
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker5-0/+75
2019-07-29remove duplicates of new generic bits/sem.hRich Felker5-57/+0
2019-07-29use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker1-2/+0
2019-07-29collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker4-20/+0
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker7-0/+112
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker7-25/+36
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker9-9/+0
2019-07-29remove duplicates of new generic bits/shm.hRich Felker5-123/+0
2019-07-29use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker1-3/+0
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker5-0/+140
2019-07-29remove x32 syscall timespec fixup hacksRich Felker1-58/+0
2019-07-27internally, define time64 syscalls on x32 as the existing syscallsRich Felker1-0/+19
2019-07-27don't use futimesat syscall as utimensat fallback on x32Rich Felker1-0/+2
2019-07-18remove mips/n32/64 stat struct hacks from syscall machineryRich Felker6-213/+36
2019-07-18decouple struct stat from kernel typeRich Felker16-0/+337
2019-07-18remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2-6/+0
2019-07-17use register constraint instead of memory operand for riscv64 atomicsRich Felker1-8/+8
2019-07-17fix riscv64 atomic asm constraintsRich Felker1-6/+10
2019-07-17fix riscv64 syscall asm constraintRich Felker1-1/+1
2019-07-16clean up mips64/n32 syscall asm constraintsRich Felker2-54/+56
2019-07-16deduplicate mips64/n32 syscall clobbered register listsRich Felker2-28/+22
2019-07-15fix build failure on arm building C code in thumb1 modeRich Felker1-1/+1
2019-07-10fix conflicting mips and powerpc definitions for TIOCSER_TEMT macroSamuel Holland5-5/+5
2019-07-04remove spurious MAP_32BIT definition from riscv64 archRich Felker1-1/+0
2019-07-01add new syscall numbers from linux v5.1Szabolcs Nagy15-0/+327
2019-07-01mips64: fix syscall numbers of io_pgetevents and rseqSzabolcs Nagy1-2/+2
2019-07-01s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy1-28/+0
2019-06-14add riscv64 architecture supportRich Felker25-0/+835
2019-05-22make powerpc64 vrregset_t logical layout match expected APIRich Felker1-1/+4
2019-05-22fix vrregset_t layout and member naming on powerpc64Rich Felker1-4/+8
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker1-1/+20
2019-05-10fix regression in i386 inline syscall asm producing invalid codeRich Felker1-6/+6
2019-05-05fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker1-0/+25
2019-05-05fix build regression on mips n32 due to typo in new inline syscallRich Felker1-1/+1
2019-05-05fix passing of 64-bit syscall arguments on microblazeRich Felker1-1/+1
2019-04-23fix regression in s390x SO_PEERSEC definitionRich Felker1-0/+1
2019-04-17math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2-0/+25
2019-04-10implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2-29/+68
2019-04-10cleanup mips64 syscall_arch functionsRich Felker1-18/+9