git: watchdogd - Import from OpenBSD

看板DFBSD_commit作者時間16年前 (2009/10/04 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AoAFWqz (DFBSD_commit)