diff options
-rw-r--r-- | init/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index ee5296b1..4617f6f2 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,5 +1,13 @@ 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> + * init.c (kill_multi_user): Suggest `ps -AlM' in error message. + + * init.c (record_essential_task): New function, broken out of + S_startup_essential_task. + (S_startup_essential_task): Call it. + (frob_kernel_process): Call it for kernel task port. + (kill_everyone): Remove special case for PID 2 (kernel task). + * init.c (run): Add const to SERVER arg, PROG local. Don't trim directory name from PROG for argument. |