summaryrefslogtreecommitdiff
path: root/proc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r--proc/ChangeLog10
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