summaryrefslogtreecommitdiff
path: root/sutils
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-11 05:36:51 +0000
committerRoland McGrath <roland@gnu.org>1999-06-11 05:36:51 +0000
commitde4b40c16329f673fbd61f18bfe84a6e8ec95977 (patch)
tree151972419a5a2bf108d7a189bc5ccf06e8b83f22 /sutils
parent26d7ae767c4b74c88a8a75eebf556ac1f2ef9076 (diff)
.
Diffstat (limited to 'sutils')
-rw-r--r--sutils/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index e2a0f5a8..b65d49e1 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,29 @@
+1999-06-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fstab.c (fstypes_get): Don't free PROGRAM twice on ENOENT failure.
+
+ * fsck.c (options): Add -t/--fstype option.
+ (main): Parse that option, and use it to constrain fstab list.
+
+ * fsck.c (FSCK_F_DRYRUN): New macro.
+ (options, main): Add -N/--dry-run option to set it.
+ (fs_start_fsck): If FSCK_F_DRYRUN set, just print out and return zero.
+ * fsck.c (fscks_start_fsck): If FSCK_F_DRYRUN is set, don't try to
+ make read-only, just print a message that we would.
+
+ * fsck.c (options, main): Change --fstab from -t to -F.
+
+1999-06-10 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fsck.c (options): Add -A/--all and -R/--exclude-root options for
+ compatibility with Linux, and --exclude=PATTERN as general form.
+ (main): Parse them. Constrain fstab list by exclude patterns.
+
+ * fsck.c (fsck): Don't check for "noauto" mntopt. No other system
+ skips a filesystem because of it.
+ (fsck): Always start at pass 1, not 0. In every other system,
+ "pass 0" always means to skip that filesystem entirely.
+
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* MAKEDEV.sh (ECHO, EXEC): Do not export.