[chrony-dev] [GIT] chrony/chrony.git branch master updated. 2.4-41-g7a1ebc3 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated
via 7a1ebc346779a2fd3ac7786c5748ed3688c8ec89 (commit)
via 8d89610ff6d35990c649199a8005e32be90c3631 (commit)
via cfe706f0328c1e687b3d0b0091f8fafc4c15ee17 (commit)
via 99cc94529d3230b2c296959954031a1d396b49e9 (commit)
via d0dfa1de9e85510a584cdec5faae96c66d6847c9 (commit)
via 0899ab52ddeb98d447cd3144790391c9e2e7941d (commit)
via 71e0ebcb6b977dc2a312759b70d458cf0bb221c5 (commit)
from e488371b0111df6cbfd57ea97407706fec2044e6 (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 7a1ebc346779a2fd3ac7786c5748ed3688c8ec89
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 18 15:39:14 2016 +0200
ntp: add support for SO_TIMESTAMPNS socket option
Enable the SO_TIMESTAMPNS option to get kernel timestamps in nanosecond
resolution.
commit 8d89610ff6d35990c649199a8005e32be90c3631
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 18 15:07:01 2016 +0200
local: add support for clock_gettime()
Use clock_gettime() to read the system clock in nanosecond resolution.
commit cfe706f0328c1e687b3d0b0091f8fafc4c15ee17
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 18 12:10:09 2016 +0200
util: modify UTI_*ToDouble functions to return double directly
commit 99cc94529d3230b2c296959954031a1d396b49e9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Aug 18 11:48:17 2016 +0200
util: rename functions dealing with integers in NTP format
This should prevent confusion with int32_t, int64_t and other types.
commit d0dfa1de9e85510a584cdec5faae96c66d6847c9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 17 16:05:53 2016 +0200
adopt struct timespec
Replace struct timeval with struct timespec as the main data type for
timestamps. This will allow the NTP code to work with timestamps in
nanosecond resolution.
commit 0899ab52ddeb98d447cd3144790391c9e2e7941d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 17 12:13:35 2016 +0200
util: return normalised timevals
commit 71e0ebcb6b977dc2a312759b70d458cf0bb221c5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 17 11:54:34 2016 +0200
ntp: don't send crypto-NAKs
Crypto-NAK is useful only with Autokey where it allows quick reset
of the association. There is no plan to support Autokey and NTS will
specify its own message for authentication errors.
-----------------------------------------------------------------------
Summary of changes:
candm.h | 14 +--
client.c | 32 +++---
clientlog.c | 19 ++--
clientlog.h | 6 +-
cmdmon.c | 22 ++--
configure | 26 +++--
keys.c | 19 ++--
local.c | 85 +++++++++-------
local.h | 15 ++-
localp.h | 2 +-
manual.c | 26 ++---
manual.h | 2 +-
ntp_core.c | 142 ++++++++++++--------------
ntp_core.h | 8 +-
ntp_io.c | 19 +++-
ntp_signd.c | 12 +--
ntp_sources.c | 18 ++--
ntp_sources.h | 4 +-
refclock.c | 82 +++++++--------
refclock.h | 6 +-
refclock_phc.c | 15 +--
refclock_pps.c | 5 +-
refclock_shm.c | 24 +++--
refclock_sock.c | 8 +-
reference.c | 68 ++++++-------
reference.h | 8 +-
reports.h | 6 +-
rtc.c | 2 +-
rtc_linux.c | 40 ++++----
sched.c | 80 +++++++--------
sched.h | 4 +-
smooth.c | 24 ++---
smooth.h | 10 +-
sources.c | 31 +++---
sources.h | 10 +-
sourcestats.c | 71 +++++++------
sourcestats.h | 16 +--
stubs.c | 4 +-
sys_generic.c | 30 +++---
sys_linux.c | 6 +-
sys_macosx.c | 61 +++++-------
sys_netbsd.c | 11 +-
tempcomp.c | 2 +-
test/unit/clientlog.c | 16 +--
test/unit/sources.c | 10 +-
test/unit/test.c | 2 +-
util.c | 266 ++++++++++++++++++++++++++-----------------------
util.h | 68 ++++++++-----
48 files changed, 750 insertions(+), 707 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.