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-452-g84e0fb3f


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-452-g84e0fb3f
Date: Mon, 26 Dec 2022 18:02:07 -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  84e0fb3f287864eca3a9322ef364b913f6a260bd (commit)
       via  63eefc08b5e762937118254ad0b82583cc38a2d2 (commit)
       via  bdd790bd8397c4b4dd67fe353378e607ec9ae620 (commit)
       via  7bc36d605365dfd011b10da42a84ac53f0cd442d (commit)
       via  ff93091a1eb79d59f4939a3260a64a5d241c0937 (commit)
       via  429b1d985ff250598acaa9d4558d621917c3afd5 (commit)
       via  94aa644695fc622b96b99e2fa40674d98a2945a7 (commit)
      from  8146a7e3e616994928d2e3f3e9e48aaa4c06b1ad (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 84e0fb3f287864eca3a9322ef364b913f6a260bd
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sun Dec 25 20:41:46 2022 -0500

    Fix some warnings with -Wmissing-prototypes.
    
    Marked some functions as static (private) as needed and added missing
    includes.
    
    This also revealed some dead code which was removed.
    
    Note that -Wmissing-prototypes is not enabled here since there is a
    bunch more warnings.
    Message-Id: <Y6j72lWRL9rsYy4j@mars>

commit 63eefc08b5e762937118254ad0b82583cc38a2d2
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 26 23:59:48 2022 +0100

    Fix hardclock prototype

commit bdd790bd8397c4b4dd67fe353378e607ec9ae620
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 24 20:08:53 2022 +0100

    intr: Drop irq parameter
    
    This is not actually used.

commit 7bc36d605365dfd011b10da42a84ac53f0cd442d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 24 17:44:58 2022 +0100

    Xen: Fix ivect prototype
    
    448889a4f0c3 ("Use -Wstrict-prototypes and fix warnings") simplified the
    prototype of ivect, so we have to update the Xen version.

commit ff93091a1eb79d59f4939a3260a64a5d241c0937
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 24 17:44:23 2022 +0100

    Add missing htons

commit 429b1d985ff250598acaa9d4558d621917c3afd5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 24 17:43:55 2022 +0100

    Xen: Fix warning

commit 94aa644695fc622b96b99e2fa40674d98a2945a7
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Dec 24 17:43:20 2022 +0100

    ld_magic_routines: Restore yet more symbol
    
    cef6d34aa026 ("Implement our own functions to convert between host and
    network values") dropped the glibc pieces from clib_routines, but
    dropped too many ld symbols.

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

Summary of changes:
 Makefile.am              |  2 +-
 ddb/db_break.c           |  8 ++---
 ddb/db_command.c         |  8 ++---
 ddb/db_expr.c            | 16 ++++-----
 ddb/db_input.c           | 10 +++---
 ddb/db_output.c          |  2 +-
 ddb/db_print.c           |  8 ++---
 ddb/db_sym.c             |  6 ++--
 ddb/db_task_thread.c     |  2 +-
 ddb/db_variables.c       |  4 +--
 ddb/db_watch.c           |  4 +--
 ddb/db_write_cmd.c       |  1 +
 device/blkio.c           |  2 ++
 device/blkio.h           |  2 ++
 device/chario.c          | 11 +++---
 device/cirbuf.c          | 25 -------------
 device/dev_lookup.c      |  6 ++--
 device/dev_name.c        | 23 ------------
 device/dev_pager.c       | 20 +++++------
 device/device_init.c     |  1 +
 device/ds_routines.c     |  4 +--
 device/net_io.c          | 12 +++----
 device/subrs.c           |  1 +
 i386/i386/db_disasm.c    |  6 ++--
 i386/i386/db_interface.c |  4 +--
 i386/i386/db_trace.c     | 12 +++----
 i386/i386/fpu.c          | 17 ---------
 i386/i386/hardclock.c    |  2 +-
 i386/i386/hardclock.h    |  1 -
 i386/i386/io_map.c       |  2 +-
 i386/i386/locore.S       |  7 ++--
 i386/i386/loose_ends.c   | 16 ++-------
 i386/i386/seg.h          |  2 +-
 i386/i386at/interrupt.S  | 19 +++++-----
 i386/i386at/kd.c         |  4 +--
 i386/i386at/kd_event.c   |  4 +--
 i386/i386at/mem.c        |  1 +
 i386/i386at/model_dep.c  |  2 +-
 i386/i386at/rtc.c        | 12 +++----
 ipc/ipc_kmsg.c           | 10 +++---
 ipc/ipc_notify.c         | 12 +++----
 ipc/mach_port.c          |  4 +--
 kern/bootstrap.c         |  1 +
 kern/debug.c             |  2 ++
 kern/ipc_mig.c           | 10 +++---
 kern/mach_clock.c        |  2 +-
 kern/machine.c           |  3 +-
 kern/priority.c          |  1 +
 kern/processor.c         |  2 +-
 kern/queue.c             | 10 ------
 kern/sched_prim.c        | 12 +++----
 kern/syscall_emulation.c |  2 +-
 kern/syscall_subr.c      |  6 ++--
 kern/syscall_sw.c        |  4 +--
 kern/task.c              |  2 +-
 kern/thread.c            |  9 +++--
 util/byteorder.c         |  8 +++++
 util/byteorder.h         |  1 +
 util/putchar.c           |  1 +
 vm/vm_debug.c            |  2 +-
 vm/vm_fault.c            |  4 +--
 vm/vm_init.c             |  1 +
 vm/vm_map.c              | 92 ++++--------------------------------------------
 vm/vm_object.c           |  6 ++--
 vm/vm_pageout.c          |  2 +-
 vm/vm_resident.c         |  1 +
 x86_64/interrupt.S       |  7 ++--
 xen/evt.c                |  4 +--
 xen/net.c                |  1 +
 69 files changed, 181 insertions(+), 330 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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