Module Name: src Committed By: riastradh Date: Sat Jul 8 13:59:05 UTC 2023
Modified Files: src/share/man/man9: curproc.9 src/sys/kern: kern_heartbeat.c subr_cpu.c src/sys/sys: cpu.h Log Message: curcpu_stable(9): New function for asserting curcpu() is stable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/curproc.9 cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_heartbeat.c cvs rdiff -u -r1.18 -r1.19 src/sys/kern/subr_cpu.c cvs rdiff -u -r1.51 -r1.52 src/sys/sys/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.