aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-10-02bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCVMark Corbin1-0/+54
2024-10-02bsd-user: Implement 'get_mcontext' for RISC-VMark Corbin1-0/+53
2024-10-02bsd-user: Implement RISC-V signal trampoline setup functionsMark Corbin1-0/+63
2024-10-02bsd-user: Define RISC-V signal handling structures and constantsMark Corbin1-0/+75
2024-10-02bsd-user: Add generic RISC-V64 target definitionsWarner Losh1-0/+20
2024-10-02bsd-user: Define RISC-V system call structures and constantsMark Corbin1-0/+38
2024-10-02bsd-user: Define RISC-V VM parameters and helper functionsMark Corbin1-0/+53
2024-10-02bsd-user: Add RISC-V thread setup and initialization supportMark Corbin1-0/+47
2024-10-02bsd-user: Implement RISC-V sysarch system call emulationMark Corbin1-0/+41
2024-10-02bsd-user: Add RISC-V signal trampoline setup functionMark Corbin1-0/+41
2024-10-02bsd-user: Define RISC-V register structures and register copyingMark Corbin1-0/+88
2024-10-02bsd-user: Add RISC-V ELF definitions and hardware capability detectionMark Corbin1-0/+42
2024-10-02bsd-user: Implement RISC-V TLS register setupMark Corbin2-0/+56
2024-10-02bsd-user: Implement RISC-V CPU register cloning and reset functionsMark Corbin1-0/+14
2024-10-02bsd-user: Add RISC-V CPU execution loop and syscall handlingMark Corbin1-0/+94
2024-10-02bsd-user: Implement RISC-V CPU initialization and main loopMark Corbin1-0/+40