summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-12-30add pidfd_open syscall number from linux v5.3Szabolcs Nagy16-0/+16
2019-12-30fix types for mips sigcontext/mcontext_t regset membersKhem Raj1-2/+6
2019-11-05fix build regression on mips64 due to endian.h removalRich Felker1-0/+2
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker16-48/+0
2019-11-02move time64 ioctl numbers to generic bits/ioctl.hRich Felker6-21/+5
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker9-45/+0
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker85-217/+420
2019-11-02add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker1-0/+4
2019-11-02add back x32 bits/socket.h defining time-related socket optionsRich Felker1-0/+5
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker10-208/+0
2019-11-02fix x32 msghdr struct by removing x32 bits/socket.hRich Felker1-16/+0
2019-10-28add missing m68k user.h/procfs.h regset typesRich Felker1-0/+5
2019-10-19internally, define time64 rusage syscalls on x32 as the existing onesRich Felker1-0/+2
2019-10-19use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker2-2/+2
2019-10-19fix fpregset_t type on powerpc64Rich Felker1-5/+1
2019-10-17move pthread types out of per-arch alltypes.hRich Felker16-128/+0
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker33-112/+24
2019-10-17remove use of endian.h from arch reloc.h headers, clean upRich Felker9-24/+0
2019-10-17remove indirect use of endian.h from public headersRich Felker4-8/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker32-62/+64
2019-10-17remove per-arch definitions for va_listRich Felker16-48/+0
2019-10-17remove i386 support for legacy struct __va_listRich Felker1-5/+0
2019-10-02reintroduce riscv64 struct sigcontextRich Felker1-6/+10
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker1-5/+2
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker2-27/+20
2019-09-27clean up mips (32-bit, o32) syscall asm constraintsRich Felker1-31/+32
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker3-16/+30
2019-09-25correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt1-2/+2
2019-09-11aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy1-0/+8
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy16-0/+97
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker4-0/+16
2019-08-19fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker3-41/+13
2019-08-13re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj1-0/+8
2019-08-11add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2-0/+2
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