看板 DFBSD_commit 關於我們 聯絡資訊
commit 75ec855c518e2f122ddd29b19c3e725f3296c211 Author: Alex Hornung <ahornung@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