summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:52:42 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:52:42 +0000
commitab1140746d1b9c5959def3b79ba6af548229007f (patch)
tree02c7dfdda5bbc9dfc034385a8514604f1294afd9
parentee2b10d0dae4dd3a1c62e3d31407bcab0e40940b (diff)
.
-rw-r--r--boot/ChangeLog6
-rw-r--r--daemons/ChangeLog4
-rw-r--r--exec/ChangeLog6
-rw-r--r--ext2fs/ChangeLog4
-rw-r--r--ftpfs/ChangeLog5
-rw-r--r--init/ChangeLog4
-rw-r--r--isofs/ChangeLog6
-rw-r--r--libdiskfs/ChangeLog10
-rw-r--r--libpager/ChangeLog5
-rw-r--r--libshouldbeinlibc/ChangeLog6
-rw-r--r--libstore/ChangeLog13
-rw-r--r--nfs/ChangeLog4
-rw-r--r--nfsd/ChangeLog6
-rw-r--r--pfinet/ChangeLog4
-rw-r--r--pflocal/ChangeLog4
-rw-r--r--proc/ChangeLog5
-rw-r--r--trans/ChangeLog4
-rw-r--r--ufs/ChangeLog6
-rw-r--r--usermux/ChangeLog4
19 files changed, 98 insertions, 8 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index ad8a304c..d3ab47ff 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,7 +1,11 @@
+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
- TAKAO <jargon@lares.dti.ne.jp>.
+ TAKAO <jargon@lares.dti.ne.jp>.
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
diff --git a/daemons/ChangeLog b/daemons/ChangeLog
index 1bb1793b..34ace112 100644
--- a/daemons/ChangeLog
+++ b/daemons/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * lmail.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* lmail.c (bfree): Use munmap instead of vm_deallocate.
diff --git a/exec/ChangeLog b/exec/ChangeLog
index a2be33d3..9bfbb274 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,5 +1,11 @@
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+ * hostarch.c (mach_host_elf_machine): Replaced with ...
+ (elf_machine_matches_host): New function. Instead of returning
+ an ELF EM_* code, take one and check if it matches the host;
+ operate only on mach_host_self(), cache results,
+ Grok CPU_TYPE_{I486,PENTIUM,PENTIUMPRO} to accept EM_386 or EM_486.
+ Grok POWERPC, ALPHA, HPPA types.
* exec.c (check_elf): Call elf_machine_matches_host instead of
comparing against elf_machine.
(load_section): #if 0 out no-op code that uses elf_machine.
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 8784376b..55cb00da 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * ext2fs.h: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Use munmap instead of vm_deallocate.
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index 87195895..93c6db92 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * netfs.c: Add #include <sys/mman.h> for munmap decl.
+ * ccache.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* ccache.c (ccache_read): Use munmap instead of vm_deallocate.
diff --git a/init/ChangeLog b/init/ChangeLog
index a5fcfd46..b3e2dc50 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * init.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* init.c (reboot_system): Use munmap instead of vm_deallocate.
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index d26799e5..535c857d 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,7 +1,11 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * isofs.h: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* lookup.c (diskfs_get_directs): Use munmap instead of
- vm_deallocate.
+ vm_deallocate.
1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 6f06efb6..75bc9efd 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,8 +1,12 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * priv.h: Add #include <sys/mman.h> for munmap decl.
+
Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
* node-nputl.c (diskfs_nput_light): Fix typo in function
declaration. Reported by Yamashita TAKAO
- (jargon@lares.dti.ne.jp).
+ (jargon@lares.dti.ne.jp).
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
@@ -26,8 +30,8 @@ Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
* diskfs.c: Deleted file.
* Makefile (OTHERSRCS): Added node-nref.c, node-nput.c
node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed
- diskfs.c.
-
+ diskfs.c.
+
1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>
* dev-globals.c, dev-io.c, dev-open.c: Files removed.
diff --git a/libpager/ChangeLog b/libpager/ChangeLog
index a760e0e1..c997289a 100644
--- a/libpager/ChangeLog
+++ b/libpager/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * priv.h: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* data-return.c (_pager_do_write_request): Use munmap instead of
@@ -413,4 +417,3 @@ Tue Apr 26 15:08:57 1994 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
* object-init.c (_pager_seqnos_memory_object_init): Only check
for inits of active objects AFTER waiting for seqno; otherwise we
could race against a prior terminate.
-
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index f6667d5e..48a60f32 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * portinfo.h: Add #include <sys/mman.h> for munmap decl.
+ * fsysops.c: Likewise.
+ * idvec-auth.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* fsysops.c (fsys_get_readonly): Use munmap instead of vm_deallocate.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 3f01f6df..25153114 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,16 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * rdwr.c: Add #include <sys/mman.h> for munmap decl.
+ * enc.c: Likewise.
+ * copy.c: Likewise.
+ * gunzip.c: Likewise.
+ * bunzip2.c: Likewise.
+
+1999-07-08 Roland McGrath <roland@baalperazim.frob.com>
+
+ * remap.c (remap_open): Recognize "N+" syntax in block list as from
+ block N through the end of the store.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* bunzip2.c (bunzip2): Use munmap instead of vm_deallocate.
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index ec32307b..bbea0bc1 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * nfs.h: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* ops.c (netfs_get_dirents): Use munmap instead of vm_deallocate.
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog
index c32cfd98..d4210e8c 100644
--- a/nfsd/ChangeLog
+++ b/nfsd/ChangeLog
@@ -1,7 +1,11 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * cache.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* cache.c (create_cached_handle): Use munmap instead of
- vm_deallocate.
+ vm_deallocate.
1998-12-20 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index bf68ffe9..71d704ca 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io-ops.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* io-ops.c (S_io_read): Use munmap instead of vm_deallocate.
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog
index 5e54c1d8..fd2765b7 100644
--- a/pflocal/ChangeLog
+++ b/pflocal/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * io.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* io.c (TRASH_IDS): Use munmap instead of vm_deallocate.
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 6e47b4a4..6cb14769 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * info.c: Add #include <sys/mman.h> for munmap decl.
+ * mgt.c: Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* info.c (get_string): Use munmap instead of vm_deallocate.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index c26ba598..88d09c5a 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index 4a983183..209d39df 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * ufs.h: Add #include <sys/mman.h> for munmap decl.
+
Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Repair typo. Reported by Yamashita
@@ -6,7 +10,7 @@ Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu>
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Use munmap instead of
- vm_deallocate.
+ vm_deallocate.
(diskfs_direnter_hard): Likewise.
(diskfs_dirremove_hard): Likewise.
(diskfs_dirrewrite_hard): Likewise.
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index 1a29b900..60b59995 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -1,3 +1,7 @@
+1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * mux.c: Add #include <sys/mman.h> for munmap decl.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use munmap instead of vm_deallocate.