Module Name: src Committed By: skrll Date: Fri Nov 22 20:01:04 UTC 2024
Modified Files: src/sys/arch/riscv/include: locore.h src/sys/arch/riscv/riscv: riscv_machdep.c syscall.c trap.c Added Files: src/sys/arch/riscv/include: userret.h Log Message: risc-v: split userret into its own header as per other ports Helps with crash(8) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/riscv/include/locore.h cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/include/userret.h cvs rdiff -u -r1.38 -r1.39 src/sys/arch/riscv/riscv/riscv_machdep.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/riscv/syscall.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/riscv/riscv/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.