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-238-gcda5e79


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.4-238-gcda5e79
Date: Sun, 08 Dec 2013 14:32:45 +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  cda5e793560d852afa34db48a4894d59ae4d5b79 (commit)
       via  c73aec9cc3b7f299ebf7a66f6bb34a7fa5d978f6 (commit)
       via  4dc587e9bd3e5e1a44df36e29c22645a074ae68f (commit)
       via  be841794c557bbddea42164dbd3bb54b7506e7c5 (commit)
       via  6fbdbc6d7fe591592d32328a0066d3908143d6d4 (commit)
       via  3ff76bcbb9853054a91f6292da85d3dad47382fe (commit)
       via  5eb7693cd909511308b6c2828686d51375a3506a (commit)
      from  fc4381de43acbf602e30ab31f73e47230caf2638 (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 cda5e793560d852afa34db48a4894d59ae4d5b79
Author: Marin Ramesa <address@hidden>
Date:   Mon Dec 2 22:54:47 2013 +0100

    ipc/ipc_port.c: trivial stylistic fix for consistency
    
    * ipc/ipc_port.c (indent): Trivial stylistic fix for consistency.

commit c73aec9cc3b7f299ebf7a66f6bb34a7fa5d978f6
Author: Samuel Thibault <address@hidden>
Date:   Sun Dec 8 23:24:29 2013 +0900

    Make unsigned character constants unsigned
    
    Thanks Marin Ramesa for the report.
    
    * i386/i386at/kd.h (K_DONE, NC, K_SCAN): Make constants unsigned.

commit 4dc587e9bd3e5e1a44df36e29c22645a074ae68f
Author: Samuel Thibault <address@hidden>
Date:   Sun Dec 8 23:20:19 2013 +0900

    Always make Assert trigger debugger
    
    * kern/debug.c (Assert): Always call Debugger, even if db_breakpoints_insert
    is not set.

commit be841794c557bbddea42164dbd3bb54b7506e7c5
Author: Samuel Thibault <address@hidden>
Date:   Sun Dec 8 23:11:35 2013 +0900

    Fix implicit declaration of function
    
    Thanks Marin Ramesa for the report.
    
    * device/ds_routines.h (device_deallocate): Move declaration to...
    * include/device/device_types.h (device_deallocate): ... here.

commit 6fbdbc6d7fe591592d32328a0066d3908143d6d4
Author: Marin Ramesa <address@hidden>
Date:   Sun Dec 1 15:41:16 2013 +0100

    device/device_types_kernel.h: remove redeclaration of dev_port_lookup()
    
    * device/device_types_kernel.h (dev_port_lookup): Remove prototype.

commit 3ff76bcbb9853054a91f6292da85d3dad47382fe
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 30 11:16:02 2013 +0100

    Add ifndefs
    
    * i386/i386at/cram.h [_CRAM_H_]: Add ifndef.
    * i386/i386at/disk.h [_DISK_H_]: Likewise.
    * i386/i386at/i8250.h [_I8250_H_]: Likewise.
    * i386/include/mach/i386/asm.h [_MACH_I386_ASM_H_]: Likewise.
    * i386/include/mach/i386/disk.h [_MACH_I386_DISK_H_]: Likewise.

commit 5eb7693cd909511308b6c2828686d51375a3506a
Author: Marin Ramesa <address@hidden>
Date:   Sat Nov 30 11:16:01 2013 +0100

    Add comments after endifs
    
    * device/cons.c [MACH_KMSG]: Likewise.
    [CONSBUFSIZE > 0]: Likewise.
    * i386/i386/trap.c [MACH_KDB]: Likewise.
    [MACH_PV_PAGETABLES]: Likewise.
    * i386/i386at/kd.c [ENABLE_IMMEDIATE_CONSOLE]: Likewise.
    * ipc/ipc_kmsg_queue.h [_IPC_KMSG_QUEUE_H_]: Likewise.
    * kern/act.c [ACTWATCH]: Likewise.
    * kern/refcount.h [MACHINE_REFCOUNT]: Likewise.
    * kern/task.c [FAST_TAS]: Likewise.

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

Summary of changes:
 device/cons.c                 |    8 ++++----
 device/device_types_kernel.h  |    1 -
 device/ds_routines.h          |    1 -
 i386/i386/trap.c              |    8 ++++----
 i386/i386at/cram.h            |    4 ++++
 i386/i386at/disk.h            |    4 ++++
 i386/i386at/i8250.h           |    5 +++++
 i386/i386at/kd.c              |    2 +-
 i386/i386at/kd.h              |    6 +++---
 i386/include/mach/i386/asm.h  |    4 ++++
 i386/include/mach/i386/disk.h |    4 ++++
 include/device/device_types.h |    2 ++
 ipc/ipc_kmsg_queue.h          |    2 +-
 ipc/ipc_port.c                |    2 +-
 kern/act.c                    |    2 +-
 kern/debug.c                  |    7 -------
 kern/refcount.h               |    2 +-
 kern/task.c                   |    2 +-
 18 files changed, 40 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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