summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-09-12Formerly devices.c.~4~Michael I. Bushnell
1995-09-11(CCVERSION): Changed to 2.7.1.Miles Bader
(CCVERSION-duality.gnu.ai.mit.edu): Removed.
1995-09-11(open_hook): Block for read only when there's really someone reading already,Miles Bader
or until there's a writer. (open_hook): Use the WAIT macro to block. (wait_for_writer): New variable. (main): Set WAIT_FOR_WRITER with WAIT_FOR_READER. (trivfs_modify_stat): Only return pipe info if there's a pipe. (close_hook): Don't die if there's no pipe.
1995-09-08(OTHERLIBS, CPPFLAGS): Disable bfd by default.Roland McGrath
1995-09-08(ports_end_rpc): Call hurd_check_cancel.Michael I. Bushnell
1995-09-07(trivfs_S_io_write): Minor fix.Michael I. Bushnell
1995-09-07(trivfs_S_io_write): Start pending output before blocking.Michael I. Bushnell
1995-09-07entered into RCSMichael I. Bushnell
1995-09-07(packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'dMiles Bader
but doesn't a page-multiple amount of data and we're reading everything.
1995-09-07(MIGSTUBS): Remove notifyServer.o and interruptServer.o.Miles Bader
1995-09-06(S_interrupt_operation): Function deleted.Miles Bader
1995-09-06(sock_demuxer): Use ports_interrupt_server and ports_notify_server instead ofMiles Bader
our own version. (do_mach_notify_no_senders, do_mach_notify_port_deleted, do_mach_notify_msg_accepted, do_mach_notify_port_destroyed, do_mach_notify_port_deleted, do_mach_notify_send_once, do_mach_notify_dead_name): Functions deleted.
1995-09-06(SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS).Miles Bader
(NOTIFYSRCS, INTSRCS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o.
1995-09-06(trivfs_demuxer): Use ports_notify_server and ports_interrupt_server insteadMiles Bader
of our own versions.
1995-09-06(SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS).Miles Bader
(NOTIFYSRCS, INTSRCS, notify-MIGSFLAGS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o.
1995-09-06(diskfs_demuxer): Use ports_notify_server and ports_interrupt_server insteadMiles Bader
of our own versions.
1995-09-06(OBJS): Add interruptServer.o.Miles Bader
(SRCS): Add interrupt-operation.c.
1995-09-06(ports_interrupt_server, ports_S_interrupt_operation): New declarations.Miles Bader
1995-09-06Formerly pfinet.h.~4~Michael I. Bushnell
1995-09-06Formerly ethernet.c.~3~Michael I. Bushnell
1995-09-06Formerly timer-emul.c.~4~Michael I. Bushnell
1995-09-06Formerly sched.c.~7~Michael I. Bushnell
1995-09-06Formerly system.h.~8~Michael I. Bushnell
1995-09-06Initial revisionMiles Bader
1995-09-06(S_io_read, S_io_readable): Don't return EPIPE on EOF.Miles Bader
1995-09-06(ports_notify_server, ports_do_mach_notify_*): New decls.Miles Bader
1995-09-06(MIGCOMSFLAGS): New variable.Miles Bader
(OBJS): Added notifyServer.o. (SRCS): Added notify-dead-name.c, notify-no-senders.c, notify-port-destroyed.c, notify-msg-accepted.c, notify-port-deleted.c, and notify-send-once.c.
1995-09-06Initial revisionMiles Bader
1995-09-06(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
active pagers.
1995-09-05Initial revisionMiles Bader
1995-09-05(fshelp_delegate_translation): New declaration.Miles Bader
1995-09-05(SRCS): Add delegate.c.Miles Bader
(REMHDRS): Removed.
1995-09-05Get rid of rules related to ../lib.Miles Bader
(settrans): Depend on libfshelp.a instead of starttrans.o.
1995-09-05(main): Use fshelp_start_translator instead of start_translator from ../lib.Miles Bader
1995-09-05(_pager_seqnos_memory_object_change_completed):Miles Bader
Don't push the attrs_pending field negative in the case where the pager was terminated before we get called.
1995-09-05(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
active pagers. (diskfs_shutdown_pager): shutdown_one gets passed a pager, not a upi. (diskfs_sync_everything): sync_one gets passed a pager, not a upi.
1995-09-05(S_io_stat): Only attempt to use the read pipe if it exists.Miles Bader
1995-09-03(thread_cancel): Removed.Miles Bader
1995-09-01(libsubst, libsubst-override, _libsubst): New vars.Miles Bader
($(target): %): Replace each library reference with $(_libsubst). (libthreads-libsubst): New variable. [$(makemode)==library] (targets): Default to both .a and .so libraries. [$(makemode)==library] (all, install): Make and install $(targets) instead of the explicit default list of them. [$(makemode)==library] (libs): New target. (../%.a ../%.so): Make the `libs' target instead of an explicit list of libraries.
1995-09-01(_pipe_no_readers): Wake up write selects too when the pipe breaks.Miles Bader
1995-08-31(trivfs_S_io_select): Use pipe_pair_select.Miles Bader
(trivfs_S_io_write): Pass in the NOBLOCK parameter to pipe_write.
1995-08-31(S_io_select): Change the way selects are done, now that writes can block.Miles Bader
(S_io_write): Pass in the new NOBLOCK parameter to pipe_write.
1995-08-31(S_socket_send): Pass in the new NOBLOCK parameter to pipe_send.Miles Bader
1995-08-31(pipe_wait): Renamed to `pipe_wait_readable'.Miles Bader
(pipe_select): Renamed to `pipe_select_readable'. (pipe_writable, pipe_wait_writable, pipe_select_writable): New functions. (pipe_acquire_reader): Call _pipe_first_reader if necessary. (_pipe_first_reader): New declaration. (struct pipe): New fields: `write_limit', `write_atomic', `pending_writes', `pending_write_selects'. (struct pipe): `pending_selects' changed to `pending_read_selects'. (pipe_pair_select): New declaration.
1995-08-31`pipe_pair_select_read_write' --> `pipe_pair_select'.Miles Bader
`pipe_select_read' --> `pipe_select_readable'. `pipe_select_write' --> `pipe_select_writable'.
1995-08-31(pipe_send): Make writes blockable.Miles Bader
(pipe_recv): Wakeup blocked writers. (pipe_kick): Function deleted. (pipe_create): Make connection-oriented pipes start out broken. (_pipe_first_reader): New function. (_pipe_first_writer): Don't check whether PIPE is connection- oriented before clearing PIPE_BROKEN, as otherwise it will never be set. (pipe_pair_select_read_write): New function. (pipe_multiple_lock): New variable.
1995-08-31Initial revisionMichael I. Bushnell
1995-08-30(inhibit_port_rpcs): Renamed to `ports_inhibit_port_rpcs'.Miles Bader
1995-08-30(trivfs_goaway): Implement correctly.Miles Bader
(main): When we time out, don't exit unless there are no opens. (main): Add timeouts. (port_bucket): Now a local variable in main.
1995-08-30Repair typos.Michael I. Bushnell