about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* remove arch-specific bits/ipc.h that are identical to genericRich Felker2019-07-302-22/+0
* move IPC_64 from public bits/ipc.h to syscall_arch.hRich Felker2019-07-3015-22/+10
* remove duplicates of new generic bits/msg.hRich Felker2019-07-296-75/+0
* use 64-bit msqid_ds layout in the generic version of bits/msg.hRich Felker2019-07-291-3/+0
* duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker2019-07-295-0/+75
* remove duplicates of new generic bits/sem.hRich Felker2019-07-295-57/+0
* use 64-bit semid_ds layout in the generic version of bits/sem.hRich Felker2019-07-291-2/+0
* collapse out byte order conditions in bits/sem.h for fixed-endian archsRich Felker2019-07-294-20/+0
* duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker2019-07-297-0/+112
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-297-25/+36
* remove trailing newlines from various versions of bits/shm.hRich Felker2019-07-299-9/+0
* remove duplicates of new generic bits/shm.hRich Felker2019-07-295-123/+0
* use 64-bit shmid_ds layout in the generic version of bits/shm.hRich Felker2019-07-291-3/+0
* duplicate generic bits/shm.h for each arch using it, in prep to changeRich Felker2019-07-295-0/+140
* remove x32 syscall timespec fixup hacksRich Felker2019-07-291-58/+0
* internally, define time64 syscalls on x32 as the existing syscallsRich Felker2019-07-271-0/+19
* don't use futimesat syscall as utimensat fallback on x32Rich Felker2019-07-271-0/+2
* remove mips/n32/64 stat struct hacks from syscall machineryRich Felker2019-07-186-213/+36
* decouple struct stat from kernel typeRich Felker2019-07-1816-0/+337
* remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2019-07-182-6/+0
* use register constraint instead of memory operand for riscv64 atomicsRich Felker2019-07-171-8/+8
* fix riscv64 atomic asm constraintsRich Felker2019-07-171-6/+10
* fix riscv64 syscall asm constraintRich Felker2019-07-171-1/+1
* clean up mips64/n32 syscall asm constraintsRich Felker2019-07-162-54/+56
* deduplicate mips64/n32 syscall clobbered register listsRich Felker2019-07-162-28/+22
* fix build failure on arm building C code in thumb1 modeRich Felker2019-07-151-1/+1
* fix conflicting mips and powerpc definitions for TIOCSER_TEMT macroSamuel Holland2019-07-105-5/+5
* remove spurious MAP_32BIT definition from riscv64 archRich Felker2019-07-041-1/+0
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-0115-0/+327
* mips64: fix syscall numbers of io_pgetevents and rseqSzabolcs Nagy2019-07-011-2/+2
* s390x: drop SO_ definitions from bits/socket.hSzabolcs Nagy2019-07-011-28/+0
* add riscv64 architecture supportRich Felker2019-06-1425-0/+835
* make powerpc64 vrregset_t logical layout match expected APIRich Felker2019-05-221-1/+4
* fix vrregset_t layout and member naming on powerpc64Rich Felker2019-05-221-4/+8
* improve i386 inline syscall asm on non-broken compilersRich Felker2019-05-111-1/+20
* fix regression in i386 inline syscall asm producing invalid codeRich Felker2019-05-101-6/+6
* fix broken posix_fadvise on mips due to missing 7-arg syscall supportRich Felker2019-05-051-0/+25
* fix build regression on mips n32 due to typo in new inline syscallRich Felker2019-05-051-1/+1
* fix passing of 64-bit syscall arguments on microblazeRich Felker2019-05-051-1/+1
* fix regression in s390x SO_PEERSEC definitionRich Felker2019-04-231-0/+1
* math: add fp_arch.h with fp_barrier and fp_force_evalSzabolcs Nagy2019-04-172-0/+25
* implement inline 5- and 6-argument syscalls for mipsn32 and mips64Rich Felker2019-04-102-29/+68
* cleanup mips64 syscall_arch functionsRich Felker2019-04-101-18/+9
* implement inline 5- and 6-argument syscalls for mipsRich Felker2019-04-101-6/+33
* use inline syscalls for powerpc (32-bit)Rich Felker2019-04-101-2/+84
* remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker2019-04-102-18/+0
* overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker2019-04-101-9/+20
* aarch64: add HWCAP_ definitions from linux v5.0Szabolcs Nagy2019-03-131-0/+3
* aarch64, or1k: add kexec_file_load syscall number from linux v5.0Szabolcs Nagy2019-03-132-0/+2
* powerpc: add PTRACE_SYSEMU from linux v4.20Szabolcs Nagy2019-03-132-0/+4