diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:59 +0000 |
commit | ad014b1412367ef9c9038b3b52fa83f6c748e520 (patch) | |
tree | a2b29af6f74fd9c25143180227cd66cb66e4c9d5 /libiohelp/ChangeLog | |
parent | a439e9fc84397a7a802b2e9966df6d2bf7a63e73 (diff) | |
download | hurd-ad014b1412367ef9c9038b3b52fa83f6c748e520.tar.gz hurd-ad014b1412367ef9c9038b3b52fa83f6c748e520.tar.bz2 hurd-ad014b1412367ef9c9038b3b52fa83f6c748e520.zip |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* return-buffer.c (iohelp_return_malloced_buffer): Use mmap
instead of vm_allocate.
Diffstat (limited to 'libiohelp/ChangeLog')
-rw-r--r-- | libiohelp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index 0c525328..74cda5d6 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -2,6 +2,11 @@ * iouser-reauth.c: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * return-buffer.c (iohelp_return_malloced_buffer): Use mmap + instead of vm_allocate. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * iouser-reauth.c (iohelp_reauth): Use munmap instead of |