summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/watchdogd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286947: Add a new exit-timeout option to watchdogd.ian2015-08-231-5/+11
* Fix bug in r253719: fix command line watchdog disable.alfred2013-08-101-7/+9
* Apply a casting sledgehammer.jhb2013-07-301-1/+1
* Fix printf of seconds for systems where time_t is 64 bits.ian2013-07-281-2/+3
* Fix watchdog pretimeout.alfred2013-07-271-17/+179
* Mark the act_tbl static/const.ed2013-04-081-1/+1
* Invert the meaning of -S (added in r247405) and document its meaning. Also,markj2013-03-261-14/+25
* watchdogd(8) and watchdog(4) enhancements.alfred2013-02-271-15/+318
* Revert accidental regression to previous misspelling.ian2013-01-261-1/+1
* Reduce watchdogd's memory footprint when running daemonized.ian2013-01-261-1/+9
* Spelling: exitting -> exitingalfred2013-01-181-1/+1
* Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.delphij2012-11-031-1/+2
* - It's also need to lock current memory.zont2012-08-301-1/+1
* - Don't allow watchdogd(8) to be swapped out.zont2012-08-281-0/+2
* Protect the watchdog daemon against swap OOM killer. This is similar toemaste2010-09-261-0/+3
* Staticify local variables.delphij2010-07-201-13/+11
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-2/+2
* Don't hide an error if the initial attempt to program a watchdog fromru2009-12-211-1/+1
* Don't exit from watchdogd on receiving a signal if we cannot stop the watchdog.n_hibma2006-12-151-11/+18
* Fix usage().phk2006-03-061-1/+1
* Report any errors we might see when disabling the watchdog.phk2005-09-301-2/+3
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in watchdogd(8).pjd2005-08-241-7/+16
* When disarming a watchdog by using an interval of WD_TO_NEVER a non-zeromarius2005-03-191-1/+2
* Disable memory locking that could keep watchdogd from deadlocking itselfgreen2004-07-281-4/+0
* Now that mlockall(2) is unbroken, use it to keep watchdogd(8) permanentlygreen2004-07-231-0/+4
* Bump the copyright year since I forgot last time.smkelly2004-05-031-1/+1
* Update comments to reflect changes made by phk. Also no longer needsmkelly2004-04-281-5/+2
* Rename the WATCHDOG option to SW_WATCHDOG and make it use thephk2004-02-281-51/+104
* o style(9) fixessmkelly2003-07-031-13/+8
* Unbreak this for alpha and friends.smkelly2003-06-261-2/+2
* o Fix typo.maxim2003-06-261-2/+2
* - Add a software watchdog facility.smkelly2003-06-261-0/+232
OpenPOWER on IntegriCloud