Date: Mon, 24 May 2010 16:41:05 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man4 ddb.4 src/sys/ddb db_command.c db_command.h db_thread.c Message-ID: <201005241702.o4OH271n077813@repoman.freebsd.org>
index | next in thread | raw e-mail
bz 2010-05-24 16:41:05 UTC
FreeBSD src repository
Modified files:
share/man/man4 ddb.4
sys/ddb db_command.c db_command.h db_thread.c
Log:
SVN rev 208509 on 2010-05-24 16:41:05Z by bz
MFp4 @178364:
Implement an optional delay to the ddb reset/reboot command.
This allows textdumps to be run automatically with unattended reboots
after a resonable timeout, while still permitting an administrator to
break into debugger if attached to the console at the time of the
event for further debugging. Cap the maximum delay at 1 week to avoid
highly accidental results, and default to 15s in case of problems
parsing the timeout value.
Move hex2dec helper function from db_thread.c to db_command.c to make
it generally available and prefix it with a "db_" to avoid namespace
collisions.
Reviewed by: rwatson
MFC after: 4 weeks
Revision Changes Path
1.65 +7 -3 src/share/man/man4/ddb.4
1.82 +59 -5 src/sys/ddb/db_command.c
1.16 +6 -0 src/sys/ddb/db_command.h
1.9 +2 -29 src/sys/ddb/db_thread.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005241702.o4OH271n077813>
