| Commit message (Expand) | Author | Age | Files | Lines |
* | add pidfd_getfd and openat2 syscall numbers from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 16 | -0/+34 |
* | use generic bits/fcntl.h for x86_64 and riscv64 | Rich Felker | 2020-09-03 | 2 | -78/+0 |
* | make generic bits/fcntl.h shareable with 64-bit archs | Rich Felker | 2020-09-03 | 1 | -0/+6 |
* | fix missing O_LARGEFILE values on x86_64, x32, and mips64 | Rich Felker | 2020-09-03 | 3 | -3/+3 |
* | remove redundant pthread struct members repeated for layout purposes | Rich Felker | 2020-08-27 | 3 | -5/+1 |
* | deduplicate __pthread_self thread pointer adjustment out of each arch | Rich Felker | 2020-08-27 | 16 | -65/+63 |
* | deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET | Rich Felker | 2020-08-24 | 16 | -21/+6 |
* | prefer new socket syscalls, fallback to SYS_socketcall only if needed | Rich Felker | 2020-08-08 | 5 | -5/+4 |
* | fix incorrect SIGSTKFLT on all mips archs | Rich Felker | 2020-05-21 | 3 | -3/+3 |
* | remove arm (32-bit) support for vdso clock_gettime | Rich Felker | 2020-04-26 | 1 | -6/+0 |
* | define MAP_SYNC on powerpc/powerpc64 | Samuel Holland | 2020-03-14 | 2 | -2/+0 |
* | work around negated error code bug on some mips kernels | Rich Felker | 2020-03-14 | 3 | -22/+22 |
* | remove useless mips syscall asm constraint, align style with mips64/n32 | Rich Felker | 2020-03-14 | 1 | -15/+16 |
* | revert mips (32-bit, o32) syscall asm clean-up due to regressions | Rich Felker | 2020-03-14 | 1 | -32/+31 |
* | revert mips64/n32 syscall asm clean-up due to regressions | Rich Felker | 2020-03-14 | 2 | -56/+61 |
* | remove legacy time32 timer[fd] syscalls from public syscall.h | Rich Felker | 2020-02-05 | 9 | -36/+36 |
* | remove further legacy time32 clock syscalls from public syscall.h | Rich Felker | 2020-02-05 | 9 | -36/+36 |
* | move riscv64 register index constants to signal.h | Rich Felker | 2020-02-04 | 2 | -6/+9 |
* | remove legacy clock_gettime and gettimeofday from public syscall.h | Rich Felker | 2020-01-30 | 9 | -18/+18 |
* | move struct dirent to bits header, allow NAME_MAX to vary | Rich Felker | 2020-01-25 | 1 | -0/+11 |
* | fix riscv64 a_cas inline asm operand sign extension | Luís Marques | 2020-01-22 | 1 | -1/+1 |
* | mips: add clone3 syscall numbers from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 3 | -0/+3 |
* | mips: add hwcap bits from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+11 |
* | add clone3 syscall number from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 11 | -0/+12 |
* | add pidfd_open syscall number from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 16 | -0/+16 |
* | fix types for mips sigcontext/mcontext_t regset members | Khem Raj | 2019-12-30 | 1 | -2/+6 |
* | fix build regression on mips64 due to endian.h removal | Rich Felker | 2019-11-05 | 1 | -0/+2 |
* | move time_t and suseconds_t definitions to common alltypes.h.in | Rich Felker | 2019-11-02 | 16 | -48/+0 |
* | move time64 ioctl numbers to generic bits/ioctl.h | Rich Felker | 2019-11-02 | 6 | -21/+5 |
* | move time64 socket options from arch bits to top-level sys/socket.h | Rich Felker | 2019-11-02 | 9 | -45/+0 |
* | switch all existing 32-bit archs to 64-bit time_t | Rich Felker | 2019-11-02 | 85 | -217/+420 |
* | add x32 bits/ioctl_fix.h defining time-related sockios macros | Rich Felker | 2019-11-02 | 1 | -0/+4 |
* | add back x32 bits/socket.h defining time-related socket options | Rich Felker | 2019-11-02 | 1 | -0/+5 |
* | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | 2019-11-02 | 10 | -208/+0 |
* | fix x32 msghdr struct by removing x32 bits/socket.h | Rich Felker | 2019-11-02 | 1 | -16/+0 |
* | add missing m68k user.h/procfs.h regset types | Rich Felker | 2019-10-28 | 1 | -0/+5 |
* | internally, define time64 rusage syscalls on x32 as the existing ones | Rich Felker | 2019-10-19 | 1 | -0/+2 |
* | use struct pt_regs * rather than void * for powerpc[64] sigcontext regs | Rich Felker | 2019-10-19 | 2 | -2/+2 |
* | fix fpregset_t type on powerpc64 | Rich Felker | 2019-10-19 | 1 | -5/+1 |
* | move pthread types out of per-arch alltypes.h | Rich Felker | 2019-10-17 | 16 | -128/+0 |
* | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | 2019-10-17 | 33 | -112/+24 |
* | remove use of endian.h from arch reloc.h headers, clean up | Rich Felker | 2019-10-17 | 9 | -24/+0 |
* | remove indirect use of endian.h from public headers | Rich Felker | 2019-10-17 | 4 | -8/+0 |
* | move __BYTE_ORDER definition to alltypes.h | Rich Felker | 2019-10-17 | 32 | -62/+64 |
* | remove per-arch definitions for va_list | Rich Felker | 2019-10-17 | 16 | -48/+0 |
* | remove i386 support for legacy struct __va_list | Rich Felker | 2019-10-17 | 1 | -5/+0 |
* | reintroduce riscv64 struct sigcontext | Rich Felker | 2019-10-02 | 1 | -6/+10 |
* | fix riscv64 elf_fpregset_t type and member names mismatch | Rich Felker | 2019-09-29 | 1 | -5/+2 |
* | fix riscv64 signal.h namespace violations and ucontext API mismatches | Rich Felker | 2019-09-29 | 2 | -27/+20 |
* | clean up mips (32-bit, o32) syscall asm constraints | Rich Felker | 2019-09-27 | 1 | -31/+32 |