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-558-gea2646b6


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.8-558-gea2646b6
Date: Sun, 12 Feb 2023 19:00:42 -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  ea2646b6d6f2dc02a59a2693d08957596c84e9d3 (commit)
      from  7170cfbfb70cdce12ea6ec6697ed95c557aa1989 (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 ea2646b6d6f2dc02a59a2693d08957596c84e9d3
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sun Feb 12 18:54:58 2023 -0500

    Make mach_msg_header_t have the same size for both 64 bit kernel and 
userland.
    
    This has several advantages:
    1) We don't need to resize mach_msg_header_t, it is just a copy.
    2) Mig won't require any changes because it statically computes the size
       of mach_msg_header_t, otherwise we would need two sizes (28 vs 32 bytes).
    Message-Id: <Y+l8UhXXX9Qo9tVA@jupiter.tail36e24.ts.net>

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

Summary of changes:
 include/mach/message.h | 15 +++++++++++++--
 x86_64/copy_user.c     | 35 +++++++++++++----------------------
 2 files changed, 26 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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