Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/18/1997 21:40:02
thorpej
Tue Mar 18 13:30:27 PST 1997
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory netbsd1:/var/slash-tmp/cvs-serv21714

Modified Files:
	machdep.c 
Log Message:
- Add a few prototypes.
- cpu_startup() - mark pre-text pages VM_PROT_NONE and kernel text pages
  VM_PROT_READ|VM_PROT_EXECUTE in kernel_map, to avoid strange things like
  COW'ing the kernel text (from hp300 port)
- Fix dumpsys() to conform to the new dump bdevsw calling convention.


thorpej
Tue Mar 18 13:31:50 PST 1997
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory netbsd1:/var/slash-tmp/cvs-serv21925

Modified Files:
	pmap_bootstrap.c 
Log Message:
When mapping kernel text, always make it PG_RO.


thorpej
Tue Mar 18 13:34:53 PST 1997
Update of /cvsroot/src/sys/arch/mvme68k/mvme68k
In directory netbsd1:/var/slash-tmp/cvs-serv22074

Added Files:
	db_memrw.c 
Log Message:
Use the hp300 db_memrw.c, which works with read-only kernel text.


thorpej
Tue Mar 18 13:39:01 PST 1997
Update of /cvsroot/src/sys/arch/mvme68k/conf
In directory netbsd1:/var/slash-tmp/cvs-serv22397

Modified Files:
	files.mvme68k 
Log Message:
Use our own db_memrw.c