commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9-3-g92e3b0a


From: Richard Braun
Subject: [SCM] Hurd branch, master, updated. v0.9-3-g92e3b0a
Date: Sat, 24 Dec 2016 02:16:19 +0000 (UTC)

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  92e3b0a3c3ba90c90605debf6e149e5a4b8d9a8f (commit)
      from  ee4795884ec145303115ac1bd88878684df46118 (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 92e3b0a3c3ba90c90605debf6e149e5a4b8d9a8f
Author: Richard Braun <address@hidden>
Date:   Sat Dec 24 02:57:36 2016 +0100

    mach-defpager: make the default pager use vm_wire_all
    
    The vm_wire_all call was recently added to GNU Mach so that the
    default pager doesn't depend on glibc malloc hooks any more.
    
    * mach-defpager/default_pager.c
    (start_default_pager_thread): Remove call to wire_memory.
    * mach-defpager/kalloc.c (kget_space): Likewise.
    * mach-defpager/wiring.c: Include mach/gnumach.h.
    (wire_memory): Remove function.
    (wire_all_memory): Replace call to wire_memory with a direct call
    to vm_wire, call vm_wire_all after the fixup loop.
    (vm_allocate, __vm_allocate): Remove functions.
    * mach-defpager/wiring.h (wire_memory): Remove function.

-----------------------------------------------------------------------

Summary of changes:
 mach-defpager/default_pager.c |    2 --
 mach-defpager/kalloc.c        |    2 --
 mach-defpager/wiring.c        |   67 ++++++++---------------------------------
 mach-defpager/wiring.h        |    1 -
 4 files changed, 13 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]