summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_watchdog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use timeout_add_msec(9)kn2019-07-051-3/+3
* Revert previous, it's a documented behavior and people might rely on it.mpi2017-01-091-23/+1
* Stop and restart the watchdog timer when entering and leaving ddb(4).mpi2017-01-091-1/+23
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-13/+4
* remove uneeded proc.h includesjsg2014-09-141-2/+2
* Swap arguments to wdog_register() since it is nicer, and preparederaadt2012-10-171-6/+5
* 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