Fri Dec  9 02:16:40 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* pipes.c: Use mach_msg_type_number_t in place of unsigned int and
        int.

Mon Nov 21 21:43:32 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* pipes.c (notify_selects): New function, broken out of S_io_write.
	(S_io_write): Call it.
	(pipe_user_clean): Call notify_selects on EOF.

Wed Nov 16 20:32:59 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* pipes.c: Include <hurd/msg.h>.
	(struct pipe): New member `pending_selects'.
	(struct select_req): New type.
	(S_io_select): Written for real.
	(S_io_write): Notify pending select requests.

Thu Nov 10 13:36:52 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* pipes.c (S_io_write): Resize P correctly.

Wed Sep  7 13:30:55 1994  Michael I Bushnell  <mib@churchy.gnu.ai.mit.edu>

	* pipes.c (main): Do _libports_initialize always, not just 
	when we are started from the shell.

Fri Sep  2 10:30:16 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* pipes.c (main): Support passive translator startup.

Tue Aug 30 16:23:24 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* pipes.c (main): Use file_name_lookup instead of path_lookup.

	* pipes.c (main): Use new protocol for file_set_translator.

Mon Aug 29 12:54:16 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* pipes.c (S_io_reauthenticate): Use new authentication protocol.

Fri Aug 19 01:48:10 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* pipes.c (S_io_select): Take return_portPoly arg.

Mon Aug 15 22:37:37 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* Makefile (target): Define this variable.
	(pipes.o): Depend on io_reply_U.h.

Sat Jul 23 02:59:34 1994  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

	* Makefile (io-MIGSFLAGS): Renamed from ioMIGSFLAGS.

Fri Jul 22 15:17:15 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* Makefile: Rewritten in accord with new scheme.
	* pipes.c: Include "io_reply_U.h" instead of "io_reply.h".

Wed Jul 20 13:32:16 1994  Michael I Bushnell  <mib@geech.gnu.ai.mit.edu>

	* pipes.c (port_status): Commented out function and related globals.

	* pipes.c (S_socket_fabricate_address): Added `sockaddr_type' arg.
	(ports_no_live_ports, ports_no_hard_ports, ports_notice_idle): New
	stub functions.

Tue Jul 19 12:50:49 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* Makefile (pipes): Don't use variable $(link) anymore.

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

	* Makefile (TAGSLIBS, SRCS): New variables.

Thu Jun 30 11:33:28 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* pipes.c (trivfs_allow_open): New definition.

Tue Jun 21 18:10:48 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* pipes.c (S_socket_connect2): Deallocate sendright to USERPORT2
	that we receive.

Mon Jun 20 15:08:43 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* Makefile (install): Use $(INSTALL_BIN) instead of cp.

Thu Jun 16 16:50:12 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)

	* Makefile (install): Install into /hurd/pipes, not /bin/pipes.

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

	* pipes.c (trivfs_goaway): New args REALNODE, CNTLTYPE,
	PROTIDTYPE.
	(main): Added two new args in call to trivfs_handle_port.
	(FSTYPE_SOCKET, FSTYPE_MISC): Deleted macros.

Mon Jun  6 21:47:53 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* pipes.c (main): Arrange for "setting translator" message to
	print a useful error code.

Fri Jun  3 13:06:48 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)

	* pipes.c (main): Ensure argc is 2, not 1.
	(PF_LOCAL): Removed macro; it's now in <sys/socket.h> where it belongs.

