aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (prog-subdirs): Remove pipes.Miles Bader1995-08-071-1/+1
|
* (ihash_locp_remove): Get rid of the optimization to use HASH_EMPTY instead ofMiles Bader1995-08-071-18/+3
| | | | | | HASH_DEL when the next position on the chain is empty -- different hash chains may share this cell, and have different next positions, leading to random additional entries sometimes disappearing when deleting something.
* Formerly segment.h.~4~Michael I. Bushnell1995-08-041-2/+3
|
* Formerly tcp.c.~2~Michael I. Bushnell1995-08-041-1/+2
|
* entered into RCSMichael I. Bushnell1995-08-041-0/+1
|
* Formerly socket.h.~4~Michael I. Bushnell1995-08-041-0/+3
|
* Formerly sched.h.~4~Michael I. Bushnell1995-08-041-0/+4
|
* entered into RCSMichael I. Bushnell1995-08-041-0/+2
|
* Formerly kernel.h.~3~Michael I. Bushnell1995-08-041-0/+3
|
* Formerly mm.h.~4~Michael I. Bushnell1995-08-041-0/+4
|
* entered into RCSMichael I. Bushnell1995-08-041-0/+7
|
* Formerly system.h.~4~Michael I. Bushnell1995-08-041-0/+1
|
* entered into RCSMichael I. Bushnell1995-08-043-0/+1
|
* Initial revisionMichael I. Bushnell1995-08-041-0/+0
|
* Formerly socket.h.~3~Michael I. Bushnell1995-08-031-0/+10
|
* entered into RCSMichael I. Bushnell1995-08-032-0/+150
|
* Formerly dev.c.~2~Michael I. Bushnell1995-08-031-0/+2
|
* Formerly interrupt.h.~2~Michael I. Bushnell1995-08-031-0/+7
|
* Formerly sched.h.~3~Michael I. Bushnell1995-08-031-0/+9
|
* Formerly segment.h.~3~Michael I. Bushnell1995-08-031-2/+8
|
* entered into RCSMichael I. Bushnell1995-08-031-0/+135
|
* Formerly mm.h.~3~Michael I. Bushnell1995-08-031-0/+1
|
* entered into RCSMichael I. Bushnell1995-08-032-1/+8
|
* entered into RCSMichael I. Bushnell1995-08-031-0/+41
|
* Formerly af_inet.c.~3~Michael I. Bushnell1995-08-031-0/+8
|
* Formerly Makefile.~4~Michael I. Bushnell1995-08-021-1/+1
|
* Formerly af_inet.c.~2~Michael I. Bushnell1995-08-021-0/+4
|
* Formerly sched.h.~2~Michael I. Bushnell1995-08-021-0/+32
|
* Formerly segment.h.~2~Michael I. Bushnell1995-08-021-0/+11
|
* Formerly mm.h.~2~Michael I. Bushnell1995-08-021-0/+9
|
* Formerly errno.h.~2~Michael I. Bushnell1995-08-021-0/+7
|
* Formerly wait.h.~2~Michael I. Bushnell1995-08-021-0/+12
|
* Formerly socket.h.~2~Michael I. Bushnell1995-08-021-0/+8
|
* Formerly timer.h.~2~Michael I. Bushnell1995-08-021-0/+16
|
* Formerly malloc.h.~2~Michael I. Bushnell1995-08-021-0/+7
|
* Formerly kernel.h.~2~Michael I. Bushnell1995-08-021-0/+11
|
* Formerly system.h.~3~Michael I. Bushnell1995-08-021-4/+4
|
* entered into RCSMichael I. Bushnell1995-08-022-0/+331
|
* Formerly system.h.~2~Michael I. Bushnell1995-08-021-0/+48
|
* entered into RCSMichael I. Bushnell1995-08-021-1/+1
|
* Formerly types.h.~2~Michael I. Bushnell1995-08-021-0/+8
|
* Initial revisionMichael I. Bushnell1995-08-021-0/+1
|
* Initial revisionMichael I. Bushnell1995-08-016-0/+82
|
* entered into RCSMichael I. Bushnell1995-08-019-0/+1011
|
* Formerly Makefile.~3~Michael I. Bushnell1995-08-011-2/+2
|
* Initial revisionMichael I. Bushnell1995-08-019-0/+143
|
* entered into RCSMichael I. Bushnell1995-08-016-0/+3
|
* (pipe_recv): Get rid of code to deal with getting the source address from theMiles Bader1995-08-011-16/+3
| | | | | control packet if there is no data packet, since pipe_write always writes a data packet.
* (connq_compress): New function.Miles Bader1995-07-311-16/+24
| | | | (connq_interrupt_sock): Use connq_compress to compress the queue.
* (pipe_recv): Assert that a control packet should only have a source addressMiles Bader1995-07-311-8/+20
| | | | | | | | if there is no corresponding data packet. (pipe_send): Change the test to determine whether we should write a control packet, so that we only do so if we need to. Also, don't record the source address in control packets, as it's recorded in the following data packet anyway, and this prevents it from being dealloc'd twice.