about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-085-5/+4
* fix incorrect SIGSTKFLT on all mips archsRich Felker2020-05-213-3/+3
* remove arm (32-bit) support for vdso clock_gettimeRich Felker2020-04-261-6/+0
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-142-2/+0
* work around negated error code bug on some mips kernelsRich Felker2020-03-143-22/+22
* remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker2020-03-141-15/+16
* revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker2020-03-141-32/+31
* revert mips64/n32 syscall asm clean-up due to regressionsRich Felker2020-03-142-56/+61
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-059-36/+36
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-059-36/+36
* move riscv64 register index constants to signal.hRich Felker2020-02-042-6/+9
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-309-18/+18
* move struct dirent to bits header, allow NAME_MAX to varyRich Felker2020-01-251-0/+11
* fix riscv64 a_cas inline asm operand sign extensionLuís Marques2020-01-221-1/+1
* mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy2019-12-303-0/+3
* mips: add hwcap bits from linux v5.4Szabolcs Nagy2019-12-301-0/+11
* add clone3 syscall number from linux v5.3Szabolcs Nagy2019-12-3011-0/+12
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-3016-0/+16
* fix types for mips sigcontext/mcontext_t regset membersKhem Raj2019-12-301-2/+6
* fix build regression on mips64 due to endian.h removalRich Felker2019-11-051-0/+2
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-0216-48/+0
* move time64 ioctl numbers to generic bits/ioctl.hRich Felker2019-11-026-21/+5
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-029-45/+0
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-0285-217/+420
* add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker2019-11-021-0/+4
* add back x32 bits/socket.h defining time-related socket optionsRich Felker2019-11-021-0/+5
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-0210-208/+0
* fix x32 msghdr struct by removing x32 bits/socket.hRich Felker2019-11-021-16/+0
* add missing m68k user.h/procfs.h regset typesRich Felker2019-10-281-0/+5
* internally, define time64 rusage syscalls on x32 as the existing onesRich Felker2019-10-191-0/+2
* use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker2019-10-192-2/+2
* fix fpregset_t type on powerpc64Rich Felker2019-10-191-5/+1
* move pthread types out of per-arch alltypes.hRich Felker2019-10-1716-128/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-1733-112/+24
* remove use of endian.h from arch reloc.h headers, clean upRich Felker2019-10-179-24/+0
* remove indirect use of endian.h from public headersRich Felker2019-10-174-8/+0
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-1732-62/+64
* remove per-arch definitions for va_listRich Felker2019-10-1716-48/+0
* remove i386 support for legacy struct __va_listRich Felker2019-10-171-5/+0
* reintroduce riscv64 struct sigcontextRich Felker2019-10-021-6/+10
* fix riscv64 elf_fpregset_t type and member names mismatchRich Felker2019-09-291-5/+2
* fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker2019-09-292-27/+20
* clean up mips (32-bit, o32) syscall asm constraintsRich Felker2019-09-271-31/+32
* fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker2019-09-263-16/+30
* correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt2019-09-251-2/+2
* aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy2019-09-111-0/+8
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-1116-0/+97
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-084-0/+16
* fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker2019-08-193-41/+13
* re-add ELF gregs and fpregs types to riscv64 user.hKhem Raj2019-08-131-0/+8