grub/kern
robertmh 409480b7a2 2008-02-05 Robert Millan <rmh@aybabtu.com>
* include/grub/term.h (GRUB_TERM_LEFT, GRUB_TERM_RIGHT)
        (GRUB_TERM_UP, GRUB_TERM_DOWN, GRUB_TERM_HOME, GRUB_TERM_END)
        (GRUB_TERM_DC, GRUB_TERM_PPAGE, GRUB_TERM_NPAGE, GRUB_TERM_ESC)
        (GRUB_TERM_TAB, GRUB_TERM_BACKSPACE): New macros.

        * kern/i386/pc/startup.S: Include `<grub/term.h>'.
        (translation_table): Replace hardcoded values with macros
        provided by `<grub/term.h>'.

        * term/i386/pc/at_keyboard.c: Include `<grub/term.h>'.
        (keyboard_map): Correct/add a few values, with macros provided
        by `<grub/term.h>'.
        (keyboard_map_shift): Zero values that don't differ from their
        `keyboard_map' equivalents.
        (grub_console_checkkey): Optimize KEYBOARD_STATUS_CAPS_LOCK toggling.
        Discard the second scan code that is always sent by Caps lock.
        Only use `keyboard_map_shift' when it provides a non-zero value,
        otherwise fallback to `keyboard_map'.
2008-02-05 10:23:24 +00:00
..
efi 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
i386 2008-02-05 Robert Millan <rmh@aybabtu.com> 2008-02-05 10:23:24 +00:00
ieee1275 2008-01-21 Robert Millan <rmh@aybabtu.com> 2008-01-21 14:22:38 +00:00
powerpc 2008-01-28 Robert Millan <rmh@aybabtu.com> 2008-01-28 16:58:13 +00:00
sparc64 2008-01-15 Robert Millan <rmh@aybabtu.com> 2008-01-15 16:14:33 +00:00
device.c 2008-01-08 Robert Millan <rmh@aybabtu.com> 2008-01-09 23:25:54 +00:00
disk.c 2008-02-01 Robert Millan <rmh@aybabtu.com> 2008-02-01 00:50:19 +00:00
dl.c * kern/dl.c (grub_dl_load): Don't abort if prefix is not set, 2008-01-26 20:34:58 +00:00
elf.c 2008-01-21 Robert Millan <rmh@aybabtu.com> 2008-01-21 14:22:38 +00:00
env.c 2008-01-05 Robert Millan <rmh@aybabtu.com> 2008-01-05 12:04:35 +00:00
err.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
file.c 2008-01-25 Robert Millan <rmh@aybabtu.com> 2008-01-25 20:57:40 +00:00
fs.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
loader.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
main.c 2008-01-05 Robert Millan <rmh@aybabtu.com> 2008-01-05 12:04:35 +00:00
misc.c 2008-01-15 Robert Millan <rmh@aybabtu.com> 2008-01-15 17:22:09 +00:00
mm.c 2008-01-23 Robert Millan <rmh@aybabtu.com> 2008-01-23 14:57:40 +00:00
parser.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
partition.c 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
rescue.c 2008-01-30 Tristan Gingold <gingold@free.fr> 2008-01-30 14:42:09 +00:00
term.c 2007-12-25 Robert Millan <rmh@aybabtu.com> 2007-12-25 11:10:47 +00:00