diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-28 09:05:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-28 09:05:44 +0000 |
commit | ade1805ad8cb424da60ee263e8e82310004a3a55 (patch) | |
tree | 8c2368a0a89ed32814d694c6c85f65b1923cfffd | |
parent | 40028e80b53a74ff5d86dc7be0430c0b6ebfa7ec (diff) |
.
-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 |