[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.2-38-g86e0399 |
[ 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 86e0399ea97e0246dc552322416f9497e7df05aa (commit)
via 302abf848071c5c0af8b0702ebbacaee6eaaa8e8 (commit)
via f50b520557f8e4bed00d2868f070861b84f69cae (commit)
via d4074c79938f98d4e787214ce6dafa9b008d8125 (commit)
via d3096c3b5e3c2671c9b29863cf9d856c5bd523e7 (commit)
via 98947a4e521dfd343852ea07473ac943fe5bcf31 (commit)
via bafb434f068b35efcb9b1ffd6c8bb4198cd32eb5 (commit)
via 8e71a46173afe01e11620980a1c7c028d7fd048f (commit)
via 934df19c52981628f8d154a1fee4c2dbee31c61f (commit)
from 024842a38b9cff743de8101429f1c8e693070730 (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 86e0399ea97e0246dc552322416f9497e7df05aa
Author: Bryan Christianson <bryan@xxxxxxxxxxxxx>
Date: Fri Dec 4 00:15:49 2015 +1300
sys_macosx: synchronise RTC from system time
When the rtcsync directive is specified in the chronyd config file,
chronyd will update the RTC via settimeofday() every 60 minutes if
the system time is synchronised to NTP.
commit 302abf848071c5c0af8b0702ebbacaee6eaaa8e8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 18:21:07 2015 +0100
client: print invalid intervals as dash
Instead of printing some large arbitrary values use dash in the LastRx
column of the sources output and the Last/Int columns in the clients
output when no sample or hit is recorded.
commit f50b520557f8e4bed00d2868f070861b84f69cae
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 18:10:22 2015 +0100
sourcestats: use maximum value as invalid age in source report
commit d4074c79938f98d4e787214ce6dafa9b008d8125
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 19:14:19 2015 +0100
clientlog: fix counting of command drops
commit d3096c3b5e3c2671c9b29863cf9d856c5bd523e7
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 17:49:40 2015 +0100
clientlog: save time of last hit with sub-second resolution
Instead of time_t use a 32-bit fixed point representation with 4-bit
fraction to save the time of the last hit. The rate can now be measured
up to 16 packets per second. Maximum interval between hits is about 4
years.
commit 98947a4e521dfd343852ea07473ac943fe5bcf31
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 12:51:15 2015 +0100
conf: inline one-line parse_* functions
commit bafb434f068b35efcb9b1ffd6c8bb4198cd32eb5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 12:18:01 2015 +0100
main: assert supported integer size, representation and conversion
Abort immediately on start if chronyd is compiled on a platform with int
shorter than 32 bits, using other representation than two's complement,
or unexpected conversion of large unsigned integers to signed.
commit 8e71a46173afe01e11620980a1c7c028d7fd048f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Dec 2 12:06:01 2015 +0100
fix undefined shift operations on signed integers
commit 934df19c52981628f8d154a1fee4c2dbee31c61f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Dec 1 14:24:36 2015 +0100
array: always return non-NULL pointer from ARR_GetElements()
Some libc calls like memcpy() expect the pointer to be valid even when
the size is zero and there is nothing to do. Instead of checking the
size before all such calls, modify ARR_GetElements() to return a pointer
to the array instance itself if data was not allocated yet.
-----------------------------------------------------------------------
Summary of changes:
array.c | 6 +++
chrony.texi.in | 15 +++++---
client.c | 33 ++++++++++++----
clientlog.c | 114 ++++++++++++++++++++++++++++++++++++++++++--------------
clientlog.h | 6 +--
cmdmon.c | 4 +-
conf.c | 82 +++++-----------------------------------
main.c | 14 +++++++
ntp_core.c | 2 +-
sources.c | 2 +-
sourcestats.c | 2 +-
sys_macosx.c | 24 +++++++++++-
util.c | 16 ++++++--
13 files changed, 194 insertions(+), 126 deletions(-)
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.