git: wdog - Watchdog framework, initial commit
Alex Hornung
alexh at crater.dragonflybsd.org
Sun Oct 4 06:07:00 PDT 2009
commit 75ec855c518e2f122ddd29b19c3e725f3296c211
Author: Alex Hornung <ahornung at gmail.com>
Date: Fri Oct 2 21:59:22 2009 +0100
wdog - Watchdog framework, initial commit
* Initial commit of the new watchdog (wdog) framework.
Summary of changes:
sys/kern/kern_wdog.c | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++
sys/sys/wdog.h | 63 ++++++++++++++
2 files changed, 294 insertions(+), 0 deletions(-)
create mode 100644 sys/kern/kern_wdog.c
create mode 100644 sys/sys/wdog.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75ec855c518e2f122ddd29b19c3e725f3296c211
--
DragonFly BSD source repository
More information about the Commits
mailing list