summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ext2fs/ChangeLog9
-rw-r--r--isofs/ChangeLog5
-rw-r--r--ufs/ChangeLog9
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a95d53c..2b1a3fe2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makefile (prog-subdirs): Reordered with vague topical grouping.
+
1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
* Makeconf ($(libdir) installation rules): Use automatic variables.
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index bafd0f52..6232f64c 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,5 +1,14 @@
1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+ * inode.c (diskfs_set_statfs): Remove __ from struct members.
+
+1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>
+
+ * inode.c (diskfs_set_statfs): Fill in statfs members that are
+ used to implement statvfs.
+
+1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+
* ext2fs.c (main): Pass ARGP_IN_ORDER flag to argp_parse because
diskfs options need it.
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index 14ff7177..d5a7d762 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+
+ * inode.c (diskfs_set_statfs): Remove __ from struct statfs members.
+ Use bzero first instead of setting individual fields to zero.
+
1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>
* inode.c (diskfs_set_statfs): Fill in statfs members with
diff --git a/ufs/ChangeLog b/ufs/ChangeLog
index bd8e6358..7d280a4a 100644
--- a/ufs/ChangeLog
+++ b/ufs/ChangeLog
@@ -1,5 +1,14 @@
1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+ * inode.c (diskfs_set_statfs): Remove __ from struct members.
+
+1998-12-21 Mark Kettenis <kettenis@phys.uva.nl>
+
+ * inode.c (diskfs_set_statfs): Fill in statfs members that are
+ used to implement statvfs.
+
+1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
+
* main.c (main): Pass ARGP_IN_ORDER flag to argp_parse because
diskfs options need it.