grub/fs
okuji ea4097134f 2005-07-31 Yoshinori K. Okuji <okuji@enbug.org>
* loader/i386/pc/multiboot.c (grub_multiboot_is_elf32): New
	function.
	(grub_multiboot_load_elf32): Likewise.
	(grub_multiboot_is_elf64): Likewise.
	(grub_multiboot_load_elf64): Likewise.
	(grub_multiboot_load_elf): Likewise.
	(grub_rescue_cmd_multiboot): Call grub_multiboot_load_elf to load
	an ELF32 or ELF64 file.
	This is based on a patch from Ruslan Nikolaev <nruslan@mail.com>.

	From Serbinenko Vladimir <serbinenko.vova@list.ru>:
	* kern/disk.c (grub_print_partinfo): Check if FS->LABEL is not
	NULL before calling FS->LABEL.
	* fs/fat.c (grub_fat_dir): Initialize DIRNAME to NULL.
	* commands/ls.c (grub_ls_list_files): Show labels, if possible.
	(grub_ls_list_disks): Check if FS and FS->LABEL are not NULL
	before calling FS->LABEL.
2005-07-31 16:12:29 +00:00
..
ext2.c 2004-12-13 Marco Gerards <metgerards@student.han.nl> 2004-12-13 17:26:17 +00:00
fat.c 2005-07-31 Yoshinori K. Okuji <okuji@enbug.org> 2005-07-31 16:12:29 +00:00
fshelp.c 2005-01-20 Marco Gerards <metgerards@student.han.nl> 2005-01-20 17:25:39 +00:00
hfs.c 2004-11-01 Marco Gerards <metgerards@student.han.nl> 2004-11-01 16:14:16 +00:00
iso9660.c 2004-11-01 Marco Gerards <metgerards@student.han.nl> 2004-11-01 16:14:16 +00:00
jfs.c 2004-11-01 Marco Gerards <metgerards@student.han.nl> 2004-11-01 16:14:16 +00:00
minix.c 2005-01-21 Marco Gerards <metgerards@student.han.nl> 2005-01-21 22:34:18 +00:00
ufs.c 2004-11-01 Marco Gerards <metgerards@student.han.nl> 2004-11-01 16:14:16 +00:00