summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-13 04:35:54 +0000
committerRoland McGrath <roland@gnu.org>1999-09-13 04:35:54 +0000
commit27833c040d239ee3dbaa8f7d5c6f52a7c650557b (patch)
tree5739d8eb37acc3f99b5054e5c4da2ee6e5b60972
parent7cf77df547c7c77def71324c840dc1be0609fe2a (diff)
ChangeLog
-rw-r--r--exec/ChangeLog4
-rw-r--r--ext2fs/ChangeLog9
-rw-r--r--ufs/ChangeLog11
3 files changed, 21 insertions, 3 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 9dd7cb70..908af503 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,7 @@
+1999-09-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makefile (exec.static-LDFLAGS): Variable removed.
+
1999-07-17 Roland McGrath <roland@baalperazim.frob.com>
* exec.c (servercopy): Removed unused variable.
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index d6c8f15b..21f4081f 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,7 +1,14 @@
+1999-09-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makefile (makemode): server -> servers.
+ (targets): Replaced with target; remove ext2fs.static.
+ (ext2fs.static-LDFLAGS): Variable removed.
+ (ext2fs, ext2fs.static): Remove deps.
+
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Pass additional parameter to
- diskfs_get_filemap.
+ diskfs_get_filemap.
(diskfs_dirempty): Likewise.
* truncate.c (force_delayed_copies): Likewise.
* pager.c (diskfs_get_filemap): Accept additional parameter.
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index 4bebe284..0ab45a3d 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,3 +1,10 @@
+1999-09-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makefile (makemode): servers -> server.
+ (targets): Replaced with target; remove ufs.static.
+ (ufs.static-LDFLAGS): Variable removed.
+ (ufs.static, ufs): Remove deps.
+
1999-09-08 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_get_directs): Initialize `err' to shut gcc up.
@@ -5,7 +12,7 @@
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* dir.c (diskfs_lookup_hard): Pass additional parameter to
- diskfs_get_filemap.
+ diskfs_get_filemap.
(diskfs_dirempty): Likewise.
* sizes.c (diskfs_truncate): Likewise.
(block_extended): Likewise.
@@ -34,7 +41,7 @@
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
* hyper.c (diskfs_readonly_changed): Use mprotect instead of
- vm_protect.
+ vm_protect.
Mon Jul 5 20:04:58 1999 Thomas Bushnell, BSG <tb@mit.edu>