[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-8-g3a635fc

[ 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  3a635fc51fd62af6bc2a648afb67f7123c0151d3 (commit)
       via  10078566dad9be40e5b1dc6f0b168924e6200f4b (commit)
       via  c44346096c2dca59a1eff39f60990a5570894103 (commit)
       via  0ff449e6a6122666e1d04d0837ec25143ddb0fad (commit)
       via  f3a16383b914577970d2b74543cadad8b092b84d (commit)
       via  539ef3f770038eb6f31ac3986d15a1257a86cdcd (commit)
       via  f282856c72b7e8904e70527210915e12e6ed7227 (commit)
       via  6db8ec1ba2a2a8a36a8c5c0ab8a110717f1cff4c (commit)
      from  5187c08c9079ddb3e3da69b7997154bee1616974 (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 3a635fc51fd62af6bc2a648afb67f7123c0151d3
Author: Chris Perl <cperl@xxxxxxxxxxxxxx>
Date:   Fri Mar 10 08:45:41 2017 -0500

    sourcestats: reorder arguments to DEBUG_LOG in SST_IsGoodSample
    
    The delay_increase and allowed_increase variables are backwards with
    respect to the ordering of the words in the message.

commit 10078566dad9be40e5b1dc6f0b168924e6200f4b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Mar 10 16:49:57 2017 +0100

    test: make 117-fallbackdrift more reliable

commit c44346096c2dca59a1eff39f60990a5570894103
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Mar 9 18:16:56 2017 +0100

    sys: add null driver
    
    Add a new clock driver that doesn't actually try to adjust the clock.
    It allows chronyd to run without the capability to adjust/set the system
    clock, e.g. in some containers. It can be enabled by the -x option.

commit 0ff449e6a6122666e1d04d0837ec25143ddb0fad
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Mar 9 16:09:36 2017 +0100

    local: improve log message for failed clock step

commit f3a16383b914577970d2b74543cadad8b092b84d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 8 10:45:20 2017 +0100

    main: dump history by default
    
    Always write the measurement history on exit when the dump directory is
    specified and silently ignore the dumponexit directive. There doesn't
    seem to be a good use case for dumpdir and -r without dumponexit as the
    history would be invalidated by adjustments of the clock that happened
    between the dump command and chronyd exit.

commit 539ef3f770038eb6f31ac3986d15a1257a86cdcd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Mar 8 10:14:35 2017 +0100

    main: rewrite some error messages

commit f282856c72b7e8904e70527210915e12e6ed7227
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 7 17:30:09 2017 +0100

    logging: remove facility parameter
    
    It was never used for anything and messages in debug output already
    include filenames, which can be easily grepped if there is a need
    to see log messages only from a particular file.

commit 6db8ec1ba2a2a8a36a8c5c0ab8a110717f1cff4c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Mar 7 16:43:33 2017 +0100

    privops: separate res_init() call
    
    Move the res_init() call from do_name_to_ipaddress() into a separate
    privops operation. Use it in ntp_sources and avoid unnecessary
    res_init() calls in the main thread.

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

Summary of changes:
 Makefile.in                       |   2 +-
 client.c                          | 102 +++++++++++++--------------
 clientlog.c                       |   8 +--
 cmdmon.c                          |  40 +++++------
 conf.c                            |  33 ++++-----
 conf.h                            |   1 -
 configure                         |   2 +-
 doc/chrony.conf.adoc              |  18 ++---
 doc/chronyc.adoc                  |  16 ++---
 doc/chronyd.adoc                  |   7 ++
 hwclock.c                         |   8 +--
 keys.c                            |  12 ++--
 local.c                           |  18 ++---
 logging.c                         |   7 +-
 logging.h                         |  65 +++---------------
 main.c                            |  37 +++++-----
 manual.c                          |   5 +-
 memory.c                          |   6 +-
 nameserv_async.c                  |   6 +-
 ntp_core.c                        |  81 +++++++++++-----------
 ntp_io.c                          |  44 ++++++------
 ntp_io_linux.c                    |  31 ++++-----
 ntp_signd.c                       |  41 ++++++-----
 ntp_sources.c                     |  25 ++++---
 privops.c                         |  65 ++++++++++++++----
 privops.h                         |   6 ++
 refclock.c                        |  28 ++++----
 refclock_phc.c                    |   4 +-
 refclock_pps.c                    |  18 ++---
 refclock_shm.c                    |   6 +-
 refclock_sock.c                   |  12 ++--
 reference.c                       |  60 ++++++++--------
 rtc.c                             |   6 +-
 rtc_linux.c                       |  52 +++++++-------
 sched.c                           |  14 ++--
 smooth.c                          |   6 +-
 sources.c                         |  35 +++++-----
 sourcestats.c                     |  17 ++---
 stubs.c                           |   2 +-
 sys.c                             |  24 +++++--
 sys.h                             |   2 +-
 sys_generic.c                     |   6 +-
 sys_linux.c                       |  50 +++++++-------
 sys_macosx.c                      |  21 +++---
 sys_netbsd.c                      |   8 +--
 sys_null.c                        | 140 ++++++++++++++++++++++++++++++++++++++
 tempcomp.h => sys_null.h          |  15 ++--
 sys_timex.c                       |   8 +--
 tempcomp.c                        |  14 ++--
 test/simulation/117-fallbackdrift |   5 +-
 util.c                            |  30 ++++----
 51 files changed, 693 insertions(+), 576 deletions(-)
 create mode 100644 sys_null.c
 copy tempcomp.h => sys_null.h (82%)


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/