Age | Commit message (Expand) | Author |
1995-10-09 | Specify shared library dependencies. | Roland McGrath |
1995-09-14 | (_pipe_no_readers): REALLY wake up writers when the pipe breaks. | Miles Bader |
1995-09-07 | (packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'd | Miles Bader |
1995-09-01 | (_pipe_no_readers): Wake up write selects too when the pipe breaks. | Miles Bader |
1995-08-31 | (pipe_wait): Renamed to `pipe_wait_readable'. | Miles Bader |
1995-08-31 | `pipe_pair_select_read_write' --> `pipe_pair_select'. | Miles Bader |
1995-08-31 | (pipe_send): Make writes blockable. | Miles Bader |
1995-08-29 | (pipe_select): New function. | Miles Bader |
1995-08-29 | (pipe_send): Use condition_broadcast, not condition_signal. | Miles Bader |
1995-08-29 | (pipe_create): Don't initialize interrupt_seq_num field. | Miles Bader |
1995-08-29 | (struct pipe): Remove interrupt_seq_num field. | Miles Bader |
1995-08-29 | (pipe_acquire_reader, pipe_acquire_writer, pipe_add_reader, pipe_add_writer): | Miles Bader |
1995-08-29 | `aquire' -> `acquire'. | Miles Bader |
1995-08-15 | (pipe_create): Initialize READERS & WRITERS, not REFS. | Miles Bader |
1995-08-15 | (struct pipe): Keep separate ref counts for readers and writers. | Miles Bader |
1995-08-01 | (pipe_recv): Get rid of code to deal with getting the source address from the | Miles Bader |
1995-07-31 | (pipe_recv): Assert that a control packet should only have a source address | Miles Bader |
1995-07-31 | (stream_pipe_class, dgram_pipe_class, seqpack_pipe_class): | Miles Bader |
1995-07-26 | Initial revision | Miles Bader |