[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.4-20-ga78031c

[ 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  a78031ce0d5e90fb59a7bef56093a5a597c097e2 (commit)
       via  34e9dd13cebe47393844551ae6039c2ab205f4c9 (commit)
       via  6e52a9be7a66845f080b1f566bca6519443ac338 (commit)
      from  69c6dffd63c58f329999a8d3420c5d2875940b5f (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 a78031ce0d5e90fb59a7bef56093a5a597c097e2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Apr 18 15:56:15 2019 +0200

    refclock: check all driver options
    
    In each driver provide a list of supported options and abort when an
    unknown option is specified in the refclock directive.

commit 34e9dd13cebe47393844551ae6039c2ab205f4c9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Apr 18 12:29:44 2019 +0200

    doc: fix syntax of refclock directive
    
    When multiple driver options are specified, they need to be separated by
    colon, not comma.

commit 6e52a9be7a66845f080b1f566bca6519443ac338
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 17 17:33:16 2019 +0200

    test: add system tests
    
    Add a new set of tests for testing basic functionality, starting chronyd
    with root privileges on the actual system instead of the simulator.
    
    Tests numbered in the 100-199 range are considered destructive and
    intended to be used only on machines dedicated for development or
    testing. They are started by the run script only with the -d option.
    They may adjust/step the system clock and other clocks, block the RTC,
    enable HW timestamping, create SHM segments, etc.
    
    Other tests should not interfere with the system and should work even
    when another NTP server/client is running.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in                 |   2 +
 doc/chrony.conf.adoc        |   6 +-
 refclock.c                  |  64 ++++++---
 refclock.h                  |   1 +
 refclock_phc.c              |   3 +
 refclock_pps.c              |   3 +
 refclock_shm.c              |   3 +
 refclock_sock.c             |   2 +
 test/system/001-minimal     |  13 ++
 test/system/002-extended    |  13 ++
 test/system/003-memlock     |  15 +++
 test/system/004-priority    |  15 +++
 test/system/005-scfilter    |  17 +++
 test/system/006-privdrop    |  17 +++
 test/system/007-cmdmon      |  69 ++++++++++
 test/system/100-clockupdate |  30 +++++
 test/system/101-rtc         |  19 +++
 test/system/102-hwtimestamp |  28 ++++
 test/system/103-refclock    |  19 +++
 test/system/run             |  64 +++++++++
 test/system/test.common     | 317 ++++++++++++++++++++++++++++++++++++++++++++
 21 files changed, 701 insertions(+), 19 deletions(-)
 create mode 100755 test/system/001-minimal
 create mode 100755 test/system/002-extended
 create mode 100755 test/system/003-memlock
 create mode 100755 test/system/004-priority
 create mode 100755 test/system/005-scfilter
 create mode 100755 test/system/006-privdrop
 create mode 100755 test/system/007-cmdmon
 create mode 100755 test/system/100-clockupdate
 create mode 100755 test/system/101-rtc
 create mode 100755 test/system/102-hwtimestamp
 create mode 100755 test/system/103-refclock
 create mode 100755 test/system/run
 create mode 100644 test/system/test.common


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.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/