Module Name: src Committed By: matt Date: Mon Jul 30 23:56:49 UTC 2012
Modified Files: src/sys/sys: kernhist.h src/sys/uvm: uvm_loan.c uvm_map.c uvm_pdaemon.c uvm_stat.h uvm_vnode.c Log Message: -fno-common broke kernhist since it used commons. Add a KERNHIST_DEFINE which is define the kernel history. Change UVM to deal with the new usage. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/kernhist.h cvs rdiff -u -r1.82 -r1.83 src/sys/uvm/uvm_loan.c cvs rdiff -u -r1.317 -r1.318 src/sys/uvm/uvm_map.c cvs rdiff -u -r1.106 -r1.107 src/sys/uvm/uvm_pdaemon.c cvs rdiff -u -r1.50 -r1.51 src/sys/uvm/uvm_stat.h cvs rdiff -u -r1.98 -r1.99 src/sys/uvm/uvm_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.