Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/17/1999 17:41:58
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Jul 18 00:41:57 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_map.c

Log Message:
Rework uvm_map_protect():
- Fix some locking bugs; a couple of places would return an error condition
  without unlocking the map.
- Deal with maps marked WIREFUTURE; if making an entry VM_PROT_NONE ->
  anything else, and it is not already marked as wired, wire it.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/uvm/uvm_map.c

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