grub/normal
okuji 0a74e62fde 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org>
* normal/menu.c (run_menu_entry):

        * normal/command.c (grub_command_execute): If INTERACTIVE is
        false and GRUB_COMMAND_FLAG_NO_ECHO is not specified, print
        CMDLINE. Disable the pager if INTERACTIVE is true.
        All callers are changed.

        * normal/main.c (grub_normal_execute): Read command.lst and fs.lst
        before reading a config file.
        * normal/main.c (read_config_file): Even if a command is not
        found, register it if it is within an entry.

        * util/grub-emu.c: Include sys/types.h and unistd.h.
        (options): Added --hold.
        (struct arguments): Added a new member "hold".
        (parse_opt): If KEY is 'H', set ARGS->HOLD to ARG or -1 if ARG is
        missing.
        (main): Initialize ARGS.HOLD to zero. Wait until ARGS.HOLD is
        cleared by a debugger, if it is not zero.

        * include/grub/normal.h (grub_command_execute): Add an argument
        INTERACTIVE.
2005-08-14 19:36:55 +00:00
..
i386 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> 2004-04-04 13:46:03 +00:00
powerpc 2004-11-17 Hollis Blanchard <hollis@penguinppc.org> 2004-11-16 23:34:45 +00:00
arg.c 2005-07-17 Yoshinori Okuji <okuji@enbug.org> 2005-07-17 20:26:07 +00:00
cmdline.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00
command.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00
completion.c Forgot to add this file. 2005-08-12 19:53:59 +00:00
context.c 2005-02-27 Yoshinori K. Okuji <okuji@enbug.org> 2005-02-27 21:19:06 +00:00
main.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00
menu.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00
menu_entry.c 2005-08-14 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-14 19:36:55 +00:00