summaryrefslogtreecommitdiff
path: root/boot/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:27:01 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:27:01 +0000
commit1fbf419e91c882f1098677bcd191ef792a2fa43e (patch)
tree23cc8f7dba71ba9b4ef7ee1d5b82f8dd6475c2e5 /boot/ChangeLog
parentc4a1365bde973cd85156b912a86264fd3293c634 (diff)
1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (load_image): Use mmap instead of vm_allocate, when allocating in mach_task_self (). (boot_script_exec_cmd): Likewise. (set_mach_stack_args): Likewise. (read_reply): Likewise. (S_io_read): Likewise.
Diffstat (limited to 'boot/ChangeLog')
-rw-r--r--boot/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog
index d3ab47ff..6e8d153a 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -2,6 +2,15 @@
* boot.c: Add #include <sys/mman.h> for munmap decl.
+1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * boot.c (load_image): Use mmap instead of vm_allocate, when
+ allocating in mach_task_self ().
+ (boot_script_exec_cmd): Likewise.
+ (set_mach_stack_args): Likewise.
+ (read_reply): Likewise.
+ (S_io_read): Likewise.
+
Mon Jul 5 20:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (load_image): Fix typo in cast. Reported by Yamashita