summaryrefslogtreecommitdiff
path: root/mach-defpager/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-06-05 00:59:37 +0000
committerMark Kettenis <kettenis@gnu.org>2001-06-05 00:59:37 +0000
commitf1a60268268acac56b9a245bcb9d93b0506a0e92 (patch)
tree68cae52f4e65e6c539ea087a6b1c9f9f77b2697a /mach-defpager/ChangeLog
parent047e386605783af924c6856d6ca58cea1dd5e614 (diff)
* setup.c (page_read_file_direct): Fix logic to find the run that
contains the data to be read. Use size in bytes instead of blocks when calling device_read. (page_write_file_direct): Fix logic to find the run that contains the data to be written. Pass SIZE_WRITTEN to device_write call instead of &WROTE when writing a whole page. Correctly calculate SEGSIZE.
Diffstat (limited to 'mach-defpager/ChangeLog')
-rw-r--r--mach-defpager/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog
index 61bfe7b1..15412bd7 100644
--- a/mach-defpager/ChangeLog
+++ b/mach-defpager/ChangeLog
@@ -1,3 +1,13 @@
+2001-06-05 Mark Kettenis <kettenis@gnu.org>
+
+ * setup.c (page_read_file_direct): Fix logic to find the run that
+ contains the data to be read. Use size in bytes instead of blocks
+ when calling device_read.
+ (page_write_file_direct): Fix logic to find the run that contains
+ the data to be written. Pass SIZE_WRITTEN to device_write call
+ instead of &WROTE when writing a whole page. Correctly calculate
+ SEGSIZE.
+
2001-02-28 Roland McGrath <roland@frob.com>
* main.c (main): Instead of calling daemon, do the work ourselves but