summaryrefslogtreecommitdiff
path: root/sys/kern/kern_watchdog.c
AgeCommit message (Collapse)Author
2006-12-21Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto isMarc Balmer
set to 0, the watchdog will not be retriggered by the kernel *and* it will not be disabled at system shutdown time (before it got disabled at system shutdown time.) ok markus mickey mk
2006-09-19A bit of microoptimisation that doesn't hurt readability: Don't doMichael Knudsen
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus
2006-07-12Small KNF.Michael Knudsen
2006-04-19wdog_init is only called from wdog_register, so fold them in together.David Gwynne
from mk. ok markus@
2006-04-18set the params that govern watchdog behaviour back to defaults when theDavid Gwynne
wdog is shut down. from mk. ok markus@
2005-11-28ansi/deregister.Jonathan Gray
'go for it' deraadt@
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@