summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-06-15 07:50:40 +0000
committerRoland McGrath <roland@gnu.org>1999-06-15 07:50:40 +0000
commit3e4ff0686906db15f48a1156d0814e8842f9df3f (patch)
tree041a98262948b7d229857c884ffd167a52b9405c /init
parent06433310cffd4b24703438b7147b3782b1143ef5 (diff)
.
Diffstat (limited to 'init')
-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>