git: watchdogd - Import from OpenBSD
Alex Hornung
alexh at crater.dragonflybsd.org
Sun Oct 4 06:07:55 PDT 2009
commit 378472a4375759dc0c73cbe54f87847b724f06ef
Author: Alex Hornung <ahornung at gmail.com>
Date: Sun Oct 4 11:27:36 2009 +0100
watchdogd - Import from OpenBSD
* Because the wdog kernel part was designed to be mostly compatible with
OpenBSD's API, we can import watchdogd from OpenBSD and just change a
bunch of things.
Obtained-from: OpenBSD
Summary of changes:
usr.sbin/watchdogd/Makefile | 12 +++
usr.sbin/watchdogd/watchdogd.8 | 95 ++++++++++++++++++++++
usr.sbin/watchdogd/watchdogd.c | 171 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 278 insertions(+), 0 deletions(-)
create mode 100644 usr.sbin/watchdogd/Makefile
create mode 100644 usr.sbin/watchdogd/watchdogd.8
create mode 100644 usr.sbin/watchdogd/watchdogd.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/378472a4375759dc0c73cbe54f87847b724f06ef
--
DragonFly BSD source repository
More information about the Commits
mailing list