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-403-g61104ec


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-403-g61104ec
Date: Wed, 05 Feb 2014 10:58:33 +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  61104ec0056504e675d7096e23c9de3f7fdda2ff (commit)
       via  877a319c94619e51a0103b9f201523b269588eb0 (commit)
       via  de74f85990dc39bc6723f046f83d4e53c45f4343 (commit)
      from  32dcfafb3b8cdc22641254d50571b8be1d33fae3 (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 61104ec0056504e675d7096e23c9de3f7fdda2ff
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 15:05:58 2014 +0100

    doc: document task_set_name
    
    * doc/mach.texi (Task Information): Document the new task_set_name
    procedure.

commit 877a319c94619e51a0103b9f201523b269588eb0
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 02:25:45 2014 +0100

    include: add task_set_name
    
    task_set_name sets the name of a task.  This is a debugging aid.  The
    name will be used in error messages printed by the kernel.
    
    * include/mach/gnumach.defs (task_set_name): New procedure.

commit de74f85990dc39bc6723f046f83d4e53c45f4343
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 02:23:07 2014 +0100

    kern: implement task_set_name
    
    task_set_name sets the name of a task.  This is a debugging aid.  The
    name will be used in error messages printed by the kernel.
    
    * kern/task.c (task_set_name): New function.
    * kern/task.h (task_set_name): New declaration.

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

Summary of changes:
 doc/mach.texi             |   11 +++++++++++
 include/mach/gnumach.defs |    9 +++++++++
 kern/task.c               |   17 +++++++++++++++++
 kern/task.h               |    4 ++++
 4 files changed, 41 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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