summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 19:44:47 +0000
commitf5d5190918ec5bf8b4edd4ef23386bdccb269fa2 (patch)
treec0a9427fe9d8a0f9662f32326441b3666a193e46 /exec
parent4a1edb2f870e7923e0551563507d75ad83692774 (diff)
.
Diffstat (limited to 'exec')
-rw-r--r--exec/ChangeLog20
1 files changed, 12 insertions, 8 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index d3c4c03e..ec6de380 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,15 @@
+1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
+
+ * exec.c (load_section): Fix typos in last change.
+
+1999-07-11 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-10 Roland McGrath <roland@baalperazim.frob.com>
* hostarch.c (mach_host_elf_machine): Replaced with ...
@@ -18,14 +30,6 @@
* 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,