History log of /netbsd-src/sys/arch/riscv/include/proc.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 0ad34933 04-Aug-2024 skrll <skrll@NetBSD.org>

spaces to tabs


# a84fd9ea 08-May-2023 skrll <skrll@NetBSD.org>

Don't expose vaddr_t or register_t to userland. The gdb configure script
needs this so it can detect struct lwp correctly.


# 75b842b8 07-May-2023 skrll <skrll@NetBSD.org>

RISC-V support that works on QEMU with a single hart.

Thanks for Simon Burge for plic(4).


# 1a68694e 31-Mar-2015 matt <matt@NetBSD.org>

Optimize the exception handle a little bit more.


# 9a7b236e 31-Mar-2015 matt <matt@NetBSD.org>

Add a md_tp member to mdlwp so that the exception handler can temporarily
store the user's thread pointer before saving it in the trapframe.


# 6cf6fe02 19-Sep-2014 matt <matt@NetBSD.org>

New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)