- 18 Apr, 2012 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
* include/grub/diskfilter.h (grub_diskfilter_register): Renamed to .. (grub_diskfilter_register_front): ... this. (grub_diskfilter_register_back): New function. All users of grub_diskfilter_register updated.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 17 Apr, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
boot services if we have no other choice.
-
- 14 Apr, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
document it. * tests/util/grub-shell.in: Update to --directory.
-
- 13 Apr, 2012 4 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
(grub_minix_read_file): Likewise. (grub_minix_read_inode): Likewise. (grub_minix_find_file): Likewise. (grub_minix_dir): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
check.
-
Vladimir 'phcoder' Serbinenko authored
redundant buggy overlap check.
-
- 11 Apr, 2012 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
and grub-mknetdir.
-
Vladimir 'phcoder' Serbinenko authored
kh.loadflags on pre-2.00 kernels.
-
Vladimir 'phcoder' Serbinenko authored
with DMA. * grub-core/commands/boot.c (grub_loader_noreturn): Rename to ... (grub_loader_flags): ... this. All users updated. (grub_loader_boot): Check for GRUB_LOADER_FLAG_NORETURN. * grub-core/loader/i386/pc/pxechainloader.c (grub_cmd_pxechain): Mark loader as GRUB_LOADER_FLAG_PXE_NOT_UNLOAD. * grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_shutdown): New function. (grub_pxe_restore): Likewise. (fini_hnd): New var. (GRUB_MOD_INIT): Register shutdown hook. (GRUB_MOD_FINI): Shutdown and unregister shutdown hook. * include/grub/loader.h (GRUB_LOADER_FLAG_NORETURN): New const. (GRUB_LOADER_FLAG_PXE_NOT_UNLOAD): Likewise. (grub_loader_set): Rename second argument to flags.
-
- 07 Apr, 2012 6 commits
-
-
Vladimir 'phcoder' Serbinenko authored
written bytes. (grub_get_num_of_utf8_bytes): New function. (grub_ucs4_to_utf8_alloc): Use grub_get_num_of_utf8_bytes. * grub-core/normal/menu_entry.c (run): Convert entry to UTF-8 before executing it. * include/grub/charset.h (grub_get_num_of_utf8_bytes): New proto. (grub_ucs4_to_utf8): Change return type.
-
Vladimir 'phcoder' Serbinenko authored
warning.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
(test_header): Likewise.
-
Vladimir 'phcoder' Serbinenko authored
* util/grub-mkconfig_lib.in (print_option_help): New function. (grub_fmt): Likewise. * util/grub-install.in: Use print_option_help and grub_fmt. * util/grub-kbdcomp.in: Likewise. * util/grub-mkconfig.in: Likewise. * util/grub-mknetdir.in: Likewise. * util/grub-mkrescue.in: Likewise. * util/grub-mkstandalone.in: Likewise. * util/grub-reboot.in: Likewise. * util/grub-set-default.in: Likewise. * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
-
Vladimir 'phcoder' Serbinenko authored
-
- 04 Apr, 2012 5 commits
-
-
Vladimir 'phcoder' Serbinenko authored
* linguas.sh: ... here. * po/README: Point to linguas.sh.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
len = 0. (grub_gettext_translate_real): Handle 0th string. (grub_gettext_translate): Ensure that "" isn't translated.
-
Vladimir 'phcoder' Serbinenko authored
TRANSLATORS comment. (grub_diskfilter_print_partmap): Propagate changing of error into warning.
-
Vladimir 'phcoder' Serbinenko authored
to uint64_t to prevent overflow. (grub_diskfilter_lv): Increase start_extent and extent_count to uint64_t to prevent overflow.
-
- 01 Apr, 2012 7 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
* po/Rules-translit: New file. * po/arabic.sed: Likewise. * po/cyrillic.sed: Likewise. * po/greek.sed: Likewise. * po/hebrew.sed: Likewise. * po/README: Add en@cyrillic en@hebrew en@arabic and en@greek. * po/Makefile.in.in: Add extra_dist4.
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/fs/minix.c: Replace le with minix. Add necessary defines, modify names. Introduce MODE_BIGENDIAN. * grub-core/fs/minix_be.c: New file. * grub-core/fs/minix2_be.c: Likewise * grub-core/fs/minix3_be.c: Likewise. * Makefile.util.def (libgrubmods): Add minix_be, minix2_be and minix3_be. * grub-core/Makefile.core.def (minix_be): New module. (minix2_be): Likewise. (minix3_be): Likewise.
-
Felix authored
(devs): Add MBP 2011.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
prompt_len. (grub_cmdline_get): Handle width properly.
-
Vladimir 'phcoder' Serbinenko authored
-
- 31 Mar, 2012 6 commits
-
-
Vladimir 'phcoder' Serbinenko authored
after 29th of February.
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/fs/fat.c (grub_fat_data): Make fat_sector 32-bit. (grub_fat_mount) [MODE_EXFAT]: Fix bpb.num_reserved_sectors byte-swap. (grub_fat_iterate_dir) [MODE_EXFAT]: Fix attr byte-swap. Byte-swap utf16 when necessary. (grub_fat_label) [MODE_EXFAT]: Byte-swap utf16 when necessary.
-
Anton Blanchard authored
* grub-core/fs/btrfs.c (key_cmp): Use grub_le_to_cpu for clarity. (lower_bound): Make root uint64_t. Use root in le. (grub_btrfs_read_logical): Fix template key init. Fix address byteswap. (find_path): Fix template key init. (grub_btrfs_dir): Fix mtime byteswap. * include/grub/types.h (grub_cpu_to_le64_compile_time): New macro. Also-By:
Vladimir Serbinenko <phcoder@gmail.com>
-
Vladimir 'phcoder' Serbinenko authored
recursion_depth. Break infinite resursions. All users updated.
-
Vladimir 'phcoder' Serbinenko authored
after free. Reported by: Peter Jones.
-
Anton Blanchard authored
8 bit values.
-
- 28 Mar, 2012 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
the error when some elements are missing into a warning.
-
Vladimir 'phcoder' Serbinenko authored
-
- 27 Mar, 2012 1 commit
-
-
Colin Watson authored
Reported by: Filipus Klutiero. Fixes Debian bug #666031.
-