Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-07-31 | DISTFILES -> DIST_FILES. | Michael I. Bushnell | |
1995-07-31 | (SRCS): Added unzip.c, util.c, and inflate.c. | Michael I. Bushnell | |
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 | (diskfs_drop_node): Don't actually drop the node if it is a socket naming | Miles Bader | |
point, unless it also has no links. | |||
1995-07-29 | entered into RCS | Miles Bader | |
1995-07-26 | (lib-subdirs): Added libpipe. | Miles Bader | |
(prog-subdirs): Added pflocal. | |||
1995-07-26 | Initial revision | 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 | (main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout. | Miles Bader | |
1995-07-25 | Formerly io.c.~12~ | Miles Bader | |
1995-07-25 | Formerly sock.c.~14~ | Miles Bader | |
1995-07-25 | Initial revision | Miles Bader | |
1995-07-23 | (DIST_FILES): Removed `missing'. | Michael I. Bushnell | |
1995-07-23 | (dist): Include date in snapshot name. | Michael I. Bushnell | |
1995-07-23 | (DIST_FILES): sh.ChangeLog -> shd.ChangeLog. | Michael I. Bushnell | |
1995-07-23 | Formerly sock.c.~13~ | Miles Bader | |
1995-07-22 | (dev_get_memory_object): A new pager now comes with 1 ref, so we allocate a | Miles Bader | |
ref ourselves when we're using an old one, and once we've created the send right, remove a reference. | |||
1995-07-22 | (trivfs_S_io_seek): Call open_seek instead of doing it ourselves. | Miles Bader | |
1995-07-22 | Add declaration for open_seek. | Miles Bader | |
1995-07-22 | (open_read, open_write): Clean up STATE before returning with an error. | Miles Bader | |
(open_seek): New function. (raw_read, raw_write): Return EINVAL if *OFFS isn't a block boundary. | |||
1995-07-22 | (zombie_check_pid): Typo. | Michael I. Bushnell | |
1995-07-22 | (S_proc_setpgrp): Install bletcherous hack. | Michael I. Bushnell | |
1995-07-22 | (zombie_check_pid): Examine Z->pgrp too. | Michael I. Bushnell | |
1995-07-22 | (%-lndist, %-clean, %-TAGS): Set no_deps in recursive make. | Michael I. Bushnell | |
1995-07-22 | Don't include dependency files if no_deps is set. | Michael I. Bushnell | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | (diskfs_S_file_getcontrol): Fix typo. | Michael I. Bushnell | |
1995-07-22 | (start_execserver): Tyo. | Michael I. Bushnell | |
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 | |