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. dc7e40fa2b4abb76ae2a2c4


From: Justus Winter
Subject: [SCM] the great next stuff branch, dde, updated. dc7e40fa2b4abb76ae2a2c4fdf100e0a5f005aea
Date: Mon, 14 Apr 2014 08:45:47 +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  dc7e40fa2b4abb76ae2a2c4fdf100e0a5f005aea (commit)
       via  2eeea189af278a62c7ae4e492b6f404ecb95fc29 (commit)
       via  1e5ddee826d033731b190ea2ff01bbf8a086d547 (commit)
       via  ce9516b1dc45fbcd7e03680f6b1173208d79cc82 (commit)
       via  dcb434daad5e715e453370e5b802d58c02f7e3de (commit)
       via  339d3c27837ef4a220ea4f843cfa0ad1cbd2571b (commit)
      from  60735c6c8b1382518db01ca7d416113b03bb837b (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 dc7e40fa2b4abb76ae2a2c4fdf100e0a5f005aea
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:48:12 2014 +0200

    libmachdev: add, fix and use declaration for create_device_port
    
    * libmachdev/ds_routines.c (create_device_port): Fix the type of the
    size parameter.  Make it return error_t.
    * libmachdev/ds_routines.h (create_device_port): Add declaration.
    * libmachdev/net.c: Include ds_routines.h.
    * libmachdev/block.c: Include ds_routines.h.

commit 2eeea189af278a62c7ae4e492b6f404ecb95fc29
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:41:06 2014 +0200

    libmachdev: add missing includes
    
    Include the mig-generated X_S.h files so that the X_routine functions
    can be inlined into the demuxer functions.
    
    * libmachdev/ds_routines.c: Add missing include of notify_S.h
    * libmachdev/trivfs_server.c: Add missing include of device_S.h, and
    notify_S.h.

commit 1e5ddee826d033731b190ea2ff01bbf8a086d547
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:39:17 2014 +0200

    libmachdev: drop unused declarations
    
    * libmachdev/net.c (linux_intr_pri): Drop unused declaration.
    (port_bucket): Likewise.
    (dev_class): Likewise.

commit ce9516b1dc45fbcd7e03680f6b1173208d79cc82
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:33:18 2014 +0200

    libmachdev: make the two port buckets clearly distinct
    
    libmachdev uses two port buckets previously both named port_bucket.
    Rename the one containing device_t ports to device_bucket to clearly
    distinguish them.
    
    * libmachdev/ds_routines.c (port_bucket): Rename to device_bucket.
    * libmachdev/mig-decls.h: Likewise.

commit dcb434daad5e715e453370e5b802d58c02f7e3de
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:05:17 2014 +0200

    libmachdev: remove mach_device_deallocate
    
    mach_device_deallocate just called ports_port_deref.  However, the
    reference counting is done by the translation functions, explicitly
    reducing the reference count is just wrong.
    
    * libmachdev/ds_routines.c (mach_device_deallocate): Remove now unused
    function.
    (ds_device_close): Drop spurious call to mach_device_deallocate.

commit 339d3c27837ef4a220ea4f843cfa0ad1cbd2571b
Author: Justus Winter <address@hidden>
Date:   Sun Apr 13 12:02:55 2014 +0200

    libmachdev: fix device_open
    
    device_open used to explicitly call ds_device_open_reply instead of
    just letting the mig-generated wrapper around ds_device_open generate
    the return message.  There is really no need for that.
    
    * libmachdev/net.c: Do not include device_reply_U.h.
    (device_open): Do not call ds_device_open_reply.
    Set *devicePoly to MACH_MSG_TYPE_MAKE_SEND.

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

Summary of changes:
 libmachdev/block.c         |    1 +
 libmachdev/ds_routines.c   |   20 +++++++-------------
 libmachdev/ds_routines.h   |    2 ++
 libmachdev/mig-decls.h     |    4 ++--
 libmachdev/net.c           |   18 +++++++-----------
 libmachdev/trivfs_server.c |    3 +++
 6 files changed, 22 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

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