commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch dde-upstream updated (d4fa1e5 -> 7f581f1)


From: Samuel Thibault
Subject: [hurd] branch dde-upstream updated (d4fa1e5 -> 7f581f1)
Date: Tue, 27 May 2014 08:32:05 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a change to branch dde-upstream
in repository hurd.

      from  d4fa1e5   Merge remote-tracking branch 'incubator/dde' into 
dde-upstream
       new  1eabe09   libports: fix notify_port_t receiver lookups
       new  1de3e6d   eth-filter: remove invalid port deallocation
       new  e9ad612   Drop DIST_FILES from Makefile
       new  af547d8   eth-filter: fix receiver lookups
       new  dc2f85b   eth-multiplexer: fix receiver lookups
       new  44fe26d   libmachdev: avoid doing pointer arithmetic to get the 
port_info
       new  ec0dc54   libmachdev: remove unused function
       new  50df22e   libmachdev: fix receiver lookups
       new  6a290fc   libmachdev: fix function declaration
       new  d193d3e   devnode: remove the ourdevice hack
       new  743bd66   devnode: fix argp_program_version, remove 
argp_program_bug_address
       new  6820a01   eth-filter: fix argp_program_version, remove 
argp_program_bug_address
       new  3f838a2   eth-multiplexer: fix argp_program_version, remove 
argp_program_bug_address
       new  6ef14d2   devnode: improve the demuxer function
       new  f24cfd8   libmachdev: improve the demuxer functions
       new  8ca1429   eth-filter: improve the demuxer function
       new  60735c6   eth-multiplexer: improve the demuxer function
       new  339d3c2   libmachdev: fix device_open
       new  dcb434d   libmachdev: remove mach_device_deallocate
       new  ce9516b   libmachdev: make the two port buckets clearly distinct
       new  1e5ddee   libmachdev: drop unused declarations
       new  2eeea18   libmachdev: add missing includes
       new  dc7e40f   libmachdev: add, fix and use declaration for 
create_device_port
       new  7f581f1   Merge remote-tracking branch 'incubator/dde' into 
dde-upstream

The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boot-proxy-exc/Makefile                            |   1 -
 devnode/Makefile                                   |   7 +-
 devnode/devnode.c                                  |  36 +--
 libnetfs/get-source.c => devnode/mig-mutate.h      |  21 +-
 eth-filter.multi-thread/Makefile                   |   1 -
 eth-filter/Makefile                                |   7 +-
 eth-filter/filter.c                                |  99 ++++-----
 libdiskfs/get-source.c => eth-filter/mig-decls.h   |  35 ++-
 libdiskfs/get-source.c => eth-filter/mig-mutate.h  |  28 ++-
 eth-multiplexer/Makefile                           |   8 +-
 eth-multiplexer/device_impl.c                      |  59 ++---
 eth-multiplexer/mig-decls.h                        |  45 ++++
 .../get-source.c => eth-multiplexer/mig-mutate.h   |  28 ++-
 eth-multiplexer/multiplexer.c                      |  24 +-
 eth-multiplexer/notify_impl.c                      |  14 +-
 libmachdev/Makefile                                |   6 +-
 libmachdev/block.c                                 |   1 +
 libmachdev/device.defs                             |  11 +-
 libmachdev/ds_routines.c                           | 244 +++++++--------------
 libmachdev/ds_routines.h                           |   2 +
 libdiskfs/get-source.c => libmachdev/mig-decls.h   |  34 ++-
 libdiskfs/get-source.c => libmachdev/mig-mutate.h  |  28 ++-
 libmachdev/net.c                                   |  18 +-
 libmachdev/trivfs_server.c                         |  34 +--
 proc_proxy/Makefile                                |   1 -
 25 files changed, 374 insertions(+), 418 deletions(-)
 copy libnetfs/get-source.c => devnode/mig-mutate.h (69%)
 copy libdiskfs/get-source.c => eth-filter/mig-decls.h (50%)
 copy libdiskfs/get-source.c => eth-filter/mig-mutate.h (56%)
 create mode 100644 eth-multiplexer/mig-decls.h
 copy libdiskfs/get-source.c => eth-multiplexer/mig-mutate.h (56%)
 copy libdiskfs/get-source.c => libmachdev/mig-decls.h (51%)
 copy libdiskfs/get-source.c => libmachdev/mig-mutate.h (56%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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