summaryrefslogtreecommitdiff
path: root/exec/ChangeLog
diff options
context:
space:
mode:
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,