]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r221121,221173:
authorattilio <attilio@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 May 2011 01:08:51 +0000 (01:08 +0000)
committerattilio <attilio@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 15 May 2011 01:08:51 +0000 (01:08 +0000)
commita40165317399d4333e2a0766bc67c335465fa973
tree4d1710a883dea67e8cc1c8329cbe070a73996311
parent75128c3e98e1b5f8c654c0a17d7f85c5dd8fd675
MFC r221121,221173:
- Add the possibility to reuse the already last used timeout when patting
  the watchdog, via the watchdog(9) interface.
- Add the possibility to pat the watchdogs installed via the watchdog(9)
  interface from the kernel.
- Avoid to pass WD_ACTIVE down in the watchdog handlers. All the control
  bit processing should over to the upper layer functions and not passed
  down to the handlers at all.
- Add the watchdogs patting during the (shutdown time) disk syncing and
  disk dumping.

Sponsored by: Sandvine Incorporated

git-svn-id: svn://svn.freebsd.org/base/stable/8@221939 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
sys/amd64/amd64/minidump_machdep.c
sys/arm/arm/dump_machdep.c
sys/arm/arm/minidump_machdep.c
sys/ddb/db_command.c
sys/dev/watchdog/watchdog.c
sys/i386/i386/minidump_machdep.c
sys/ia64/ia64/dump_machdep.c
sys/kern/kern_shutdown.c
sys/kern/vfs_subr.c
sys/mips/mips/dump_machdep.c
sys/powerpc/powerpc/dump_machdep.c
sys/sys/watchdog.h
sys/x86/x86/dump_machdep.c