Date: Thu, 28 Apr 2011 16:02:05 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 minidump_machdep.c src/sys/arm/arm dump_machdep.c minidump_machdep.c src/sys/i386/i386 minidump_machdep.c src/sys/ia64/ia64 dump_machdep.c src/sys/kern kern_shutdown.c vfs_subr.c src/sys/mips/mips dump_machdep.c ... Message-ID: <201104281602.p3SG2OMD072319@repoman.freebsd.org>
index | next in thread | raw e-mail
attilio 2011-04-28 16:02:05 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 minidump_machdep.c
sys/arm/arm dump_machdep.c minidump_machdep.c
sys/i386/i386 minidump_machdep.c
sys/ia64/ia64 dump_machdep.c
sys/kern kern_shutdown.c vfs_subr.c
sys/mips/mips dump_machdep.c
sys/powerpc/powerpc dump_machdep.c
sys/x86/x86 dump_machdep.c
Log:
SVN rev 221173 on 2011-04-28 16:02:05Z by attilio
Add the watchdogs patting during the (shutdown time) disk syncing and
disk dumping.
With the option SW_WATCHDOG on, these operations are doomed to let
watchdog fire, fi they take too long.
I implemented the stubs this way because I really want wdog_kern_*
KPI to not be dependant by SW_WATCHDOG being on (and really, the option
only enables watchdog activation in hardclock) and also avoid to
call them when not necessary (avoiding not-volountary watchdog
activations).
Sponsored by: Sandvine Incorporated
Discussed with: emaste, des
MFC after: 2 weeks
Revision Changes Path
1.14 +8 -0 src/sys/amd64/amd64/minidump_machdep.c
1.9 +8 -0 src/sys/arm/arm/dump_machdep.c
1.3 +8 -0 src/sys/arm/arm/minidump_machdep.c
1.12 +8 -0 src/sys/i386/i386/minidump_machdep.c
1.18 +8 -0 src/sys/ia64/ia64/dump_machdep.c
1.209 +10 -0 src/sys/kern/kern_shutdown.c
1.809 +8 -0 src/sys/kern/vfs_subr.c
1.5 +8 -0 src/sys/mips/mips/dump_machdep.c
1.2 +8 -0 src/sys/powerpc/powerpc/dump_machdep.c
1.4 +8 -0 src/sys/x86/x86/dump_machdep.c
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104281602.p3SG2OMD072319>
