summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-09-24 19:39:07 +0000
committerMiles Bader <miles@gnu.org>1996-09-24 19:39:07 +0000
commit5d77a744e519fe48a7a97fe227f5556bba3a2517 (patch)
treeb31810967c5ace6ee5659527e1eff7a3a1c9c946
parent90318bed90a12faf24ba6e0bc035ff66e16d8403 (diff)
.
-rw-r--r--libstore/ChangeLog6
-rw-r--r--sutils/ChangeLog19
2 files changed, 25 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index aef75290..049d81b3 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 24 15:15:27 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * zero.c <limits.h>: New include.
+ (zero_open): When no size is specified, use the maximum off_t
+ value, not the maximum size_t value.
+
Mon Sep 23 12:55:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
* storecat.c (main): Use new PARAMS var for passing args to STORE_ARGP.
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index ec55b55c..aaadaa99 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,22 @@
+Tue Sep 24 14:46:11 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * MAKEDEV.sh: Fix argument parsing.
+ (zero): Use `storeio -Tzero' instead of `null -z'.
+
+Thu Sep 19 17:48:59 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fstab.c (fs_remount): Use fsys_update instead of fsys_remount.
+
+Wed Sep 18 19:12:19 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * MAKEDEV.sh: Use a shell function `mkdev' for recursion, rather
+ than calling this script recursively.
+
+Thu Sep 12 18:53:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fsck.c (fs_start_fsck): Print an error for filesystem types we
+ don't know how to fsck, instead of dying with an assertion failure.
+
Thu Sep 19 16:58:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (install): Depend on installation directory directly;