Module Name: src Committed By: rmind Date: Sat Apr 23 18:14:13 UTC 2011
Modified Files: src/sys/uvm: uvm_amap.c uvm_amap.h uvm_anon.c uvm_aobj.c uvm_device.c uvm_extern.h uvm_fault.c uvm_init.c uvm_io.c uvm_kmguard.c uvm_loan.c uvm_mmap.c uvm_pager.c uvm_pglist.c uvm_stat.h uvm_swap.c uvm_vnode.c Log Message: Replace "malloc" in comments, remove unnecessary header inclusions. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/uvm/uvm_amap.c cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/uvm_amap.h cvs rdiff -u -r1.52 -r1.53 src/sys/uvm/uvm_anon.c cvs rdiff -u -r1.113 -r1.114 src/sys/uvm/uvm_aobj.c cvs rdiff -u -r1.60 -r1.61 src/sys/uvm/uvm_device.c src/sys/uvm/uvm_pglist.c cvs rdiff -u -r1.171 -r1.172 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.183 -r1.184 src/sys/uvm/uvm_fault.c cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_init.c cvs rdiff -u -r1.25 -r1.26 src/sys/uvm/uvm_io.c cvs rdiff -u -r1.4 -r1.5 src/sys/uvm/uvm_kmguard.c cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/uvm_loan.c cvs rdiff -u -r1.134 -r1.135 src/sys/uvm/uvm_mmap.c cvs rdiff -u -r1.99 -r1.100 src/sys/uvm/uvm_pager.c cvs rdiff -u -r1.48 -r1.49 src/sys/uvm/uvm_stat.h cvs rdiff -u -r1.153 -r1.154 src/sys/uvm/uvm_swap.c cvs rdiff -u -r1.94 -r1.95 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.