summaryrefslogtreecommitdiffstats
path: root/share/man/man4/watchdog.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Be more explicit about disabling ddb and the reasons for doing so.mk2009-05-211-2/+12
| | | | ok sthen
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Change the semantics of kern.watchdog.auto slightly: If kern.watchdog.auto ismbalmer2006-12-211-2/+6
| | | | | | | | 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
* Update my address.mk2006-09-251-2/+2
|
* devices with watchdog functionality should reference this page,jmc2006-09-051-8/+1
| | | | but not neccessarily the other way round;
* Reality check:mk2006-08-291-6/+8
| | | | | | | | o Sync list of watchdog drivers in SEE ALSO o All watchdogs are now configured using sysctl o All watchdogs can thus be triggered from userland ok jmc
* Xr viasio(4)grange2005-09-291-1/+2
|
* point watchdog(4) readers to watchdogd(8);jmc2005-09-141-2/+5
| | | | discussed with michael knudsen;
* add some Xr's for ichwdt(4) and wtachdogd(8);jmc2005-09-121-2/+4
| | | | from alexey e. suslikov;
* whitespacedavid2005-05-251-3/+3
|
* Add a new page about hardware watchdog devices, under a BSD license.jaredy2004-12-171-0/+81
From: Michael Knudsen ok various