[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-16-gabb0941

[ 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  abb09418b16993ecd8289dd459dff91701f4f971 (commit)
       via  c103bebd9f83cfafd69544595efcaaef28375824 (commit)
       via  935d855b47978395b1b007da83a2493ead709ebb (commit)
      from  f8f9100a0d7b18404c5a69391a60b50383276fec (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 abb09418b16993ecd8289dd459dff91701f4f971
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 19 12:20:14 2017 +0200

    sys_linux: don't drop PHC samples with zero delay
    
    When processing data from the PTP_SYS_OFFSET ioctl, the sample is
    dropped when an interval between two consecutive readings of the system
    clock is negative or zero, assuming the clock has been stepped between
    the two readings.
    
    With a real PHC the interval is normally expected to be at least a
    microsecond, but with a virtual PHC and a low-resolution system clock
    it's possible to get two readings with the same system time. Modify the
    check to drop only samples with a negative delay.

commit c103bebd9f83cfafd69544595efcaaef28375824
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 5 13:10:40 2017 +0200

    configure: check for clang
    
    Try clang as the C compiler before cc and use the same -W* CFLAGS as
    with gcc.

commit 935d855b47978395b1b007da83a2493ead709ebb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Apr 5 11:20:22 2017 +0200

    util: indicate truncated Unix socket path in UTI_SockaddrToString()
    
    Specify the maximum length of the path in the snprintf() format to avoid
    a new gcc warning (-Wformat-truncation). If the path doesn't fit in the
    buffer, indicate with the '>' symbol that it was truncated. The function
    is used only for debug messages.

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

Summary of changes:
 configure        | 14 ++++++++------
 sys_linux.c      |  4 +++-
 test/unit/util.c | 17 ++++++++++++++++-
 util.c           |  8 ++++++--
 4 files changed, 33 insertions(+), 10 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/