commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 5151e4bf1855122cae30866c433065d7


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 5151e4bf1855122cae30866c433065d7681bffa8
Date: Fri, 06 Apr 2012 22:08:26 +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  5151e4bf1855122cae30866c433065d7681bffa8 (commit)
       via  57c69b08378fc5b29f39227e8692a997f2374e31 (commit)
       via  d62085e5c5eb47cc2442899b125c799cb90e6d7b (commit)
      from  71f231da83fdd75deab3ce1b8643da50b6f574f5 (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 5151e4bf1855122cae30866c433065d7681bffa8
Author: Samuel Thibault <address@hidden>
Date:   Fri Apr 6 21:30:10 2012 +0200

    Check hyp_stack_switch return
    
    * i386/i386/pcb.c (switch_ktss): Check value returned by hyp_stack_switch.

commit 57c69b08378fc5b29f39227e8692a997f2374e31
Author: Samuel Thibault <address@hidden>
Date:   Fri Apr 6 21:26:32 2012 +0200

    Fix integer type
    
    * kern/thread.c (host_stack_usage): Set `total' type to natural_t.

commit d62085e5c5eb47cc2442899b125c799cb90e6d7b
Author: Samuel Thibault <address@hidden>
Date:   Fri Apr 6 21:17:05 2012 +0200

    Do not take address of va_list variable
    
    This breaks on x86_64, where it is an array and thus gets bogus results.
    
    * ddb/db_output.c (db_printf, kdbprintf): Pass copy of va_list variable 
instead
    of its address.
    * kern/debug.c (panic, log): Likewise.
    * kern/printf.c (vprintf, iprintf, sprintf, vsnprintf): Likewise.
    (_doprnt): Take va_list instead of va_list *, fix usage and comment 
accordingly.
    * kern/printf.h (_doprnt): Take va_list instead of va_list *.

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

Summary of changes:
 ddb/db_output.c |    4 ++--
 i386/i386/pcb.c |    3 ++-
 kern/debug.c    |    4 ++--
 kern/printf.c   |   29 ++++++++++++++++-------------
 kern/printf.h   |    2 +-
 kern/thread.c   |    2 +-
 6 files changed, 24 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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