summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 aa2c85428..202a5d843 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 e636a0904..36b084ee1 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.