commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.4-500-gc347399


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-500-gc347399
Date: Tue, 09 Dec 2014 08:35:57 +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 "GNU Mach".

The branch, master has been updated
       via  c3473992f56e39acd11c6c4e64d6cd1c7d67d37a (commit)
       via  8c4d15d5b824fd02bd6909f6d254828732f3bb7b (commit)
      from  8214da0d2e0e6f01b17c9d1dc1608f0ec3cf3be4 (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 c3473992f56e39acd11c6c4e64d6cd1c7d67d37a
Author: Justus Winter <address@hidden>
Date:   Thu Nov 6 16:57:35 2014 +0100

    include: add X_IMPORTS to ipc definitions
    
    This makes it possible to inject imports.
    
    * include/mach/gnumach.defs: Make it possible to inject imports.
    * include/mach/mach.defs: Likewise.
    * include/mach/mach_host.defs: Likewise.

commit 8c4d15d5b824fd02bd6909f6d254828732f3bb7b
Author: Justus Winter <address@hidden>
Date:   Tue Nov 4 18:46:42 2014 +0100

    kern: provide notifications about new tasks
    
    These notifications are sent to the port registered via
    `register_new_task_notification' and provide a robust parental
    relation between tasks to a userspace server.
    
    * Makefrag.am: Add task_notify.defs.
    * include/mach/gnumach.defs: Add register_new_task_notification.
    * include/mach/task_notify.defs: New file.
    * kern/task.c (new_task_notification): New variable.
    (task_create): Send new task notifications.
    (register_new_task_notification): Add server function.
    * kern/task_notify.cli: New file.

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

Summary of changes:
 Makefrag.am                                       |    8 +++++
 include/mach/gnumach.defs                         |   12 +++++++
 include/mach/mach.defs                            |    4 ++
 include/mach/mach_host.defs                       |    4 ++
 i386/grub/glue.h => include/mach/task_notify.defs |   33 +++++++++++---------
 kern/task.c                                       |   33 +++++++++++++++++++++
 kern/task_notify.cli                              |    7 ++++
 7 files changed, 86 insertions(+), 15 deletions(-)
 copy i386/grub/glue.h => include/mach/task_notify.defs (56%)
 create mode 100644 kern/task_notify.cli


hooks/post-receive
-- 
GNU Mach



reply via email to

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