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-525-g804ceef3


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-525-g804ceef3
Date: Tue, 31 Jan 2023 16:02:20 -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  804ceef34074c661ce6e44cf4a44d88a501a633e (commit)
      from  ceeb4675f660d0648a7a8bf3e19c0840a6dced2f (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 804ceef34074c661ce6e44cf4a44d88a501a633e
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Tue Jan 31 01:08:09 2023 -0500

    Define rpc_vm_size_array_t and rpc_vm_offset_array_t
    
    When generating stubs, Mig will will take the vm_size_array_t and define the
    input request struct using rpc_vm_size_t since the size is variable. This 
will turn cause a mismatch
    between types (vm_size_t* vs rpc_vm_size_t*). We could also ask Mig to 
produce
    a prototype by using rpc_vm_size_t*, however we would need to change the 
implementation
    of the RPC to use rpc_* types anyway since we want to avoid another 
allocation
    of the array.
    Message-Id: <Y9iwScHpmsgY3V0N@jupiter.tail36e24.ts.net>

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

Summary of changes:
 i386/include/mach/i386/vm_types.h |  3 +++
 include/mach/mach4.defs           |  8 +++++---
 vm/memory_object_proxy.c          |  6 +++---
 vm/memory_object_proxy.h          |  8 --------
 vm/vm_map.c                       | 13 +++++++------
 5 files changed, 18 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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