Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-07-01 | (sock_create): Initialize ID field to MACH_PORT_NULL. | Miles Bader | |
1996-05-16 | (sock_free): Destroy SOCK's id port if necessary. | Miles Bader | |
1996-01-27 | (sock_create_port, addr_create): | Miles Bader | |
Use ports_create_port instead of ports_allocate_port. | |||
1996-01-24 | (sock_bind): Don't change SOCK's ref count if we're returning an error. | Miles Bader | |
1996-01-14 | Get rid of debugging cruft. | Miles Bader | |
1995-08-29 | (sock_acquire_read_pipe, sock_acquire_write_pipe): `aquire' -> `acquire'. | Miles Bader | |
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-07-30 | (sock_create): Initialize the CONNECT_QUEUE field and rename CONNQ to | Miles Bader | |
LISTEN_QUEUE. | |||
1995-07-26 | entered into RCS | Miles Bader | |
1995-07-25 | Formerly sock.c.~14~ | Miles Bader | |
1995-07-23 | Formerly sock.c.~13~ | Miles Bader | |
1995-07-22 | Formerly sock.c.~12~ | Miles Bader | |
1995-07-22 | Formerly sock.c.~11~ | Miles Bader | |
1995-07-19 | Formerly sock.c.~10~ | Miles Bader | |
1995-07-18 | Formerly sock.c.~9~ | Miles Bader | |
1995-07-16 | Formerly sock.c.~8~ | Miles Bader | |
1995-07-16 | Formerly sock.c.~7~ | Miles Bader | |
1995-07-04 | Formerly sock.c.~6~ | Miles Bader | |
1995-07-03 | Formerly sock.c.~5~ | Miles Bader | |
1995-07-02 | Formerly sock.c.~4~ | Miles Bader | |
1995-07-02 | Formerly sock.c.~3~ | Miles Bader | |
1995-07-01 | Formerly sock.c.~2~ | Miles Bader | |
1995-07-01 | Initial revision | Miles Bader | |