Subject: CVS commit: [vmlocking2] src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/12/2007 22:05:42
Module Name:	src
Committed By:	ad
Date:		Wed Dec 12 22:05:41 UTC 2007

Modified Files:
	src/sys/arch/i386/i386 [vmlocking2]: machdep.c trap.c
	src/sys/arch/i386/include [vmlocking2]: cpu.h
	src/sys/kern [vmlocking2]: subr_prf.c
	src/sys/sys [vmlocking2]: cpu.h

Log Message:
- Dump basic trap and register info before entering the debugger, in
  case ddb screws the machine up further.
- Fill dumppcb asap so that gdb has less chance to get confused.


To generate a diff of this commit:
cvs rdiff -r1.616 -r1.616.2.1 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.228.2.1 -r1.228.2.2 src/sys/arch/i386/i386/trap.c
cvs rdiff -r1.150.4.1 -r1.150.4.2 src/sys/arch/i386/include/cpu.h
cvs rdiff -r1.111 -r1.111.2.1 src/sys/kern/subr_prf.c
cvs rdiff -r1.13 -r1.13.2.1 src/sys/sys/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.