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: matt
Date: Wed Jul 2 14:47:35 UTC 2008
Modified Files:
src/sys/kern: kern_descrip.c kern_lock.c kern_timeout.c kern_uuid.c
subr_workqueue.c uipc_mbuf.c
src/sys/uvm: uvm_page.c
Log Message:
Switch from KASSERT to CTASSERT for those asserts testing sizes of types.
To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/sys/kern/kern_descrip.c
cvs rdiff -r1.145 -r1.146 src/sys/kern/kern_lock.c
cvs rdiff -r1.40 -r1.41 src/sys/kern/kern_timeout.c
cvs rdiff -r1.14 -r1.15 src/sys/kern/kern_uuid.c
cvs rdiff -r1.24 -r1.25 src/sys/kern/subr_workqueue.c
cvs rdiff -r1.127 -r1.128 src/sys/kern/uipc_mbuf.c
cvs rdiff -r1.137 -r1.138 src/sys/uvm/uvm_page.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