commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. 84bf93fa103eb9e2ed914b67cd5d2c70


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 84bf93fa103eb9e2ed914b67cd5d2c7058d30b42
Date: Tue, 20 Mar 2012 01:48:37 +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  84bf93fa103eb9e2ed914b67cd5d2c7058d30b42 (commit)
       via  0410dd9e3fe657ef3d8334394180eac5956d407d (commit)
       via  3799f797d1c8f440bd83c11db3d76a9fb93b6fdb (commit)
      from  ba54d8a07b20916b84df1d8159fb0b50f8f692b8 (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 84bf93fa103eb9e2ed914b67cd5d2c7058d30b42
Author: Samuel Thibault <address@hidden>
Date:   Tue Mar 20 02:37:02 2012 +0100

    Use long types
    
    * ddb/db_examine.c (db_xcdump): Do not cast addr before passing to
    db_read_bytes.
    * ddb/db_macro.c (db_arg_variable): Return long.
    * ddb/db_macro.h (db_arg_variable): Likewise.
    * ddb/db_sym.c (db_maxoff): Set type to unsigned long.
    * ddb/db_task_thread.c (db_set_default_thread, db_get_task_thread): Return
    long.
    * ddb/db_variables.h (db_variable): Make fcn function field to return long.
    (FCN_NULL): Make function type return long.
    * i386/i386/db_interface.c (int_regs): Set field sizes to long.
    * i386/i386/db_machdep.h (db_expr_t): Set type to long.
    * i386/i386/db_trace.c (db_i386_reg_value): Return long. Use long types.
    (i386_frame, i386_kregs, interrupt_frame, db_nextframe): Set field sizes to
    long.
    (db_regs, i386_kregs): Use long * pointers.
    (db_lookup_i386_kreg): Return long *.
    (db_numargs, db_nextframe, db_stack_trace_cmd, db_i386_stack_trace): Use 
long
    types.
    * i386/i386/debug_i386.c (dump_ss): Fix format.
    * i386/i386/ktss.c (ktss_init): Use long type.
    * i386/i386/pcb.c (set_user_regs): Likewise.
    * i386/i386/thread.h (i386_saved_state, v86_segs, i386_kernel_state,
    i386_interrupt_state): Set field sizes to long.
    * i386/i386/trap.c (kernel_trap, user_trap): Fix formats.
    * kern/ast.h (ast_t): Set type to long.
    * kern/boot_script.c (create_task, resume_task, prompt_resume_task,
    boot_script_set_variable): Use long types.
    * kern/boot_script.h (boot_script_set_variable): Use long type.
    * kern/bootstrap.c (bootstrap_create): Pass long type.
    * kern/lock.c (simple_lock, simple_lock_try): Use long type.
    * linux/dev/kernel/softirq.c (linux_soft_intr): Fix format.

commit 0410dd9e3fe657ef3d8334394180eac5956d407d
Author: Samuel Thibault <address@hidden>
Date:   Tue Mar 20 02:26:35 2012 +0100

    Complain about Xen console smash only once at a time
    
    * xen/console.c (hypputc): Warning only once per console write about console
    ring smash.

commit 3799f797d1c8f440bd83c11db3d76a9fb93b6fdb
Author: Samuel Thibault <address@hidden>
Date:   Tue Mar 20 02:24:25 2012 +0100

    Make xchgl arch-neutral
    
    * i386/i386/xen.h (xchgl): Use xchg instruction instead of xchgl, so the
    assembler can detect unsigned long size.

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

Summary of changes:
 ddb/db_examine.c           |    2 +-
 ddb/db_macro.c             |    2 +-
 ddb/db_macro.h             |    2 +-
 ddb/db_sym.c               |    2 +-
 ddb/db_task_thread.c       |    4 +-
 ddb/db_variables.h         |    4 +-
 i386/i386/db_interface.c   |    8 ++--
 i386/i386/db_machdep.h     |    2 +-
 i386/i386/db_trace.c       |  129 ++++++++++++++++++++++----------------------
 i386/i386/debug_i386.c     |   14 +++--
 i386/i386/ktss.c           |    2 +-
 i386/i386/pcb.c            |    2 +-
 i386/i386/thread.h         |   78 +++++++++++++-------------
 i386/i386/trap.c           |    8 ++--
 i386/i386/xen.h            |    2 +-
 kern/ast.h                 |    2 +-
 kern/boot_script.c         |    8 ++--
 kern/boot_script.h         |    2 +-
 kern/bootstrap.c           |    2 +-
 kern/lock.c                |    8 ++--
 linux/dev/kernel/softirq.c |    2 +-
 xen/console.c              |    6 ++-
 22 files changed, 149 insertions(+), 142 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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