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-487-gfc6bcf78


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-487-gfc6bcf78
Date: Tue, 17 Jan 2023 20:38:09 -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  fc6bcf785b702e7e8a675ea0fe9856cc1b24b8f6 (commit)
      from  f056fcda8bf9a5c375b20ef3803718187d9d4211 (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 fc6bcf785b702e7e8a675ea0fe9856cc1b24b8f6
Author: Luca Dariz <luca@orpolo.org>
Date:   Mon Jan 16 11:58:57 2023 +0100

    replace mach_port_t with mach_port_name_t
    
    This is a cleanup following the introduction of mach_port_name_t.
    The same set of changes is applied to all files:
    - rename mach_port_t to mach_port_name_t where a port name is used,
    - use MACH_PORT_NAME_NULL and MACH_PORT_NAME_DEAD where appropriate,
    - use invalid_port_to_name() and invalid_name_to_port() for conversion
      where appropriate,
    - use regular copyout() insted of copyout_port() when we deal with
      mach_port_name_t already before copyout,
    - use the new helper ipc_kmsg_copyout_object_to_port() when we really
      want to place a port name in the space of a mach_port_t.
    
    * include/mach/notify.h: Likewise
    * ipc/ipc_entry.c: Likewise
    * ipc/ipc_kmsg.c: Likewise
    * ipc/ipc_kmsg.h: Likewise, and add ipc_kmsg_copyout_object_to_port()
    * ipc/ipc_marequest.c: Likewise
    * ipc/ipc_object.c: Likewise
    * ipc/ipc_port.c: Likewise
    * ipc/ipc_space.h: Likewise
    * ipc/mach_msg.c: Likewise
    * ipc/mach_port.c: Likewise
    * kern/exception.c: Likewise
    * kern/ipc_mig.c: Likewise
    Message-Id: <20230116105857.240210-8-luca@orpolo.org>

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

Summary of changes:
 include/mach/notify.h |  6 +++---
 ipc/ipc_entry.c       |  2 +-
 ipc/ipc_kmsg.c        | 40 +++++++++++++++++++---------------------
 ipc/ipc_kmsg.h        | 11 +++++++++++
 ipc/ipc_marequest.c   |  4 ++--
 ipc/ipc_object.c      |  4 ++--
 ipc/ipc_port.c        |  6 +++---
 ipc/ipc_space.h       |  2 +-
 ipc/mach_msg.c        |  2 +-
 ipc/mach_port.c       | 14 +++++++-------
 kern/exception.c      | 12 ++++++------
 kern/ipc_mig.c        | 16 ++++++++--------
 12 files changed, 64 insertions(+), 55 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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