commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-71-gbdbaf9d


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-71-gbdbaf9d
Date: Wed, 23 Aug 2017 13:02:38 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  bdbaf9d19c68ded3a9c3c62585f47fdc38841eb5 (commit)
       via  61d5aee1ce02888e78eab4ed85a9c8e631006d7b (commit)
       via  ae61f83839ea072533fca15dc75284799e5e0445 (commit)
       via  2d0d1fd043efd3457bc8bce04c884579d140b2b5 (commit)
       via  55efa897ebaa7ec880cd2b219362cb85f970cf33 (commit)
      from  25de3c52515332b41bf31774ce1ed8f32ee7adbf (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 bdbaf9d19c68ded3a9c3c62585f47fdc38841eb5
Author: Justus Winter <address@hidden>
Date:   Wed Aug 23 16:14:34 2017 +0200

    Drop the register qualifier.
    
    * console/display.c: Drop 'register'.
    * eth-multiplexer/dev_stat.c: Likewise.
    * libbpf/bpf_impl.c: Likewise.
    * libbpf/queue.c: Likewise.
    * libports/manage-multithread.c: Likewise.
    * libports/manage-one-thread.c: Likewise.

commit 61d5aee1ce02888e78eab4ed85a9c8e631006d7b
Author: Justus Winter <address@hidden>
Date:   Tue Aug 22 19:38:25 2017 +0200

    eth-multiplexer: Respect interfaces up flags.
    
    * eth-multiplexer/device_impl.c (ds_device_write): Deny writes when
    interface is down.
    * eth-multiplexer/vdev.c (add_vdev): Initialize flags to
    a sane value.
    (broadcast_pack): Skip interfaces that are down.
    (broadcast_msg): Likewise.

commit ae61f83839ea072533fca15dc75284799e5e0445
Author: Justus Winter <address@hidden>
Date:   Tue Aug 22 15:05:27 2017 +0200

    eth-multiplexer: Allow setting of flags.
    
    * eth-multiplexer/dev_stat.c (wants_all_multi_p): New function.
    (vdev_setstat): Likewise.
    * eth-multiplexer/device_impl.c (ds_device_set_status): Use new
    function.
    * eth-multiplexer/vdev.h (vdev_setstat): New declaration.

commit 2d0d1fd043efd3457bc8bce04c884579d140b2b5
Author: Justus Winter <address@hidden>
Date:   Wed Aug 23 16:05:23 2017 +0200

    eth-multiplexer: Generalize function and improve error handling.
    
    * eth-multiplexer/ethernet.c (set_promisc): Rename to
    'eth_set_clear_flags' and generalize.
    (ethernet_open): Adapt call site.
    (ethernet_close): Likewise.
    * eth-multiplexer/ethernet.h (eth_set_clear_flags): New declaration.

commit 55efa897ebaa7ec880cd2b219362cb85f970cf33
Author: Justus Winter <address@hidden>
Date:   Wed Aug 23 14:58:49 2017 +0200

    eth-multiplexer: Remove local definiton.
    
    * eth-multiplexer/ethernet.c (NET_FLAGS): Drop macro.

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

Summary of changes:
 console/display.c             |   2 +-
 eth-multiplexer/dev_stat.c    | 116 ++++++++++++++++++++++++++++++++++++++++--
 eth-multiplexer/device_impl.c |   5 +-
 eth-multiplexer/ethernet.c    |  45 ++++++++--------
 eth-multiplexer/ethernet.h    |   1 +
 eth-multiplexer/vdev.c        |  14 ++++-
 eth-multiplexer/vdev.h        |   2 +
 libbpf/bpf_impl.c             |  30 +++++------
 libbpf/queue.c                |  24 ++++-----
 libports/manage-multithread.c |   2 +-
 libports/manage-one-thread.c  |   2 +-
 11 files changed, 186 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]