commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 338d9ca7981f25099d99d280b0dd3af5


From: Richard Braun
Subject: [SCM] GNU Mach branch, master, updated. 338d9ca7981f25099d99d280b0dd3af590d65763
Date: Tue, 22 Jan 2013 21:39:27 +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  338d9ca7981f25099d99d280b0dd3af590d65763 (commit)
      from  2a6b4fc29ad57a2d9127fd4095f60238ba370cab (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 338d9ca7981f25099d99d280b0dd3af590d65763
Author: Richard Braun <address@hidden>
Date:   Tue Jan 22 22:32:14 2013 +0100

    Add the mach_print debugging system call
    
    The purpose of this system call is to help debugging in situations where
    it's desirable to bypass the mach_msg call entirely.
    
    * include/mach/syscall_sw.h (mach_print): Generate system call code.
    * kern/syscall_subr.c: Include <kern/printf.h>.
    [MACH_KDB] (mach_print): New function.
    * kern/syscall_subr.h (mach_print): New prototype.
    * kern/syscall_sw.c [MACH_KDB] (mach_trap_table): Declare mach_print
    system call.

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

Summary of changes:
 include/mach/syscall_sw.h |    1 +
 kern/syscall_subr.c       |   16 ++++++++++++++++
 kern/syscall_subr.h       |    1 +
 kern/syscall_sw.c         |    6 +++++-
 4 files changed, 23 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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