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