summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-112/+24
2019-10-17remove use of endian.h from arch reloc.h headers, clean upRich Felker-24/+0
2019-10-17remove indirect use of endian.h from public headersRich Felker-8/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-62/+64
2019-10-17remove per-arch definitions for va_listRich Felker-48/+0
2019-10-17remove i386 support for legacy struct __va_listRich Felker-5/+0
2019-10-02reintroduce riscv64 struct sigcontextRich Felker-6/+10
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker-5/+2
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker-27/+20
2019-09-27clean up mips (32-bit, o32) syscall asm constraintsRich Felker-31/+32
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker-16/+30
2019-09-25correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt-2/+2
2019-09-11aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy-0/+8
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy-0/+97
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker-0/+16
2019-08-19fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker-41/+13
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj-0/+8
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland-0/+2
2019-08-06remove riscv64 bits/user.h contentsRich Felker-43/+0
2019-08-06fix risc64 conflict with kernel headersBaruch Siach-8/+8
2019-08-03update riscv64 syscall numbers to linux v5.1Rich Felker-0/+8
2019-08-02move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker-0/+10
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker-0/+3
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker-0/+15
2019-07-30remove gratuitously-different arch-specific bits/ipc.h filesRich Felker-36/+0
2019-07-30remove arch-specific bits/ipc.h that are identical to genericRich Felker-22/+0
2019-07-30move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker-22/+10
2019-07-29remove duplicates of new generic bits/msg.hRich Felker-75/+0
2019-07-29use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker-3/+0
2019-07-29duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker-0/+75
2019-07-29remove duplicates of new generic bits/sem.hRich Felker-57/+0
2019-07-29use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker-2/+0
2019-07-29collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker-20/+0
2019-07-29duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker-0/+112
2019-07-29extricate bits/sem.h from x32 time_t hackRich Felker-25/+36
2019-07-29remove trailing newlines from various versions of bits/shm.hRich Felker-9/+0
2019-07-29remove duplicates of new generic bits/shm.hRich Felker-123/+0
2019-07-29use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker-3/+0
2019-07-29duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker-0/+140
2019-07-29remove x32 syscall timespec fixup hacksRich Felker-58/+0
2019-07-27internally, define time64 syscalls on x32 as the existing syscallsRich Felker-0/+19
2019-07-27don't use futimesat syscall as utimensat fallback on x32Rich Felker-0/+2
2019-07-18remove mips/n32/64 stat struct hacks from syscall machineryRich Felker-213/+36
2019-07-18decouple struct stat from kernel typeRich Felker-0/+337
2019-07-18remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker-6/+0
2019-07-17use register constraint instead of memory operand for riscv64 atomicsRich Felker-8/+8
2019-07-17fix riscv64 atomic asm constraintsRich Felker-6/+10
2019-07-17fix riscv64 syscall asm constraintRich Felker-1/+1
2019-07-16clean up mips64/n32 syscall asm constraintsRich Felker-54/+56
2019-07-16deduplicate mips64/n32 syscall clobbered register listsRich Felker-28/+22