diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-20 22:50:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-20 22:50:16 +0000 |
commit | f45f49d37d413a19cba9be775834a30b1ab66aab (patch) | |
tree | 2d6e1fbf2b4c077d655eb90bbf9a69055c98cb52 /init | |
parent | 4cee489c55e4f64f0cc14200641db8a6373f4834 (diff) |
.
Diffstat (limited to 'init')
-rw-r--r-- | init/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index c922e887..2656894e 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,12 @@ +2001-08-20 Roland McGrath <roland@frob.com> + + * init.c (kernel_command_line): Variable removed. + (options, parse_opt): Remove -K option. + (frob_kernel_process): Collect arguments from &global_argv[1] + instead of slicing up kernel_command_line. + (start_child): Take a second arg, if non-null more arguments for PROG. + (launch_something): Change caller. On first try, pass &global_argv[1]. + 2001-07-02 Roland McGrath <roland@frob.com> * init.c (reboot_system): Don't pass null pointer to RPC out param. |