summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libshouldbeinlibc/ChangeLog5
-rw-r--r--libtrivfs/ChangeLog15
2 files changed, 20 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 6c6c96e4..594479d5 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 19 17:48:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fsysops.c (fsys_update): Renamed from fsys_remount.
+ Use --update, not --remount.
+
Fri Aug 30 20:44:44 1996 Miles Bader <miles@gnu.ai.mit.edu>
* argp-help.c (argp_help): Print documentation only according to
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 83b1f653..f1bf479b 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,18 @@
+Thu Sep 19 18:00:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * Makefile (HURDLIBS): Add shouldbeinlibc.
+
+Wed Sep 18 12:47:54 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fsys-get-options.c (trivfs_S_fsys_get_options): Initialize ARGZ
+ with the program name, and call trivfs_append_args instead of
+ trivfs_get_options.
+ * file-get-fs-options.c (trivfs_S_file_get_fs_options): Likewise.
+ * trivfs.h (trivfs_append_args): New declaration.
+ (trivfs_get_options): Declaration removed.
+ * Makefile (OTHERSRCS): Replace get-options.c with apend-args.c.
+ * append-args.c (trivfs_append_args): New file.
+
Thu Sep 12 16:23:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (HURDLIBS): New variable.