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-103-g5695705


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.9-103-g5695705
Date: Mon, 25 Sep 2017 07:07:20 -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  56957059d60d87e21d2369ffa9b017f9acc14458 (commit)
       via  e02b339f6f132774729d77d440ced82817ad1460 (commit)
       via  5624d5437a35a82fa518fe0e33802a7a50f5bb15 (commit)
       via  39a17aa65475b0115d824b99a6b4682cd4214af3 (commit)
       via  a0ff0a992dbcd1ed9d67e96d895555671db977d9 (commit)
       via  21c123402ef4fec7b9ca8e31017f1a003305e9a1 (commit)
       via  7b9011628ec0dea3e01b19b75013ce5cf5b9c841 (commit)
      from  89a49ec8b3a847f3b770cff6a4a80b98b94ad7bf (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 56957059d60d87e21d2369ffa9b017f9acc14458
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 14:20:16 2017 +0200

    eth-multiplexer: Avoid copying data multiple times.
    
    * eth-multiplexer/vdev.c (broadcast_pack): Construct message just once.
    (deliver_pack): Remove function.
    (deliver_msg): Make function static.
    * eth-multiplexer/vdev.h (deliver_{msg,pack}): Remove declarations.

commit e02b339f6f132774729d77d440ced82817ad1460
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 13:42:16 2017 +0200

    eth-multiplexer: Remove unused macro.
    
    * eth-multiplexer/vdev.h (MAX_SERVERS): Remove.

commit 5624d5437a35a82fa518fe0e33802a7a50f5bb15
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 13:26:48 2017 +0200

    eth-multiplexer: Fix debug macro.
    
    * eth-multiplexer/util.h (debug): Avoid format string warning.

commit 39a17aa65475b0115d824b99a6b4682cd4214af3
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 12:25:08 2017 +0200

    eth-multiplexer: Simplify device creation.
    
    * eth-multiplexer/vdev.c (add_vdev): Remove class and bucket parameter.
    * eth-multiplexer/vdev.h (add_vdev): Likewise.
    * eth-multiplexer/device_impl.c (ds_device_open): Update callsite.

commit a0ff0a992dbcd1ed9d67e96d895555671db977d9
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 12:24:05 2017 +0200

    eth-multiplexer: Remove unused function.
    
    * eth-multiplexer/vdev.c (has_vdev): Drop function.
    * eth-multiplexer/vdev.h (has_vdev): Drop declaration.

commit 21c123402ef4fec7b9ca8e31017f1a003305e9a1
Author: Justus Winter <address@hidden>
Date:   Mon Sep 25 13:04:57 2017 +0200

    libdiskfs: Improve error message.
    
    * libdiskfs/init-main.c (diskfs_init_main): Use name of the function
    that failed as error message.

commit 7b9011628ec0dea3e01b19b75013ce5cf5b9c841
Author: Justus Winter <address@hidden>
Date:   Thu Sep 21 14:22:33 2017 +0200

    fshelp: Fix fetching control ports.
    
    * libfshelp/fetch-control.c (fshelp_fetch_control): When a port is
    stale, do not try to deallocate it.

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

Summary of changes:
 eth-multiplexer/device_impl.c |  9 +--------
 eth-multiplexer/util.h        |  6 +++---
 eth-multiplexer/vdev.c        | 45 +++++++++++++++----------------------------
 eth-multiplexer/vdev.h        | 11 ++++-------
 libdiskfs/init-main.c         |  2 +-
 libfshelp/fetch-control.c     |  6 +-----
 6 files changed, 26 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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