Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/07/2000 21:46:20
Module Name: syssrc
Committed By: thorpej
Date: Thu Sep 7 18:46:20 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386: db_memrw.c locore.s pmap.c
Log Message:
Replace the old db_memrw.c with the hp300 version, modified for i386
and large page support. This version is a bit more intelligent about
how it deals with kernel text pages.
Now that this is fixed, don't map the kernel text read-write if
DDB is configured.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/i386/i386/db_memrw.c
cvs rdiff -r1.224 -r1.225 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.103 -r1.104 syssrc/sys/arch/i386/i386/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.