aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd
Commit message (Expand)AuthorAgeFilesLines
...
* Staticify local variables.Xin LI2010-07-201-13/+11
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-2/+2
* Don't hide an error if the initial attempt to program a watchdog fromRuslan Ermilov2009-12-211-1/+1
* Don't exit from watchdogd on receiving a signal if we cannot stop the watchdog.Nick Hibma2006-12-151-11/+18
* Markup fixes.Ruslan Ermilov2006-09-292-2/+2
* Document that the default timeout is 16 secondsPoul-Henning Kamp2006-09-022-0/+2
* Fix usage().Poul-Henning Kamp2006-03-061-1/+1
* Report any errors we might see when disabling the watchdog.Poul-Henning Kamp2005-09-301-2/+3
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Use pidfile(3) in watchdogd(8).Pawel Jakub Dawidek2005-08-242-9/+18
* When disarming a watchdog by using an interval of WD_TO_NEVER a non-zeroMarius Strobl2005-03-191-1/+2
* Sort sections.Ruslan Ermilov2005-01-182-10/+10
* Disable memory locking that could keep watchdogd from deadlocking itselfBrian Feldman2004-07-281-4/+0
* Now that mlockall(2) is unbroken, use it to keep watchdogd(8) permanentlyBrian Feldman2004-07-231-0/+4
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-0/+2
* Document -d flagPoul-Henning Kamp2004-06-141-0/+4
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-132-6/+6
* Bump the copyright year since I forgot last time.Sean Kelly2004-05-031-1/+1
* Update comments to reflect changes made by phk. Also no longer needSean Kelly2004-04-281-5/+2
* mdoc(7) janitor:Simon L. B. Nielsen2004-04-251-2/+2
* mdoc(7) janitor:Simon L. B. Nielsen2004-04-251-9/+9
* Rename the WATCHDOG option to SW_WATCHDOG and make it use thePoul-Henning Kamp2004-02-284-56/+211
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* o style(9) fixesSean Kelly2003-07-032-17/+11
* Unbreak this for alpha and friends.Sean Kelly2003-06-261-2/+2
* o Fix typo.Maxim Konovalov2003-06-261-2/+2
* - Add a software watchdog facility.Sean Kelly2003-06-263-0/+337