Module Name: src Committed By: rin Date: Mon Feb 24 12:38:58 UTC 2020
Modified Files: src/sys/arch/arm/arm32: fault.c src/sys/arch/arm/at91: at91pmc.c src/sys/dev/fdt: fdt_subr.c src/sys/dev/tprof: tprof_armv7.c src/sys/dev/usb: if_axe.c src/sys/uvm: uvm_amap.c uvm_anon.c uvm_aobj.c uvm_device.c uvm_fault.c uvm_km.c uvm_pager.c Log Message: 0x%#x --> %#x for non-external codes. Also, stop mixing up 0x%x and %#x in single files as far as possible. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/arm/arm32/fault.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/at91/at91pmc.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/fdt/fdt_subr.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/tprof/tprof_armv7.c cvs rdiff -u -r1.122 -r1.123 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.115 -r1.116 src/sys/uvm/uvm_amap.c cvs rdiff -u -r1.73 -r1.74 src/sys/uvm/uvm_anon.c cvs rdiff -u -r1.135 -r1.136 src/sys/uvm/uvm_aobj.c cvs rdiff -u -r1.69 -r1.70 src/sys/uvm/uvm_device.c cvs rdiff -u -r1.216 -r1.217 src/sys/uvm/uvm_fault.c cvs rdiff -u -r1.155 -r1.156 src/sys/uvm/uvm_km.c cvs rdiff -u -r1.122 -r1.123 src/sys/uvm/uvm_pager.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.