summaryrefslogtreecommitdiff
path: root/libpipe/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-04-22 20:06:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-04-22 20:06:40 +0000
commit203a6eaf044d39c289cd76f06c7d2f8841a72038 (patch)
tree7b35af95cdddaa51993749534f4081a6fe3f3b30 /libpipe/ChangeLog
parentff37b9ba6d994c897a5fecdb63ce8c20e095ba98 (diff)
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>.
Diffstat (limited to 'libpipe/ChangeLog')
-rw-r--r--libpipe/ChangeLog10
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.