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  92fad38a043b75ed6b435b3efa574ede91dbe9ee (commit)
      from  963b1794d7117064cee8ab5638b329db51dad854 (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 92fad38a043b75ed6b435b3efa574ede91dbe9ee
Author: Flavio Cruz <[email protected]>
Date:   Wed Jan 11 23:22:53 2023 -0500

    Use rpc_uintptr_t for protected payloads.
    
    Not only is uintptr_t more accurate for what protected payloads are but
    we also provide compatibility for 64 + 32 bits. Also the use of
    natural_t in the RPC definition is wrong since it is always 32 bits.
    Message-Id: <Y7+LHVbmYxO/[email protected]>

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

Summary of changes:
 i386/include/mach/i386/vm_types.h | 2 ++
 include/mach/mach_port.defs       | 2 +-
 include/mach/mach_types.defs      | 2 ++
 include/mach/message.h            | 2 +-
 ipc/ipc_kmsg.c                    | 8 ++++----
 ipc/ipc_port.c                    | 2 +-
 ipc/ipc_port.h                    | 4 ++--
 ipc/mach_msg.c                    | 6 +++---
 ipc/mach_port.c                   | 2 +-
 ipc/mach_port.h                   | 2 +-
 10 files changed, 18 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU Mach

Reply via email to