diff options
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 06db51dd..04c25f2d 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,12 @@ +2000-03-12 Roland McGrath <roland@baalperazim.frob.com> + + * mgt.c (allocate_proc): Don't do mach_port_request_notification here. + (proc_death_notify): New function, do it here instead. + (complete_proc): Call proc_death_notify. + * main.c (main): Call proc_death_notify on STARTUP_PROC after + we have set its task port. + * proc.h: Declare proc_death_notify. + 2000-01-23 Roland McGrath <roland@baalperazim.frob.com> * info.c (get_string): New arg, pass back length of string. |