From owner-cvs-sys Mon Dec 30 10:26:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09434 for cvs-sys-outgoing; Mon, 30 Dec 1996 10:26:33 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09424; Mon, 30 Dec 1996 10:26:31 -0800 (PST) Date: Mon, 30 Dec 1996 10:26:31 -0800 (PST) From: John Hay Message-Id: <199612301826.KAA09424@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_clock.c kern_ntptime.c src/sys/sys systm.h timex.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/12/30 10:26:30 Modified: sys/kern kern_clock.c kern_ntptime.c sys/sys systm.h timex.h Log: Update our kernel ntp code to the latest from David Mills. The main change is the addition of the FLL code, which is used by the latest versions of xntpd. The kernel PPS code is also updated, although I can't test that yet. Revision Changes Path 1.29 +252 -127 src/sys/kern/kern_clock.c 1.10 +4 -1 src/sys/kern/kern_ntptime.c 1.48 +3 -1 src/sys/sys/systm.h 1.3 +14 -6 src/sys/sys/timex.h