[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.24-33-g7973aef |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".
The branch, master has been updated
via 7973aef7b745a448bc6203b90030367d177d5f22 (commit)
via 9a3bdcc20bf05624add0629b5b906c5e22c32ace (commit)
via aa91c608f4c5a1a4ad3acc4b2bfbbfac4e1959dc (commit)
via 3d260d41b33011752487777434f8e4001522c4e1 (commit)
via 2458325c093e6496c551ca95c2fc462361ca9c69 (commit)
via ab68a9d1d382d42913e040e3240c587cc398e83f (commit)
via 93b5b08bedb1c5b8fa068d51a407a929a3dade6b (commit)
via be4369936bbf1ccf4fdffbbb47d0bbd72f44ae39 (commit)
via 1a7415a6ab1eecd2f7219501fe609bcf22f1da10 (commit)
via c15db71f9e1182e90b7955169da30da16d80ecdd (commit)
via 74cb1c877cda09804a5f74aae5a410c3226a8be2 (commit)
via a949ab69359ad32798db08a5f4ab7100e3f0ef96 (commit)
via f0fd7099c031500b8ddddde0357c6883e1a64666 (commit)
via e0009f9f40c3efbe041d05b911a784cfca66e247 (commit)
via 14d25769243b676f3afcab644a26d6a78352afd4 (commit)
via c386d11765d1db1f242c5b0a0b4448c34430477a (commit)
via f12bc10917334ed0962badf0b21de3c4e79bd1e2 (commit)
via 99d18abf5918aa878b39e0819946246b16ccc1b9 (commit)
from bc29c84610a624f1f218ace868b6856cf3b7315d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7973aef7b745a448bc6203b90030367d177d5f22
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Apr 27 15:56:48 2010 +0200
Don't log network is unreachable errors
commit 9a3bdcc20bf05624add0629b5b906c5e22c32ace
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Apr 27 13:47:40 2010 +0200
Fix name resolving when IPv6 support is disabled
commit aa91c608f4c5a1a4ad3acc4b2bfbbfac4e1959dc
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 26 17:38:09 2010 +0200
Add delayed name resolving for servers and peers
Resolving is retried in increasing intervals (maximum is one hour)
until it succeeds or fails with a non-temporary error.
Unresolved sources are included in the activity report as offline
sources and the online command can be used to retry it immediately.
This could be improved by resolving in a separate thread/process
to avoid blocking.
commit 3d260d41b33011752487777434f8e4001522c4e1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 26 16:05:56 2010 +0200
Don't retry resolving in DNS_Name2IPAddress
Instead of retrying to resolve it in the function and blocking for a
long time, return a TryAgain status and let the caller retry it later if
necessary.
commit 2458325c093e6496c551ca95c2fc462361ca9c69
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 26 15:04:00 2010 +0200
Merge NSR/NCR server and peer functions
commit ab68a9d1d382d42913e040e3240c587cc398e83f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Apr 23 12:53:26 2010 +0200
Set maxupdateskew to 1000 ppm by default
This will prevent from using unreliable frequency estimate on iburst
when starting without drift file.
commit 93b5b08bedb1c5b8fa068d51a407a929a3dade6b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Apr 23 12:40:50 2010 +0200
Add iburst server option
commit be4369936bbf1ccf4fdffbbb47d0bbd72f44ae39
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 21 17:30:35 2010 +0200
Clamp tick value before calling adjtimex
If tick is outside allowed adjtimex range, clamp it and log a warning
instead of aborting.
commit 1a7415a6ab1eecd2f7219501fe609bcf22f1da10
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Apr 20 18:29:39 2010 +0200
Return actual frequency in drv_set_freq functions
This is needed to keep sourcestats accurate when the actual frequency is
different from the requested frequency due to clamping (or possibly
rounding in future system drivers).
commit c15db71f9e1182e90b7955169da30da16d80ecdd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Apr 20 14:26:59 2010 +0200
Add dispersion after Linux makestep
commit 74cb1c877cda09804a5f74aae5a410c3226a8be2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 19 16:26:14 2010 +0200
Mark source unreachable after offline burst
commit a949ab69359ad32798db08a5f4ab7100e3f0ef96
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 19 15:53:39 2010 +0200
Increase burst polling interval
To avoid getting KoD RATE from NTP server (triggering discard minimum 1)
when burst sampling, increase polling interval to 2 seconds.
commit f0fd7099c031500b8ddddde0357c6883e1a64666
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 19 15:10:25 2010 +0200
Stop burst sampling when received KoD RATE
commit e0009f9f40c3efbe041d05b911a784cfca66e247
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Apr 15 15:48:31 2010 +0200
Update drift file at most once per hour
Instead of writing to the file on every reference update, update it
on first update, on exit and otherwise only once per hour.
commit 14d25769243b676f3afcab644a26d6a78352afd4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 21 14:26:17 2010 +0200
Remove absolute frequency from handler parameters
None of the current handlers really need it and with temperature
compensation enabled it would be necessary to undo the compensation
before passing it to the handlers.
commit c386d11765d1db1f242c5b0a0b4448c34430477a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Apr 12 17:07:57 2010 +0200
Add temperature compensation
A new tempcomp directive can be used to specify a file for reading
current temperature, update interval and compensation coefficients. The
clock frequency corrections are applied in local module and are invisible
in upper layers. The measurements and corrections can be logged to
tempcomp.log file.
commit f12bc10917334ed0962badf0b21de3c4e79bd1e2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Apr 9 14:29:11 2010 +0200
Add fallback drifts
Fallback drifts are long-term averages of the system clock drift
calculated over exponentially increasing intervals. They are used when
the clock is unsynchronised to avoid quickly drifting away from true
time if there was a short-term deviation in drift before the
synchronisation was lost.
commit 99d18abf5918aa878b39e0819946246b16ccc1b9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 21 10:29:04 2010 +0200
Fix frequency accumulation
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
candm.h | 1 +
chrony.texi | 112 ++++++++++++++++++++++++++++++
client.c | 22 ++++--
cmdmon.c | 6 +-
cmdparse.c | 20 +++++-
cmdparse.h | 1 +
conf.c | 139 +++++++++++++++++++++++++++----------
conf.h | 4 +
local.c | 78 +++++++++++++++++----
local.h | 13 ++--
localp.h | 5 +-
logging.c | 2 +-
main.c | 3 +
manual.c | 2 -
nameserv.c | 46 +++++--------
nameserv.h | 10 +++-
ntp_core.c | 70 ++++++++++--------
ntp_core.h | 11 ++--
ntp_io.c | 9 ++-
ntp_sources.c | 123 +++++++++++++++++++++++++--------
ntp_sources.h | 18 +++---
refclock.c | 4 +-
reference.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++-
rtc_linux.c | 13 +---
sched.c | 2 -
sources.c | 3 +-
srcparams.h | 1 +
sys_linux.c | 27 +++++++-
sys_netbsd.c | 4 +-
sys_solaris.c | 4 +-
sys_sunos.c | 4 +-
tempcomp.c | 101 +++++++++++++++++++++++++++
mkdirpp.h => tempcomp.h | 18 ++---
wrap_adjtimex.c | 5 +-
wrap_adjtimex.h | 2 +-
36 files changed, 848 insertions(+), 214 deletions(-)
create mode 100644 tempcomp.c
copy mkdirpp.h => tempcomp.h (75%)
hooks/post-receive
--
chrony/chrony.git
---
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.