[ntp:bk-ntp-stable-send] BitKeeper patch
Harlan Stenn
stenn at whimsy.udel.edu
Sat Nov 29 17:23:42 PST 2003
This BitKeeper patch contains the following changesets:
stenn at whimsy.udel.edu|ChangeSet|20031130012238|16250
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# ID: stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
# User: stenn
# Host: whimsy.udel.edu
# Root: /backroom/ntp-stable
#
#--- 1.86/ntpd/ntp_loopfilter.c Tue Nov 11 02:54:11 2003
#+++ 1.87/ntpd/ntp_loopfilter.c Sat Nov 29 20:22:22 2003
#@@ -200,7 +200,9 @@
# )
# {
# u_long mu; /* interval since last update (s) */
#+#if 0 /* OERROR */
# double oerror; /* previous error estimate */
#+#endif
# double flladj; /* FLL frequency adjustment (ppm) */
# double plladj; /* PLL frequency adjustment (ppm) */
# double clock_frequency; /* clock frequency adjustment (ppm) */
#@@ -276,7 +278,9 @@
# /*
# * Update the jitter estimate.
# */
#+/* OERROR
# oerror = sys_jitter;
#+*/
# dtemp = SQUARE(sys_jitter);
# sys_jitter = SQRT(dtemp + (epsil - dtemp) / CLOCK_AVG);
#
#@@ -439,7 +443,7 @@
# default:
# allow_panic = FALSE;
# dtemp = fabs(fp_offset - last_offset);
#-/*
#+/* OERROR
# if (dtemp > CLOCK_SGATE * oerror && mu <
# (u_long) ULOGTOD(sys_poll + 1)) {
# #ifdef DEBUG
#
# Diff checksum=4db5f80c
# Patch vers: 1.3
# Patch type: REGULAR
== ChangeSet ==
stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
stenn at whimsy.udel.edu|ChangeSet|20031130001851|16261
D 1.1180 03/11/29 20:22:38-05:00 stenn at whimsy.udel.edu +1 -0
B stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
C
c [Bug 255] Lint cleanup
K 16250
P ChangeSet
------------------------------------------------
0a0
> stenn at whimsy.udel.edu|ntpd/ntp_loopfilter.c|19990526004817|01635|3aed0663 stenn at whimsy.udel.edu|ntpd/ntp_loopfilter.c|20031130012222|16133
== ntpd/ntp_loopfilter.c ==
stenn at whimsy.udel.edu|ntpd/ntp_loopfilter.c|19990526004817|01635|3aed0663
stenn at whimsy.udel.edu|ntpd/ntp_loopfilter.c|20031111075411|13283
D 1.87 03/11/29 20:22:22-05:00 stenn at whimsy.udel.edu +5 -1
B stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
C
c [Bug 255] Lint cleanup
K 16133
O -rw-rw-r--
P ntpd/ntp_loopfilter.c
------------------------------------------------
I202 1
#if 0 /* OERROR */
I203 1
#endif
I278 1
/* OERROR
I279 1
*/
D442 1
I442 1
/* OERROR
# Patch checksum=4f8c31a7
More information about the bk-ntp-stable-send
mailing list