summaryrefslogtreecommitdiff
path: root/libnetfs/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-06-20 05:52:34 +0000
committerMiles Bader <miles@gnu.org>1997-06-20 05:52:34 +0000
commit1d6f2b6913c64bf683c091a02bc5a63c78c11f10 (patch)
tree7d38c66a9185ef780fd7d5d1992200df86ec26b9 /libnetfs/ChangeLog
parentfb4eb5519ea007d3e8aa2d095ffc6c3a43a48045 (diff)
.
Diffstat (limited to 'libnetfs/ChangeLog')
-rw-r--r--libnetfs/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index d71d915b..b0913102 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,23 @@
+1997-06-11 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * trans-callback.c, set-get-trans.c: New files.
+ * Makefile (OTHERSRCS): Add trans-callback.c & set-get-trans.c.
+
+1997-06-09 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * netfs.h (struct node): Remove istranslated field.
+ (netfs_get_translator): New declaration.
+
+ * dir-lookup.c (netfs_S_dir_lookup): Use S_IPTRANS bit in nn_stat
+ st_mode field rather than istranslated field.
+ * fsys-getroot.c (netfs_S_fsys_getroot): Likewise.
+ * file-set-translator.c (netfs_S_file_set_translator): Likewise.
+ * io-stat.c (netfs_S_io_stat): Set S_IATRANS & S_IROOT bits in
+ st_mode field of returned buffer if appropriate.
+
+ * init-startup.c (netfs_startup): Supply program name with error
+ messages.
+
Tue May 27 11:55:17 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* file-chmod.c (netfs_S_file_chmod): Turn off any read-only bits.