diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-05 21:18:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-05 21:18:44 +0000 |
commit | ad3265017080f9f0755ad6c42f3e5b23986fb5cb (patch) | |
tree | 2d349936f7bf8a1b7c4978287abf57954cb64d37 /init/ChangeLog | |
parent | b3f1204d64a0aacf71710fbe2f9d3b98fa1679e6 (diff) |
.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index 70a21705..f6b40a69 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,19 @@ +1999-06-05 Roland McGrath <roland@baalperazim.frob.com> + + * init.c (request_dead_name): New function. + (S_startup_request_notification, S_startup_essential_task): Use it. + (run): Request dead-name notification for new task. + (main): Request dead-name notification for FSTASK. + (do_mach_notify_dead_name): If system_state is INITIAL, recognize + FSTASK, AUTHTASK, PROCTASK specifically and crash with appropriate msg. + +1999-06-04 Roland McGrath <roland@baalperazim.frob.com> + + * init.c (launch_core_servers): Use proc_child on the proc server task + to register it with itself as our child. Snarf its proc port and use + proc_mark_exec do remove that unsightly `f', as we do for the other + bootstrap processes. + 1999-06-02 Roland McGrath <roland@baalperazim.frob.com> * init.c (frob_kernel_process): If no --kernel-command-line option, |