DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: watchdogd - Import from OpenBSD


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 4 Oct 2009 06:07:05 -0700 (PDT)

commit 378472a4375759dc0c73cbe54f87847b724f06ef
Author: Alex Hornung <ahornung@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]