diff options
Diffstat (limited to 'pflocal/ChangeLog')
-rw-r--r-- | pflocal/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index 7c67ef37..4224a54e 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,7 +1,11 @@ +1998-07-20 Roland McGrath <roland@baalperazim.frob.com> + + * pflocal.c (main): Fix return type to int, and use return. + Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * pflocal.c (main): New args for - ports_manage_port_operations_multithread. + ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. Mon Oct 7 12:53:24 1996 Miles Bader <miles@gnu.ai.mit.edu> @@ -78,7 +82,7 @@ Tue Jan 23 21:31:40 1996 Miles Bader <miles@gnu.ai.mit.edu> * socket.c (S_socket_connect): Handle connectionless protocols correctly. - + * socket.c (S_socket_send): Allow DEST_ADDR to be null if the socket is connected. @@ -139,7 +143,7 @@ Wed Sep 6 11:53:48 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> Tue Sep 5 14:22:18 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> * io.c (S_io_stat): Only attempt to use the read pipe if it exists. - + Thu Aug 31 16:31:18 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> * io.c (S_io_select): Change the way selects are done, now that @@ -164,7 +168,7 @@ Tue Aug 29 14:33:14 1995 Miles Bader <miles@geech.gnu.ai.mit.edu> `aquire' -> `acquire'. * socket.c (S_socket_send, S_socket_recv): Ditto. * sock.h: Ditto. - + Tue Aug 29 14:30:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * io.c (S_io_select): Fix typo in masking off SELECT_URG. @@ -201,7 +205,7 @@ Fri Aug 11 15:33:28 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> (S_socket_send): Use pipe_release_writer instead of pipe_release. (S_socket_recv): Reflect EPIPE as EOF. - * io.c (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): + * io.c (S_io_read, S_interrupt_operation, S_io_readable, S_io_select): 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. @@ -235,11 +239,11 @@ Sat Jul 29 00:00:57 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu> connq_set_length): Reverse the roles of the HEAD and TAIL fields, and make sure they're used correctly. (qprev): Deleted function. - + * sock.h (struct sock, all uses changed): Add the CONNECT_QUEUE field, and rename the CONNQ field to LISTEN_QUEUE. * sock.c (sock_create): Initialize the CONNECT_QUEUE field and - rename CONNQ to LISTEN_QUEUE. + rename CONNQ to LISTEN_QUEUE. * connq.c (connq_set_length): When shrinking the queue, actually do so, and don't leak memory. |