summaryrefslogtreecommitdiff
path: root/mach-defpager
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-02-28 08:34:07 +0000
committerRoland McGrath <roland@gnu.org>2001-02-28 08:34:07 +0000
commitfa7dd93a44f3e568e8af14eca198bf43b8b66e71 (patch)
tree618ca9e56171bdd479d9f0b87b0b0891f569fc2a /mach-defpager
parentadf34ebbd7f683873c260de5d09d989f017e1701 (diff)
.
Diffstat (limited to 'mach-defpager')
-rw-r--r--mach-defpager/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog
index 189d0aae..f87add45 100644
--- a/mach-defpager/ChangeLog
+++ b/mach-defpager/ChangeLog
@@ -1,3 +1,16 @@
+2000-12-28 Roland McGrath <roland@frob.com>
+
+ Override the shared code from serverboot for device access with
+ a new, simpler implementation with no filesystem format support.
+ The new code implements the new default_pager_paging_storage RPC
+ to set up paging areas that can be subsets of whole Mach devices,
+ with no Linux signature checking. The compatibility setup entry
+ point works as before on whole devices.
+ * setup.c, file_io.h: New files.
+ * Makefile (SRCS): Remove def_pager_setup.c, file_io.c, strfcns.c,
+ ext2_file_io.c, ffs_file_io.c, ffs_compat.c, minix_file_io.c,
+ minix_ffs_compat.c; add setup.c to replace them all.
+
2000-02-06 Roland McGrath <roland@baalperazim.frob.com>
* Makefile: Move include ../Makeconf earlier, since it sets srcdir.