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 2e1342cdcd9907076015398fd47943c191633518 (commit) via 6c4464d16b2fccb1acf8cd78f6b61426a949ab01 (commit) from 4d79b40a53d855c41137fa44bcafa62f5ae9f55d (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 2e1342cdcd9907076015398fd47943c191633518 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Mar 31 02:05:11 2020 +0200 Restore vm_size_t to natural_t Plenty of places such as glibc RPC uses currently assume that vm_size_t is a natural_t (thus int on 32bit), not an unsigned long. * i386/include/mach/i386/vm_types.h (vm_size_t) [!__x86_64__]: Set type to natural_t. * device/dev_page.c (device_pager_data_request): Cast vm_size_t to unsigned long. * i386/i386at/model_dep.c (c_boot_entry): Likewise. commit 6c4464d16b2fccb1acf8cd78f6b61426a949ab01 Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Mar 31 02:04:45 2020 +0200 seg: Fix fill_gate offset * i386/i386/seg.h (fill_gate): Make offset an unsigned long. ----------------------------------------------------------------------- Summary of changes: device/dev_pager.c | 2 +- i386/i386/seg.h | 2 +- i386/i386at/model_dep.c | 2 +- i386/include/mach/i386/vm_types.h | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- GNU Mach