Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/09/2001 05:07:20
Module Name:	syssrc
Committed By:	chs
Date:		Sun Dec  9 03:07:20 UTC 2001

Modified Files:
	syssrc/sys/uvm: uvm_extern.h uvm_meter.c uvm_page.c uvm_param.h
	    uvm_pdaemon.c uvm_stat.c

Log Message:
add {anon,file,exec}max as a upper bound on the amount of memory that
will be allocated for the respective usage types when there is contention
for memory.

replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names
and sysctl names.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/uvm/uvm_extern.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/uvm/uvm_meter.c
cvs rdiff -r1.71 -r1.72 syssrc/sys/uvm/uvm_page.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/uvm/uvm_param.h
cvs rdiff -r1.42 -r1.43 syssrc/sys/uvm/uvm_pdaemon.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/uvm/uvm_stat.c

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