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.5-40-g3007bbd


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.5-40-g3007bbd
Date: Sun, 28 Jun 2015 13:23:19 +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  3007bbdba1283f03fb64c15fe8145090382c1f95 (commit)
       via  4b9758c8ec6103c26228e1cda9731ab8bf1113e9 (commit)
       via  fa5e2ae5645b3eb005931f60b5481ee7e478640e (commit)
      from  4d5b3fc228780ef2ad2e4758afe56740cc59e82d (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 3007bbdba1283f03fb64c15fe8145090382c1f95
Author: Justus Winter <address@hidden>
Date:   Fri Jun 26 14:44:32 2015 +0200

    ddb: automatically display stack traces
    
    * ddb/db_trap.c (db_task_trap): Automatically display stack traces if
    an unexpected trap occurs.

commit 4b9758c8ec6103c26228e1cda9731ab8bf1113e9
Author: Justus Winter <address@hidden>
Date:   Tue Mar 25 22:25:44 2014 +0100

    i386: improve the immediate console
    
    Improve the immediate console to the point that it can be enabled and
    display e.g. assertion failures from very early on (i.e. from
    `c_boot_entry').
    
    * device/cons.h (romgetc, romputc): New declarations.
    * i386/configfrag.ac: Add configuration variable.
    * i386/i386at/conf.c (dev_name_list): Add entry.
    * i386/i386at/cons_conf.c (constab): Add entry.
    * i386/i386at/immc.c: Add missing includes.
    (immc_cnprobe, immc_cninit, immc_cngetc, immc_romputc): New functions.
    (immc_cnputc): Fix signature, use virtual addresses.
    * i386/i386at/immc.h: New file.
    * i386/i386at/kd.c: Use `#if ENABLE_IMMEDIATE_CONSOLE'.
    * i386/i386at/kd.h (kd_setpos): Add missing declaration.
    * i386/i386at/model_dep.c (c_boot_entry): Install immediate console as
    early boot console.

commit fa5e2ae5645b3eb005931f60b5481ee7e478640e
Author: Justus Winter <address@hidden>
Date:   Fri Jun 26 12:55:41 2015 +0200

    i386: add comment
    
    * i386/i386at/model_dep.c (rebootflag): Explain flag.

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

Summary of changes:
 ddb/db_trap.c           |    4 ++
 device/cons.h           |   11 +++++++
 i386/configfrag.ac      |    4 ++
 i386/i386at/conf.c      |    6 ++++
 i386/i386at/cons_conf.c |    7 ++++
 i386/i386at/immc.c      |   74 ++++++++++++++++++++++++++++++++++++++--------
 i386/i386at/immc.h      |   31 +++++++++++++++++++
 i386/i386at/kd.c        |    2 +-
 i386/i386at/kd.h        |    1 +
 i386/i386at/model_dep.c |    9 ++++++
 10 files changed, 135 insertions(+), 14 deletions(-)
 create mode 100644 i386/i386at/immc.h


hooks/post-receive
-- 
GNU Mach



reply via email to

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