Age | Commit message (Expand) | Author | Files | Lines |
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 |