summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
commitf5d5190918ec5bf8b4edd4ef23386bdccb269fa2 (patch)
treec0a9427fe9d8a0f9662f32326441b3666a193e46
parent4a1edb2f870e7923e0551563507d75ad83692774 (diff)
.
-rw-r--r--boot/ChangeLog8
-rw-r--r--exec/ChangeLog20
-rw-r--r--ext2fs/ChangeLog12
-rw-r--r--hostmux/ChangeLog4
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libnetfs/ChangeLog4
-rw-r--r--pfinet/ChangeLog6
-rw-r--r--pflocal/ChangeLog4
-rw-r--r--proc/ChangeLog4
-rw-r--r--storeio/ChangeLog10
-rw-r--r--term/ChangeLog4
-rw-r--r--trans/ChangeLog9
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 <roland@baalperazim.frob.com>
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
- * boot.c: Add #include <sys/mman.h> for munmap decl.
+ * boot.c (ds_device_read, S_io_read): Fix sloppy bugs in last change.
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
@@ -11,6 +11,10 @@
(read_reply): Likewise.
(S_io_read): Likewise.
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * boot.c: Add #include <sys/mman.h> for munmap decl.
+
Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+
+ * exec.c (load_section): Fix typos in last change.
+
+1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * 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 <roland@baalperazim.frob.com>
* hostarch.c (mach_host_elf_machine): Replaced with ...
@@ -18,14 +30,6 @@
* priv.h: Add #include <sys/mman.h> for munmap decl.
-1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
-
- * 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 <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+
+ * 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 <roland@baalperazim.frob.com>
* ext2fs.h: Add #include <sys/mman.h> for munmap decl.
-
+
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
- * 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 <tb@mit.edu>
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 <roland@baalperazim.frob.com>
+
+ * mux.c: Add #include <sys/mman.h>.
+
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+
+ * boot-start.c (diskfs_S_exec_startup_get_info): Typo in last change.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* priv.h: Add #include <sys/mman.h> 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 <roland@baalperazim.frob.com>
+
+ * file-get-storage-info.c: Add #include <sys/mman.h>.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* io-read.c: Add #include <sys/mman.h> 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 <roland@baalperazim.frob.com>
+
+ * pfinet.h: Add #include <sys/mman.h> for munmap decl.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* io-ops.c: Add #include <sys/mman.h> for munmap decl.
-
+
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+
+ * sock.h: Add #include <sys/mman.h>.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* io.c: Add #include <sys/mman.h> 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 <roland@baalperazim.frob.com>
+
+ * proc.h: Add #include <sys/mman.h>.
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* info.c: Add #include <sys/mman.h> 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 <roland@baalperazim.frob.com>
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
- * dev.c: Add #include <sys/mman.h> for munmap decl.
- * pager.c: Likewise.
+ * dev.c (dev_read: ensure_buf): Fix sloppy bugs in last change.
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* dev.c (dev_open): Use mmap instead of vm_allocate.
(dev_read): Likewise.
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dev.c: Add #include <sys/mman.h> for munmap decl.
+ * pager.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+
+ * term.h: Add #include <sys/mman.h>.
+
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* 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 <roland@baalperazim.frob.com>
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
- * crash.c: Add #include <sys/mman.h> for munmap decl.
+ * firmlink.c: Add #include <sys/mman.h>.
+ (trivfs_S_io_read): Fix sloppy bugs in last change.
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* firmlink.c (trivfs_S_io_read): Use mmap instead of vm_allocate.
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * crash.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* crash.c (stop_pgrp): Use munmap instead of vm_deallocate.