diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | mach-defpager/ChangeLog | 7 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-12-28 Roland McGrath <roland@frob.com> + + * Makeconf (mach_defs_names): Remove default_pager (replaced by our + own in hurd) and default_pager_helper (never used). + 2001-02-02 Roland McGrath <roland@frob.com> * Makefile (prog-subdirs): Add tmpfs. diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog index f87add45..61bfe7b1 100644 --- a/mach-defpager/ChangeLog +++ b/mach-defpager/ChangeLog @@ -1,3 +1,10 @@ +2001-02-28 Roland McGrath <roland@frob.com> + + * main.c (main): Instead of calling daemon, do the work ourselves but + synchronize with the child so that vm_set_default_memory_manager has + definitely been called before exit. + (nohandler): New function. + 2000-12-28 Roland McGrath <roland@frob.com> Override the shared code from serverboot for device access with |