From d920c0ea6b1d6ef43c69320c43ff2435764fb598 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 6 Nov 2008 13:18:48 +0100 Subject: Support clearing the discarded status and prefaulting using madvise. 2008-11-06 Neal H. Walfield * anonymous.c (fault): Handle the case where COUNT > 0. Don't assume that storage has been allocated if INFO.DISCARDED is true. (advise): Interpret pager_advice_normal to mean to cleared discarded pages and to allocate unallocated pages. --- libhurd-mm/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libhurd-mm/ChangeLog') diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog index d785a42..de72215 100644 --- a/libhurd-mm/ChangeLog +++ b/libhurd-mm/ChangeLog @@ -1,3 +1,10 @@ +2008-11-06 Neal H. Walfield + + * anonymous.c (fault): Handle the case where COUNT > 0. Don't + assume that storage has been allocated if INFO.DISCARDED is true. + (advise): Interpret pager_advice_normal to mean to cleared + discarded pages and to allocate unallocated pages. + 2008-11-03 Neal H. Walfield * headers.m4: Don't create an empty libhurd-mm/libhurd-mm.a. -- cgit v1.2.3