| Age | Commit message (Expand) | Author |
| 2022-09-23 | wdogctl(8): Minor tweak suggested by a passing umarell. | riastradh |
| 2022-09-22 | wdogctl(8): fix -width in previous | uwe |
| 2022-09-22 | wdogctl(8): Rework prose and markup in man page. | riastradh |
| 2020-07-11 | Xref x86/tco(4) instead of the parent x86/ichlpcib(4) bridge. | jruoho |
| 2015-05-06 | Use _PATH_WATCHDOG from <paths.h> instead of locally-defined value. | pgoyette |
| 2011-08-27 | static + __dead | joerg |
| 2011-08-11 | Xr pwdog(4). | mbalmer |
| 2011-03-19 | Add missing comma. | wiz |
| 2011-03-18 | Xref x86/ichlpcib(4) instead of ichlpcib(4). | jruoho |
| 2011-01-17 | Xr acpiwdrt(4) | jmcneill |
| 2011-01-04 | Fix fd leaks. Found by cppcheck. | wiz |
| 2010-12-23 | First release that shipped wdogctl(8) was 1.6, not 1.5.1. | hauke |
| 2009-05-18 | Sort SEE ALSO. | wiz |
| 2009-03-16 | fix sign-compare issues | lukem |
| 2008-01-09 | Xref gcscpcib(4). | xtraeme |
| 2007-12-29 | Xref itesio(4). | xtraeme |
| 2007-11-23 | Mention evbarm/iopwdog(4) and swwdog(4). | xtraeme |
| 2007-11-23 | Mention some watchdog drivers in SEE ALSO and don't mention envsys(4) | xtraeme |
| 2006-08-13 | Add -x to usage. | wiz |
| 2006-08-13 | Bump date for new -x. | wiz |
| 2006-08-13 | Add a flag to wdogctl(8), -x, that activates a user-mode timer that | dyoung |
| 2005-08-31 | If ioctl(,WDOGIOC_SMODE,) fails, kill the child process before | dyoung |
| 2005-08-31 | Cosmetic: KNF. | dyoung |
| 2005-01-21 | "-offset indent" is fine for option lists -- re-add it, | wiz |
| 2005-01-13 | Remove extra indentation from the options list. | jmmv |
| 2005-01-12 | apply "& WDOG_MODE_MASK" at some places, fixes termination of the | drochner |
| 2005-01-11 | Sort options in usage. | wiz |
| 2005-01-11 | Sort options. Fix a typo. Bump date for -e/-t. | wiz |
| 2005-01-09 | Add a software watchdog timer facility. Because this slightly | smb |
| 2004-01-05 | Homogenize usage messages: make the 'usage' word all lowercase, as this seems | jmmv |
| 2003-07-13 | use bounded string op | itojun |
| 2003-06-23 | Add NetBSD RCS Ids. | agc |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz |
| 2002-07-29 | Format the path to a file with .Pa. | wiz |
| 2002-07-29 | Note that not all watchdog timers can be disarmed once armed, and that | thorpej |
| 2001-11-16 | Use standard section headers. | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-02-20 | use getprogname() | cgd |
| 2001-02-04 | fix nested extern | christos |
| 2001-01-11 | Remove extern __progname from enable_user(); no longer used. | soren |
| 2001-01-11 | use explicit name rather than __progname in openlog | lukem |
| 2001-01-10 | don't use LOG_CONS | lukem |
| 2000-11-26 | typo | ad |
| 2000-11-06 | #include <string.h> for strlen() and strcpy(). | minoura |
| 2000-11-04 | Add a program to manipulate watchdog timers. | thorpej |