cvs commit: src/sys/kern kern_ktr.c

John Baldwin jhb at FreeBSD.org
Fri Jan 27 14:17:32 PST 2006


jhb         2006-01-27 22:17:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktr.c 
  Log:
  Add a new sysctl, debug.ktr.clear.  If you write a non-zero value to this
  sysctl then it will clear the KTR buffer.  Note that if you have active
  KTR traces at the same time as a clear operation the behavior is undefined,
  though it shouldn't panic.
  
  Revision  Changes    Path
  1.50      +20 -0     src/sys/kern/kern_ktr.c


More information about the cvs-src mailing list