From owner-cvs-all@FreeBSD.ORG Thu Jun 26 10:58:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD0337B404 for ; Thu, 26 Jun 2003 10:58:24 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 94FF943FD7 for ; Thu, 26 Jun 2003 10:58:22 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 75033 invoked by uid 1000); 26 Jun 2003 17:58:22 -0000 Date: Thu, 26 Jun 2003 10:58:22 -0700 (PDT) From: Nate Lawson To: Sean Kelly In-Reply-To: <20030626095100.1332F37B404@hub.freebsd.org> Message-ID: <20030626105440.G75012@root.org> References: <20030626095100.1332F37B404@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile watchdogd src/share/man/man4 Makefile watchdog.4 src/sys/conf NOTES options src/sys/kern kern_clock.c src/usr.sbin Make X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2003 17:58:25 -0000 On Thu, 26 Jun 2003, Sean Kelly wrote: > Log: > - Add a software watchdog facility. > > 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) Looks interesting. Could you make the reset delay a sysctl? Then the user daemon could read the kernel's delay setting and adjust its poke routine accordingly. Right now the sleep is hardcoded at 1 sec. Maybe debug.watchdog.reset and debug.watchdog.deadline or something. -Nate