summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/ChangeLog12
-rw-r--r--libdiskfs/ChangeLog11
2 files changed, 23 insertions, 0 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index 6fe78202..2152c022 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,3 +1,15 @@
+1997-09-19 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * rr.h (GNUEXT_ID): Make value a string.
+ * rr.c (rrip_work): ER->lenid should be ER->len_id.
+ Remove unused variable.
+
+1997-09-18 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * inode.c (read_disknode): RR should be RL.
+ Assign 0's type-correctly to NP->dn->translator and ->translen.
+ (diskfs_node_norefs): The translator field is in NP->dn, not NP.
+
Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* rr.c (gnuext_live): New variable.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 222ad343..beef1fbd 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,14 @@
+1997-09-18 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * priv.h (fs_control_port): Declaration removed.
+ (_diskfs_nosuid, _diskfs_noexec): Renamed from nosuid & noexec.
+ * file-exec.c (diskfs_S_file_exec): Prepend "_diskfs" to uses of
+ NOSUID & NOEXEC.
+ * init-init.c: Likewise.
+ * opts-std-startup.c (parse_startup_opt): Likewise.
+ * opts-std-runtime.c (set_opts): Likewise.
+ (OPT_EXEC_OK, OPT_SUID_OK): Rename definitions from ..._OPT.
+
1997-09-16 Miles Bader <miles@gnu.ai.mit.edu>
* opts-append-std.c (diskfs_append_std_options): Add --no-suid and