grub/grub-core
Vladimir 'phcoder' Serbinenko 0b2db94300 Handling of files of unknown size is currently limited. They can't be
used e.g. for initrd or modules. Moreover gzip handling of not
	easily seekable files is buggy. Disable unknown file size for now. May
	be inefficient but works.

	* grub-core/io/gzio.c (test_header): Always retrieve the file size.
	* grub-core/io/xzio.c (grub_xzio_open): Likewise.
2010-12-26 21:15:31 +01:00
..
boot * grub-core/boot/i386/pc/boot.S: Fix %es:%bx pointing to nowhere on 2010-12-26 20:49:08 +01:00
bus * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
commands * grub-core/commands/acpihalt.c (grub_acpi_halt): Sleep for 1.5 before 2010-12-25 14:09:36 +01:00
disk * grub-core/disk/raid.c (insert_array): Don't add spurious members. 2010-12-25 22:32:54 +01:00
efiemu * grub-core/efiemu/main.c (grub_efiemu_prepare): Handle errors from 2010-10-14 15:44:04 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs * grub-core/fs/udf.c (read_string): Pacify GCC warning by 2010-12-21 13:00:10 +00:00
gettext * grub-core/gettext/gettext.c (grub_gettext_init_ext): Factor out 2010-12-10 11:45:08 +00:00
gfxmenu * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
gnulib Fix po directory handling. 2010-09-21 00:09:23 +01:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io Handling of files of unknown size is currently limited. They can't be 2010-12-26 21:15:31 +01:00
kern * grub-core/commands/acpihalt.c (grub_acpi_halt): Sleep for 1.5 before 2010-12-25 14:09:36 +01:00
lib * grub-core/lib/reed_solomon.c (gauss_solve): Fix size of standalone 2010-12-21 16:51:08 +00:00
loader * grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_add_module): 2010-12-20 16:13:01 +01:00
mmap Make cutmem accept a region specification. 2010-09-20 22:24:30 +02:00
normal merge with mainline 2010-12-19 09:17:22 +05:30
partmap Avoid using tricks for initialising endian variables. 2010-11-26 22:29:19 +01:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script replaced with grub_strchrsub function 2010-11-25 18:56:20 +05:30
term 2010-11-26 Robert Millan <rmh@gnu.org> 2010-11-26 15:35:40 +01:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video Add VBE PM interface 2010-09-16 00:37:30 +02:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Use @OBJCOPY@ rather than objcopy. 2010-12-25 18:21:46 +01:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am * grub-core/Makefile.am (gentrigtables): Put -lm after $<; some 2010-11-23 13:00:05 +00:00
Makefile.core.def 2010-12-01 Robert Millan <rmh@gnu.org> 2010-12-01 22:42:11 +01:00