aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv32
AgeCommit message (Expand)Author
2024-05-07stdint.h: derive limits from __LONG_MAX, use common fast16 typesRich Felker
2024-05-07sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker
2024-05-07unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bitsRich Felker
2024-05-07unify bits/stat.h for all archs sharing a common definitionRich Felker
2024-05-06riscv mcontext_t/sigcontext: use __aligned__ instead of alignedMichael Forney
2024-02-29riscv: define REG_S1 and REG_S2Khem Raj
2024-02-29riscv32: add new syscall numbersKhem Raj
2024-02-29riscv32: add sysvipc msg/sem/shm bitsRich Felker
2024-02-29riscv32: add arch headersStefan O'Rear