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/18/1998 20:20:03
thorpej
Wed Mar 18 20:19:21 PST 1998
Update of /cvsroot/src/sys/uvm
In directory nb00:/tmp/cvs-serv3256/uvm

Modified Files:
	uvm_map.c 
Log Message:
When unsharing or execing, deactivate the old vmspace before reassigning
and activating the new one.  Pointed out by Chris Demetriou.


thorpej
Wed Mar 18 20:19:22 PST 1998
Update of /cvsroot/src/sys/vm
In directory nb00:/tmp/cvs-serv3256/vm

Modified Files:
	vm_map.c 
Log Message:
When unsharing or execing, deactivate the old vmspace before reassigning
and activating the new one.  Pointed out by Chris Demetriou.