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 May 11 13:02:26 UTC 2005
Modified Files:
src/sys/uvm: uvm.h uvm_amap.c uvm_amap.h uvm_amap_i.h uvm_anon.c
uvm_anon.h uvm_fault.c uvm_init.c uvm_loan.c uvm_map.c uvm_mmap.c
uvm_page.c uvm_pdaemon.c uvm_swap.c
Log Message:
allocate anons on-demand, rather than reserving static amount of
them on boot/swapon.
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/uvm/uvm.h
cvs rdiff -r1.59 -r1.60 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.24 -r1.25 src/sys/uvm/uvm_amap.h
cvs rdiff -r1.21 -r1.22 src/sys/uvm/uvm_amap_i.h src/sys/uvm/uvm_init.c
cvs rdiff -r1.32 -r1.33 src/sys/uvm/uvm_anon.c
cvs rdiff -r1.17 -r1.18 src/sys/uvm/uvm_anon.h
cvs rdiff -r1.93 -r1.94 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.52 -r1.53 src/sys/uvm/uvm_loan.c
cvs rdiff -r1.191 -r1.192 src/sys/uvm/uvm_map.c
cvs rdiff -r1.90 -r1.91 src/sys/uvm/uvm_mmap.c src/sys/uvm/uvm_swap.c
cvs rdiff -r1.102 -r1.103 src/sys/uvm/uvm_page.c
cvs rdiff -r1.63 -r1.64 src/sys/uvm/uvm_pdaemon.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