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 3e1702a65fb3caf50c8d09a1b383b0056a5efc82 (commit) from e2f1d502a5a5ab6a8885cc518ed254c79f7ab27c (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 3e1702a65fb3caf50c8d09a1b383b0056a5efc82 Author: Luca Dariz <l...@orpolo.org> Date: Sun Apr 3 16:59:55 2022 +0200 add rpc_versions for vm types * vm_types.h: add new types and conversion functions * mach_types.defs: adapt vm types depending on kernel user/server * vm_info.h: adapt rpc structure to have uniformly-sized members also on 64-bit * x86_64/configfrag.c: add new option to select the user-space variant. Note that with this change the user-space interface is somehow fixed, i.e. it can't support 32-bit and 64-bit tasks at the same time. If this would be needed at some point, this change needs to be reworked. Signed-off-by: Luca Dariz <l...@orpolo.org> Message-Id: <20220403145955.120742-3-l...@orpolo.org> ----------------------------------------------------------------------- Summary of changes: i386/include/mach/i386/vm_types.h | 37 +++++++++++++++++++++++++++++++++---- include/mach/mach_types.defs | 31 ++++++++++++++++++++++++++++--- include/mach_debug/vm_info.h | 24 ++++++++++++------------ x86_64/configfrag.ac | 12 +++++++++++- 4 files changed, 84 insertions(+), 20 deletions(-) hooks/post-receive -- GNU Mach