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-385-g7353f58


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-385-g7353f58
Date: Sat, 01 Feb 2014 15:45:40 +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  7353f589daccb7fb61880d6994f6471e103da902 (commit)
       via  42b8f0e06f9b3a4a089ddbebd851988e095b0c72 (commit)
       via  df47f83ed98e4ce356af8d34de05b549f4f9c912 (commit)
       via  fe7cd805567e1f4d1ed92d87b216e2dc78249892 (commit)
      from  62ca925c9a6b0d12bdf17ac4ab93f5434575cedc (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 7353f589daccb7fb61880d6994f6471e103da902
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 02:09:02 2014 +0100

    include: add a fixed-size string type for debugging purposes
    
    * include/mach/debug.defs: New file.
    * include/mach/debug.h: Likewise.

commit 42b8f0e06f9b3a4a089ddbebd851988e095b0c72
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 02:19:43 2014 +0100

    ipc: use the name of the task for error messages
    
    * ipc/mach_port.c (mach_port_destroy): Use the name of the task for
    error messages.
    (mach_port_deallocate): Likewise.

commit df47f83ed98e4ce356af8d34de05b549f4f9c912
Author: Justus Winter <address@hidden>
Date:   Sat Feb 1 02:15:05 2014 +0100

    kern: add a name field to struct task
    
    * kern/task.c (task_create): Initialize name with the address of the task.
    * kern/task.h (TASK_NAME_SIZE): New definition.
    (struct task): Add field name.

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

    kern: add snprintf
    
    * kern/printf.c (snprintf): New function.
    * kern/printf.h (snprintf): New declaration.

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

Summary of changes:
 include/mach_debug/mach_debug_types.defs |    2 ++
 include/mach_debug/mach_debug_types.h    |   11 +++++++++++
 ipc/mach_port.c                          |    4 ++--
 kern/printf.c                            |   10 ++++++++++
 kern/printf.h                            |    1 +
 kern/task.c                              |    3 +++
 kern/task.h                              |    9 +++++++++
 7 files changed, 38 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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