diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-06-05 00:59:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-06-05 00:59:37 +0000 |
commit | f1a60268268acac56b9a245bcb9d93b0506a0e92 (patch) | |
tree | 68cae52f4e65e6c539ea087a6b1c9f9f77b2697a /mach-defpager/ChangeLog | |
parent | 047e386605783af924c6856d6ca58cea1dd5e614 (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/ChangeLog | 10 |
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 |