aboutsummaryrefslogtreecommitdiff
path: root/mach-defpager/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * setup.c (page_read_file_direct): Fix logic to find the run thatMark Kettenis2001-06-051-0/+10
| | | | | | | | | 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.
* .Roland McGrath2001-02-281-0/+7
|
* .Roland McGrath2001-02-281-0/+13
|
* .Roland McGrath2000-02-061-0/+4
|
* 1999-11-18 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-181-0/+8
* Makefile, main.c: New files for new this directory `mach-defpager'. This is a standalone Hurd program version of the Mach default pager, with the bulk of the source code coming from ../serverboot. This program /hurd/mach-defpager is started like a normal daemon, i.e. from rc or whatever, rather than being the first task. * ChangeLog: New file, mentioning itself in this sentence.