Module Name: src Committed By: skrll Date: Thu Jul 9 05:57:15 UTC 2020
Modified Files: src/sys/uvm: uvm_amap.c uvm_anon.c uvm_aobj.c uvm_bio.c uvm_device.c uvm_fault.c uvm_km.c uvm_map.c uvm_page.c uvm_pager.c uvm_pdaemon.c uvm_swap.c uvm_vnode.c Log Message: Consistently use UVMHIST(__func__) Convert UVMHIST_{CALLED,LOG} into UVMHIST_CALLARGS To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/uvm/uvm_amap.c cvs rdiff -u -r1.78 -r1.79 src/sys/uvm/uvm_anon.c cvs rdiff -u -r1.148 -r1.149 src/sys/uvm/uvm_aobj.c cvs rdiff -u -r1.119 -r1.120 src/sys/uvm/uvm_bio.c cvs rdiff -u -r1.70 -r1.71 src/sys/uvm/uvm_device.c cvs rdiff -u -r1.227 -r1.228 src/sys/uvm/uvm_fault.c cvs rdiff -u -r1.158 -r1.159 src/sys/uvm/uvm_km.c cvs rdiff -u -r1.384 -r1.385 src/sys/uvm/uvm_map.c cvs rdiff -u -r1.243 -r1.244 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.127 -r1.128 src/sys/uvm/uvm_pager.c cvs rdiff -u -r1.129 -r1.130 src/sys/uvm/uvm_pdaemon.c cvs rdiff -u -r1.196 -r1.197 src/sys/uvm/uvm_swap.c cvs rdiff -u -r1.114 -r1.115 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.