diff options
Diffstat (limited to 'libpipe/ChangeLog')
-rw-r--r-- | libpipe/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libpipe/ChangeLog b/libpipe/ChangeLog index e0dc3ea1..41074717 100644 --- a/libpipe/ChangeLog +++ b/libpipe/ChangeLog @@ -1,3 +1,13 @@ +2002-04-22 Marcus Brinkmann <marcus@gnu.org> + + * pq.c (packet_set_ports): Correctly replace old ports buffer with + new one. Take size of mach_port_t rather than pointer to it. + (packet_read_ports): Take size of mach_port_t rather than pointer + to it. + (pq_queue): Update PACKET->num_ports, PACKET->buf_start and + PACKET->buf_end for reused packets as well. + Submitted by Ognyan Kulev <ogi@fmi.uni-sofia.bg>. + 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> * pq.c: Add #include <sys/mman.h> for munmap decl. |