diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:36 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:30:36 +0000 |
commit | 4e6a0ccbb531ca4bb6cdbd37152f20dbe622e389 (patch) | |
tree | 23904142536fadd4153d519773cc61c624c968f8 /libpipe/ChangeLog | |
parent | 0f3b1a1fd2f4cdb2ad800c92858ffe64c6d3e294 (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* pq.c (packet_realloc): Use mmap instead of vm_allocate.
(packet_read_ports): Likewise.
(packet_read): Likewise.
Diffstat (limited to 'libpipe/ChangeLog')
-rw-r--r-- | libpipe/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpipe/ChangeLog b/libpipe/ChangeLog index d7de9594..e0dc3ea1 100644 --- a/libpipe/ChangeLog +++ b/libpipe/ChangeLog @@ -2,6 +2,12 @@ * pq.c: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * pq.c (packet_realloc): Use mmap instead of vm_allocate. + (packet_read_ports): Likewise. + (packet_read): Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * pq.c (free_packets): Use munmap instead of vm_deallocate. |