Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/03/1998 06:40:01
mycroft
Tue Mar  3 06:34:10 PST 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv5201

Modified Files:
	uvm_mmap.c 
Log Message:
Convert MAP_PRIVATE device mappings to MAP_SHARED on *all* platforms, not just
the SPARC.
Remove the #ifdef COMPAT_13 for automatically adding a sharing type, since the
interface is *supposed* to support this.
Also modify the DIAGNOSTIC messages here a bit.


mycroft
Tue Mar  3 06:35:26 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv5232

Modified Files:
	vm_mmap.c 
Log Message:
As in UVM, automatically convert MAP_PRIVATE device mappings to MAP_SHARED.