cvs commit: src/sys/kern kern_ktrace.c src/sys/sys ktrace.h

Robert Watson rwatson at FreeBSD.org
Mon Feb 13 16:02:02 PST 2006


rwatson     2006-02-14 00:02:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             kern_ktrace.c 
    sys/sys              ktrace.h 
  Log:
  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)
  
  Revision   Changes    Path
  1.101.2.2  +1 -1      src/sys/kern/kern_ktrace.c
  1.29.2.2   +1 -1      src/sys/sys/ktrace.h


More information about the cvs-all mailing list