diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 18:14:58 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 18:14:58 +0000 |
commit | 120dee489f4eefe691133e221172e1ef67fe91a1 (patch) | |
tree | 961f78077bfec981005249560fd8041799e72cc5 /proc/ChangeLog | |
parent | e62a16ff75853c03be2daafd1385fafcd63a470c (diff) |
Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu>
* mgt.c (S_proc_reassign): It's not necessary to re-request the
task-death notification; we've moved both the task right and the
proc port that gets the notification, so delete that.
* mgt.c (S_proc_reassign): Use mach_port_destroy instead of
mach_port_deallocate to release P->p_msgport, for the same reasons
as the changes below.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 772abb05..94c9acbd 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,13 @@ +Tue Mar 9 13:11:43 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * mgt.c (S_proc_reassign): It's not necessary to re-request the + task-death notification; we've moved both the task right and the + proc port that gets the notification, so delete that. + + * mgt.c (S_proc_reassign): Use mach_port_destroy instead of + mach_port_deallocate to release P->p_msgport, for the same reasons + as the changes below. + Sun Mar 7 18:19:07 1999 Thomas Bushnell, BSG <tb@mit.edu> * mgt.c (process_has_exited): Use mach_port_destroy instead of |