Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-27 | (S_socket_recv): | Miles Bader | |
Test for MSG_OOB in IN_FLAGS, not FLAGS. Return EINVAL if we get MSG_OOB, not EOPNOTSUPP. | |||
1996-01-24 | (S_socket_connect): Handle connectionless protocols correctly. | Miles Bader | |
(S_socket_send): Allow DEST_ADDR to be null if the socket is connected. | |||
1995-11-21 | (S_socket_bind, S_socket_connect): Drop ADDR's send right. | Miles Bader | |
1995-08-31 | (S_socket_send): Pass in the new NOBLOCK parameter to pipe_send. | Miles Bader | |
1995-08-29 | (S_socket_send, S_socket_recv): `aquire' -> `acquire'. | Miles Bader | |
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-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-26 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly socket.c.~14~ | Miles Bader | |
1995-07-22 | Formerly socket.c.~13~ | Miles Bader | |
1995-07-19 | Formerly socket.c.~12~ | Miles Bader | |
1995-07-17 | Formerly socket.c.~11~ | Miles Bader | |
1995-07-16 | Formerly socket.c.~10~ | Miles Bader | |
1995-07-15 | Formerly socket.c.~9~ | Miles Bader | |
1995-07-14 | Formerly socket.c.~8~ | Miles Bader | |
1995-07-08 | Formerly socket.c.~7~ | Miles Bader | |
1995-07-05 | Formerly socket.c.~6~ | Miles Bader | |
1995-07-04 | Formerly socket.c.~5~ | Miles Bader | |
1995-07-03 | Formerly socket.c.~4~ | Miles Bader | |
1995-07-02 | Formerly socket.c.~3~ | Miles Bader | |
1995-07-02 | Formerly socket.c.~2~ | Miles Bader | |
1995-07-01 | Initial revision | Miles Bader | |