Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-24 | 1999-07-24 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* Makefile (split-init): Set to `yes' by default. | |||
1999-06-19 | 1999-06-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* Makefile (HURDLIBS): Add ports and fshelp only if $(split-init)!=yes. | |||
1999-06-18 | disable split-init by default | Roland McGrath | |
1999-06-18 | 1999-06-18 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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-13 | 1999-06-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
Move all the /etc/ttys handling stuff into a separate source file. * init.c (_PATH_LOGIN, WINDOW_DELAY, struct terminal, nttys, ttyslen, setup_terminal, add_terminal, init_ttys, free_ttys, startup_terminal, startup_ttys, find_line, restart_terminal, shutdown_terminal, reread_ttys): Move to * ttys.c: ... here, new file. * ttys.h: New file, declare external functions in ttys.c. * Makefile (SRCS): Add ttys.c. (OBJS): Derive from $(SRCS). (LCLHDRS): New variable, add ttys.h. | |||
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-08-14 | (LDLIBS): New variable. | Miles Bader | |
(init): Dependcy on -lutil removed. (libutil-libsubst): Variable removed. | |||
1996-07-03 | (init): Add libports (because libfshelp.so requires it, lose lose | Michael I. Bushnell | |
lose). | |||
1996-06-17 | (libutil-libsubst): Define (as -lutil). | Michael I. Bushnell | |
1996-06-17 | (init): Link against -lutil. | Michael I. Bushnell | |
1996-06-17 | (dir): Now init. | Michael I. Bushnell | |
1996-06-17 | (mung_msg_S.h): New rule. | Michael I. Bushnell | |
1996-05-10 | (OBJS): Add startup_notifyUser.o. | Michael I. Bushnell | |
1996-04-17 | (init): Depend on libfshelp. | Miles Bader | |
1996-03-25 | (init): Add explicit dependency so that libshouldbeinlibc is included. | Michael I. Bushnell | |
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1994-11-28 | (OBJS): Add msgServer.o. | Roland McGrath | |
(init.o): Depend on msg_S.h. | |||
1994-07-21 | entered into RCS | Michael I. Bushnell | |
1994-07-19 | Formerly Makefile.~12~ | Michael I. Bushnell | |
1994-07-05 | Formerly Makefile.~11~ | Michael I. Bushnell | |
1994-06-20 | Formerly Makefile.~10~ | Michael I. Bushnell | |
1994-05-05 | Formerly Makefile.~9~ | Roland McGrath | |
1994-05-02 | Formerly Makefile.~8~ | Michael I. Bushnell | |
1994-04-13 | Formerly Makefile.~7~ | Michael I. Bushnell | |
1994-04-07 | Formerly Makefile.~6~ | Michael I. Bushnell | |
1994-03-22 | Formerly Makefile.~5~ | Michael I. Bushnell | |
1994-03-21 | Formerly Makefile.~4~ | Michael I. Bushnell | |
1994-03-21 | Formerly Makefile.~3~ | Michael I. Bushnell | |
1994-03-01 | Formerly Makefile.~2~ | Michael I. Bushnell | |
1994-02-01 | Initial revision | Michael I. Bushnell | |