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: pooka
Date: Sun May 3 16:52:55 UTC 2009
Modified Files:
src/sys/kern: vfs_subr.c
src/sys/sys: buf.h vnode.h
src/sys/uvm: uvm_ddb.h uvm_map.c
Log Message:
Include some debug print routines if DEBUGPRINT is defined. This
way they can be included without having to include DDB.
(arguably all print routines should be behind #ifdef DEBUGPRINT
and options DDB should define that macro, but I'll tackle that later)
To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.111 -r1.112 src/sys/sys/buf.h
cvs rdiff -u -r1.205 -r1.206 src/sys/sys/vnode.h
cvs rdiff -u -r1.12 -r1.13 src/sys/uvm/uvm_ddb.h
cvs rdiff -u -r1.269 -r1.270 src/sys/uvm/uvm_map.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