Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 23:51:09 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_tc.c
Message-ID:  <200301250751.h0P7p92U000785@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/01/24 23:51:09 PST

  Modified files:
    sys/kern             kern_tc.c 
  Log:
  Add sysctl kern.timecounter.nsetclock which indicates the number of
  potential discontinuities in our UTC timescale.
  
  Applications can monitor this variable if they want to be informed
  about steps in the timescale.  Slews (ntp and adjtime(2)) and
  frequency adjustments (ntp) will not increment this counter, only
  operations which set the clock.  No attempt is made to classify
  size or direction of the step.
  
  Revision  Changes    Path
  1.146     +2 -0      src/sys/kern/kern_tc.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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