summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-14 18:55:42 +0000
committerRoland McGrath <roland@gnu.org>1999-06-14 18:55:42 +0000
commit49c3e94fa92c4dc7b231b5eaf28b938e32e1ba4f (patch)
treed32a2e63b7e231dce330147c58ba62bd71ea72c0 /init
parentc0787f3a4e66f6ffa9b646ddcb6dd17b81ea6619 (diff)
.
Diffstat (limited to 'init')
-rw-r--r--init/ChangeLog8
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.