Date: Mon, 25 Oct 2010 07:58:37 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC Message-ID: <201010250759.o9P7x32W010397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2010-10-25 07:58:37 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/amd64/conf GENERIC
sys/i386/conf GENERIC
sys/ia64/conf GENERIC
sys/pc98/conf GENERIC
sys/powerpc/conf GENERIC
sys/sparc64/conf GENERIC
Log:
SVN rev 214326 on 2010-10-25 07:58:37Z by avg
stable/8: add options KDB and KDB_TRACE to GENERIC kernels
Now that we have code for printing a stack trace on panic using stack(9)
facility without any debugger backend configured, use this ability
in GENERIC kernels to slightly increase amount of debugging information
available in default installations.
This change should not break anything for those who include GENERIC into
a custom kernel config file and have the above options already enabled.
They should only get a warning about duplicate options.
This commit should not change behavior of GENERIC kernels for panics and
traps with respect to core dumping and automatic reset.
As no debugger backend is configured, enter-to-debugger key combination
should still be ignored.
With this commit the sizes of GENERIC kernels increase by one to two KB.
This is a direct commit to the branch.
Approved by: re
No objections: core, secteam
Revision Changes Path
1.531.2.15 +3 -0 src/sys/amd64/conf/GENERIC
1.519.2.12 +3 -0 src/sys/i386/conf/GENERIC
1.105.2.10 +2 -0 src/sys/ia64/conf/GENERIC
1.322.2.9 +3 -0 src/sys/pc98/conf/GENERIC
1.94.2.10 +3 -0 src/sys/powerpc/conf/GENERIC
1.158.2.12 +3 -0 src/sys/sparc64/conf/GENERIC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010250759.o9P7x32W010397>
