Age | Commit message (Expand) | Author | Files | Lines |
2023-02-09 | fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 | Rich Felker | 1 | -1/+0 |
2022-03-08 | bits/syscall.h: add landlock syscalls from linux v5.13 | Szabolcs Nagy | 1 | -0/+3 |
2022-03-08 | bits/syscall.h: add mount_setattr from linux v5.12 | Szabolcs Nagy | 1 | -0/+1 |
2022-03-08 | bits/syscall.h: add epoll_pwait2 from linux v5.11 | Szabolcs Nagy | 1 | -0/+1 |
2021-06-05 | riscv: rename __NR_fstatat __NR_newfstatat | Khem Raj | 1 | -1/+1 |
2021-02-15 | bits/syscall.h: add process_madvise from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |
2021-02-12 | riscv64: define ELF_NFPREG | Khem Raj | 1 | -0/+1 |
2020-12-06 | riscv64: fix inconsistent ucontext_t struct tag | Drew DeVault | 1 | -2/+2 |
2020-11-29 | bits/syscall.h: add __NR_close_range from linux v5.9 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | bits/syscall.h: add __NR_faccessat2 from linux v5.8 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | add pidfd_getfd and openat2 syscall numbers from linux v5.6 | Szabolcs Nagy | 1 | -0/+2 |
2020-09-03 | use generic bits/fcntl.h for x86_64 and riscv64 | Rich Felker | 1 | -38/+0 |
2020-08-27 | deduplicate __pthread_self thread pointer adjustment out of each arch | Rich Felker | 1 | -3/+3 |
2020-08-24 | deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET | Rich Felker | 1 | -1/+0 |
2020-02-04 | move riscv64 register index constants to signal.h | Rich Felker | 2 | -6/+9 |
2020-01-22 | fix riscv64 a_cas inline asm operand sign extension | Luís Marques | 1 | -1/+1 |
2019-12-30 | add clone3 syscall number from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-12-30 | add pidfd_open syscall number from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-11-02 | move time_t and suseconds_t definitions to common alltypes.h.in | Rich Felker | 1 | -3/+0 |
2019-11-02 | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | 1 | -17/+0 |
2019-10-17 | move pthread types out of per-arch alltypes.h | Rich Felker | 1 | -8/+0 |
2019-10-17 | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | 2 | -7/+1 |
2019-10-17 | remove indirect use of endian.h from public headers | Rich Felker | 1 | -2/+0 |
2019-10-17 | move __BYTE_ORDER definition to alltypes.h | Rich Felker | 2 | -1/+2 |
2019-10-17 | remove per-arch definitions for va_list | Rich Felker | 1 | -3/+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-25 | correct the operand specifiers in the riscv64 CAS routines | Palmer Dabbelt | 1 | -2/+2 |
2019-09-11 | add new syscall numbers from linux v5.2 | Szabolcs Nagy | 1 | -0/+7 |
2019-08-13 | re-add ELF gregs and fpregs types to riscv64 user.h | Khem Raj | 1 | -0/+8 |
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-07-30 | remove gratuitously-different arch-specific bits/ipc.h files | Rich Felker | 1 | -12/+0 |
2019-07-30 | move IPC_64 from public bits/ipc.h to syscall_arch.h | Rich Felker | 2 | -2/+2 |
2019-07-29 | remove duplicates of new generic bits/msg.h | Rich Felker | 1 | -13/+0 |
2019-07-29 | remove duplicates of new generic bits/sem.h | Rich Felker | 1 | -9/+0 |
2019-07-29 | extricate bits/sem.h from x32 time_t hack | Rich Felker | 1 | -3/+3 |
2019-07-29 | remove duplicates of new generic bits/shm.h | Rich Felker | 1 | -25/+0 |
2019-07-18 | decouple struct stat from kernel type | Rich Felker | 1 | -0/+21 |
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-04 | remove spurious MAP_32BIT definition from riscv64 arch | Rich Felker | 1 | -1/+0 |
2019-06-14 | add riscv64 architecture support | Rich Felker | 25 | -0/+835 |