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 "Hurd".
The branch, master has been updated
via 0a03fedbb9ce7aac3b2ecdd50256160ba7e33b1c (commit)
from 0d87f60c88c36598c009b7dc76269105e2714657 (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 0a03fedbb9ce7aac3b2ecdd50256160ba7e33b1c
Author: Flavio Cruz <[email protected]>
Date: Thu Apr 6 01:20:40 2023 -0400
Use default pager MiG stubs from Hurd instead of gnumach
Hurd code relies on gnumach default_pager.defs headers when making calls
using the default pager RPC. Those stubs were checked in back in the 90s
and are essentially unused because gnumach does not implement or use
that interface. Instead use the Hurd interface directly.
This is safe since the Hurd stubs are a super set of the gnumach stubs.
Later, we won't need to install the gnumach stubs anymore through glibc.
Message-Id: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
boot/boot.c | 2 +-
libdiskfs/io-map-cntl.c | 2 +-
libshouldbeinlibc/portinfo.c | 2 +-
procfs/rootdir.c | 1 -
utils/vminfo.c | 3 ++-
utils/vmstat.c | 3 ++-
6 files changed, 7 insertions(+), 6 deletions(-)
hooks/post-receive
--
Hurd