Fri Dec  9 00:35:47 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* io.defs (io_read, io_write, io_readable): Use
	mach_msg_type_number_t in place of int.

Tue Sep 13 11:03:23 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* auth.defs (auth_getids, auth_server_authenticate): Reverse
	these changes; the auth server doesn't want them.

	* msg.defs (get_init_ports, get_init_ints, get_dtable,
	get_env_variable): Added `dealloc' to variable sized OUT parameters.

Mon Sep 12 19:28:35 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* auth.defs (auth_getids, auth_server_authenticate): Added
	`dealloc' to variable sized OUT parameters.
	* fs.defs (file_getfh, dir_readdir, file_get_translator): Likewise.
	* io.defs (io_read): Likewise.
	* login.defs (login_get_location, login_get_input_devices): Likewise.
	* process.defs (proc_gethostname, proc_getallpids,
	proc_getexecdata, proc_getprocargs, proc_getprocenv,
	proc_getloginpids, proc_getsessionpgids, proc_getsessionpids,
	proc_getpgrppids): Likewise.
	* socket.defs (socket_whatis_address, socket_getopt, socket_recv):
	Likewise.
	
Sat Sep 10 06:08:19 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* tioctl.defs (sizes_t): Rename to winsize_t; make struct, not array.
	* ioctl_types.h (sizes_t): Removed.
	(winsize_t): New typedef for struct winsize.
	(modes_t, speeds_t, cc_t): Use proper termios.h types.

Tue Aug 30 04:23:25 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* fs.defs (dir_pathtrans): Renamed to dir_lookup; fixed comment.

Fri Aug 26 12:45:51 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* fs.defs (file_set_translator): Separate FLAGS arg into PASSIVE_FLAGS
	and ACTIVE_FLAGS; rename TRANS and EXISTING args to less confusing
	names.
	* hurd_types.h: New flag FS_TRANS_SET.

Thu Aug 25 11:55:27 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* auth.defs (auth_user_authenticate, auth_server_authenticate):
	Changed rend_int to be a port; mach_port_send_t on both sides.
	* io.defs (io_reauthenticate): Pass a port instead of an int
	for secondary rendezvous.
	* process.defs (proc_reauthenticate): Pass a port instead of an
	int for secondary rendezvous.

	* hurd_types.h (retry_type): Removed FS_RETRY_NONE; added 
	explicit initializers to keep the values constant.

	* hurd_types.h (FSTYPE_EXT2FS): New macroo.
	
	* hurd_types.h (struct procinfo): New member `logincollection'.

	* fsys.defs (fsys_syncfs, fsys_mod_readonly): New RPC's.
	* fsys_reply.defs: Added two skips corresponding to new RPC's.

Wed Aug 17 20:03:29 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* io.defs (io_select): Make RETURN_PORT arg mach_port_poly_t.
	* msg.defs (io_select_done): Make NOTIFY_PORT arg mach_port_poly_t.

Wed Aug 17 15:23:03 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* term.defs (termctty_open_terminal): New RPC.

Mon Aug 15 11:49:54 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* startup.defs (startup_essential_task): Add sreplyport arg.
	* startup_reply.defs: Add startup_essential_task_reply.

Tue Aug  9 19:43:50 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* core.defs (core_dump_task): Add SIGERROR arg.

	* interrupt.defs (INTERRUPT_TIMEOUT): New macro.
	Specify `waittime' with that value.

Mon Aug  8 15:49:30 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* Makefile: Rewritten in accord with new scheme.

Thu Jul 21 15:44:43 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* Makefile (DIST_FILES, HDRS): Name header files explicitly.

Fri Jul 15 22:53:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* subsystems: Rename utmp to login.
	Mark begin and end of spread of subsystems used by ioctls.
	* login.defs: Renamed from utmp.defs; renamed all calls.

Fri Jul 15 18:20:34 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* fsys.defs (fsys_startup): Remove DOTDOT_NODE.
	(fsys_getroot): Add arg DOTDOT_NODE.

Thu Jul 14 11:46:56 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* utmp.defs: New file.

Mon Jul 11 20:07:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* hurd_types.defs (INTR_ROUTINE): Macro removed.
	(INTR_INTERFACE): New macro.
	* fs.defs: Invoke INTR_INTERFACE.  Remove all INTR_ROUTINE uses.
	* io.defs, process.defs, socket.defs: Likewise.

Fri Jul  8 15:53:02 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* hurd_types.h (retry_type): Added new magical types "machtype"
	and "/".
	* fs.defs (dir_pathtrans): Doc fix.

	* msg.defs: Doc fix.

	* process.defs (proc_wait): Doc fix.

	* socket.defs (socket_fabricate_address): Added sockaddr_type
	arg.

Fri Jul  8 15:26:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* fs.defs (file_invoke_translator): New RPC.

	* hurd_types.defs (INTR_ROUTINE): New macro.
	* socket.defs: Use INTR_ROUTINE for all interruptible RPCs.
	* process.defs: Likewise.
	* fs.defs: Likewise.
	(dir_readdir): Make this interruptible.

