From f5d5190918ec5bf8b4edd4ef23386bdccb269fa2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 19:44:47 +0000 Subject: . --- boot/ChangeLog | 8 ++++++-- exec/ChangeLog | 20 ++++++++++++-------- ext2fs/ChangeLog | 12 +++++++++--- hostmux/ChangeLog | 4 ++++ libdiskfs/ChangeLog | 4 ++++ libnetfs/ChangeLog | 4 ++++ pfinet/ChangeLog | 6 +++++- pflocal/ChangeLog | 4 ++++ proc/ChangeLog | 4 ++++ storeio/ChangeLog | 10 +++++++--- term/ChangeLog | 4 ++++ trans/ChangeLog | 9 +++++++-- 12 files changed, 70 insertions(+), 19 deletions(-) diff --git a/boot/ChangeLog b/boot/ChangeLog index 6e8d153a..ab194546 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,6 +1,6 @@ -1999-07-10 Roland McGrath +1999-07-11 Roland McGrath - * boot.c: Add #include for munmap decl. + * boot.c (ds_device_read, S_io_read): Fix sloppy bugs in last change. 1999-07-06 Thomas Bushnell, BSG @@ -11,6 +11,10 @@ (read_reply): Likewise. (S_io_read): Likewise. +1999-07-10 Roland McGrath + + * boot.c: Add #include for munmap decl. + Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG * boot.c (load_image): Fix typo in cast. Reported by Yamashita diff --git a/exec/ChangeLog b/exec/ChangeLog index d3c4c03e..ec6de380 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,15 @@ +1999-07-11 Roland McGrath + + * exec.c (load_section): Fix typos in last change. + +1999-07-11 Thomas Bushnell, BSG + + * exec.c (load_section): Use mmap instead of vm_allocate when + allocating in mach_task_self (). + (servercopy): Likewise. + (do_exec): Likewise. + * hashexec.c (check_hashbang): Likewise. + 1999-07-10 Roland McGrath * hostarch.c (mach_host_elf_machine): Replaced with ... @@ -18,14 +30,6 @@ * priv.h: Add #include for munmap decl. -1999-07-06 Thomas Bushnell, BSG - - * exec.c (load_section): Use mmap instead of vm_allocate when - allocating in mach_task_self (). - (servercopy): Likewise. - (do_exec): Likewise. - * hashexec.c (check_hashbang): Likewise. - 1999-07-03 Thomas Bushnell, BSG * core.c (core_dump_task): Use munmap instead of vm_deallocate, diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog index 4194769e..d141f013 100644 --- a/ext2fs/ChangeLog +++ b/ext2fs/ChangeLog @@ -1,16 +1,22 @@ +1999-07-11 Roland McGrath + + * dir.c (diskfs_get_directs): Fix sloppy bugs in last change. + * hyper.c (allocate_mod_map): Likewise. + * pager.c (get_page_buf): Likewise. + 1999-07-10 Roland McGrath * ext2fs.h: Add #include for munmap decl. - + 1999-07-06 Thomas Bushnell, BSG - * dir.c (diskfs_get_directs): Use mmap instead of vm_allocate. + * dir.c (diskfs_get_directs): Use mmap instead of vm_allocate. * hyper.c (allocate_mod_map): Likewise. (get_hypermetadata): Likewise. * pager.c (get_page_buf): Likewise. * hyper.c (diskfs_readonly_changed): Use mprotect instead of - vm_protect. + vm_protect. 1999-07-03 Thomas Bushnell, BSG diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog index 038992a3..0bcbf513 100644 --- a/hostmux/ChangeLog +++ b/hostmux/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * mux.c: Add #include . + 1999-07-09 Thomas Bushnell, BSG * mux.c (netfs_get_dirents): Use mmap instead of vm_allocate. diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 306cb63a..9da83312 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * boot-start.c (diskfs_S_exec_startup_get_info): Typo in last change. + 1999-07-10 Roland McGrath * priv.h: Add #include for munmap decl. diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 3e024d15..210015cb 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * file-get-storage-info.c: Add #include . + 1999-07-10 Roland McGrath * io-read.c: Add #include for munmap decl. diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index fb8f2683..fe684aac 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,7 +1,11 @@ +1999-07-11 Roland McGrath + + * pfinet.h: Add #include for munmap decl. + 1999-07-10 Roland McGrath * io-ops.c: Add #include for munmap decl. - + 1999-07-09 Thomas Bushnell, BSG * io-ops.c (S_io_read): Use mmap instead of vm_allocate. diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index 0215ad3d..5aa7ed20 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * sock.h: Add #include . + 1999-07-10 Roland McGrath * io.c: Add #include for munmap decl. diff --git a/proc/ChangeLog b/proc/ChangeLog index e874d5a3..647c72e4 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * proc.h: Add #include . + 1999-07-10 Roland McGrath * info.c: Add #include for munmap decl. diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 89ad36cc..cecf8304 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,13 +1,17 @@ -1999-07-10 Roland McGrath +1999-07-11 Roland McGrath - * dev.c: Add #include for munmap decl. - * pager.c: Likewise. + * dev.c (dev_read: ensure_buf): Fix sloppy bugs in last change. 1999-07-09 Thomas Bushnell, BSG * dev.c (dev_open): Use mmap instead of vm_allocate. (dev_read): Likewise. +1999-07-10 Roland McGrath + + * dev.c: Add #include for munmap decl. + * pager.c: Likewise. + 1999-07-03 Thomas Bushnell, BSG * dev.c (dev_buf_fill): Use munmap instead of vm_deallocate. diff --git a/term/ChangeLog b/term/ChangeLog index e82c88f9..632855f4 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,7 @@ +1999-07-11 Roland McGrath + + * term.h: Add #include . + 1999-07-09 Thomas Bushnell, BSG * ptyio.c (pty_io_read): Use mmap instead of vm_allocate. diff --git a/trans/ChangeLog b/trans/ChangeLog index 34a5128e..e9c9fa29 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,11 +1,16 @@ -1999-07-10 Roland McGrath +1999-07-11 Roland McGrath - * crash.c: Add #include for munmap decl. + * firmlink.c: Add #include . + (trivfs_S_io_read): Fix sloppy bugs in last change. 1999-07-09 Thomas Bushnell, BSG * firmlink.c (trivfs_S_io_read): Use mmap instead of vm_allocate. +1999-07-10 Roland McGrath + + * crash.c: Add #include for munmap decl. + 1999-07-03 Thomas Bushnell, BSG * crash.c (stop_pgrp): Use munmap instead of vm_deallocate. -- cgit v1.2.3