Module Name: src Committed By: matt Date: Wed Mar 5 05:32:41 UTC 2014
Modified Files: src/sys/sys: kernhist.h Log Message: Add KERNHIST_INITIALIZER(NAME,BUF) macro to be used with KERNHIST_DEFINE to static initialize a kern_history. After boot, it still needs to linked to list of kern_history's and a KERNHIST_LINK_STATIC(NAME) macro was added to do that. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/sys/kernhist.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.