summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_watchdog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto ismbalmer2006-12-211-2/+10
* A bit of microoptimisation that doesn't hurt readability: Don't domk2006-09-191-3/+4
* Small KNF.mk2006-07-121-2/+2
* wdog_init is only called from wdog_register, so fold them in together.dlg2006-04-191-10/+4
* set the params that govern watchdog behaviour back to defaults when thedlg2006-04-181-1/+4
* ansi/deregister.jsg2005-11-281-8/+3
* add kern.watchdog sysctl and generic watchdog interface;markus2003-01-211-0/+116