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 7e176f23511446bc33f4e43fd098ddb73acd8146 (commit)
from ee9c8ddfbe2de2d6e62cd063a269db6446ca7faf (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 7e176f23511446bc33f4e43fd098ddb73acd8146
Author: Samuel Thibault <[email protected]>
Date: Mon Aug 16 13:18:50 2021 +0200
mach-defpager: Drop kalloc/kfree
glibc is removing its malloc hooks, but gnumach now has support for
mlockall, which we can just use instead of kalloc/kfree.
* mach-defpager/main.c (main): Call mlockall.
* mach-defpager/kalloc.c: Remove.
* mach-defpager/kalloc.h: Remove.
* mach-defpager/default_pager.c: Use malloc/free instead of
kalloc/kfree.
* mach-defpager/setup.c: Likewise.
-----------------------------------------------------------------------
Summary of changes:
mach-defpager/Makefile | 2 +-
mach-defpager/default_pager.c | 114 ++++++++-------
mach-defpager/kalloc.c | 313 ------------------------------------------
mach-defpager/kalloc.h | 30 ----
mach-defpager/main.c | 5 +
mach-defpager/setup.c | 10 +-
6 files changed, 65 insertions(+), 409 deletions(-)
delete mode 100644 mach-defpager/kalloc.c
delete mode 100644 mach-defpager/kalloc.h
hooks/post-receive
--
Hurd