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-142-g89ed2dc


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-142-g89ed2dc
Date: Wed, 20 Nov 2013 20:57:09 +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  89ed2dc4e5a7e1614d135ee59a49bfb327e02c80 (commit)
       via  e3ad43e464b6d5112aefb8c3a8a292023cf18731 (commit)
       via  eda770864b0c42416fb3239db2c15544840e636f (commit)
       via  6f9c19e543125a5c35cc8a1e3c8c7cf7ecc7f010 (commit)
       via  edfa24bf9ff31a099016480857e34fc95385a400 (commit)
       via  300555b73ca5ae1f2508e2cbb1e5c4e83209d2fa (commit)
       via  774d5d3c92fd44b89a00a064f4ff460609a0e177 (commit)
       via  288dc96fedfeb1a1da35720419120cac2979050d (commit)
       via  ac9ec944f00384a61cfeee5ecca571f6b4158496 (commit)
       via  48d8537b52ce4308ba0a7c54e5504d128edb9335 (commit)
       via  5e640ccf813a28e117796f9c67f2b6b0aa73d1d3 (commit)
       via  9096a424b863e2d7c8b91eb74f6ce5888ac0adf8 (commit)
       via  f8e08f8ece7e275d3471e644c26334214d4a7897 (commit)
       via  74c43be20898dcf1e29aa1d6ea8ce1dce031f22f (commit)
       via  5a7551cbbdf2d5f2df2fb60bdb85a0af9eaddcca (commit)
       via  da72db8811807d5d63ac97a1e3a7177205f241ee (commit)
      from  e27673af1c84e523b387d79bbff804889b7763be (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 89ed2dc4e5a7e1614d135ee59a49bfb327e02c80
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:54:01 2013 +0100

    i386/i386/db_interface.c: fix implicit declaration of function
    
    * i386/i386/db_interface.c: Include vm/vm_fault.h.

commit e3ad43e464b6d5112aefb8c3a8a292023cf18731
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:58 2013 +0100

    Fix implicit declaration of function
    
    * ddb/db_sym.c (aout_db_sym_init): Remove forward declaration.
    * ddb/db_sym.h (aout_db_sym_init): Add prototype.
    * i386/i386at/model_dep.c (aout_db_sym_init): Fix call.
    [MACH_KDB]: Include ddb/db_sym.h.
    [MACH_KDB]: Add comment after else and endif.

commit eda770864b0c42416fb3239db2c15544840e636f
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:56 2013 +0100

    kern/xpr.c: quiet warning about uninitialized variable
    
    * kern/xpr.c (s): Initialize.

commit 6f9c19e543125a5c35cc8a1e3c8c7cf7ecc7f010
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:55 2013 +0100

    kern/startup.c: fix implicit declaration of function
    
    * kern/startup.c [MACH_KDB]: Include device/cons.h.

commit edfa24bf9ff31a099016480857e34fc95385a400
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:54 2013 +0100

    ipc/ipc_print.h: include ipc/ipc_pset.h for ipc_pset_t
    
    * ipc/ipc_print.h: Include ipc/ipc_pset.h for ipc_pset_t.

commit 300555b73ca5ae1f2508e2cbb1e5c4e83209d2fa
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:53 2013 +0100

    ddb/db_variables.c: fix initializations from incompatible pointer type
    
    * ddb/db_variables.c (db_set_default_thread, db_get_task_thread, 
db_arg_variable, fcn): Declare long return type.

commit 774d5d3c92fd44b89a00a064f4ff460609a0e177
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:51 2013 +0100

    ddb/db_run.c: move declaration of brpc into SOFTWARE_SSTEP
    
    * ddb/db_run.c (brpc): Move declaration into SOFTWARE_SSTEP code.

commit 288dc96fedfeb1a1da35720419120cac2979050d
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:50 2013 +0100

    ddb/db_run.c: trivial stylistic fix for consistency
    
    * ddb/db_run.c: Trivial stylistic fix for consistency.

commit ac9ec944f00384a61cfeee5ecca571f6b4158496
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:49 2013 +0100

    ddb/db_run.c: remove set but unused variable
    
    * ddb/db_run.c (ins): Remove variable.

commit 48d8537b52ce4308ba0a7c54e5504d128edb9335
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:48 2013 +0100

    ddb: fix implicit declaration of function
    
    * ddb/db_variables.c (db_read_write_variable): Remove forward declaration.
    * ddb/db_variables.h (db_read_write_variable): Add prototype.

commit 5e640ccf813a28e117796f9c67f2b6b0aa73d1d3
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:46 2013 +0100

    ddb/db_examine.c: add missing cast
    
    ddb/db_examine.c (addr, count): Cast to (db_expr_t *).

commit 9096a424b863e2d7c8b91eb74f6ce5888ac0adf8
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 21:41:36 2013 +0100

    Add comment
    
    * ddb/db_command.c [DB_MACHINE_COMMANDS]: Add comment after endif.

commit f8e08f8ece7e275d3471e644c26334214d4a7897
Author: Samuel Thibault <address@hidden>
Date:   Wed Nov 20 21:40:47 2013 +0100

    Drop volatile function qualifier
    
    * i386/i386/setjmp.h (_longjmp): Drop volatile function qualifier.

commit 74c43be20898dcf1e29aa1d6ea8ce1dce031f22f
Author: Marin Ramesa <address@hidden>
Date:   Wed Nov 20 13:53:44 2013 +0100

    ddb/db_break.c: quiet GCC warning about uninitialized variable
    
    * ddb/db_break.c (bkpt): Initialize.

commit 5a7551cbbdf2d5f2df2fb60bdb85a0af9eaddcca
Author: Marin Ramesa <address@hidden>
Date:   Tue Nov 19 07:34:20 2013 +0100

    kern/slab.c: initialize info_size
    
    info_size is initialized to a random value. Quiet the warning by
    initializing to zero.
    
    * kern/slab.c (info_size): Initialize to zero.

commit da72db8811807d5d63ac97a1e3a7177205f241ee
Author: Marin Ramesa <address@hidden>
Date:   Tue Nov 19 07:34:19 2013 +0100

    kern/slab.c: initialize optimal_embed
    
    optimal_embed is initialized to a random value. Quiet the warning by
    initializing to zero.
    
    * kern/slab.c (optimal_embed): Initialize to zero.

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

Summary of changes:
 ddb/db_break.c           |    2 +-
 ddb/db_command.c         |    2 +-
 ddb/db_examine.c         |    4 ++--
 ddb/db_run.c             |   10 +++++-----
 ddb/db_sym.c             |    2 +-
 ddb/db_sym.h             |    6 ++++++
 ddb/db_variables.c       |   11 ++++-------
 ddb/db_variables.h       |    2 ++
 i386/i386/db_interface.c |    1 +
 i386/i386/setjmp.h       |    2 +-
 i386/i386at/model_dep.c  |    7 ++++---
 ipc/ipc_print.h          |    1 +
 kern/slab.c              |    4 ++--
 kern/startup.c           |    4 +++-
 kern/xpr.c               |    2 +-
 15 files changed, 35 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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