[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.29.1-146-gcf3c7b3

[ 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  cf3c7b3bd69bfb9c1d06451927168067fb229f7b (commit)
       via  0b7f64cb338cb512f163b5b6d9ad2bb63d44bc53 (commit)
       via  ec4542bbe46ba1e26341622c04ee4e3d761ccabb (commit)
       via  fc235a3f16bea7ded6e5c84b3b3a1c8412cb8bfc (commit)
       via  4cf839547076c8ec85aea3e8dfa226c2dd8a226f (commit)
       via  fd03d823f2d2536d671d85420db49ea090990a3d (commit)
       via  e65fa1aa7be4af65af58adec169090d5141cdce0 (commit)
       via  3de72917c3d458bec38b3dda11eda873ad5c3fda (commit)
       via  b3b2f67d2fc0e7f0bfa8c48e8892755c43fff0d8 (commit)
       via  c2dc25e062347788146002ee612f016c298d70d1 (commit)
      from  ad9c360845d3aa1c72461821898f406c72109a73 (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 cf3c7b3bd69bfb9c1d06451927168067fb229f7b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue May 20 17:05:05 2014 +0200

    sys: add apply_step_offset function to generic driver
    
    Move the generic code away from the Linux driver and keep there only
    stepping by adjtimex(ADJ_SETOFFSET).

commit 0b7f64cb338cb512f163b5b6d9ad2bb63d44bc53
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 14 17:10:23 2014 +0200

    test: update for recent changes in Linux driver

commit ec4542bbe46ba1e26341622c04ee4e3d761ccabb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 14 17:08:00 2014 +0200

    sys: convert Linux driver to use generic offset functions
    
    Strip all slewing code (adjtime(), freq locked nano PLL, fast tick
    slewing) from the Linux driver and use the new generic frequency only
    slewing instead. The advantages include stable clock control with very
    short update intervals, good control of the slewing frequency, cheap
    cooking of raw time stamps and unlimited frequency offset.

commit fc235a3f16bea7ded6e5c84b3b3a1c8412cb8bfc
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed May 14 17:06:18 2014 +0200

    sys: introduce generic driver
    
    This driver is intended to complete system-specific drivers that don't
    have implemented all required driver functionality. Currently, it
    implements offset functions working on top of system-specific frequency
    functions. Offsets are corrected by changing frequency, similarly to
    fast slewing implemented in the Linux driver.

commit 4cf839547076c8ec85aea3e8dfa226c2dd8a226f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu May 15 18:45:09 2014 +0200

    test: make 110-chronyc even more tolerant

commit fd03d823f2d2536d671d85420db49ea090990a3d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri May 16 13:28:40 2014 +0200

    doc: update faq.txt

commit e65fa1aa7be4af65af58adec169090d5141cdce0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri May 16 13:21:49 2014 +0200

    client: don't override hostname with -4 or -6 after -h

commit 3de72917c3d458bec38b3dda11eda873ad5c3fda
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri May 16 13:05:32 2014 +0200

    client: set default hostname to 127.0.0.1 instead of localhost
    
    This is to make sure chronyd will see the remote address as 127.0.0.1
    and allow access even when localhost resolves to an address of a
    non-loopback interface.

commit b3b2f67d2fc0e7f0bfa8c48e8892755c43fff0d8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri May 16 10:33:01 2014 +0200

    client: enable IP_RECVERR socket option
    
    This is useful to get ECONNREFUSED when the host replies with ICMP port
    unreachable message and avoid having to wait for timeout.

commit c2dc25e062347788146002ee612f016c298d70d1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon May 5 18:05:02 2014 +0200

    sys: remove unused static variables in Linux driver

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

Summary of changes:
 chronyc.1.in                         |    2 +-
 client.c                             |   54 ++-
 configure                            |    2 +-
 faq.txt                              |   18 -
 logging.h                            |    1 +
 sys_generic.c                        |  301 +++++++++++++
 nameserv_async.h => sys_generic.h    |   25 +-
 sys_linux.c                          |  768 +---------------------------------
 test/simulation/103-initstepslew     |    2 +-
 test/simulation/106-refclock         |    4 +-
 test/simulation/109-makestep         |    4 +-
 test/simulation/110-chronyc          |    4 +-
 test/simulation/201-freqaccumulation |    2 +-
 test/simulation/test.common          |    2 +-
 wrap_adjtimex.c                      |  102 +----
 wrap_adjtimex.h                      |    7 +-
 16 files changed, 411 insertions(+), 887 deletions(-)
 create mode 100644 sys_generic.c
 copy nameserv_async.h => sys_generic.h (58%)


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/