summaryrefslogtreecommitdiff
path: root/exec/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:27:17 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:27:17 +0000
commit601c2121002d89a651d94038483f0aae82ebb924 (patch)
tree12d17347585074f25d70dedcba9855e7ccd98ca0 /exec/ChangeLog
parent1fbf419e91c882f1098677bcd191ef792a2fa43e (diff)
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
* exec.c (load_section): Use mmap instead of vm_allocate when allocating in mach_task_self (). (servercopy): Likewise. (do_exec): Likewise. * hashexec.c (check_hashbang): Likewise.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r--exec/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 9bfbb274..d3c4c03e 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -18,6 +18,14 @@
* priv.h: Add #include <sys/mman.h> for munmap decl.
+1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * exec.c (load_section): Use mmap instead of vm_allocate when
+ allocating in mach_task_self ().
+ (servercopy): Likewise.
+ (do_exec): Likewise.
+ * hashexec.c (check_hashbang): Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* core.c (core_dump_task): Use munmap instead of vm_deallocate,