Module Name: src Committed By: matt Date: Sat Dec 11 22:27:53 UTC 2010
Modified Files: src/sys/kern: kern_hook.c src/sys/sys: systm.h Log Message: Add critpoll (critical polling) hooks. These are keep things like watchdogs from firing when the system is doing stuff like waiting at a ddb prompt or the kernel is doing a lot of printing. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_hook.c cvs rdiff -u -r1.242 -r1.243 src/sys/sys/systm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.