diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-20 23:18:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-20 23:18:01 +0000 |
commit | 4331ac71ebff2a7d6eabf84442d56784bf599bbf (patch) | |
tree | 5a74ed6a42a887d0a4475054078ac43c17869af2 /init/ChangeLog | |
parent | 71aa97ebbc0593115f04137ec4e4edf8d1cba3c1 (diff) |
2001-08-20 Roland McGrath <roland@frob.com>
* init.c [! SPLIT_INIT]: All this code removed.
[SPLIT_INIT]: This code no longer conditional.
(_PATH_RUNCOM, mapped_time, do_fastboot): Removed.
* Makefile (split-init): Variable removed.
(SRCS): Add stubs.c here unconditionally.
[$(split-init) = no]: Conditional defns removed.
(LCLHDRS): Variable removed.
* ttys.c, ttys.h: Files removed.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index 2656894e..f69dde67 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,5 +1,14 @@ 2001-08-20 Roland McGrath <roland@frob.com> + * init.c [! SPLIT_INIT]: All this code removed. + [SPLIT_INIT]: This code no longer conditional. + (_PATH_RUNCOM, mapped_time, do_fastboot): Removed. + * Makefile (split-init): Variable removed. + (SRCS): Add stubs.c here unconditionally. + [$(split-init) = no]: Conditional defns removed. + (LCLHDRS): Variable removed. + * ttys.c, ttys.h: Files removed. + * init.c (kernel_command_line): Variable removed. (options, parse_opt): Remove -K option. (frob_kernel_process): Collect arguments from &global_argv[1] |