Module Name: src Committed By: matt Date: Sat Dec 11 22:30:55 UTC 2010
Modified Files: src/sys/kern: subr_evcnt.c src/sys/sys: evcnt.h Log Message: Add evcnt_attach_dynamic_nozero, a version of evcnt_attach_dynamic, which doesn't zero the evcnt before filling in things. This is needed when the evcnt itself is being updated before evcnt_attach_dynamic can be called. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/subr_evcnt.c cvs rdiff -u -r1.6 -r1.7 src/sys/sys/evcnt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.