Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous, it's a documented behavior and people might rely on it. | 2017-01-09 | 1 | -23/+1 | |
| | | | | Pointed by deraadt@ | ||||
* | Stop and restart the watchdog timer when entering and leaving ddb(4). | 2017-01-09 | 1 | -1/+23 | |
| | | | | From Christian Ludwig. | ||||
* | Convert watchdog(4) devices to use autoconf(9) framework. | 2014-12-10 | 1 | -13/+4 | |
| | | | | ok deraadt, tests on glxpcib and ok mpi | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+2 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Swap arguments to wdog_register() since it is nicer, and prepare | 2012-10-17 | 1 | -6/+5 | |
| | | | | wdog_shutdown() for external usage. | ||||
* | remove proc.h include from uvm_map.h. This has far reaching effects, as | 2010-04-20 | 1 | -1/+2 | |
| | | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | ||||
* | Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto is | 2006-12-21 | 1 | -2/+10 | |
| | | | | | | | | 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 | ||||
* | A bit of microoptimisation that doesn't hurt readability: Don't do | 2006-09-19 | 1 | -3/+4 | |
| | | | | | | timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | ||||
* | Small KNF. | 2006-07-12 | 1 | -2/+2 | |
| | |||||
* | wdog_init is only called from wdog_register, so fold them in together. | 2006-04-19 | 1 | -10/+4 | |
| | | | | from mk. ok markus@ | ||||
* | set the params that govern watchdog behaviour back to defaults when the | 2006-04-18 | 1 | -1/+4 | |
| | | | | | | wdog is shut down. from mk. ok markus@ | ||||
* | ansi/deregister. | 2005-11-28 | 1 | -8/+3 | |
| | | | | 'go for it' deraadt@ | ||||
* | add kern.watchdog sysctl and generic watchdog interface; | 2003-01-21 | 1 | -0/+116 | |
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@ |