Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1995-07-22 | entered into RCS | Miles Bader | |
1995-07-22 | Formerly socket.c.~13~ | Miles Bader | |
1995-07-21 | (ports_get_right): If the right is null (because we are closing down), | Michael I. Bushnell | |
then just return null. (This helps in a race in ufs/ex2fs). | |||
1995-07-21 | (diskfs_get_filemap): Drop initial reference created by pager_create. | Michael I. Bushnell | |
(pager_clear_user_data): Only clear UPI->node->dn->fileinfo if it still points to us. |