commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. cf285afd0ff653a04c2c821


From: Justus Winter
Subject: [SCM] the great next stuff branch, dde, updated. cf285afd0ff653a04c2c821586481c3eadfa430c
Date: Wed, 26 Nov 2014 19:21:23 +0000

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 "the great next stuff".

The branch, dde has been updated
       via  cf285afd0ff653a04c2c821586481c3eadfa430c (commit)
       via  92c8444efa72369aaa872ba9cdb4815141839017 (commit)
       via  0a88ac0253454fa9736a0e5e3beba6a67041e18b (commit)
       via  9b9d03a427eae0be0c3a04629ea578f66a65152b (commit)
       via  67cac66d7f3f8720f486e724b6fe1c17a9072794 (commit)
       via  bf6ec210b64805464fc9abbebf12f97bc55c45c1 (commit)
      from  db98832d3ee1743ef2f39f3aabc1636b277e5a20 (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 cf285afd0ff653a04c2c821586481c3eadfa430c
Author: Justus Winter <address@hidden>
Date:   Wed Nov 26 14:58:15 2014 +0100

    libmachdev: drop static libmachdev.so hack
    
    Previously, netdde was built against `libmachdev.a' to avoid some
    uninvestigated linking problems.  netdde using a statically linked
    libmachdev lead to problems in the past.  As the linking problems only
    affect functions required for block devices, which we do not use at
    this point, we can simply stub them out until a proper solution is
    found.
    
    * libmachdev/Makefile: Do not overwrite the built `libmachdev.so' with
    simple linker script pulling in `libmachdev.a'.

commit 92c8444efa72369aaa872ba9cdb4815141839017
Author: Justus Winter <address@hidden>
Date:   Wed Nov 26 14:50:57 2014 +0100

    libmachdev: fix size of `net_rcv_msg' message
    
    Account for the `struct packet_header' that is prepended to the
    network packet in the calculation of the `net_rcv_msg' message.  This
    complements e363aa56.
    
    * libmachdev/net.c (netif_rx_handle): Fix size of message.

commit 0a88ac0253454fa9736a0e5e3beba6a67041e18b
Author: Justus Winter <address@hidden>
Date:   Wed Nov 26 12:52:19 2014 +0100

    libmachdev: drop debugging printf
    
    * libmachdev/net.c (netif_rx_handle): Avoid calling `printf' for every
    incoming handle.

commit 9b9d03a427eae0be0c3a04629ea578f66a65152b
Author: Justus Winter <address@hidden>
Date:   Tue Nov 25 12:57:29 2014 +0100

    libmachdev: drop unused function
    
    * libmachdev/ds_routines.c (mach_convert_device_to_port): Drop function.

commit 67cac66d7f3f8720f486e724b6fe1c17a9072794
Author: Justus Winter <address@hidden>
Date:   Fri Nov 21 13:48:44 2014 +0100

    Remove obsolete device server stubs
    
    Remove server implementations for the obsolete RPCs
    `xxx_device_set_status', `xxx_device_get_status', and
    `xxx_device_set_filter'.
    
    * devnode/devnode.c: Remove obsolete device server stubs.
    * eth-filter.multi-thread/filter.c: Likewise.
    * eth-filter/filter.c: Likewise.
    * eth-multiplexer/device_impl.c: Likewise.
    * libmachdev/ds_routines.c: Likewise.

commit bf6ec210b64805464fc9abbebf12f97bc55c45c1
Author: Justus Winter <address@hidden>
Date:   Fri Nov 21 13:47:13 2014 +0100

    Drop superfluous files
    
    * eth-multiplexer/device.h: Drop MIG-generated file.
    * libmachdev/device.defs: Drop superfluous file.

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

Summary of changes:
 devnode/devnode.c                |   21 ---
 eth-filter.multi-thread/filter.c |   21 ---
 eth-filter/filter.c              |   21 ---
 eth-multiplexer/device.h         |  336 --------------------------------------
 eth-multiplexer/device_impl.c    |   26 ---
 libmachdev/Makefile              |    3 -
 libmachdev/device.defs           |  175 --------------------
 libmachdev/ds_routines.c         |   45 -----
 libmachdev/net.c                 |    6 +-
 9 files changed, 1 insertions(+), 653 deletions(-)
 delete mode 100644 eth-multiplexer/device.h
 delete mode 100644 libmachdev/device.defs


hooks/post-receive
-- 
the great next stuff



reply via email to

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