Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: matt
Date: Tue Jul 29 00:03:06 UTC 2008
Modified Files:
src/doc: CHANGES
src/sys/sys: param.h
src/sys/uvm: uvm_map.c uvm_map.h
Log Message:
Make uvm_map.? use <sys/rb.h> instead of <sys/tree.h>. Change the
ambiguous members ownspace/space to gap/maxgap. Add some evcnt for
evaluation of lookups using tree/list. Drop threshold of using
tree for lookups from > 30 to > 15.
Bump kernel version to 4.99.71
To generate a diff of this commit:
cvs rdiff -r1.1078 -r1.1079 src/doc/CHANGES
cvs rdiff -r1.326 -r1.327 src/sys/sys/param.h
cvs rdiff -r1.262 -r1.263 src/sys/uvm/uvm_map.c
cvs rdiff -r1.61 -r1.62 src/sys/uvm/uvm_map.h
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