summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftpfs/ChangeLog4
-rw-r--r--hostmux/ChangeLog7
-rw-r--r--libnetfs/ChangeLog6
-rw-r--r--nfs/ChangeLog4
-rw-r--r--trans/ChangeLog2
-rw-r--r--usermux/ChangeLog9
6 files changed, 31 insertions, 1 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index ba625b6c..6afc4d68 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-13 Roland McGrath <roland@frob.com>
+
+ * dir.c (ftpfs_refresh_node): Set NODE->nn_translated appropriately.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* ftpfs.c (netfs_server_name, netfs_server_version): New
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index 064785d6..00a28012 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-13 Roland McGrath <roland@frob.com>
+
+ * mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
+
+ * leaf.c (create_host_node): Set NEW->nn_translated appropriately.
+ * hostmux.c (main): Set netfs_root_node->nn_translated to zero.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* hostmux.c (netfs_server_name, netfs_server_version): New
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 18d0006d..c1dbb120 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-13 Roland McGrath <roland@frob.com>
+
+ * netfs.h (struct node): New member `nn_translated'.
+ * dir-lookup.c (netfs_S_dir_lookup): Examine that in place of
+ nn_stat.st_mode to decide if there is a passive translator.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* io-version.c: New file.
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index 0ddff51b..4c037b37 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-13 Roland McGrath <roland@frob.com>
+
+ * ops.c (register_fresh_stat): Set NP->nn_translated appropriately.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* main.c: Include <version.h>.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 7985de9e..e041fc7f 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,5 +1,7 @@
2002-05-13 Roland McGrath <roland@frob.com>
+ * fakeroot.c (netfs_validate_stat): Set NP->nn_translated.
+
* fakeroot.c (netfs_S_file_exec): Don't lock the node (no need).
Don't use MACH_MSG_TYPE_MOVE_SEND.
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index 9fe094e2..ddccefb8 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-13 Roland McGrath <roland@frob.com>
+
+ * mux.c (netfs_attempt_chmod): Handle MODE arg with no S_IFMT bits set.
+
+ * leaf.c (create_user_node): Set NEW->nn_translated appropriately.
+ * usermux.c (main): Set netfs_root_node->nn_translated to zero.
+
2002-05-13 Marcus Brinkmann <marcus@gnu.org>
* usermux.c (netfs_server_name, netfs_server_version): New
@@ -21,7 +28,7 @@
* usermux.c: Likewise.
* usermux.h: Likewise
(struct usermux): Likewise.
-
+
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* mux.c: Add #include <sys/mman.h> for munmap decl.