summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog
index e28d3ed1..083111f6 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,5 +1,24 @@
+1999-06-15 Roland McGrath <roland@baalperazim.frob.com>
+
+ * init.c (booted): New variable.
+ (open_console): Use that instead of system_state.
+ (S_startup_essential_task): Likewise.
+ (do_mach_notify_dead_name): Likewise.
+ (launch_system): New function.
+ (S_startup_essential_task): Call it.
+
+ * init.c (global_argv): Make static.
+
+ * init.c (startup_envz, startup_envz_len): New variables.
+ (run, run_for_real): Use those for child environment.
+ (main): Set them up from our ENVP argument.
+
1999-06-14 Roland McGrath <roland@baalperazim.frob.com>
+ * init.c (main): Barf if run in a normal Hurd environment (not boot).
+
+ * init.c (record_essential_task): Add missing return.
+
* ttys.c: Include "ttys.h".
1999-06-13 Roland McGrath <roland@baalperazim.frob.com>