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-173-gc476fec


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-173-gc476fec
Date: Sun, 24 Nov 2013 22:13:05 +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  c476fec1212370f2a24d79037c65970c1974ce19 (commit)
       via  5ad897a1ef527fecad7caca6b0ba4f20afc95d1e (commit)
       via  21a911aa9623928b70f88804a40ec764e7952211 (commit)
       via  403d8f883d3653c124012f01bb54ea9cae83d06b (commit)
       via  84d3177baeadf10227e4ffe03dc22f0499eadb17 (commit)
       via  8abd38165bc354ab709042d560c948e845e19279 (commit)
      from  9eedb4a3bef454d79f1309f963f0faeb7ca0efa0 (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 c476fec1212370f2a24d79037c65970c1974ce19
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:40 2013 +0100

    device: new header file chario.h
    
    * Makefrag.am: Include device/chario.h.
    * device/chario.c (queue_delayed_reply, tty_output, char_open_done, 
char_read_done, char_write_done): Remove forward declarations.
    * device/chario.h: New file.
    Add copyright.
    [_DEVICE_CHARIO_H_]: Add ifndef.
    Include device/tty.h.
    (queue_delayed_reply, tty_output, char_open_done, char_read_done, 
char_write_done): Add prototypes.

commit 5ad897a1ef527fecad7caca6b0ba4f20afc95d1e
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:39 2013 +0100

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

commit 21a911aa9623928b70f88804a40ec764e7952211
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:38 2013 +0100

    ddb: move forward declarations into a header file
    
    * ddb/db_examine.c (db_disasm, db_search): Remove forward declarations.
    * ddb/db_examine.h (db_disasm, db_search): Add prototypes.

commit 403d8f883d3653c124012f01bb54ea9cae83d06b
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:37 2013 +0100

    ddb: move forward declaration into a header file
    
    * ddb/db_sym.c (db_lookup): Remove forward declaration.
    * ddb/db_sym.h (db_lookup): Add prototype.

commit 84d3177baeadf10227e4ffe03dc22f0499eadb17
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:36 2013 +0100

    ddb: create new header file db_mp.h
    
    * Makefrag.am: Include ddb/db_mp.h.
    * ddb/db_mp.c (remote_db, lock_db, unlock_db): Remove forward declarations.
    * ddb/db_mp.h: New file.
    Add copyright.
    [_DDB_DB_MP_H_]: Add ifndef.
    (remote_db, lock_db, unlock_db): Add prototypes.

commit 8abd38165bc354ab709042d560c948e845e19279
Author: Marin Ramesa <address@hidden>
Date:   Fri Nov 22 18:30:35 2013 +0100

    ddb: move forward declarations into a header file
    
    * ddb/db_run.c (db_set_task_single_step, db_clear_task_single_step): Remove 
forward declarations.
    * ddb/db_run.h (db_set_task_single_step, db_clear_task_single_step): Add 
prototypes.

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

Summary of changes:
 Makefrag.am                           |    2 ++
 ddb/db_examine.c                      |    6 +-----
 ddb/db_examine.h                      |   18 ++++++++++++++++--
 ddb/db_mp.c                           |    6 +-----
 kern/gnumach.srv => ddb/db_mp.h       |   11 +++++++----
 ddb/db_run.c                          |   11 -----------
 ddb/db_run.h                          |   11 +++++++++++
 ddb/db_sym.c                          |    2 --
 ddb/db_sym.h                          |    2 ++
 device/chario.c                       |   11 +----------
 ddb/db_write_cmd.h => device/chario.h |   25 +++++++++++++------------
 11 files changed, 54 insertions(+), 51 deletions(-)
 copy kern/gnumach.srv => ddb/db_mp.h (79%)
 copy ddb/db_write_cmd.h => device/chario.h (69%)


hooks/post-receive
-- 
GNU Mach



reply via email to

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