3d5e7b3e42
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)
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= watchdogd
|
|
SRCS= watchdogd.c
|
|
MAN= watchdogd.8
|
|
WARNS= 6
|
|
|
|
.include <bsd.prog.mk>
|