diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:45 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:45 +0000 |
commit | a439e9fc84397a7a802b2e9966df6d2bf7a63e73 (patch) | |
tree | cba25dc6e9e3c364866eb450b3d78ba2e7bc1f6b /libdiskfs/ChangeLog | |
parent | 6ae05c477f2d8931fc365f6f009817e6c26087fd (diff) | |
download | hurd-a439e9fc84397a7a802b2e9966df6d2bf7a63e73.tar.gz hurd-a439e9fc84397a7a802b2e9966df6d2bf7a63e73.tar.bz2 hurd-a439e9fc84397a7a802b2e9966df6d2bf7a63e73.zip |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* boot-start.c (diskfs_S_exec_startup_get_info): Use mmap instead
of vm_allocate.
(diskfs_S_fsys_init): Likewise.
* file-get-trans.c (diskfs_S_file_get_translator): Likewise.
* file-getfh.c (diskfs_S_file_getfh): Likewise.
* io-read.c (diskfs_S_io_read): Likewise.
Diffstat (limited to 'libdiskfs/ChangeLog')
-rw-r--r-- | libdiskfs/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 75bc9efd..306cb63a 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -2,6 +2,15 @@ * priv.h: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * boot-start.c (diskfs_S_exec_startup_get_info): Use mmap instead + of vm_allocate. + (diskfs_S_fsys_init): Likewise. + * file-get-trans.c (diskfs_S_file_get_translator): Likewise. + * file-getfh.c (diskfs_S_file_getfh): Likewise. + * io-read.c (diskfs_S_io_read): Likewise. + Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu> * node-nputl.c (diskfs_nput_light): Fix typo in function |