summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/watchdogd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert2012-12-181-1/+2
* Lower stack size before mlockall(). With login.conf defaults for i386,sthen2009-06-241-1/+10
* Error out with usage line if additional arguments are given after thepyr2008-05-121-1/+6
* tweaks.mbalmer2007-01-021-2/+2
* Do not name both a variable and a goto target 'restore'; it's legal, butmbalmer2006-12-231-4/+4
* Let watchdogd use the new watchdog(4) semantics. When the new option -nmbalmer2006-12-211-8/+12
* Add a '-q' option to suppress warning messages.mbalmer2006-08-041-5/+8
* Code cleanup/shortening. No binary changes.mbalmer2006-06-261-11/+7
* Use the @openbsd.org email address for the copyright and add an AUTHORSmbalmer2006-01-171-2/+2
* give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ henning@ ok some time ago...mickey2005-09-241-2/+3
* link static and mlockall() once daemonised to prevent sudden pageins and wdog misfire; discussed a lot at wtf; mbalmer@ art@ okmickey2005-08-091-1/+3
* Use unsigned integers for period and nperiod.mbalmer2005-08-081-3/+3
* function prototypes, spacing, KNF, and other readability fixeshenning2005-08-081-22/+16
* Initial import of watchdogd, a daemon to retrigger the watchdog timermbalmer2005-08-081-0/+157