summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorLines
2020-09-09bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy-0/+16
2020-09-09aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy-0/+8
2020-09-09aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy-0/+2
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy-0/+34
2020-09-03use generic bits/fcntl.h for x86_64 and riscv64Rich Felker-78/+0
2020-09-03make generic bits/fcntl.h shareable with 64-bit archsRich Felker-0/+6
2020-09-03fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker-3/+3
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker-5/+1
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker-65/+63
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker-21/+6
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker-5/+4
2020-05-21fix incorrect SIGSTKFLT on all mips archsRich Felker-3/+3
2020-04-26remove arm (32-bit) support for vdso clock_gettimeRich Felker-6/+0
2020-03-14define MAP_SYNC on powerpc/powerpc64Samuel Holland-2/+0
2020-03-14work around negated error code bug on some mips kernelsRich Felker-22/+22
2020-03-14remove useless mips syscall asm constraint, align style with mips64/n32Rich Felker-15/+16
2020-03-14revert mips (32-bit, o32) syscall asm clean-up due to regressionsRich Felker-32/+31
2020-03-14revert mips64/n32 syscall asm clean-up due to regressionsRich Felker-56/+61
2020-02-05remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker-36/+36
2020-02-05remove further legacy time32 clock syscalls from public syscall.hRich Felker-36/+36
2020-02-04move riscv64 register index constants to signal.hRich Felker-6/+9
2020-01-30remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker-18/+18
2020-01-25move struct dirent to bits header, allow NAME_MAX to varyRich Felker-0/+11
2020-01-22fix riscv64 a_cas inline asm operand sign extensionLuís Marques-1/+1
2019-12-30mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy-0/+3
2019-12-30mips: add hwcap bits from linux v5.4Szabolcs Nagy-0/+11
2019-12-30add clone3 syscall number from linux v5.3Szabolcs Nagy-0/+12
2019-12-30add pidfd_open syscall number from linux v5.3Szabolcs Nagy-0/+16
2019-12-30fix types for mips sigcontext/mcontext_t regset membersKhem Raj-2/+6
2019-11-05fix build regression on mips64 due to endian.h removalRich Felker-0/+2
2019-11-02move time_t and suseconds_t definitions to common alltypes.h.inRich Felker-48/+0
2019-11-02move time64 ioctl numbers to generic bits/ioctl.hRich Felker-21/+5
2019-11-02move time64 socket options from arch bits to top-level sys/socket.hRich Felker-45/+0
2019-11-02switch all existing 32-bit archs to 64-bit time_tRich Felker-217/+420
2019-11-02add x32 bits/ioctl_fix.h defining time-related sockios macrosRich Felker-0/+4
2019-11-02add back x32 bits/socket.h defining time-related socket optionsRich Felker-0/+5
2019-11-02move msghdr and cmsghdr out of bits/socket.hRich Felker-208/+0
2019-11-02fix x32 msghdr struct by removing x32 bits/socket.hRich Felker-16/+0
2019-10-28add missing m68k user.h/procfs.h regset typesRich Felker-0/+5
2019-10-19internally, define time64 rusage syscalls on x32 as the existing onesRich Felker-0/+2
2019-10-19use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker-2/+2
2019-10-19fix fpregset_t type on powerpc64Rich Felker-5/+1
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-128/+0
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