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.8-495-ge3a43315


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-495-ge3a43315
Date: Mon, 23 Jan 2023 18:18:13 -0500 (EST)

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  e3a433153e237ce7fc5caf51edd602500e256156 (commit)
       via  fed2c08c45bd0e87b90d07fd52011de129be9315 (commit)
      from  c5134c7759b7a3f0c4ed0b57a1ab8e49666ee4b6 (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 e3a433153e237ce7fc5caf51edd602500e256156
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Jan 24 00:15:40 2023 +0100

    ddb: Add prototype for remote_db_enter
    
    It will be useful for smp support.

commit fed2c08c45bd0e87b90d07fd52011de129be9315
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Fri Jan 20 01:19:53 2023 -0500

    Fix several warnings for -Wmissing-prototypes
    
    * device/ds_routines.c: use static qualifier.
    * device/subrs.c: delete unused functions.
    * i386/i386/ast_check.c: include prototypes in kern/ast.h
    * i386/i386/db_disasm.c: Include prototypes in ddb/db_examine.h
    * i386/i386/db_interface.h: Define prototype for kdb_kentry. Expose
      debug methods feep and kd_debug_put.
    * i386/i386/db_trace.c: delete left over cthreads support, functions are
      not used.
    * i386/i386/model_dep.h: Define prototype for c_boot_entry.
    * i386/i386at/acpi_parse_apic.c: Static qualifiers.
    * i386/i386at/autoconf.c: Include header file for prototypes and remove
      dead code.
    * i386/i386at/autoconf.h: Fix prototype.
    * i386/i386at/com.c: Add static qualifiers, delete dead code.
    * i386/i386at/com.c: ditto.
    * i386/i386at/com.h: Define prototypes for debug functions.
    * i386/i386at/int_init.c: Include header.
    * i386/i386at/kd.c: Include header for debug interface. Remove dead
      kd_cmdreg_read and make xga_getpos static.
    * i386/i386at/kd_mouse.c: Static qualifiers.
    * i386/i386at/lpr.c: Dead lprpr.
    * i386/i386at/model_dep.c: Remove exit function.
    * kern/mach_clock.c: Include mig prototypes.
    * kern/mach_clock.h: Remove duplicates of mig prototypes.
    * kern/machine.c: Use static.
    * kern/startup.c: slave_main is unused.
    * kern/thread.h: Define thread_stats that is useful for debugging.
    * kern/timer.c: Keep db_thread_times since it can be used for debugging.
    * kern/timer.h: ditto.
    * linux/dev/glue/misc.c: Use mig header for host_get_time.
    Message-Id: <Y8oyiecaflCaYhaW@mercury.tail36e24.ts.net>

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

Summary of changes:
 ddb/db_mp.c                   |  11 ---
 ddb/db_mp.h                   |   1 +
 device/ds_routines.c          |   6 +-
 device/subrs.c                |  44 ------------
 i386/i386/ast_check.c         |   1 +
 i386/i386/db_disasm.c         |   1 +
 i386/i386/db_interface.h      |  13 ++++
 i386/i386/db_trace.c          | 155 ------------------------------------------
 i386/i386/model_dep.h         |   5 ++
 i386/i386at/acpi_parse_apic.c |   2 +-
 i386/i386at/autoconf.c        |  16 +----
 i386/i386at/autoconf.h        |   4 +-
 i386/i386at/com.c             |  24 +------
 i386/i386at/com.h             |   2 +
 i386/i386at/int_init.c        |   1 +
 i386/i386at/kd.c              |  94 +++++++++++--------------
 i386/i386at/kd_mouse.c        |   8 +--
 i386/i386at/lpr.c             |   6 --
 i386/i386at/model_dep.c       |   5 --
 kern/mach_clock.c             |   1 +
 kern/mach_clock.h             |  13 ----
 kern/machine.c                |   2 +-
 kern/startup.c                |   7 --
 kern/thread.h                 |   1 +
 kern/timer.c                  |  38 ++++++-----
 kern/timer.h                  |   8 +++
 linux/dev/glue/misc.c         |   1 +
 27 files changed, 107 insertions(+), 363 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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