[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.4-4-g57fc2ff

[ 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  57fc2ff1beafef1244201c0af4cc45a8e973a5e6 (commit)
       via  d8d096aa54408bdcd7e054ba4b394bc0faacb354 (commit)
       via  0a105453147973794d2e600df2b67e8653f7bbd3 (commit)
       via  aeb57a36b214adc561d199e7ae7ca8a85dad403c (commit)
      from  b703bc32c97950e03d0e4b9d03bd5e0b1d0a7514 (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 57fc2ff1beafef1244201c0af4cc45a8e973a5e6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Jun 22 15:14:25 2016 +0200

    sched: add support for output file event
    
    This allows waiting for non-blocking write operations.

commit d8d096aa54408bdcd7e054ba4b394bc0faacb354
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Jun 22 14:21:33 2016 +0200

    sched: don't keep prepared fd_set
    
    Instead of copying a prepared fd_set to the fd_set used by select(),
    fill it from scratch according to the array of file handlers before each
    select() call. This should make the code simpler and save some memory
    when other events are supported.

commit 0a105453147973794d2e600df2b67e8653f7bbd3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Jun 16 16:47:40 2016 +0200

    sched: rework file handling API
    
    Replace SCH_*InputFileHandler() functions with more general
    SCH_*FileHandler(), where events are specified as a new parameter and
    which will later support other file events, e.g. file ready for ouput
    and exception.
    
    The file handlers have two new parameters: file descriptor and event.

commit aeb57a36b214adc561d199e7ae7ca8a85dad403c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Jun 16 17:15:04 2016 +0200

    logging: fix LOG_MESSAGE macro to not use semicolon

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

Summary of changes:
 cmdmon.c         |   15 +++--
 logging.h        |    4 +-
 nameserv_async.c |    6 +-
 ntp_io.c         |   11 ++--
 refclock_sock.c  |    9 ++-
 rtc_linux.c      |   10 ++--
 sched.c          |  174 +++++++++++++++++++++++++++++++++---------------------
 sched.h          |   15 ++---
 8 files changed, 141 insertions(+), 103 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/