Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Don't check open modes and return EBADF. | |||
1995-08-24 | (trivfs_goaway, trivfs_modify_stat): Update arguments. | Miles Bader | |
1995-08-24 | (pflocal): Put all dependencies here. | Miles Bader | |
(OBJS): Remove error.o. (HURDLIBS): Removed. Removed all rules dealing with error.o. | |||
1995-08-16 | (S_socket_recv): Use pipe_release_reader instead of pipe_release. | Miles Bader | |
(S_socket_send): Use pipe_release_writer instead of pipe_release. (S_socket_recv): Reflect EPIPE as EOF. | |||
1995-08-16 | (struct sock): Store the pipe class in a separate field, as READ_PIPE is no | Miles Bader | |
longer always defined. | |||
1995-08-16 | (sock_create, sock_connect): Set/use the PIPE_CLASS field. | Miles Bader | |
(sock_connect, sock_aquire_write_pipe): Use pipe_aquire_writer instead of pipe_aquire. (sock_aquire_read_pipe): Use pipe_aquire_reader instead of pipe_aquire. Handle the case where there is no read pipe (in which case return EPIPE). (sock_shutdown): Make shutting down the read half just like the write half -- the pipe goes away... (sock_create): Don't bump the read pipe ref count ourself. (sock_free): Use sock_shutdown to trash the read pipe too. | |||
1995-08-16 | (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): | Miles Bader | |
Use pipe_release_reader instead of pipe_release. (S_io_write): Use pipe_release_writer instead of pipe_release. (S_io_readable, S_io_read): Reflect EPIPE as EOF. | |||
1995-07-31 | (connq_compress): New function. | Miles Bader | |
(connq_interrupt_sock): Use connq_compress to compress the queue. | |||
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 | |
listening socket is expecting, instead of connecting directly to it. (S_socket_connect): Use the CONNECT_QUEUE field to allow only a single connection attempt at once. (S_socket_connect): Check for already-connected sockets here instead of waiting for the final rendezvous. (S_socket_connect): Return ECONNREFUSED when trying to connect to a non-existant address, instead of EADDRNOTAVAIL. Rename all uses of the CONNQ field in struct sock to LISTEN_QUEUE. | |||
1995-07-30 | (sock_create): Initialize the CONNECT_QUEUE field and rename CONNQ to | Miles Bader | |
LISTEN_QUEUE. | |||
1995-07-30 | (connq_interrupt_sock): New declaration. | Miles Bader | |
(connq_interrupt): New declaration. | |||
1995-07-30 | (struct sock): Add the CONNECT_QUEUE field, and rename the CONNQ field to | Miles Bader | |
LISTEN_QUEUE. | |||
1995-07-30 | (connq_interrupt_sock): New function. | Miles Bader | |
(connq_interrupt): New function. (connq_set_length): When shrinking the queue, actually do so, and don't leak memory. (struct connq): Add the INTERRUPT_SEQ_NUM field, used to detect interupts. (connq_listen): Detect when we get interrupted, and return EINTR. Don't lock the accepted request just to get its sock. (connq_connect): Initialize REQ before using it. (connq_request_init): Swap the arguments. (connq_listen, connq_connect, connq_interrupt, connq_set_length): Reverse the roles of the HEAD and TAIL fields, and make sure they're used correctly. (qprev): Deleted function. | |||
1995-07-30 | (S_interrupt_operation): Allow sockets trying to connect, and waiting for | Miles Bader | |
connections to be interrupted. Change references to the CONNQ field in struct sock to LISTEN_QUEUE. | |||
1995-07-29 | entered into RCS | Miles Bader | |
1995-07-26 | entered into RCS | Miles Bader | |
1995-07-26 | entered into RCS | Miles Bader | |
1995-07-26 | entered into RCS | Miles Bader | |
1995-07-26 | Formerly pf.c.~9~ | Miles Bader | |
1995-07-25 | Formerly io.c.~12~ | Miles Bader | |
1995-07-25 | Formerly sock.c.~14~ | Miles Bader | |
1995-07-23 | Formerly sock.c.~13~ | Miles Bader | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly sock.c.~12~ | Miles Bader | |
1995-07-22 | Formerly socket.c.~14~ | Miles Bader | |
1995-07-22 | Formerly pf.c.~8~ | Miles Bader | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly io.c.~11~ | Miles Bader | |
1995-07-22 | Formerly sock.c.~11~ | Miles Bader | |
1995-07-22 | Formerly io.c.~10~ | Miles Bader | |
1995-07-22 | Formerly sserver.c.~3~ | Miles Bader | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly sserver.c.~2~ | Miles Bader | |
1995-07-22 | Initial revision | Miles Bader | |
1995-07-22 | Initial revision | Miles Bader | |
1995-07-22 | Formerly pflocal.c.~8~ | Miles Bader | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly socket.c.~13~ | Miles Bader | |
1995-07-19 | Formerly sock.c.~10~ | Miles Bader | |
1995-07-19 | Formerly socket.c.~12~ | Miles Bader | |
1995-07-19 | Formerly pflocal.c.~7~ | Miles Bader | |
1995-07-19 | Formerly sock.h.~7~ | Miles Bader | |
1995-07-19 | entered into RCS | Miles Bader | |
1995-07-18 | Formerly sock.c.~9~ | Miles Bader | |