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