diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-23 22:33:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-23 22:33:00 +0000 |
commit | db823a04edfc94e8c7e60db06ee0447b7a9d8966 (patch) | |
tree | e7928f44b5b13f63805d2fa70c60a51a939dfd02 /mach-defpager/ChangeLog | |
parent | 5c0e02f9cc01e48988df079780e274bf0f49bc57 (diff) |
.
Diffstat (limited to 'mach-defpager/ChangeLog')
-rw-r--r-- | mach-defpager/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog index 15412bd7..4267f97e 100644 --- a/mach-defpager/ChangeLog +++ b/mach-defpager/ChangeLog @@ -1,3 +1,8 @@ +2002-03-23 Roland McGrath <roland@frob.com> + + * main.c (default_pager_bootstrap_port): Declaration removed. + (main): Don't use it. + 2001-06-05 Mark Kettenis <kettenis@gnu.org> * setup.c (page_read_file_direct): Fix logic to find the run that @@ -6,7 +11,7 @@ (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. + SEGSIZE. 2001-02-28 Roland McGrath <roland@frob.com> |