diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:44:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:44:47 +0000 |
commit | f5d5190918ec5bf8b4edd4ef23386bdccb269fa2 (patch) | |
tree | c0a9427fe9d8a0f9662f32326441b3666a193e46 /exec/ChangeLog | |
parent | 4a1edb2f870e7923e0551563507d75ad83692774 (diff) |
.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 20 |
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, |