Age | Commit message (Expand) | Author |
1996-05-16 | (sock_free): Destroy SOCK's id port if necessary. | Miles Bader |
1996-05-14 | (struct sock): Make the id field a receive right, not an int. | Miles Bader |
1996-05-14 | (S_io_identity): New function. | Miles Bader |
1996-05-10 | (S_io_reauthenticate): Use new auth_server_authenticate protocol. | Michael I. Bushnell |
1996-05-09 | (S_io_select): Remove TAG arg. | Miles Bader |
1996-04-15 | (MIGSFLAGS): Look for mig-mutate.h in $(srcdir). | Michael I. Bushnell |
1996-01-27 | (S_socket_recv): | Miles Bader |
1996-01-27 | (sock_create_port, addr_create): | Miles Bader |
1996-01-27 | (trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs. | Miles Bader |
1996-01-24 | (S_socket_connect): Handle connectionless protocols correctly. | Miles Bader |
1996-01-24 | (sock_bind): Don't change SOCK's ref count if we're returning an error. | Miles Bader |
1996-01-19 | Remove debugging noise. | Miles Bader |
1996-01-19 | (usage, USAGE, options, debug_flag, debug_lock): Removed. | Miles Bader |
1996-01-19 | Remove debugging noise. | Miles Bader |
1996-01-15 | (IO_SELECT_REPLY_PORT): New def. | Miles Bader |
1996-01-15 | (S_io_select): | Miles Bader |
1996-01-14 | Get rid of debugging cruft. | Miles Bader |
1995-11-21 | (S_socket_bind, S_socket_connect): Drop ADDR's send right. | Miles Bader |
1995-11-06 | (main): Add FLAGS arg to trivfs_startup call. | Miles Bader |
1995-11-06 | (S_socket_create_address): Removing BINDING argument. | Miles Bader |
1995-09-19 | (S_io_set_all_openmodes, S_io_set_some_openmodes, S_io_clear_some_openmodes): | Miles Bader |
1995-09-19 | (S_io_pathconf): New function. | Miles Bader |
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 of | Miles Bader |
1995-09-06 | (S_io_read, S_io_readable): Don't return EPIPE on EOF. | Miles Bader |
1995-09-05 | (S_io_stat): Only attempt to use the read pipe if it exists. | 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-29 | (S_io_select): Use pipe_select instead of pipe_wait. | Miles Bader |
1995-08-29 | (S_interrupt_operation): Use ports_interrupt_rpc to interrupt waiting threads. | 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 | `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-24 | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader |
1995-08-24 | (pflocal): Put all dependencies here. | Miles Bader |
1995-08-16 | (S_socket_recv): Use pipe_release_reader instead of pipe_release. | Miles Bader |
1995-08-16 | (struct sock): Store the pipe class in a separate field, as READ_PIPE is no | Miles Bader |
1995-08-16 | (sock_create, sock_connect): Set/use the PIPE_CLASS field. | Miles Bader |
1995-08-16 | (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): | Miles Bader |
1995-07-31 | (connq_compress): New function. | Miles Bader |
1995-07-31 | (connq_interrupt_sock): Reset CQ's tail to the end of the compressed queue. | Miles Bader |
1995-07-30 | (S_socket_connect): Actually use the connq operations to connect, like the | Miles Bader |
1995-07-30 | (sock_create): Initialize the CONNECT_QUEUE field and rename CONNQ to | Miles Bader |
1995-07-30 | (connq_interrupt_sock): New declaration. | Miles Bader |
1995-07-30 | (struct sock): Add the CONNECT_QUEUE field, and rename the CONNQ field to | Miles Bader |
1995-07-30 | (connq_interrupt_sock): New function. | Miles Bader |