History log of /netbsd-src/lib/libc/arch/riscv/gen/makecontext.c (Results 1 – 3 of 3)
Revision Date Author Comments
# be2d38de 04-May-2024 skrll <skrll@NetBSD.org>

makecontext: correct the type to setup register based arguments.

Use __greg_t rather than int for register based arguments. This fixes
various atf tests.


# 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).


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

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