Age | Commit message (Expand) | Author | Files | Lines |
2019-10-17 | move pthread types out of per-arch alltypes.h | Rich Felker | 16 | -128/+0 |
2019-10-17 | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | 33 | -112/+24 |
2019-10-17 | remove use of endian.h from arch reloc.h headers, clean up | Rich Felker | 9 | -24/+0 |
2019-10-17 | remove indirect use of endian.h from public headers | Rich Felker | 4 | -8/+0 |
2019-10-17 | move __BYTE_ORDER definition to alltypes.h | Rich Felker | 32 | -62/+64 |
2019-10-17 | remove per-arch definitions for va_list | Rich Felker | 16 | -48/+0 |
2019-10-17 | remove i386 support for legacy struct __va_list | Rich Felker | 1 | -5/+0 |
2019-10-02 | reintroduce riscv64 struct sigcontext | Rich Felker | 1 | -6/+10 |
2019-09-29 | fix riscv64 elf_fpregset_t type and member names mismatch | Rich Felker | 1 | -5/+2 |
2019-09-29 | fix riscv64 signal.h namespace violations and ucontext API mismatches | Rich Felker | 2 | -27/+20 |
2019-09-27 | clean up mips (32-bit, o32) syscall asm constraints | Rich Felker | 1 | -31/+32 |
2019-09-26 | fix mips r6 syscall clobber lists not to include hi/lo registers | Rich Felker | 3 | -16/+30 |
2019-09-25 | correct the operand specifiers in the riscv64 CAS routines | Palmer Dabbelt | 1 | -2/+2 |
2019-09-11 | aarch64: add HWCAP2 flags from linux v5.2 | Szabolcs Nagy | 1 | -0/+8 |
2019-09-11 | add new syscall numbers from linux v5.2 | Szabolcs Nagy | 16 | -0/+97 |
2019-09-08 | honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t | Rich Felker | 4 | -0/+16 |
2019-08-19 | fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh | Rich Felker | 3 | -41/+13 |
2019-08-13 | re-add ELF gregs and fpregs types to riscv64 user.h | Khem Raj | 1 | -0/+8 |
2019-08-11 | add support for powerpc/powerpc64 unaligned relocations | Samuel Holland | 2 | -0/+2 |
2019-08-06 | remove riscv64 bits/user.h contents | Rich Felker | 1 | -43/+0 |
2019-08-06 | fix risc64 conflict with kernel headers | Baruch Siach | 1 | -8/+8 |
2019-08-03 | update riscv64 syscall numbers to linux v5.1 | Rich Felker | 1 | -0/+8 |
2019-08-02 | move IPC_STAT definition to a new bits/ipcstat.h file | Rich Felker | 10 | -0/+10 |
2019-07-31 | ioctl: add fallback for new time64 SIOCGSTAMP[NS] | Rich Felker | 1 | -0/+3 |
2019-07-31 | get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO | Rich Felker | 5 | -0/+15 |
2019-07-30 | remove gratuitously-different arch-specific bits/ipc.h files | Rich Felker | 3 | -36/+0 |
2019-07-30 | remove arch-specific bits/ipc.h that are identical to generic | Rich Felker | 2 | -22/+0 |
2019-07-30 | move IPC_64 from public bits/ipc.h to syscall_arch.h | Rich Felker | 15 | -22/+10 |
2019-07-29 | remove duplicates of new generic bits/msg.h | Rich Felker | 6 | -75/+0 |
2019-07-29 | use 64-bit msqid_ds layout in the generic version of bits/msg.h | Rich Felker | 1 | -3/+0 |
2019-07-29 | duplicate generic bits/msg.h for each arch using it, in prep to change | Rich Felker | 5 | -0/+75 |
2019-07-29 | remove duplicates of new generic bits/sem.h | Rich Felker | 5 | -57/+0 |
2019-07-29 | use 64-bit semid_ds layout in the generic version of bits/sem.h | Rich Felker | 1 | -2/+0 |
2019-07-29 | collapse out byte order conditions in bits/sem.h for fixed-endian archs | Rich Felker | 4 | -20/+0 |
2019-07-29 | duplicate generic bits/sem.h for each arch using it, in prep to change | Rich Felker | 7 | -0/+112 |
2019-07-29 | extricate bits/sem.h from x32 time_t hack | Rich Felker | 7 | -25/+36 |
2019-07-29 | remove trailing newlines from various versions of bits/shm.h | Rich Felker | 9 | -9/+0 |
2019-07-29 | remove duplicates of new generic bits/shm.h | Rich Felker | 5 | -123/+0 |
2019-07-29 | use 64-bit shmid_ds layout in the generic version of bits/shm.h | Rich Felker | 1 | -3/+0 |
2019-07-29 | duplicate generic bits/shm.h for each arch using it, in prep to change | Rich Felker | 5 | -0/+140 |
2019-07-29 | remove x32 syscall timespec fixup hacks | Rich Felker | 1 | -58/+0 |
2019-07-27 | internally, define time64 syscalls on x32 as the existing syscalls | Rich Felker | 1 | -0/+19 |
2019-07-27 | don't use futimesat syscall as utimensat fallback on x32 | Rich Felker | 1 | -0/+2 |
2019-07-18 | remove mips/n32/64 stat struct hacks from syscall machinery | Rich Felker | 6 | -213/+36 |
2019-07-18 | decouple struct stat from kernel type | Rich Felker | 16 | -0/+337 |
2019-07-18 | remove utterly wrong includes from mips64/n32 bits/stat.h | Rich Felker | 2 | -6/+0 |
2019-07-17 | use register constraint instead of memory operand for riscv64 atomics | Rich Felker | 1 | -8/+8 |
2019-07-17 | fix riscv64 atomic asm constraints | Rich Felker | 1 | -6/+10 |
2019-07-17 | fix riscv64 syscall asm constraint | Rich Felker | 1 | -1/+1 |
2019-07-16 | clean up mips64/n32 syscall asm constraints | Rich Felker | 2 | -54/+56 |