Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index