summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ntptime.c
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1996-12-30 18:26:28 +0000
committerjhay <jhay@FreeBSD.org>1996-12-30 18:26:28 +0000
commitb3234516f1adefa71bb51e8304c8f19b0c7ae490 (patch)
tree0ae6790592b28b18decdbd3c2b6484edaf42514a /sys/kern/kern_ntptime.c
parent186f121fd6fba4ebaac88a5c25d4969e09c975c2 (diff)
downloadFreeBSD-src-b3234516f1adefa71bb51e8304c8f19b0c7ae490.zip
FreeBSD-src-b3234516f1adefa71bb51e8304c8f19b0c7ae490.tar.gz
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.
Diffstat (limited to 'sys/kern/kern_ntptime.c')
-rw-r--r--sys/kern/kern_ntptime.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c
index c9dd983..88ba077b 100644
--- a/sys/kern/kern_ntptime.c
+++ b/sys/kern/kern_ntptime.c
@@ -17,6 +17,9 @@
/*
* Modification history kern_ntptime.c
*
+ * 24 Sep 94 David L. Mills
+ * Tightened code at exits.
+ *
* 24 Mar 94 David L. Mills
* Revised syscall interface to include new variables for PPS
* time discipline.
@@ -32,7 +35,7 @@
*/
/*
* ntp_gettime(), ntp_adjtime() - precision time interface for SunOS
- * 4.1.1 and 4.1.3
+ * V4.1.1 and V4.1.3
*
* These routines consitute the Network Time Protocol (NTP) interfaces
* for user and daemon application programs. The ntp_gettime() routine
OpenPOWER on IntegriCloud