[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.30-47-g068ce23

[ 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  068ce237af3bd4d6e712a5befec6ea0ad3d9efb9 (commit)
       via  a5e9e5d0dfb2e83e282a0d9bf3f41d865a1d6417 (commit)
       via  e0af8069c12f61e794e6d9a0ee089073e62869fe (commit)
       via  696b05d6e6b29ad8041693ef572e7cb4a0c52115 (commit)
       via  7e1a699616c0244b3f764cdcd2304e8fea70cd7c (commit)
       via  716d73d9820d63fab3c8a63f879449438f596a7d (commit)
       via  38ac08111410e5d3f8e0f1e6b699809b149a488a (commit)
       via  5fce101f85535ba7e88f936f5650b70c55c371a7 (commit)
       via  c6e064200d262435083af7c3a2367775b93aaabf (commit)
       via  c52e9085d1c7484493f4540fb8772390c7d9a8e1 (commit)
       via  d0fb17d70c661dd83c8f24752ca0d9cb4e4f59a9 (commit)
       via  713153b610a4e8a1ed640202d78a179c0e9e41bb (commit)
       via  09d039fba6afb10fe93ab8b629ab17009dea4c80 (commit)
      from  07f7f28058f61730abe17cb8333c48d2108bc614 (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 068ce237af3bd4d6e712a5befec6ea0ad3d9efb9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 18:31:02 2014 +0200

    reference: always update driftfile on exit
    
    This is useful with the new fallback function of the -s option to
    restore the system time at which chronyd was previously stopped.

commit a5e9e5d0dfb2e83e282a0d9bf3f41d865a1d6417
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 18:21:24 2014 +0200

    rtc: set clock to mtime of driftfile when RTC preinit fails
    
    When the RTC preinit function fails, set the system clock to the time of
    the last modification of the driftfile if it's in the future. This makes
    the -s option somewhat useful on systems where RTC is not supported or
    missing.
    
    This is similar to the functionality implemented in the fake-hwclock
    script.

commit e0af8069c12f61e794e6d9a0ee089073e62869fe
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 17:34:25 2014 +0200

    rtc: don't try to open rtcfile when not set

commit 696b05d6e6b29ad8041693ef572e7cb4a0c52115
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 17:19:36 2014 +0200

    rtc: use fscanf() to read coefficients

commit 7e1a699616c0244b3f764cdcd2304e8fea70cd7c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 17:03:55 2014 +0200

    rtc: return status from preinit function

commit 716d73d9820d63fab3c8a63f879449438f596a7d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 13:07:52 2014 +0200

    rtc: use LCL functions to read and step system clock

commit 38ac08111410e5d3f8e0f1e6b699809b149a488a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 13:06:38 2014 +0200

    rtc: improve accuracy of preinit step

commit 5fce101f85535ba7e88f936f5650b70c55c371a7
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 11:58:56 2014 +0200

    rtc: minor cleanup in RTC_Linux_TimePreInit()

commit c6e064200d262435083af7c3a2367775b93aaabf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 11:25:16 2014 +0200

    rtc: move preinit call to RTC_Initialise()

commit c52e9085d1c7484493f4540fb8772390c7d9a8e1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 11:03:15 2014 +0200

    rtc: cleanup in error messages

commit d0fb17d70c661dd83c8f24752ca0d9cb4e4f59a9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 15:09:48 2014 +0200

    test: add 115-cmdmontime

commit 713153b610a4e8a1ed640202d78a179c0e9e41bb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 14:52:07 2014 +0200

    util: update functions converting cmdmon timestamps

commit 09d039fba6afb10fe93ab8b629ab17009dea4c80
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 18 13:58:52 2014 +0200

    cmdmon: convert LOGON timestamp only with LOGON message
    
    Avoid always calling UTI_TimevalNetworkToHost() and make the code more
    readable.

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

Summary of changes:
 chrony.texi.in                 |   14 ++++----
 chronyd.8.in                   |   15 ++++----
 cmdmon.c                       |   24 +++++++------
 main.c                         |    6 +---
 reference.c                    |    2 +-
 rtc.c                          |   74 +++++++++++++++++++++++----------------
 rtc.h                          |    3 +-
 rtc_linux.c                    |   75 ++++++++++++++++++----------------------
 rtc_linux.h                    |    2 +-
 test/simulation/115-cmdmontime |   24 +++++++++++++
 util.c                         |   24 ++++++-------
 11 files changed, 147 insertions(+), 116 deletions(-)
 create mode 100755 test/simulation/115-cmdmontime


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/