Fri Jul  8 14:22:11 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* tioctl.defs: Remove ifdefs that were omitting most of the
	ioctls.  Added RPCs for missing codes 118-123.  Added 
	block of skips between 99 and 100.  Added INTR to appropriate
	calls.

Tue Jul  5 14:46:49 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* Makefile (DIST_FILES): Added subsystems.

	* fsys_reply.defs: Added fsys_getroot_reply in its proper place.

Wed Jun 29 13:06:42 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* ifsock.defs (ifsock_setsockaddr, ifsock_assume_responsibility):
	Deleted RPCs.

	* msg.defs (set_init_port, set_fd): Change back to using
	mach_port_send_t instead of mach_port_t for PORT arg.

Tue Jun 28 18:39:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg.defs (get_dtable, set_dtable): Add REFPORT arg.
	(get_fd, set_fd): Add REFPORT and FD args.
	(set_init_port, set_fd): Use mach_port_t instead of
	mach_port_send_t for PORT arg.
	(get_environment): Add dealloc flag to VALUE arg.

	* fsys.defs: Add RPT arg to all routines except fsys_init (which
	has an unconditional sreplyport arg).

	* hurd_types.defs (sreply_port_t): New type.
	(RPTDECL, RPT, RPTLAST): New macros (moved from io.defs).
	* io.defs (reply_port_t): Type removed.
	(RPTDECL, RPT, RPTLAST): Macros moved to hurd_types.defs.
	* auth.defs (reply_port_t): Type removed.
	(auth_user_authenticate, auth_server_authenticate): Use
	sreply_port_t in place of reply_port_t.
	* fsys.defs (fsys_init): Likewise.

	* msg.defs (sig_post): Likewise.
	* process.defs (proc_getmsgport, proc_setmsgport, proc_wait): Likewise.
	* startup.defs (startup_procinit, startup_authinit): Likewise.

Fri Jun 24 03:54:53 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* term.defs (term_become_ctty): Renamed to term_open_ctty.

	* process.defs (proc_setprocargs): Renamed to proc_set_arg_locations.
	(proc_get_arg_locations): New rpc.
	* process_reply.defs: Add skip for proc_get_arg_locations.

Thu Jun 23 11:59:49 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* term.defs (term_become_ctty): Delete SIGPT arg.

Wed Jun 22 16:34:51 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* term.defs: Changed NEWTTY arg to be mach_port_send_t.

Thu Jun 16 00:48:45 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* hurd_types.defs (file_changed_type_t, dir_changed_type_t): New types.
	* hurd_types.h (INIT_PORT_LOGINCOLL): Removed.
	(dir_changed_type_t, file_changed_type_t): New typedefs.

	* fs.defs (file_check_access): Renamed from file_access, interface
	changed.

Wed Jun 15 21:24:46 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* fsys.defs (fsys_getroot): New interface; similar to
	fs.defs:dir_pathtrans.  This eliminates the noxious need for
	dir_pathtrans to work on null pathnames for non directories.  This
	is the Right Thing.

	* fs.defs (file_get_translator_cntl): Return port as
	`mach_port_send_t' not `fsys_t'.

Wed Jun 15 12:13:35 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* fs.defs (file_access): New RPC.

Tue Jun 14 13:57:18 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* hurd_types.h: Reorganized; many comments fixed or improved.

	* hurd_types.h (enum verstype): Removed declaration.
	(enum term_bottom_type): New type.
	(TERM_ON_MACHDEV, TERM_ON_HURDIO, TERM_ON_MASTERPTY): Moved
	into enum above.
	(FSTYPE_SOCKET, FSTYPE_MISC): New macros.

	* msg.defs (dir_changed, file_changed): New RPCs.
	* fs.defs (dir_notice_changes, file_notice_changes): New RPCs.
	* hurd_types.h (enum dir_changed_type, enum file_changed_type):
	New declarations.

	* fs.defs (dir_readdir): Totally new interface.

Mon Jun 13 07:14:23 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* socket.defs: Corrected subsystem to 26000; was 20000, same as fs.

Mon Jun  6 23:07:08 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* ioctl_types.h (modes_t, speeds_t, ccs_t, sizes_t): Make these
	arrays of the appopriate sizes, not pointers.

Sun Jun  5 22:41:08 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* tioctl.defs: Fix subsystem.

Fri May 27 07:53:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* exec.defs (exec_exec): Add `servercopy' flag to DTABLE,
	PORTARRAY, and INTARRAY args.
	(exec_startup): Add `dealloc' flag to ARGV, ENVP, PORTARRAY, and
	INTARRAY args.
	(exec_setexecdata): Add `servercopy' flag to PORTS and INTS args.

Wed May 25 13:32:31 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* io_reply.defs (io_readable_reply, io_get_openmodes_reply): Fix
	typos.

Thu May 12 00:43:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* fsys_reply.defs: New file.
	* fsys.defs (reply_port_t): Define type.
	(fsys_init): Add sreplyport arg.

	* process.defs (proc_setmsgport): Add sreplyport arg.
	* process_reply.defs: Add proc_setmsgport_reply.

	* version.h: Added multiple inclusion protection.
	(struct hurd_version): Fixed `vers' member.
	(hurd_versions): Add braces.

