summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-08-20 06:05:22 +0000
committerRoland McGrath <roland@gnu.org>1998-08-20 06:05:22 +0000
commit8c71bb6e23a136f82fc739d39a70bf703689b8f8 (patch)
tree8b62218046e7e668fbd5062cf9b7d9bd6c7fe2c5 /libfshelp
parent10df447e8c90f41db5ba483d24e6425042c67990 (diff)
.
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/ChangeLog39
1 files changed, 22 insertions, 17 deletions
diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog
index 60d59e07..38e3e844 100644
--- a/libfshelp/ChangeLog
+++ b/libfshelp/ChangeLog
@@ -1,15 +1,21 @@
+1998-08-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * fshelp.h: Moved fshelp_return_malloced_buffer to libiohelp.
+ * return-buffer.c: Moved to ../libiohelp/return-buffer.c.
+ (fshelp_return_malloced_buffer): Renamed to iohelp_*.
+
Tue Jul 1 16:45:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* exec-reauth.c (fshelp_exec_reauth): If the new set of eff_uids
is empty, then still do proc_setowner, but this time to set it to
- "unowned" status.
+ "unowned" status.
1997-06-12 Miles Bader <miles@gnu.ai.mit.edu>
* fshelp.h (fshelp_touch): New function.
(TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): New macros.
Include <maptime.h>.
-
+
1997-06-11 Miles Bader <miles@gnu.ai.mit.edu>
* fshelp.h (fshelp_fetch_root_callback1_t): Chage ARGZ_LEN to type
@@ -21,12 +27,12 @@ Fri Nov 15 14:43:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Tue Nov 12 22:07:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
- * fetch-root.c (fshelp_fetch_root): Name idvec members correctly.
-
+ * fetch-root.c (fshelp_fetch_root): Name idvec members correctly.
+
* fshelp.h: <iohelp.h> -> <hurd/iohelp.h>.
Include <sys/stat.h>.
(fshelp_access): Declare `gotit'.
-
+
Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fshelp.h (fshelp_fetch_root): Delete args `uids', `gids',
@@ -144,7 +150,7 @@ Mon Jan 29 15:32:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu>
* fetch-root.c (fshelp_fetch_root): Use hurd_condition_wait
instead of condition_wait.
-
+
* set-active.c (fshelp_set_active): Deal correctly with the case
where a passive translator is being started.
@@ -209,7 +215,7 @@ Sat Oct 7 20:20:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
values for the dealloc parameters to file_exec (all false).
Give away our send right to TASK when we do file_exec.
Initialize BOOTSTRAP & TASK so the cleanup code doesn't get confused.
-
+
Fri Sep 29 17:44:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
* transbox-init.c (fshelp_transbox_init): Initialize the flags field.
@@ -294,7 +300,7 @@ Wed Jun 14 13:06:17 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
* handle-startup.c, init-trans.c, start-trans.c,
transboot-clean.c, kill-trans.c, trans-iter.c, trans-cntl.c,
trans-drop.c, trans.h: Deleted files.
-
+
* Makefile (SRCS): Remove translated.c.
* fshelp.h (fshelp_fetch_root): Don't actually need ROOT_TYPE.
UIDS and GIDS should be arrays.
@@ -307,7 +313,7 @@ Tue Jun 13 15:59:08 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
fshelp_init_trans_link, fshelp_set_control,
fshelp_start_translator, fshelp_handle_fsys_startup,
fshelp_transboot_clean, fshelp_translator_iterate,
- fshelp_translator_drop, fshelp_kill_translator.
+ fshelp_translator_drop, fshelp_kill_translator.
* fshelp.h: Added fshelp_start_translator_long,
fshelp_start_translator, `struct transbox', fshelp_fetch_root,
fshelp_transbox_init, fshelp_callback_t, fshelp_translated,
@@ -324,11 +330,11 @@ Tue Jun 13 15:59:08 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu>
Include "fshelp.h" and <assert.h>.
(service_fsys_startup): Declare static. Only pass
MACH_RCV_TIMEOUT if TIMEOUT is nonzero. New parm `node_type'.
- (fshelp_start_translator_long): Renamed from start_translator.
+ (fshelp_start_translator_long): Renamed from start_translator.
Lookup up executable at NAME instead of ARGZ. Delete vars
INIT_PORTS, FD_PORTS, INIT_INTS, I, and CHILD_PROC. Don't set any
of the ports, fds, or ints, with the exception of the bootstrap
- port. Don't bother getting the child's proc server port.
+ port. Don't bother getting the child's proc server port.
Don't use __USEPORT. If we fail before calling file_exec,
then deallocate the ports ourselves, if they were MOVE_SEND.
@@ -342,7 +348,7 @@ Fri Oct 28 18:37:56 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
Mon Sep 19 20:58:35 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
* trans-iter.c (fshelp_translator_iterate): Bother to attach
- ITEM onto LIST as it's constructed.
+ ITEM onto LIST as it's constructed.
Sat Sep 10 08:42:00 1994 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
@@ -356,7 +362,7 @@ Wed Sep 7 10:34:13 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
Tue Sep 6 14:52:49 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
* fshelp.h (struct trans_link): New member `lock'.
- (fshelp_start_translator): Omit `lock' arg.
+ (fshelp_start_translator): Omit `lock' arg.
* trans.h (struct transboot): Omit member `lock'.
* init-trans.c (fshelp_init_trans_link): Initialize LINK->lock.
* start-trans.c (fshelp_start_translator): Don't set TB->lock.
@@ -374,8 +380,8 @@ Thu Sep 1 16:46:53 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
Wed Aug 31 14:28:25 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
- * start-trans.c (fshelp_start_translator): Before call to
- proc_reauthenticate, CALL mach_reply_port, not just refer to
+ * start-trans.c (fshelp_start_translator): Before call to
+ proc_reauthenticate, CALL mach_reply_port, not just refer to
confusing CPP macro.
* start-trans.c (fshelp_start_translator): Call proc_setowner
@@ -418,7 +424,7 @@ Mon Aug 15 12:24:47 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
* start-trans.c (fshelp_start_translator): Fix
auth_user_authenticate to use the correct rendezvous port in
producing realnode from node..
-
+
Fri Jul 22 12:03:14 1994 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
* Makefile: Rewritten in accord with new scheme.
@@ -488,4 +494,3 @@ Thu May 5 07:46:00 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
Mon Feb 14 11:32:59 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
* Makefile (install): New target.
-