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-477-g454868c3


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-477-g454868c3
Date: Mon, 16 Jan 2023 15:38:26 -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  454868c3d2d978808b845352ea1483d0cea50190 (commit)
       via  6c91d04fbe4ddd798015724988a88b0043ddf1f9 (commit)
       via  b46149b640aa7c6b341d11bd26e3d139e1694eb4 (commit)
       via  cf8ef945796fd6c0edb50dac1876fcaf6160ee68 (commit)
      from  3dacf02edbe8266cde9c9618350541cd8dee1993 (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 454868c3d2d978808b845352ea1483d0cea50190
Author: Luca Dariz <luca@orpolo.org>
Date:   Mon Jan 16 14:04:26 2023 +0100

    fix warnings
    
    * ipc/ipc_kmsg.c: drop useless cast.
    * ipc/ipc_port.c: upcast rpc_vm_offset_t to full vm_offset_t
    * kern/pc_sample.c: Likewise
    Message-Id: <20230116130426.246584-4-luca@orpolo.org>

commit 6c91d04fbe4ddd798015724988a88b0043ddf1f9
Author: Luca Dariz <luca@orpolo.org>
Date:   Mon Jan 16 14:04:25 2023 +0100

    remove unused file ipc/mach_rpc.c
    
    * Makefrag.am: remove ipc/mach_rpc.c
    * ipc/mach_rpc.c: remove file, all functions here seem unused.
    Message-Id: <20230116130426.246584-3-luca@orpolo.org>

commit b46149b640aa7c6b341d11bd26e3d139e1694eb4
Author: Luca Dariz <luca@orpolo.org>
Date:   Mon Jan 16 14:04:24 2023 +0100

    add required include
    
    * kern/syscall_sw.h: add missing include
    
    Signed-off-by: Luca Dariz <luca@orpolo.org>
    Message-Id: <20230116130426.246584-2-luca@orpolo.org>

commit cf8ef945796fd6c0edb50dac1876fcaf6160ee68
Author: Luca Dariz <luca@orpolo.org>
Date:   Mon Jan 16 14:04:23 2023 +0100

    add missing argument names
    
    * ddb/db_break.c: add argument name, compilation fails on Debian/Linux
      stable with gcc 10.2 otherwise. For some reason on Debian/Hurd a
      simple test program without argname succeeds, unless I force
      -std=c11 or similar; I suppose because newer gcc have different
      defaults. Gnumach seem to still require c89 for some older code,
      otherwise we could explicitely use gnu99/c99 or gnu11/c11.
    * ddb/db_cond.c: Likewise
    * ddb/db_examine.c: Likewise
    * ddb/db_macro.c: Likewise
    * ddb/db_watch.c: Likewise
    * device/dev_name.c: Likewise
    Message-Id: <20230116130426.246584-1-luca@orpolo.org>

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

Summary of changes:
 Makefrag.am       |   1 -
 ddb/db_break.c    |  16 +++---
 ddb/db_cond.c     |   8 +--
 ddb/db_examine.c  |   8 +--
 ddb/db_macro.c    |  24 ++++-----
 ddb/db_watch.c    |   8 +--
 device/dev_name.c |   6 +--
 ipc/ipc_kmsg.c    |   3 +-
 ipc/ipc_port.c    |   2 +-
 ipc/mach_rpc.c    | 150 ------------------------------------------------------
 kern/pc_sample.c  |   2 +-
 kern/syscall_sw.h |   2 +
 12 files changed, 40 insertions(+), 190 deletions(-)
 delete mode 100644 ipc/mach_rpc.c


hooks/post-receive
-- 
GNU Mach



reply via email to

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