Date: Sun, 4 Jul 2010 12:27:18 +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: <201007041235.o64CZbk8098973@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-07-04 12:27:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 ddb.4 sys/ddb db_command.c db_command.h db_thread.c Log: SVN rev 209692 on 2010-07-04 12:27:18Z by bz MFC r208509: 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 Revision Changes Path 1.63.2.2 +7 -3 src/share/man/man4/ddb.4 1.80.2.3 +59 -5 src/sys/ddb/db_command.c 1.15.2.2 +6 -0 src/sys/ddb/db_command.h 1.7.10.2 +2 -29 src/sys/ddb/db_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007041235.o64CZbk8098973>