K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-02-14T00:02:01.000000Z K 7 svn:log V 382 Merge kern_ktrace.c:1.103, ktrace.h:1.31 from HEAD to RELENG_6: Reuse ktr_unused field in ktr_header structure as ktr_tid; populate ktr_tid as part of gathering of ktr header data for new ktrace records. The continued use of intptr_t is required for file layout reasons, and cannot be changed to lwpid_t at this point. Reviewed by: davidxu Approved by: re (scottl) END