summaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd
AgeCommit message (Collapse)Author
2005-09-24give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ ↵Michael Shalayeff
henning@ ok some time ago...
2005-09-14beef up DESCRIPTION a little, and point the reader to watchdog(4);Jason McIntyre
diff from michael knudsen, tweaked by me; originally requested (in one form or another) by alexey e. suslikov;
2005-09-12i don't see the point in maintaining a list of watchdog devices in here;Jason McIntyre
2005-08-09xr sysctl(8)Michael Shalayeff
2005-08-09link static and mlockall() once daemonised to prevent sudden pageins and ↵Michael Shalayeff
wdog misfire; discussed a lot at wtf; mbalmer@ art@ ok
2005-08-09use a standard options list, and various other minor tweaks;Jason McIntyre
help + ok mbalmer@
2005-08-08Use unsigned integers for period and nperiod.Marc Balmer
ok henning@
2005-08-08function prototypes, spacing, KNF, and other readability fixesHenning Brauer
2005-08-08Initial import of watchdogd, a daemon to retrigger the watchdog timerMarc Balmer
from userland (not yet linked to the build process). ok henning@