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-156-g2249503


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. v1.4-156-g2249503
Date: Sun, 24 Nov 2013 10:18:39 +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  22495036a354e209a7f2085bdd2e1fc82895208b (commit)
       via  167804f7e91c8dfc8321299aacd82f831e01ef21 (commit)
      from  e23838032fef61d63bb82980dd0cbc1e6c0724f9 (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 22495036a354e209a7f2085bdd2e1fc82895208b
Author: Richard Braun <address@hidden>
Date:   Sun Nov 24 11:17:54 2013 +0100

    New RPC for thread destruction
    
    A new call, thread_terminate_release, is added to support self
    destruction in threading libraries.
    
    * include/mach/gnumach.defs (thread_terminate_release): New
    simpleroutine declaration.
    * kern/thread.c: Include vm/vm_user.h and ipc/mach_port.h.
    (thread_terminate_release): New function.
    * kern/thread.h (thread_terminate_release): New prototype.

commit 167804f7e91c8dfc8321299aacd82f831e01ef21
Author: Richard Braun <address@hidden>
Date:   Sun Nov 24 11:17:49 2013 +0100

    Export mach_port_destroy declaration
    
    * ipc/mach_port.h (mach_port_destroy): Add prototype.

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

Summary of changes:
 include/mach/gnumach.defs |   26 ++++++++++++++++++++++++++
 ipc/mach_port.h           |    5 +++++
 kern/thread.c             |   24 ++++++++++++++++++++++++
 kern/thread.h             |    7 +++++++
 4 files changed, 62 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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