about summary refs log tree commit diff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for powerpc/powerpc64 unaligned relocationsSamuel Holland2019-08-112-0/+2
* remove riscv64 bits/user.h contentsRich Felker2019-08-061-43/+0
* fix risc64 conflict with kernel headersBaruch Siach2019-08-061-8/+8
* update riscv64 syscall numbers to linux v5.1Rich Felker2019-08-031-0/+8
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-0210-0/+10
* ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker2019-07-311-0/+3
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-315-0/+15
* remove gratuitously-different arch-specific bits/ipc.h filesRich Felker2019-07-303-36/+0
* 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