diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:24 +0000 |
commit | 0f3b1a1fd2f4cdb2ad800c92858ffe64c6d3e294 (patch) | |
tree | 98abd65de0899fbc6ba5bc50c4751daf2dfd9f38 /libpager/ChangeLog | |
parent | 511d0368972e61018b20e1debbefea04264fcd08 (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* pagemap.c (_pager_pagemap_resize): Use mmap instead of vm_allocate.
Diffstat (limited to 'libpager/ChangeLog')
-rw-r--r-- | libpager/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog index 47c93342..268f9ddb 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -3,6 +3,10 @@ * priv.h: Add #include <sys/mman.h> for munmap decl. * pager-memcpy.c: Likewise. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * pagemap.c (_pager_pagemap_resize): Use mmap instead of vm_allocate. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * data-return.c (_pager_do_write_request): Use munmap instead of |