| Commit message (Expand) | Author | Age | Files | Lines |
* | 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 2 | -7/+14 |
* | . | Roland McGrath | 1999-07-11 | 1 | -0/+4 |
* | 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-07-11 | 1 | -0/+1 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 2 | -3/+6 |
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 3 | -42/+58 |
* | Mon Oct 21 21:58:03 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-24 | 6 | -25/+46 |
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -3/+7 |
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+137 |
* | (EWOULDBLOCK): Define to work around new libc bug. | Michael I. Bushnell | 1996-07-16 | 1 | -1/+3 |
* | (pq_queue): Initialize packet->buf_vm_alloced. | Miles Bader | 1996-07-01 | 1 | -1/+2 |
* | (packet_fit): New function. | Miles Bader | 1996-01-23 | 1 | -22/+49 |
* | (packet_read): If there's lots of empty space at the beginning of a | Miles Bader | 1996-01-23 | 1 | -3/+22 |
* | (packet_realloc): Reflect in the new values of BUF_START & BUF_END that we've | Miles Bader | 1996-01-22 | 1 | -2/+2 |
* | (packet_ensure, packet_ensure_efficiently): | Miles Bader | 1996-01-14 | 1 | -9/+7 |
* | (pipe_send): | Miles Bader | 1996-01-14 | 1 | -1/+1 |
* | (packet_size_adjust): Function removed. | Miles Bader | 1996-01-14 | 1 | -39/+33 |
* | (pq_queue): Initialize the ports_alloced field. | Miles Bader | 1996-01-12 | 1 | -5/+9 |
* | Specify shared library dependencies. | Roland McGrath | 1995-10-09 | 1 | -0/+3 |
* | (_pipe_no_readers): REALLY wake up writers when the pipe breaks. | Miles Bader | 1995-09-14 | 1 | -1/+1 |
* | (packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'd | Miles Bader | 1995-09-07 | 1 | -13/+30 |
* | (_pipe_no_readers): Wake up write selects too when the pipe breaks. | Miles Bader | 1995-09-01 | 1 | -1/+4 |
* | (pipe_wait): Renamed to `pipe_wait_readable'. | Miles Bader | 1995-08-31 | 1 | -14/+71 |
* | `pipe_pair_select_read_write' --> `pipe_pair_select'. | Miles Bader | 1995-08-31 | 1 | -4/+4 |
* | (pipe_send): Make writes blockable. | Miles Bader | 1995-08-31 | 1 | -22/+168 |
* | (pipe_select): New function. | Miles Bader | 1995-08-29 | 1 | -1/+14 |
* | (pipe_send): Use condition_broadcast, not condition_signal. | Miles Bader | 1995-08-29 | 1 | -2/+2 |
* | (pipe_create): Don't initialize interrupt_seq_num field. | Miles Bader | 1995-08-29 | 1 | -1/+0 |
* | (struct pipe): Remove interrupt_seq_num field. | Miles Bader | 1995-08-29 | 1 | -12/+1 |
* | (pipe_acquire_reader, pipe_acquire_writer, pipe_add_reader, pipe_add_writer): | Miles Bader | 1995-08-29 | 1 | -6/+6 |
* | `aquire' -> `acquire'. | Miles Bader | 1995-08-29 | 1 | -1/+1 |
* | (pipe_create): Initialize READERS & WRITERS, not REFS. | Miles Bader | 1995-08-15 | 1 | -15/+33 |
* | (struct pipe): Keep separate ref counts for readers and writers. | Miles Bader | 1995-08-15 | 1 | -13/+74 |
* | (pipe_recv): Get rid of code to deal with getting the source address from the | Miles Bader | 1995-08-01 | 1 | -16/+3 |
* | (pipe_recv): Assert that a control packet should only have a source address | Miles Bader | 1995-07-31 | 1 | -8/+20 |
* | (stream_pipe_class, dgram_pipe_class, seqpack_pipe_class): | Miles Bader | 1995-07-31 | 1 | -3/+3 |
* | Initial revision | Miles Bader | 1995-07-26 | 9 | -0/+1357 |