Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-08-15 | (pipe_create): Initialize READERS & WRITERS, not REFS. | Miles Bader | |
(_pipe_first_writer): New function. (_pipe_no_writers, _pipe_no_writers): New function. (pipe_break): Function deleted. | |||
1995-08-01 | (pipe_recv): Get rid of code to deal with getting the source address from the | Miles Bader | |
control packet if there is no data packet, since pipe_write always writes a data packet. | |||
1995-07-31 | (pipe_recv): Assert that a control packet should only have a source address | Miles Bader | |
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. | |||
1995-07-26 | Initial revision | Miles Bader | |