[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.1.1-94-g8feb37d

[ 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  8feb37df2b48f526fd4d90d7754b9a2d5d9071b4 (commit)
       via  1d2b481069f1814e636d7e5d2963025ed60e5df1 (commit)
       via  c062fa2fa977695301aed8f27eecf7ce4e546fd9 (commit)
       via  f444561a106ac73d7de7b6a1949df73c739d8bf2 (commit)
       via  046f219a0eefa9d90838ab61fbd7b5df2f113b79 (commit)
      from  3cd32ed660dc0cc3ab655086130f225010c88bee (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 8feb37df2b48f526fd4d90d7754b9a2d5d9071b4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Sep 18 10:29:47 2015 +0200

    sys_solaris: use timex driver
    
    Remove driver functions based on adjtime() and switch to the new timex
    driver. The kernel allows the timex frequency to be set in the full
    range of int32_t, which gives a maximum frequency of 32768 ppm. Round
    the limit to 32500 ppm.

commit 1d2b481069f1814e636d7e5d2963025ed60e5df1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Sep 18 10:16:40 2015 +0200

    sys_timex: set timex constant on Solaris
    
    The kernel apparently checks the constant even when it's not being set
    with MOD_TIMECONST and may return EINVAL on an uninitialized value.

commit c062fa2fa977695301aed8f27eecf7ce4e546fd9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Sep 18 12:05:44 2015 +0200

    client: fix binding of Unix socket on Solaris
    
    bind() needs to be called before connect(), otherwise it fails with
    EINVAL.

commit f444561a106ac73d7de7b6a1949df73c739d8bf2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Sep 18 10:10:50 2015 +0200

    fix building on Solaris
    
    - a feature test macro is needed to get msg_control in struct msghdr
    - variables must not be named sun to avoid conflict with a macro
    - res_init() needs -lresolv
    - configure tests for IPv6 and getaddrinfo need -lsocket -lnsl
    - pid_t is defined as long and needs to be cast for %d format

commit 046f219a0eefa9d90838ab61fbd7b5df2f113b79
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Sep 18 10:07:56 2015 +0200

    clean up sysincl.h more
    
    Define feature test macros in config.h if needed.

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

Summary of changes:
 client.c      |   24 ++--
 configure     |   16 ++-
 main.c        |    2 +-
 sys_solaris.c |  428 +--------------------------------------------------------
 sys_timex.c   |    6 +
 sysincl.h     |    7 +-
 6 files changed, 34 insertions(+), 449 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.


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