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 930a41b845db4471b08de7ac9d9b74797ab1edf9 (commit) via 323f0d187e58d0ecf2df039b5ae0bd2da100f84c (commit) via 0078705bbe8b6e5cec5f61ac7b4dda4c3fc46701 (commit) via 3b3ca4afdcbbab444c81c8aa8085a9c34b71b603 (commit) via 1d6b94b458f688010f8bef298a857fde10485101 (commit) via 30c038c3c37e887af3e54d3969c5c2da4d74911a (commit) via 05e002cd4241ea2a39771364f1b1c16b33c170f8 (commit) via 7f6ed7314506a363c295ee9d9906806cff444fc7 (commit) via 0c4968ec51e5b518b8fabbe8aa5ea7bfdc5370ac (commit) via ff69e865597429013f379107cb0872b43c35a966 (commit) via 98f79404d66625368046f816397739adae3cd65b (commit) via eec438a6146535e57bf80b7605f2cac08885f3c9 (commit) from c88801065f351af312667b2cab3ab7853c8f3bc8 (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 930a41b845db4471b08de7ac9d9b74797ab1edf9 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Fri Dec 17 18:05:09 2010 +0100 Don't send packet in last auto_offline transmit timeout commit 323f0d187e58d0ecf2df039b5ae0bd2da100f84c Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Fri Dec 17 17:51:00 2010 +0100 Fix switching offline auto_offline source to online commit 0078705bbe8b6e5cec5f61ac7b4dda4c3fc46701 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Fri Dec 17 16:09:12 2010 +0100 Enforce timeout class separation from last dispatched timeout commit 3b3ca4afdcbbab444c81c8aa8085a9c34b71b603 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Fri Dec 17 15:38:23 2010 +0100 Use enum for scheduler timeout classes commit 1d6b94b458f688010f8bef298a857fde10485101 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Fri Dec 17 14:52:39 2010 +0100 Fix crash when timeout is removed from its handler Remove the timeout before dispatching the handler, and allow calling SCH_RemoveTimeout() with nonexistent id. commit 30c038c3c37e887af3e54d3969c5c2da4d74911a Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Dec 16 18:51:40 2010 +0100 Make unsynchronised entry in tracking log on start commit 05e002cd4241ea2a39771364f1b1c16b33c170f8 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Dec 16 18:27:38 2010 +0100 Delay selecting source on start On start, when servers are reachable and use the same polling interval, wait for them to have the same reachability register (which corresponds to the number of samples in sourcestats) before selecting one. commit 7f6ed7314506a363c295ee9d9906806cff444fc7 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Dec 16 16:55:59 2010 +0100 Don't update local reference unnecessarily Local reference is now updated only when a new source is selected or match_addr is equal to the selected source, match_addr 0 is no longer treated specially. commit 0c4968ec51e5b518b8fabbe8aa5ea7bfdc5370ac Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Dec 16 16:01:29 2010 +0100 Track reachability in sources module Add new flag to source struct to indicate when source is selectable (packets with good headers are received) and use a reachability register for last 8 samples instead of the reachable flag. Source drivers now provide only reachability updates. commit ff69e865597429013f379107cb0872b43c35a966 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Thu Dec 16 13:28:44 2010 +0100 Apply jitter test only on NTP sources for now With refclocks it seems to fail easily, users would have to set the delay option appropriately. commit 98f79404d66625368046f816397739adae3cd65b Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Wed Dec 15 17:48:30 2010 +0100 Allow selecting source only when last regression was successful commit eec438a6146535e57bf80b7605f2cac08885f3c9 Author: Miroslav Lichvar <mlich...@redhat.com> List-Post: chrony-dev@chrony.tuxfamily.org Date: Wed Dec 15 14:25:40 2010 +0100 Fix jitter test in source selection Distance should be compared to square root of variance. ----------------------------------------------------------------------- Summary of changes: ntp_core.c | 46 ++++++++---------- refclock.c | 10 +--- reference.c | 3 + sched.c | 39 ++++++++------- sched.h | 10 ++-- sources.c | 148 ++++++++++++++++++++++++++++++++++++++------------------ sources.h | 21 +++++--- sourcestats.c | 24 ++++++---- sourcestats.h | 2 +- 9 files changed, 182 insertions(+), 121 deletions(-) hooks/post-receive -- chrony/chrony.git --- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.