summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
1995-09-06Initial revisionMiles Bader
1995-09-06(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
1995-09-05Initial revisionMiles Bader
1995-09-05(fshelp_delegate_translation): New declaration.Miles Bader
1995-09-05(SRCS): Add delegate.c.Miles Bader
1995-09-05Get rid of rules related to ../lib.Miles Bader
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
1995-09-05(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
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
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
1995-08-31(S_io_select): Change the way selects are done, now that writes can block.Miles Bader
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
1995-08-31`pipe_pair_select_read_write' --> `pipe_pair_select'.Miles Bader
1995-08-31(pipe_send): Make writes blockable.Miles Bader
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
1995-08-30Repair typos.Michael I. Bushnell
1995-08-30(condition_implies, condition_unimplies): New functions.Michael I. Bushnell
1995-08-30(cond_signal): If this condition has implications, see if one of themMichael I. Bushnell
1995-08-30(hurd_condition_wait): Provide declaration.Michael I. Bushnell
1995-08-29(S_io_select): Use pipe_select instead of pipe_wait.Miles Bader
1995-08-29(pipe_select): New function.Miles Bader
1995-08-29(pipe_send): Use condition_broadcast, not condition_signal.Miles Bader
1995-08-29(S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads.Miles Bader
1995-08-29(pipe_create): Don't initialize interrupt_seq_num field.Miles Bader
1995-08-29(struct pipe): Remove interrupt_seq_num field.Miles Bader
1995-08-29(struct connq): Remove interrupt_seq_num field.Miles Bader
1995-08-29(connq_interrupt, connq_interrupt_sock): Decls deleted.Miles Bader
1995-08-29(open_hook): Use hurd_condition_wait to detect interrupts.Miles Bader
1995-08-29(ports_manage_port_operations_multithread): Hammer WIRE_CTHREADS onMichael I. Bushnell
1995-08-29(pipe_acquire_reader, pipe_acquire_writer, pipe_add_reader, pipe_add_writer):Miles Bader
1995-08-29`aquire' -> `acquire'.Miles Bader
1995-08-29(S_socket_send, S_socket_recv): `aquire' -> `acquire'.Miles Bader
1995-08-29(sock_acquire_read_pipe, sock_acquire_write_pipe): `aquire' -> `acquire'.Miles Bader
1995-08-29(S_io_select): Fix typo in masking off SELECT_URG.Roland McGrath
1995-08-29(diskfs_S_io_select): Don't check open modes or return EBADF.Michael I. Bushnell
1995-08-29(cproc_block): Provide decl.Michael I. Bushnell
1995-08-29(sigblock, sigsetmask): New functions.Michael I. Bushnell
1995-08-28Use ${boot-args} preset variable.Roland McGrath
1995-08-28Updated by Shantanu Goel, to accept action keywords only inside $(...) andRoland McGrath