summaryrefslogtreecommitdiff
path: root/sys/i386/include/stack.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-02-02i386 kstack_contains(): account for pcb/fpu save areaKonstantin Belousov
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2015-09-11Merge stack(9) implementations for i386 and amd64 under x86/.Mark Johnston
2015-07-02Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov
2007-12-02Break out stack(9) from ddb(4):Robert Watson