summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-09-05 21:41:54 +0000
committerMiles Bader <miles@gnu.org>1997-09-05 21:41:54 +0000
commit1cc9716fcb5461126fd86e486d18d20cafb1a48c (patch)
treea2e21ea3945f3c3b21242355e2d55dc5c94f7536
parent9b2f6ac2fe26b9d6aea82c43e1e7644ea3c167b8 (diff)
.
-rw-r--r--hostmux/ChangeLog12
-rw-r--r--hurd/ChangeLog4
2 files changed, 16 insertions, 0 deletions
diff --git a/hostmux/ChangeLog b/hostmux/ChangeLog
index aa2c8542..202a5d84 100644
--- a/hostmux/ChangeLog
+++ b/hostmux/ChangeLog
@@ -1,3 +1,15 @@
+1997-08-27 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * mux.c (netfs_attempt_lookup): Clear *NODE on errors.
+
+1997-08-19 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * hostmux.c (main): If the underlying node isn't a directory,
+ propagate read permission to execute permission.
+
+ * mux.c (netfs_attempt_lookup): Check for lookup permission.
+ Re-arrange code to correctly handle errors.
+
1997-08-18 Miles Bader <miles@gnu.ai.mit.edu>
* stubs.c (netfs_attempt_mkfile): Correctly implement the interface.
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index e636a090..36b084ee 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+1997-09-04 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * fsys.defs: Add INTR_INTERFACE.
+
Thu Feb 13 19:21:03 1997 Miles Bader <miles@gnu.ai.mit.edu>
* fs.defs (file_reparent): Renamed from dir_reparent.