[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.31-56-gbd3cfea |
[ 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 bd3cfeae92ba616a99810172d93c4f7c73d02830 (commit)
via 9ef723eb970992758127520a20fc473c56ae1c1f (commit)
via 7958b1764e3a2cd987bd24e40cb453df311dee21 (commit)
via 44f612acbcff1019b3a249966c2901d5f72a7b91 (commit)
via 5d7df6911673d92e60c0f017a602a4bd10776bff (commit)
via 8f06245428a642f12bb74944396a4b5e59bc2f62 (commit)
via 0f8368bcf11de81bb066d565140f71380a00c248 (commit)
via 5d0356a75e81cbf254bd7d4930ae542921c8dd87 (commit)
via 5f68941241de591098d2a5ecef4630143476a42c (commit)
via 63af4889f6decf79a0ba243db60851ae8af39918 (commit)
via 6f84d2fac16cb57a1bf3accf4ea211811b0abfab (commit)
via 049eae661ae350c242a97109b8672a2c36558038 (commit)
via e930d9472843e124619df410b48f91e1022bce14 (commit)
via 819b8eb73d62abc72bc0f484cbe818df14f03da4 (commit)
via a78bf0c34e325e19795262038f7152c634dc2289 (commit)
via e0059bcc6be58237ff3af43c8f64fa55eb3406b3 (commit)
from af0b83a2c31f59bb5a02c9abcfe6177a67f94159 (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 bd3cfeae92ba616a99810172d93c4f7c73d02830
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Oct 20 12:13:12 2014 +0200
test: add 009-sourceselection
commit 9ef723eb970992758127520a20fc473c56ae1c1f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Oct 20 12:12:12 2014 +0200
test: add option to create falsetickers
commit 7958b1764e3a2cd987bd24e40cb453df311dee21
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 15:20:59 2014 +0200
ntp: remove debug messages in slew handler
commit 44f612acbcff1019b3a249966c2901d5f72a7b91
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 15:19:57 2014 +0200
sourcestats: reduce debug messages in slew handler
commit 5d7df6911673d92e60c0f017a602a4bd10776bff
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 17:22:00 2014 +0200
sources: reset reachability for offline sources
With the recent change allowing unreachable sources to remain selected,
offline sources will now be selectable only for some time, similarly to
online unreachable sources.
commit 8f06245428a642f12bb74944396a4b5e59bc2f62
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 16:51:45 2014 +0200
sources: allow selection of unreachable sources
Reachability is no longer a requirement for selection. An unreachable
source can remain selected if its newest sample is not older than the
oldest sample from all reachable sources.
This is useful to prevent reselection when an accurate source uses a
very short polling interval (e.g. refclock) and is occasionally
unreachable for short periods of time.
commit 0f8368bcf11de81bb066d565140f71380a00c248
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 13:19:04 2014 +0200
sources: extend source status tracking
Add new source states and rename some states so there is one state for
each reason a source can be rejected in the source selection.
This fixes reported status when sources are selectable, but the actual
selection was postponed until next update. It will also allow more
detailed reports when the cmdmon protocol is updated.
commit 5d0356a75e81cbf254bd7d4930ae542921c8dd87
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 13:05:44 2014 +0200
sources: fix reported normal select option
commit 5f68941241de591098d2a5ecef4630143476a42c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Oct 17 10:18:39 2014 +0200
sources: select only when reference can be updated
Before selecting the new synchronization source wait until the reference
can be updated, i.e. the source has new samples.
commit 63af4889f6decf79a0ba243db60851ae8af39918
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Oct 16 18:07:03 2014 +0200
sources: drop selectable flag
This is no longer needed with new NTP packet processing as the sources
are always selectable after first sample is accumulated.
commit 6f84d2fac16cb57a1bf3accf4ea211811b0abfab
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Oct 16 17:51:58 2014 +0200
sources: reorder SRC_SelectSource()
Reorder the code to improve readability and also update coding style.
No functional changes.
commit 049eae661ae350c242a97109b8672a2c36558038
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Oct 16 16:26:05 2014 +0200
sources: keep synchronized status with unreachable/unselectable sources
Following RFC 5905, don't call REF_SetUnsynchronised() when there are no
reachable or selectable sources. It's up to the client to consider the
source unsynchronized when the root distance exceeds a threshold.
The unsynchronized status is still set when no majority is reached.
commit e930d9472843e124619df410b48f91e1022bce14
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Oct 16 15:28:12 2014 +0200
sources: update reference only with new sample
This follows the section 11.2.3. from RFC 5905.
commit 819b8eb73d62abc72bc0f484cbe818df14f03da4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Oct 15 12:39:54 2014 +0200
ntp: fix Clang warning
commit a78bf0c34e325e19795262038f7152c634dc2289
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Oct 15 12:25:56 2014 +0200
ntp: merge broadcast code with ntp_core
commit e0059bcc6be58237ff3af43c8f64fa55eb3406b3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Oct 14 17:24:41 2014 +0200
ntp: define NTP_MAX_STRATUM for other modules
-----------------------------------------------------------------------
Summary of changes:
broadcast.c | 156 ----
broadcast.h | 37 -
conf.c | 6 +-
configure | 2 +-
main.c | 3 -
ntp.h | 3 +
ntp_core.c | 71 +-
ntp_core.h | 2 +
refclock.c | 1 -
reference.c | 4 +-
sources.c | 818 ++++++++++----------
sources.h | 16 +-
sourcestats.c | 34 +-
sourcestats.h | 5 +-
stubs.c | 13 +-
.../{109-makestep => 009-sourceselection} | 41 +-
test/simulation/test.common | 3 +-
17 files changed, 527 insertions(+), 688 deletions(-)
delete mode 100644 broadcast.c
delete mode 100644 broadcast.h
copy test/simulation/{109-makestep => 009-sourceselection} (51%)
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.