看板 DFBSD_commit 關於我們 聯絡資訊
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