Wed May 11 16:05:43 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* startup.defs (startup_uname, startup_register_version): For
	some bizzaro reason these didn't get removed.  Now they are for real.

Tue May 10 18:17:41 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* tioctl.defs, ioctl_types.h: New files.

Mon May  9 14:28:06 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* version.h: New file.

	* startup.defs (startup_uname, startup_register_version): Removed 
	* process.defs (proc_uname, proc_register_version): New RPCs.
	* process_reply.defs: Added skips corresponding to proc_name
	and proc_register_version.

Wed May  4 01:01:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg_request.defs: New file.

Sun May  1 17:40:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* hurd_types.h (utsname_t): New typedef.
	* hurd_types.defs (utsname_t): Define type for MiG.
	Import <sys/utsname.h>.

Fri Apr 29 16:19:10 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* io.defs (io_prenotify, io_postnotify): File offsets should be
	vm_offset_t.

	* io.defs (io_async): NOTIFY_PORT and ASYNC_ID_PORT
	should be mach_port_send_t.
	(io_get_icky_async_id): ICKY_ASYNC_ID_PORT should be
	mach_port_send_t. 
	(io_map_cntl): Returned object should be mach_port_send_t.

	* io.defs: Added new type reply_port_t; added sreplyport of
	that type to all the stubs when REPLY_PORTS is defined.
	
	* term.defs (term_getctty): CTTY arg should be mach_port_send_t
	for the convenience of servers.

	* io.defs (io_readnotify): New RPC.
	* shared.h (use_readnotify_size, readnotify_size): New members.

	* socket.defs: Change ports returned from servers to be
	mach_port_send_t for the convenience of servers.

	* ifsock.defs (ifsock_assume_responsibility): Just take over the 
	bootstrap port directly; this is more reliable anyway.

	* fs.defs (file_set_translator): EXISTING arg should be
	mach_port_send_t.

	* shared.h (shared_io): Added optimal_transfer_size.

	* hurd_types.h (HURD_RELEASE): New macro.

	* startup.defs (startup_uname, startup_register_version): New
	RPCs.

	* startup.defs (startup_essential_task): require host priv port 
	for security.

	* exec.defs (exec_exec) : FILE arg should be mach_port_send_t.

Thu Apr 28 22:58:14 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg.defs (reply_port_t): Define type.
	(sig_post): Use reply_port_t for sreplyport arg; remove #ifdef.
	* msg_reply.defs (reply_port_t): Define type.
	(sig_post_reply): Use reply_port_t for first arg.

Wed Apr 27 06:39:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg.defs (sig_post): Put sreplyport arg inside #ifdef MSG_SREPLYPORT.

Thu Apr 21 21:17:37 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)

	* msg.defs (get_init_port, set_init_port, get_fd, set_fd): Make
	PORT arg mach_port_send_t.
	(get_environment, set_environment,
	get_env_variable, set_env_variable): New routines.

Thu Feb 17 17:59:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* hurd_types.defs (io_statbuf_t): Change size to 32 ints.

Tue Feb  8 20:53:25 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg_reply.defs: Change subsystem to `msg_reply'.  MiG-generated
	header files use `#ifndef _subsystem_user_' to protect against
	multiple inclusion, so two headers with the same subsystem conflict.

Thu Feb  3 03:45:18 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* hurd_types.h: Include <mach/task_info.h> and <mach/thread_info.h>
	before using task_basic_info and thread_basic_info in sturct procinfo.

Mon Jan 24 17:33:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* msg_reply.defs: New file.

Tue Dec 21 01:11:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* socket.defs: Fix typos.

Mon Dec  6 22:52:00 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* Made snapshot.

Mon Dec  6 22:36:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)

	* hurd_types.defs (flock_t): Defined.
	* hurd_types.h (flock_t): Added typedef.

Mon Dec  6 19:28:27 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* process.defs (proc_get_collports): Designate as INTR, also
	return the pids.

Wed Dec  1 21:41:06 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* hurd_types.h: Remove deprecated information:
	INBAND_MAX_DATA, FS_LOOKUP_* bits.
	Added PI_ZOMBIE.

	* process.defs (proc_getmsgport): Now is INTR.

	* io.defs (io_get_conch, io_release_conch, io_eofnotify,
	io_prenotify, io_postnotify, io_readsleep, io_sigio):
	Remove cntl argument.

Tue Nov 23 12:18:21 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)

	* fsys.defs (fsys_startup): control_port is now mach_port_send_t.

	* io.defs (io_map): remove `xx' argument.

	* process.defs (proc_handle_exceptions): forwardport is now
	mach_port_send_t.

	* auth.defs, auth_reply.defs: Removed auth_combine and extended
	auth_makeauth to take multiple auth ports.

	* shared.h, io.defs: Changed `it' terminology to `conch'.

Mon Nov 22 22:58:59 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* io.defs: Changed io_map to use mach_port_send_t.

	* auth.defs: Changed auth_user_authenticate arg newport to be
	mach_port_send_t.


