diff options
-rw-r--r-- | daemons/ChangeLog | 17 | ||||
-rw-r--r-- | init/ChangeLog | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index f2b153d6..2f26373a 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,20 @@ +1999-06-18 Roland McGrath <roland@baalperazim.frob.com> + + * runsystem.sh: New file. + * Makefile (targets, special-targets): Add runsystem. + (runsystem): New target. + +1999-06-15 Roland McGrath <roland@baalperazim.frob.com> + + * runttys.c: New file.c + * Makefile (targets, SRCS): Add runttys, runttys.c. + (runttys): New target. + (runttys-LDLIBS): New variable, -lutil. + + * console-run.c: New file. + * Makefile (targets, SRCS): Add console-run, console-run.c. + (console-run): New target. + 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> * rc.sh: Don't create /var/run/uptime. It's no longer used. diff --git a/init/ChangeLog b/init/ChangeLog index 083111f6..03d8b600 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,20 @@ +1999-06-18 Roland McGrath <roland@baalperazim.frob.com> + + * init.c [SPLIT_INIT] (child_pid, child_task): New variables. + (process_signal, start_child, launch_something, launch_system): New + functions. + [! SPLIT_INIT] (system_state, shell_pid, rc_pid, launch_single_user, + process_rc_script, launch_multi_user, launch_system, kill_everyone, + kill_multi_user, process_signal): Variables and functions put inside + #ifndef SPLIT_INIT. + * stubs.c: New file, modified from ../proc/stubs.c. + * Makefile (SRCS): Remove ttys.c here. + [$(split-init) = yes] (SRCS): Add stubs.c + [$(split-init) = yes] (init-CPPFLAGS): New variable, -DSPLIT_INIT. + [$(split-init) = no] (SRCS): Add ttys.c only here. + [$(split-init) = no] (LDLIBS): Put defn (-lutil) under this test. + (split-init): New variable to turn on split-init, commented out. + 1999-06-15 Roland McGrath <roland@baalperazim.frob.com> * init.c (booted): New variable. |