Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamt
Date: Mon Jan 28 12:22:47 UTC 2008
Modified Files:
src/sys/kern: kern_exit.c
src/sys/sys: cpu_data.h
src/sys/uvm: uvm_extern.h uvm_glue.c uvm_glue.h uvm_init.c
uvm_pdaemon.c
Log Message:
remove a special allocator for uareas, which is no longer necessary.
use pool_cache instead.
To generate a diff of this commit:
cvs rdiff -r1.198 -r1.199 src/sys/kern/kern_exit.c
cvs rdiff -r1.15 -r1.16 src/sys/sys/cpu_data.h
cvs rdiff -r1.143 -r1.144 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.114 -r1.115 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.8 -r1.9 src/sys/uvm/uvm_glue.h
cvs rdiff -r1.31 -r1.32 src/sys/uvm/uvm_init.c
cvs rdiff -r1.89 -r1.90 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