Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o Fix typo. | maxim | 2003-06-26 | 1 | -2/+2 | |
| | | | | Submitted by: smkelly | |||||
* | - Add a software watchdog facility. | smkelly | 2003-06-26 | 3 | -0/+337 | |
This commit has two pieces. One half is the watchdog kernel code which lives primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland daemon which, when run, will keep the watchdog from firing while the userland is intact and functioning. Approved by: jeff (mentor) |