diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:31:41 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:31:41 +0000 |
commit | 07ac809a3395c5776fec2f2a50e2f8eaa6be459f (patch) | |
tree | fa8d71e4a39219c963a8bf14ce02fe3e9e6720c9 /pfinet/ChangeLog | |
parent | 36764cedd63af870d7baba5a397880bb933ed136 (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* io-ops.c (S_io_read): Use mmap instead of vm_allocate.
* socket-ops.c (S_socket_whatis_address): Likewise.
Diffstat (limited to 'pfinet/ChangeLog')
-rw-r--r-- | pfinet/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 71d704ca..fb8f2683 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,6 +1,11 @@ 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> * io-ops.c: Add #include <sys/mman.h> for munmap decl. + +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * io-ops.c (S_io_read): Use mmap instead of vm_allocate. + * socket-ops.c (S_socket_whatis_address): Likewise. 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> |