aboutsummaryrefslogtreecommitdiff
path: root/libpipe/pq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buildSamuel Thibault2025-02-041-0/+1
* libpipe: crash verbosely if mmap was to failSamuel Thibault2025-02-041-1/+7
* libpipe: Fix use-after-reallocSergey Bugaev2023-05-101-4/+5
* Fix const warningsSamuel Thibault2022-01-171-2/+2
* Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter2014-12-101-6/+6
* Add MSG_PEEK support to pflocalSamuel Thibault2012-04-271-7/+30
* 2006-07-25 Stefan Siegl <stesie@brokenpipe.de>Thomas Schwinge2006-07-251-3/+5
* Update copyright year.Marcus Brinkmann2002-04-241-1/+1
* 2002-04-22 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-04-221-5/+8
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-7/+8
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-3/+2
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-13/+17
* (pq_queue): Initialize packet->buf_vm_alloced.Miles Bader1996-07-011-1/+2
* (packet_read): If there's lots of empty space at the beginning of aMiles Bader1996-01-231-3/+22
* (packet_realloc): Reflect in the new values of BUF_START & BUF_END that we'veMiles Bader1996-01-221-2/+2
* (packet_size_adjust): Function removed.Miles Bader1996-01-141-39/+33
* (pq_queue): Initialize the ports_alloced field.Miles Bader1996-01-121-5/+9
* (packet_read): Don't leave PACKET in a fucked up state when it's vm_allocate'dMiles Bader1995-09-071-13/+30
* Initial revisionMiles Bader1995-07-261-0/+394