summaryrefslogtreecommitdiff
path: root/libhurd-mm/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-06-24 14:35:20 +0000
committerneal <neal>2008-06-24 14:35:20 +0000
commitb66325df3e8b995b52f9a21e6750f20fd526db0a (patch)
treecc5c173bad5e91ce082c264508a8ace46a1a3ea8 /libhurd-mm/ChangeLog
parent7cc0d3ed39b6cb61d897d348b7f5bd88c8294282 (diff)
hurd/
2008-06-24 Neal H. Walfield <neal@gnu.org> * cap.h (RM_object_discard): New define. (object_discard): New method. viengoos/ 2008-06-24 Neal H. Walfield <neal@gnu.org> * server.c (server_loop): Implement cap_discard. * rm.h (rm_method_id_string): Handle the RM_object_discard case. libhurd-mm/ 2008-06-24 Neal H. Walfield <neal@gnu.org> * madvise.c: New file. * Makefile.am (libhurd_mm_a_SOURCES): Add madvise.c. * pager.h (pager_advice_normal, pager_advice_random, pager_advice_sequential, pager_advice_willneed, pager_advice_dontneed): Define. (pager_advise_t): New typedef. (struct pager): Add field advise. * anonymous.c (advise): New function. (anonymous_pager_alloc): Set ANON->PAGER.ADVISE to it.
Diffstat (limited to 'libhurd-mm/ChangeLog')
-rw-r--r--libhurd-mm/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog
index c120241..4b79c47 100644
--- a/libhurd-mm/ChangeLog
+++ b/libhurd-mm/ChangeLog
@@ -1,3 +1,15 @@
+2008-06-24 Neal H. Walfield <neal@gnu.org>
+
+ * madvise.c: New file.
+ * Makefile.am (libhurd_mm_a_SOURCES): Add madvise.c.
+ * pager.h (pager_advice_normal, pager_advice_random,
+ pager_advice_sequential, pager_advice_willneed,
+ pager_advice_dontneed): Define.
+ (pager_advise_t): New typedef.
+ (struct pager): Add field advise.
+ * anonymous.c (advise): New function.
+ (anonymous_pager_alloc): Set ANON->PAGER.ADVISE to it.
+
2008-06-23 Neal H. Walfield <neal@gnu.org>
* as-build.c (as_build): Use %p, not %x, for printing a pointer.