Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: yamt
Date: Wed Jan 12 09:34:36 UTC 2005
Modified Files:
src/sys/uvm: uvm_km.c uvm_map.c uvm_map.h uvm_map_i.h
Log Message:
don't reserve (uvm_mapent_reserve) entries for malloc/pool backends
because it isn't necessary or safe.
reported and tested by Denis Lagno. PR/28897.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/uvm/uvm_km.c
cvs rdiff -r1.178 -r1.179 src/sys/uvm/uvm_map.c
cvs rdiff -r1.42 -r1.43 src/sys/uvm/uvm_map.h
cvs rdiff -r1.30 -r1.31 src/sys/uvm/uvm_map_i.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