diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 20 | ||||
-rw-r--r-- | nfs/ChangeLog | 4 |
3 files changed, 30 insertions, 1 deletions
@@ -1,7 +1,12 @@ +1997-06-19 Miles Bader <miles@gnu.ai.mit.edu> + + * Makefile (prog-subdirs): Add hostmux. + 1997-06-18 Miles Bader <miles@gnu.ai.mit.edu> * Makefile (version): Use a four-digit year. - (dist): Always generate distributes of the form `hurd-${version}.tar.gz'. + (dist): Always generate distributes of the form + `hurd-${version}.tar.gz'. Thu Jun 12 18:58:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> 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. diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 57b34160..707f5e68 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,7 @@ +1997-06-09 Miles Bader <miles@gnu.ai.mit.edu> + + * ops.c (netfs_validate_stat): Don't clear NP->istranslated. + Wed May 21 12:07:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * ops.c (netfs_attempt_create_file): Only attempt chown if the |