diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:47:35 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:47:35 +0000 |
commit | dad514595f5dd19a9a18512b38f163e5f7cfc0f9 (patch) | |
tree | be1490d9a66033dddee14f58778d1232efdb2d7a /boot/ChangeLog | |
parent | 152857acfbc3946b4bc6c0ed5da9e8ab6c62abb6 (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (load_image): Use munmap instead of vm_deallocate when
it's from our own task.
(boot_script_read_file): Likewise.
(boot_script_exec_cmd): Likewise.
(set_mach_stack_args): Likewise.
(ds_device_read_inband): Likewise.
Diffstat (limited to 'boot/ChangeLog')
-rw-r--r-- | boot/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/boot/ChangeLog b/boot/ChangeLog index 2f569445..0dfa5592 100644 --- a/boot/ChangeLog +++ b/boot/ChangeLog @@ -1,3 +1,12 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * boot.c (load_image): Use munmap instead of vm_deallocate when + it's from our own task. + (boot_script_read_file): Likewise. + (boot_script_exec_cmd): Likewise. + (set_mach_stack_args): Likewise. + (ds_device_read_inband): Likewise. + 1999-03-20 Roland McGrath <roland@baalperazim.frob.com> * boot.c (S_term_get_peername): New function. |