From 601c2121002d89a651d94038483f0aae82ebb924 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sun, 11 Jul 1999 05:27:17 +0000 Subject: 1999-07-06 Thomas Bushnell, BSG * 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. --- exec/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'exec/ChangeLog') 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 for munmap decl. +1999-07-06 Thomas Bushnell, BSG + + * 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 * core.c (core_dump_task): Use munmap instead of vm_deallocate, -- cgit v1.2.3