Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 1999 04:36:15 -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_clock.c kern_ntptime.c src/sys/sys time.h timex.h
Message-ID:  <199903081236.EAA65456@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/03/08 04:36:14 PST

  Modified files:
    sys/kern             kern_clock.c kern_ntptime.c 
    sys/sys              time.h timex.h 
  Log:
  Integrate the new "nanokernel" PLL from Dave Mills.
  
  This code is backwards compatible with the older "microkernel" PLL, but
  allows ntpd v4 to use nanosecond resolution.  Many other improvements.
  
  PPS_SYNC and hardpps() are NOT supported yet.
  
  Revision  Changes    Path
  1.89      +2 -5      src/sys/kern/kern_clock.c
  1.19      +653 -659  src/sys/kern/kern_ntptime.c
  1.36      +2 -2      src/sys/sys/time.h
  1.8       +109 -192  src/sys/sys/timex.h


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?199903081236.EAA65456>