Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 22:17:31 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_ktr.c
Message-ID:  <200601272217.k0RMHV0v061691@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601272217.k0RMHV0v061691>