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-371-ge2f1d502


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-371-ge2f1d502
Date: Sat, 27 Aug 2022 16:16:13 -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  e2f1d502a5a5ab6a8885cc518ed254c79f7ab27c (commit)
      from  499f154bf12fe15c6aa1740100e4545a71490be1 (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 e2f1d502a5a5ab6a8885cc518ed254c79f7ab27c
Author: Luca Dariz <luca@orpolo.org>
Date:   Sun Apr 3 16:59:54 2022 +0200

    add port name types
    
    * include/mach/mach_port.defs
      - use C type mach_port_name_array_t
    * include/mach/port.h:
      - add new types mach_port_name_t and mach_port_name_array_t
      - refine mach_port_t type for user and kernel space
      - use port names in mach_port_status to allow compilation of 64-bit
      - use port name to have uniform sizes and remove the
        old_mach_port_status_t as it's unused
    * include/mach/std_types.defs
      - use C type mach_port_name_array_t
    * kern/thread.{h,c}
      - fix prototype to use port names. So far it seems the only rpc to
        cause a conflict between the mig-generated header and the regular
        header, so compilation fails.
    
    Signed-off-by: Luca Dariz <luca@orpolo.org>
    Message-Id: <20220403145955.120742-2-luca@orpolo.org>

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

Summary of changes:
 include/mach/mach_port.defs |  6 ++----
 include/mach/port.h         | 18 +++++++++++++++++-
 include/mach/std_types.defs |  6 ++----
 kern/thread.c               |  4 ++--
 kern/thread.h               |  4 ++--
 5 files changed, 25 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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