grub/grub-core/kern
Vladimir 'phcoder' Serbinenko 2b5c1a0810 merge mainline into hints
2011-12-24 02:52:43 +01:00
..
efi Move grub_reboot out of the kernel. 2011-10-19 16:53:18 +02:00
emu Fix few bugs and memory leaks 2011-12-23 19:25:24 +01:00
generic
i386 * grub-core/kern/i386/realmode.S: Increase alignment. 2011-12-15 19:17:36 +01:00
ia64 * grub-core/lib/LzmaEnc.c (LzmaEnc_CodeOneBlock): Remove set but not 2011-11-08 19:46:41 +01:00
ieee1275 * grub-core/kern/ieee1275/openfw.c (grub_devalias_iterate): Fix 2011-12-24 02:45:17 +01:00
mips * grub-core/kern/mips/qemu_mips/init.c (grub_at_keyboard_init): Remove 2011-12-13 11:46:29 +01:00
powerpc Support trampoline jumps on powerpc. 2011-11-08 11:23:56 +01:00
sparc64 * grub-core/kern/sparc64/dl.c (grub_arch_dl_relocate_symbols): Support 2011-12-13 19:56:50 +01:00
x86_64 * grub-core/kern/x86_64/efi/callwrap.S: Fix the comment. 2011-11-16 21:35:40 +01:00
command.c
corecmd.c
device.c
disk.c * grub-core/kern/disk.c (grub_disk_read): Fix hook calling for 2011-12-24 02:43:21 +01:00
dl.c * grub-core/kern/dl.c (grub_dl_load_segments): Fix alignment handling. 2011-11-16 21:40:50 +01:00
elf.c
env.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
err.c
file.c
fs.c
list.c
main.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
misc.c * grub-core/kern/misc.c (grub_vsnprintf_real): Fix fmt2 parsing. 2011-12-13 19:55:27 +01:00
mm.c Fix the usage of unsupported %zx 2011-07-06 17:41:19 +02:00
parser.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
partition.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
rescue_parser.c
rescue_reader.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
term.c
time.c
vga_init.c