diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:48:40 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:48:40 +0000 |
commit | 9db1a6bef5a0f7d3a0ed80a1367649bbaae02e2a (patch) | |
tree | 62ade79aeb6624ee462840b6fdd4a26383aa9bbe /exec/ChangeLog | |
parent | 7bacbba638af0771383ad039f635261ebb177e2e (diff) |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* core.c (core_dump_task): Use munmap instead of vm_deallocate,
when it's from our own task.
* elfcore.c: Likewise.
* exec.c (load_section): Likewise.
(map): Likewise.
(close_exec_stream): Likewise.
(finish_mapping): Likewise.
(load): Likewise.
(do_exec): Likewise.
(S_exec_setexecdata): Likewise.
* hashexec.c (check_hashbang): Likewise.
* main.c (deadboot): Likewise.
Diffstat (limited to 'exec/ChangeLog')
-rw-r--r-- | exec/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog index 2c4aec36..a0cd4d43 100644 --- a/exec/ChangeLog +++ b/exec/ChangeLog @@ -1,3 +1,18 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * core.c (core_dump_task): Use munmap instead of vm_deallocate, + when it's from our own task. + * elfcore.c: Likewise. + * exec.c (load_section): Likewise. + (map): Likewise. + (close_exec_stream): Likewise. + (finish_mapping): Likewise. + (load): Likewise. + (do_exec): Likewise. + (S_exec_setexecdata): Likewise. + * hashexec.c (check_hashbang): Likewise. + * main.c (deadboot): Likewise. + 1999-06-04 Roland McGrath <roland@baalperazim.frob.com> * exec.c (map): Fix mapping calls to use F->__offset consistently |