[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.29.1-109-gff31702

[ 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  ff31702f7440f1998313b74eb2d345cd5e2fd075 (commit)
       via  3edd3fe5a48063f7e0c402681178a611dffae2ca (commit)
       via  4f3fb95981b93ab74cd698da2d78c97bb06dba7b (commit)
       via  7c7ab95e2e1811904c1b5e7b8d3d6567cc18820f (commit)
       via  70feea48f885b14dfaa6dc570d350cdad47dd8d2 (commit)
       via  c546c48d0d2e506f60e15d08ad669ea2aa31009e (commit)
       via  0baf00e1c007d0e4702c79f3a2b531e16be1911b (commit)
       via  788e7fcd896960216830d5b3e8cf9e8dd1591d04 (commit)
       via  7c45b1d2a3922e60375aff549f6c2e8366b6db49 (commit)
       via  93b66ac14152f75fbee524ffc447ab0a64272390 (commit)
       via  610284dcc38461c671598439fc3d3cd059e89f1e (commit)
       via  60d8586b6de9fc78dd08e40b8855daf3520e50cf (commit)
       via  70928dba5250406c4cbd56af66caf6f03d30c449 (commit)
       via  7fda9c672307f2c78a185cebb93f70e11d169155 (commit)
       via  4932f9d077125efef11a236af6e74ac0e841e7e9 (commit)
       via  0094128ca699a24c51f602a1e253958368fa7d53 (commit)
       via  de5178575fb40483a2cf19dba5edfbe17e07818e (commit)
       via  9eac078c182b8206d87e96fcb3c5e89084d49751 (commit)
      from  05c5445fe295f29c0c50df0a4d8b59c98b8753f2 (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 ff31702f7440f1998313b74eb2d345cd5e2fd075
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 16:28:44 2014 +0200

    configure: add option to set default user
    
    The default user is root by default, which disables root dropping by
    default. The user directive or the -u option can still be used to set
    the user.

commit 3edd3fe5a48063f7e0c402681178a611dffae2ca
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 15:12:53 2014 +0200

    main: support configuration commands on command line
    
    If there are extra arguments on the chronyd command line, they will be
    parsed as lines in a configuration file and the normal configuration file
    will be ignored.

commit 4f3fb95981b93ab74cd698da2d78c97bb06dba7b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 12:55:50 2014 +0200

    conf: allow NULL as filename

commit 7c7ab95e2e1811904c1b5e7b8d3d6567cc18820f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 12:36:13 2014 +0200

    conf: split line parsing from CNF_ReadFile

commit 70feea48f885b14dfaa6dc570d350cdad47dd8d2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 12:12:12 2014 +0200

    main: add -q/-Q options to set clock/print offset once and exit

commit c546c48d0d2e506f60e15d08ad669ea2aa31009e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 12:11:21 2014 +0200

    reference: add UpdateOnce and PrintOnce modes

commit 0baf00e1c007d0e4702c79f3a2b531e16be1911b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 11:01:01 2014 +0200

    logging: print warning message when not compiled with debug support

commit 788e7fcd896960216830d5b3e8cf9e8dd1591d04
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Apr 8 18:44:17 2014 +0200

    logging: set debug level instead of on/off
    
    Prefix messages written to terminal with filename, line and function
    name only with debug level 2 and higher.

commit 7c45b1d2a3922e60375aff549f6c2e8366b6db49
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 9 10:34:14 2014 +0200

    logging: update format of messages written to terminal
    
    Move the time stamp to start of the line and print full date in ISO 8601
    format.

commit 93b66ac14152f75fbee524ffc447ab0a64272390
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 18:26:16 2014 +0200

    reference: exit with non-zero code when maxchange limit is reached
    
    Use ending of normal mode to signal a failure.

commit 610284dcc38461c671598439fc3d3cd059e89f1e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 17:45:54 2014 +0200

    sources: log selection messages only in normal reference update mode
    
    We don't want to see source selection messages when initstepslew is
    running.

commit 60d8586b6de9fc78dd08e40b8855daf3520e50cf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 17:11:23 2014 +0200

    ntp: reduce burst timeout to 2.5 seconds
    
    This reduces the maximum time initstepslew can take.

commit 70928dba5250406c4cbd56af66caf6f03d30c449
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 16:15:40 2014 +0200

    ntp: set maximum number of iburst samples to size of reach register
    
    Explicitly set the number of iburst samples to the size of the register
    to make sure there are at least 7 reachability updates and the
    initstepslew mode can be ended.

commit 7fda9c672307f2c78a185cebb93f70e11d169155
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 17:27:44 2014 +0200

    ntp: drop initstepslew NTP implementation
    
    The initstepslew code has its own minimal NTP implementation. Drop the
    code, add a new initstepslew mode to the reference updating code and
    use regular NTP sources with iburst flag for initstepslew addresses
    instead. When an update is made or a source is found unreachable, log a
    message, remove the initstepslew sources and switch to normal mode.
    
    This reduces code duplication and makes initstepslew use features
    implemented only in the main code like source combining or SO_TIMESTAMP
    support.

commit 4932f9d077125efef11a236af6e74ac0e841e7e9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Apr 7 15:33:01 2014 +0200

    sources: replace beginning flag with size of reachability register
    
    This will allow to detect sources that are not reachable on start.

commit 0094128ca699a24c51f602a1e253958368fa7d53
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Apr 3 18:11:37 2014 +0200

    sources: split source selection from sample accumulation
    
    This will allow postponing source selection and reference update, which
    could be useful in burst modes.

commit de5178575fb40483a2cf19dba5edfbe17e07818e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Apr 8 16:59:02 2014 +0200

    git: update .gitignore

commit 9eac078c182b8206d87e96fcb3c5e89084d49751
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Apr 8 16:57:05 2014 +0200

    test: add missing run script

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

Summary of changes:
 .gitignore                       |    2 +
 Makefile.in                      |    2 +-
 acquire.c                        |  796 --------------------------------------
 acquire.h                        |   45 ---
 chrony.texi.in                   |   26 +-
 chronyd.8.in                     |   18 +-
 conf.c                           |  352 +++++++++--------
 conf.h                           |    7 +-
 configure                        |    9 +-
 logging.c                        |   22 +-
 logging.h                        |    8 +-
 main.c                           |   98 ++++-
 ntp_core.c                       |   10 +-
 ntp_sources.c                    |   15 +
 ntp_sources.h                    |    3 +
 refclock.c                       |    1 +
 reference.c                      |  114 ++++++-
 reference.h                      |   20 +
 sources.c                        |   72 ++--
 sources.h                        |    9 +-
 test/simulation/103-initstepslew |    9 +-
 test/simulation/run              |   20 +
 22 files changed, 577 insertions(+), 1081 deletions(-)
 delete mode 100644 acquire.c
 delete mode 100644 acquire.h
 create mode 100755 test/simulation/run


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/