diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-12 08:53:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-12 08:53:32 +0000 |
commit | ae2fb514fd4a7bccd202585ce3c82dc699fd7ba3 (patch) | |
tree | b74f258cd727aa09d78bb46db4261a5bca302a11 | |
parent | 4f8655657b7afd3628283be6bcb114806423cd32 (diff) |
.
-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. |