Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-16 | Note that watchdogd(8) activates and retriggers a watchdog timer, not only | Marc Balmer | |
retriggers. | |||
2007-01-02 | tweaks. | Marc Balmer | |
2006-12-23 | Do not name both a variable and a goto target 'restore'; it's legal, but | Marc Balmer | |
confusing. at least it confused thib... | |||
2006-12-21 | appease the groff beast; | Jason McIntyre | |
2006-12-21 | Let watchdogd use the new watchdog(4) semantics. When the new option -n | Marc Balmer | |
(no restore) is specified, the watchdog will not be restored to it's original values when watchdogd terminates. that means, when watchdogd is run with -n and you 'halt' the system, the watchdog hardware will reset it. which is wanted when the machine is remote and the system shuts down unplanned. "looks ok" markus | |||
2006-08-04 | Sigh, use .Nm, not the literal name of the binary... | Marc Balmer | |
2006-08-04 | Add a '-q' option to suppress warning messages. | Marc Balmer | |
2006-06-26 | Code cleanup/shortening. No binary changes. | Marc Balmer | |
2006-01-17 | kill trailing whitespace; | Jason McIntyre | |
2006-01-17 | Use the @openbsd.org email address for the copyright and add an AUTHORS | Marc Balmer | |
section. ok jmc@ | |||
2005-09-24 | give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ ↵ | Michael Shalayeff | |
henning@ ok some time ago... | |||
2005-09-14 | beef 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-12 | i don't see the point in maintaining a list of watchdog devices in here; | Jason McIntyre | |
2005-08-09 | xr sysctl(8) | Michael Shalayeff | |
2005-08-09 | link static and mlockall() once daemonised to prevent sudden pageins and ↵ | Michael Shalayeff | |
wdog misfire; discussed a lot at wtf; mbalmer@ art@ ok | |||
2005-08-09 | use a standard options list, and various other minor tweaks; | Jason McIntyre | |
help + ok mbalmer@ | |||
2005-08-08 | Use unsigned integers for period and nperiod. | Marc Balmer | |
ok henning@ | |||
2005-08-08 | function prototypes, spacing, KNF, and other readability fixes | Henning Brauer | |
2005-08-08 | Initial import of watchdogd, a daemon to retrigger the watchdog timer | Marc Balmer | |
from userland (not yet linked to the build process). ok henning@ |