summaryrefslogtreecommitdiff
path: root/sys/riscv/include/stack.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-02kstack_contains(): account for struct pcb on stackKonstantin Belousov
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2020-12-08Stack unwinding robustness fixes for RISC-V.John Baldwin
2020-08-12Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin
2016-03-10Add support for ddb(4).Ruslan Bukin