summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libfshelp/ChangeLog10
-rw-r--r--libstore/ChangeLog4
2 files changed, 14 insertions, 0 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 03b53f12..a347bc97 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,3 +1,13 @@
+1999-10-07 Roland McGrath <roland@baalperazim.frob.com>
+
+ * start-translator-long.c (fshelp_start_translator_long): Take new
+ argument OWNER_UID. Get child's proc port and do proc_setowner on it.
+ * fshelp.h: Update decl.
+ * start-translator.c (fshelp_start_translator): Pass new arg to
+ fshelp_start_translator_long with value from geteuid ().
+ * fetch-root.c (fshelp_fetch_root): Pass UID as new arg to
+ fshelp_start_translator_long.
+
1999-09-12 Roland McGrath <roland@baalperazim.frob.com>
* delegate.c (fshelp_delegate_translation): Free ARGZ after RPC.
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index d2fb3f8c..1c601e34 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-07 Roland McGrath <roland@baalperazim.frob.com>
+
+ * rdwr.c (store_read, store_write): Fix asserts in last change.
+
1999-10-03 Roland McGrath <roland@baalperazim.frob.com>
* rdwr.c (store_read, store_write): Fix calculations broken in last