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 2a7263559572f178322451a6a1e0a43dc90cdb32 (commit) from 45afcc68979b700bdef1dc0e27ba79e0822b1c18 (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 2a7263559572f178322451a6a1e0a43dc90cdb32 Author: Flavio Cruz <flavioc...@gmail.com> Date: Tue Dec 6 00:35:01 2022 -0500 Make task_info.h structs more portable Changed vm_size_t to rpc_size_t so that both userland and kernel agree on the same size. Also changed the denominator for the maximum struct sizes to be integer_t to match the other declarations. Introduced long_natural_t and rpc_long_natural_t to represent large counters. Replaced rpc_unsigned_long with rpc_long_natural_t. Message-Id: <Y47UhaOzKnqhgYq4@reue> ----------------------------------------------------------------------- Summary of changes: doc/mach.texi | 18 ++++++++-------- i386/include/mach/i386/machine_types.defs | 35 +++++++++++++++++-------------- i386/include/mach/i386/vm_types.h | 26 +++++++++++------------ include/mach/task_info.h | 24 ++++++++++----------- include/mach_debug/mach_debug_types.defs | 10 ++++----- include/mach_debug/slab_info.h | 10 ++++----- 6 files changed, 63 insertions(+), 60 deletions(-) hooks/post-receive -- GNU Mach