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-340-gbb6646c


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-340-gbb6646c
Date: Sun, 15 Dec 2013 19:20:21 +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  bb6646c299da3dde90b2e208ba0a7d5a71719a0c (commit)
       via  f9ed7a52c0384e523c1f02c684d6db575b920859 (commit)
       via  159b9cdd18a8689493b5f031451ea301afd8a8ea (commit)
       via  62c46407612daa716a6e0e7fd79a33a87a408578 (commit)
      from  646001c0ed11c000d6a6c71594f89eeee3fd733f (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 bb6646c299da3dde90b2e208ba0a7d5a71719a0c
Author: Marin Ramesa <address@hidden>
Date:   Sat Dec 14 12:26:00 2013 +0100

    Type definition
    
    * i386/i386/ast_check.c (init_ast_check, cause_ast_check): Define return 
type.
    * i386/i386/pic.c (intnull, prtnull): Define argument types.
    * i386/i386at/com.c (compr_addr): Likewise.
    (compr): Likewise.
    (compr_addr): Fix printf format.
    * i386/i386at/kd.c (kd_cmdreg_write, kd_kbd_magic): Define argument types.
    * i386/i386at/kd_mouse.c (init_mouse_hw): Likewise.
    * ipc/mach_port.c (sact_count): Define return type.
    * ipc/mach_rpc.c (mach_port_rpc_sig): Define argument types.
    * kern/act.c (dump_act): Define return type.
    * kern/lock_mon.c (simple_lock, simple_lock_try, simple_unlock, lip, 
lock_info_sort, lock_info_clear, print_lock_info): Define return type.
    (time_lock): Define return type and argument type.
    * kern/timer.c (time_trap_uexit): Define argument type.

commit f9ed7a52c0384e523c1f02c684d6db575b920859
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 12 18:27:07 2013 +0100

    ddb/db_expr.c (db_mult_expr): initialize lhs
    
    Initialize lhs to zero to avoid uninitialized usage in db_unary().
    
    * ddb/db_expr.c (db_mult_expr) (lhs): Initialize to zero.

commit 159b9cdd18a8689493b5f031451ea301afd8a8ea
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 12 18:27:06 2013 +0100

    ddb/db_break.c (db_delete_cmd): remove unnecessary initialization
    
    Now that we have returns there are no more warnings from GCC about
    uninitialized variable. Remove unnecessary initialization of variable
    bkpt.
    
    * ddb/db_break.c (db_delete_cmd) (bkpt): Remove unnecessary initialization.

commit 62c46407612daa716a6e0e7fd79a33a87a408578
Author: Marin Ramesa <address@hidden>
Date:   Thu Dec 12 18:27:03 2013 +0100

    ddb/db_break.c (db_find_breakpoint_here): remove unnecessary casts
    
    Variable addr and member address are already of db_addr_t type which
    is type defined as vm_offset_t.
    
    * ddb/db_break.c (db_find_breakpoint_here) (DB_PHYS_EQ) (addr, address): 
Remove unecessary casts.

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

Summary of changes:
 ddb/db_break.c         |    4 ++--
 ddb/db_expr.c          |    2 +-
 i386/i386/ast_check.c  |    4 ++--
 i386/i386/pic.c        |    4 ++--
 i386/i386at/com.c      |   10 +++++-----
 i386/i386at/kd.c       |    4 ++--
 i386/i386at/kd_mouse.c |    2 +-
 ipc/mach_port.c        |    2 +-
 ipc/mach_rpc.c         |    2 +-
 kern/act.c             |    2 +-
 kern/lock_mon.c        |   16 ++++++++--------
 kern/timer.c           |    2 +-
 12 files changed, 27 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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