commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-222-ge9687ec


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-222-ge9687ec
Date: Wed, 09 Apr 2014 10:27:19 +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 "Hurd".

The branch, master has been updated
       via  e9687ec4ff525ae4a88314ba4ae97da770bd012f (commit)
      from  e27425e63392683b85101961489a83e0abef133b (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 e9687ec4ff525ae4a88314ba4ae97da770bd012f
Author: Justus Winter <address@hidden>
Date:   Sat Apr 5 17:40:24 2014 +0200

    libports: fix notify_port_t receiver lookups
    
    * libports/Makefile (MIGSFLAGS): Include mig-mutate.h.
    * libports/mig-decls.h: New file.
    * libports/mig-mutate.h: Likewise.
    * libports/notify-dead-name.c: Fix receiver lookups.
    * libports/notify-no-senders.c: Likewise.
    * libports/notify-msg-accepted.c: Adjust function declaration.
    * libports/notify-port-deleted.c: Likewise.
    * libports/notify-port-destroyed.c: Likewise.
    * libports/notify-send-once.c: Likewise.
    * libports/ports.h: Likewise.
    * proc/Makefile (MIGSFLAGS): Include mig-mutate.h, move PROCESS mutators...
    * proc/mig-mutate.h: ... into a new file, add NOTIFY mutators.
    * proc/notify.c: Fix receiver lookups, adjust function declarations.
    * term/devio.c (ports_do_mach_notify_send_once): Adjust accordingly.

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

Summary of changes:
 libports/Makefile                   |    1 +
 {libpager => libports}/mig-decls.h  |   18 ++++++++----------
 {libpager => libports}/mig-mutate.h |    9 ++++++---
 libports/notify-dead-name.c         |    5 ++---
 libports/notify-msg-accepted.c      |    3 ++-
 libports/notify-no-senders.c        |    5 ++---
 libports/notify-port-deleted.c      |    3 ++-
 libports/notify-port-destroyed.c    |    3 ++-
 libports/notify-send-once.c         |    2 +-
 libports/ports.h                    |   20 ++++++++++++++------
 proc/Makefile                       |    4 +---
 auth/auth.h => proc/mig-mutate.h    |   21 +++++++++++++--------
 proc/notify.c                       |   24 ++++++++++++------------
 term/devio.c                        |    6 +++---
 14 files changed, 69 insertions(+), 55 deletions(-)
 copy {libpager => libports}/mig-decls.h (72%)
 copy {libpager => libports}/mig-mutate.h (77%)
 copy auth/auth.h => proc/mig-mutate.h (65%)


hooks/post-receive
-- 
Hurd



reply via email to

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