Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/17/1999 14:35:51
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jul 17 21:35:51 UTC 1999

Modified Files:
	syssrc/sys/uvm: uvm_extern.h uvm_map.c uvm_mmap.c

Log Message:
Add a set of "lockflags", which can control the locking behavior
of some functions.  Use these flags in uvm_map_pageable() to determine
if the map is locked on entry (replaces an already present boolean_t
argument `islocked'), and if the function should return with the map
still locked.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/uvm/uvm_extern.h
cvs rdiff -r1.63 -r1.64 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/uvm/uvm_mmap.c

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