diff options
author | Miles Bader <miles@gnu.org> | 1997-09-19 19:13:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-09-19 19:13:17 +0000 |
commit | 2b1b297d1a587fa6aed336c72acdce202f3d73b1 (patch) | |
tree | 92366741962a9a8c456fdf8f106ad73456923e4f | |
parent | 3f73b88bdb0cc81b2f9205288226a16aa4b54b11 (diff) |
.
-rw-r--r-- | isofs/ChangeLog | 12 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 11 |
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 |