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-384-gf8116ac1


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-384-gf8116ac1
Date: Sat, 27 Aug 2022 21:16:47 -0400 (EDT)

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  f8116ac1045bcedfb02dac494feafbcc24c3c904 (commit)
       via  fbee0946546031defb17748af759ba9ceefb81e2 (commit)
      from  14cf1efc9dfa388c3dfec3815abd114f2a36bd38 (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 f8116ac1045bcedfb02dac494feafbcc24c3c904
Author: Luca Dariz <luca@orpolo.org>
Date:   Tue Jun 28 12:10:47 2022 +0200

    use port name type in mach_port_names()
    
    * ipc/mach_port.c: use mach_port_name_t instead of mach_port_t, since
      they could have different size. Fortunately we can keep the same
      optimization about allocationg memory, since mach_port_type_t has
      the same size as a name.
    
    Signed-off-by: Luca Dariz <luca@orpolo.org>
    Message-Id: <20220628101054.446126-9-luca@orpolo.org>

commit fbee0946546031defb17748af759ba9ceefb81e2
Author: Luca Dariz <luca@orpolo.org>
Date:   Tue Jun 28 12:10:46 2022 +0200

    fix host_info structure definition
    
    * include/mach/host_info.h: replace vm_size_t with rpc_ version for 64
      bit compatibility. Ideally it should use phys_addr_t or another unit
      like KB or MB
    
    Signed-off-by: Luca Dariz <luca@orpolo.org>
    Message-Id: <20220628101054.446126-8-luca@orpolo.org>

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

Summary of changes:
 include/mach/host_info.h |  2 +-
 ipc/mach_port.c          | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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