]> git.proxmox.com Git - grub2.git/blobdiff - ChangeLog
Replace grub_target_addr with more appropriate types.
[grub2.git] / ChangeLog
index fd8686322c943f4db8f4de5055ebdcf93708b33e..699ba7ec331fc8dcdef2f6e5a1eeb138e4ee84e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,638 @@
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Replace grub_target_addr with more appropriate types.
+
+       * grub-core/commands/efi/fixvideo.c (scan_card): Replace
+       grub_target_addr with grub_addr.
+       * grub-core/commands/iorw.c (grub_cmd_read): Replace
+       grub_target_addr with grub_port.
+       (grub_cmd_write): Likewise.
+       * grub-core/commands/memrw.c (grub_cmd_read): Replace
+       grub_target_addr with grub_addr.
+       (grub_cmd_write): Likewise.
+       * grub-core/video/efi_uga.c (find_line_len): Likewise.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/efi/api.h (grub_efi_runtime_services): Add missing
+       const qualifier for vendor_guid.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/efiemu/runtime/efiemu.c (efiemu_get_variable): Add missing
+       const qualifier.
+       (efiemu_memequal): Likewise.
+       (find_variable): Likewise.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix missing console prototype on qemu-mips.
+
+       * include/grub/mips/qemu_mips/console.h: New file.
+
+2012-02-27  Matthew Garrett  <mjg@redhat.com>
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/efi/efi.c (grub_efi_get_variable): Add new function.
+       * include/grub/efi/efi.h: Likewise.
+       * include/grub/efi/api.h: Add guid for EFI-specified variables.
+       * include/grub/charset.h (GRUB_MAX_UTF16_PER_UTF8): New definition.
+       * grub-core/normal/charset.c (grub_utf8_process): Move from here ...
+       * include/grub/charset.h (grub_utf8_process): ... to here. Inline.
+       * grub-core/normal/charset.c (grub_utf8_to_utf16): Move from here ...
+       * include/grub/charset.h (grub_utf8_to_utf16): ... to here. Inline.
+
+2012-02-27  Matthew Garrett  <mjg@redhat.com>
+
+       * include/grub/efi/pci.h: New file to define EFI PCI protocols.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/diskfilter.c (grub_diskfilter_iterate): Fix off-by-one
+       error.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Remove inappropriate use of program_transform_name
+       on grubdir and bootdir but allow explicit specification of those
+       variables.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mknetdir.in (grub_prefix): Removed.
+       (subdir): Use @bootdirname@ and @grubdirname@.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Replace PACKAGE_TARNAME with PACKAGE in pkglibdir and pkgdatadir.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * po/POTFILES.in: Regenerated.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove improper use of program_transform_name on pkglibrootdir.
+
+       * configure.ac (pkglibrootdir): Removed.
+       (grub-mkimage): Replace PKGLIBROOTDIR with PKGLIBDIR.
+       * util/grub-mkimage.c: Likewise.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/menu_text.c (grub_print_message_indented_real): Fix a
+       warning.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Use file identifier if no UUID is available
+       or user explicitly prompted for it.
+
+2012-02-27  Navdeep Parhar <nparhar@gmail.com>
+
+       * grub-core/loader/i386/bsd.c (freebsd_zfsguid): New variable.
+       (freebsd_get_zfs): New function.
+       (grub_freebsd_boot): Pass zfs UUID.
+       (grub_cmd_freebsd): Set zfs UUID.
+
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/Makefile.common (platformdir): Base on pkglibdir and not
+       pkglibrootdir.
+
+2012-02-27  Mike Gilbert  <floppym@gentoo.org>
+
+       Add configure flag to control libzfs integration.
+
+       * configure.ac: Add AC_ARG_ENABLE(libzfs ...) and associated logic.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/diskfilter.c (insert_array): Choose the smallest
+       device.
+       * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Reject too
+       small devices.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove grub_{modname}_init and grub_{modname}_fini. They should never
+       be used directly if it's really a module and GRUB_MOD_INIT shouldn't
+       be used on non-modules.
+
+       * grub-core/commands/boot.c (GRUB_MOD_INIT) [LOONGSON || QEMU_MIPS]:
+       Rename to grub_boot_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to grub_boot_fini.
+       * grub-core/commands/keylayouts.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_keylayouts_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to grub_keylayouts_fini.
+       * grub-core/font/font_cmd.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_font_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to grub_font_fini.
+       * grub-core/kern/mips/loongson/init.c: Replace explicit protos with
+       includes.
+       (grub_machine_init): Remove empty inits.
+       * grub-core/kern/mips/qemu_mips/init.c: Replace explicit protos with
+       includes.
+       (grub_machine_init): Remove empty inits.
+       * grub-core/term/arc/console.c: Remove explicit proto.
+       * grub-core/term/at_keyboard.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_at_keyboard_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to
+       grub_at_keyboard_fini.
+       * grub-core/term/gfxterm.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_gfxterm_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to
+       grub_gfxterm_fini.
+       * grub-core/term/i386/pc/vga_text.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_vgatext_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to
+       grub_vgatext_fini.
+       * grub-core/term/ieee1275/console.c: Remove explicit proto.
+       * grub-core/term/serial.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_serial_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to
+       grub_serial_fini.
+       * grub-core/term/terminfo.c (GRUB_MOD_INIT)
+       [LOONGSON || QEMU_MIPS]: Rename to grub_terminfo_init.
+       (GRUB_MOD_FINI) [LOONGSON || QEMU_MIPS]: Rename to
+       grub_terminfo_fini.
+       * grub-core/video/bitmap.c (GRUB_MOD_INIT): Removed.
+       (GRUB_MOD_FINI): Likewise.
+       * grub-core/video/radeon_fuloong2e.c (GRUB_MOD_INIT)
+       [LOONGSON]: Rename to grub_video_radeon_fuloong2e_init.
+       (GRUB_MOD_FINI) [LOONGSON]: Rename to
+       grub_video_radeon_fuloong2e_fini.
+       * grub-core/video/sis315pro.c (GRUB_MOD_INIT)
+       [LOONGSON]: Rename to grub_video_sis315pro_init.
+       (GRUB_MOD_FINI) [LOONGSON]: Rename to
+       grub_video_sis315pro_fini.
+       * grub-core/video/sm712.c (GRUB_MOD_INIT)
+       [LOONGSON]: Rename to grub_video_sm712_init.
+       (GRUB_MOD_FINI) [LOONGSON]: Rename to
+       grub_video_sm712_fini.
+       * include/grub/at_keyboard.h (grub_at_keyboard_init): New proto.
+       (grub_at_keyboard_fini): Likewise.
+       * include/grub/dl.h (GRUB_MOD_INIT) [!GRUB_UTIL && !EMU]:
+       Don't declare grub_{modname}_init.
+       (GRUB_MOD_INIT) [!GRUB_UTIL && !EMU]: Don't declare grub_{modname}_fini.
+       * include/grub/keyboard_layouts.h (grub_keylayouts_init) [!EMU]:
+       New proto.
+       (grub_keylayouts_fini) [!EMU]: Likewise.
+       * include/grub/serial.h (grub_serial_init) [!EMU]:
+       New proto.
+       (grub_serial_fini) [!EMU]: Likewise.
+       * include/grub/terminfo.h (grub_terminfo_init) [!EMU]:
+       New proto.
+       (grub_terminfo_fini) [!EMU]: Likewise.
+       * include/grub/video.h (grub_font_init) [!EMU]:
+       New proto.
+       (grub_font_fini) [!EMU]: Likewise.
+       (grub_gfxterm_init) [!EMU]: Likewise.
+       (grub_gfxterm_fini) [!EMU]: Likewise.
+       (grub_video_sm712_init) [!EMU]: Likewise.
+       (grub_video_sm712_fini) [!EMU]: Likewise.
+       (grub_video_sis315pro_init) [!EMU]: Likewise.
+       (grub_video_sis315pro_fini) [!EMU]: Likewise.
+       (grub_video_radeon_fuloong2e_init) [!EMU]: Likewise.
+       (grub_video_radeon_fuloong2e_fini) [!EMU]: Likewise.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Make nand a prefix for nand devices.
+
+       * grub-core/disk/ieee1275/nand.c (grub_nand_open): Use prefix nand.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/misc.c (grub_stpcpy): Move from here ...
+       * include/grub/misc.h (grub_stpcpy): ... to here. Inlined.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/env.h (grub_env_find): Remove prototype.
+       * grub-core/kern/env.c (grub_env_find): Make static.
+       (grub_env_set): Remove useless set.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/i386/realmode.S: Remove useless align.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/dl.h (grub_dl_load_file): Don't export.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/diskfilter.c (grub_diskfilter_open): Remove useless
+       grub_dprintf.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Remove useless
+       grub_errors.
+       * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Simplify by
+       not reloading whole superblock but only the part which is really needed.
+       Remove useless grub_errors.
+       * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Remove useless
+       grub_errors.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Don't export grub_get_rtc.
+
+       * include/grub/i386/pc/time.h (grub_get_rtc): Don't export.
+       * grub-core/commands/i386/pc/play.c (play): Use grub_get_time_ms.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/genmod.sh.in: Add -R .note.GNU-stack to strip.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/diskfilter.c (insert_array): Remove scanner_name
+       argument since it can be deduced from diskfilter. All users updated.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove prio_list.
+
+       * include/grub/list.h (grub_prio_list): Removed.
+       (GRUB_PRIO_LIST_PRIO_MASK): Removed. All users switched to
+       GRUB_COMMAND_PRIO_MASK.
+       (GRUB_PRIO_LIST_FLAG_ACTIVE): Removed. All users switched to
+       GRUB_COMMAND_FLAG_ACTIVE.
+       (grub_prio_list_insert): Removed.
+       (grub_prio_list_remove): Likewise.
+       (GRUB_AS_PRIO_LIST): Likewise.
+       (GRUB_AS_PRIO_LIST_P): Likewise.
+       * include/grub/command.h (GRUB_COMMAND_PRIO_MASK): New define.
+       (GRUB_COMMAND_FLAG_ACTIVE): Likewise.
+       * grub-core/kern/list.c (grub_prio_list_insert): Remove.
+       * grub-core/kern/command.c (grub_register_command_prio): Inline
+       the prio_list code.
+       (grub_unregister_command): Likewise.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix interrupt mixup from previous commit.
+
+       * include/grub/i386/pc/int.h (grub_i386_idt): New struct.
+       (grub_realidt): New var.
+       * grub-core/lib/i386/relocator16.S (grub_relocator16_idt): New variable
+       Load idt.
+       * grub-core/lib/i386/relocator.c (grub_relocator16_idt):
+       New declaration.
+       (grub_relocator16_boot): Set grub_relocator16_idt.
+       * grub-core/kern/i386/realmode.S (realidt): Renamed to ...
+       (LOCAL(realidt)): ... this.
+       * grub-core/boot/i386/pc/startup_raw.S: Pass pointer to realidt in eax.
+       * grub-core/kern/i386/pc/startup.S: Save pointer to realidt.
+       (grub_realidt): New variable.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/i386/backtrace.c (grub_cmd_backtrace): Move from ...
+       * grub-core/lib/backtrace.c (grub_cmd_backtrace): ... to here.
+       * grub-core/lib/i386/backtrace.c (GRUB_MOD_INIT): Move from ...
+       * grub-core/lib/backtrace.c (GRUB_MOD_INIT): ... to here.
+       Gettextize.
+       * grub-core/lib/i386/backtrace.c (GRUB_MOD_FINI): Move from ...
+       * grub-core/lib/backtrace.c (GRUB_MOD_FINI): ... to here.
+       * po/POTFILES.in: Regenerate.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/probe.c (grub_cmd_probe): Gettextise UUID and label
+       errors.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gnulib/argp-fmtstream.c (__argp_get_display_len): Stop on
+       \0.
+       (add_length): Likewise.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+2012-02-26  Lubomir Kundrak  <lkundrak@redhat.com>
+
+       GDB serial and backtrace support.
+
+       * grub-core/kern/i386/realmode.S (real_to_prot): Reload IDT.
+       (prot_to_real): Likewise.
+       * grub-core/kern/i386/int.S (grub_bios_interrupt): Remove IDT reload.
+       * grub-core/Makefile.core.def (backtrace): New module.
+       (gdb): Likewise.
+       * grub-core/gdb/cstub.c: New file.
+       * grub-core/gdb/gdb.c: Likewise.
+       * grub-core/gdb/i386/idt.c: Likewise.
+       * grub-core/gdb/i386/machdep.S: Likewise.
+       * grub-core/gdb/i386/signal.c: Likewise.
+       * grub-core/lib/i386/backtrace.c: Likewise.
+       * grub-core/lib/backtrace.c: Likewise.
+       * include/grub/backtrace.h: Likewise.
+       * include/grub/gdb.h: Likewise.
+       * include/grub/i386/gdb.h: Likewise.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gnulib/argp-fmtstream.c (__argp_get_display_len):
+       New function.
+       (add_length): Likewise.
+       (__argp_fmtstream_update): Handle strings with non-ASCII chars.
+       * grub-core/gnulib/argp-fmtstream.h (__argp_get_display_len): New
+       proto.
+       * grub-core/gnulib/argp-help.c (argp_args_usage): Use
+       __argp_get_display_len.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       $"..." support in scripts.
+
+       * grub-core/script/execute.c (grub_script_arglist_to_argv): Handle
+       GRUB_SCRIPT_ARG_TYPE_GETTEXT.
+       * grub-core/script/yylex.l: Likewise.
+       * include/grub/script_sh.h (GRUB_SCRIPT_ARG_TYPE_GETTEXT): New enum
+       value.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * gentpl.py: Remove obsolete pkglib_DATA handling.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Don't transform PACKAGE_TARNAME following a discussion on autoconf
+       mailing list.
+
+       * util/grub-install.in: Don't transform PACKAGE_TARNAME.
+       * util/grub-kbdcomp.in: Likewise.
+       * util/grub-mkconfig.in: Likewise.
+       * util/grub-mkconfig_lib.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.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Remove GRUB_PREFIX.
+
+       * util/grub-mkconfig.in: Remove GRUB_PREFIX.
+       * util/grub.d/00_header.in: Compute prefix in the only place it's still
+       used for backward compatibility.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Add new all_video module.
+
+       * grub-core/Makefile.am (moddep.lst): Make dependent on video.lst.
+       * grub-core/Makefile.core.def (all_video): New module.
+       * grub-core/genmoddep.awk: Generate dependency of all_video from
+       video.lst.
+       * grub-core/lib/fake_module.c: New file.
+       * grub-core/normal/main.c (features): Add feature_all_video_module.
+       * util/grub.d/00_header.in: Define locale_dir based on $prefix and
+       don't do explicit search again.
+       insmod all_video in load_video if available.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Another round of string clarification and adding TRANSLATORS comments.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mknetdir.in: Remove erroneous reference to install_device.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/charset.c (grub_utf8_to_ucs4_alloc): Fix return type
+       to grub_ssize_t.
+       * grub-core/normal/main.c (grub_normal_init_page): Fix msg_len type.
+       * include/grub/charset.h (grub_utf8_to_ucs4_alloc): Fix prototype.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/normal/menu_text.c (grub_print_message_indented_real): Add
+       trailing newline implicitly. All users updated.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Implement serial on IEEE1275 and EFI.
+
+       * docs/grub.texi (Platform-specific limitations): Fix the columen video
+       on emu. Mention arc and emu as the only platforms without serial
+       support.
+       * grub-core/Makefile.core.def (serial): Enable on all terminfomodule and
+       ieee1275 platforms.
+       * grub-core/term/efi/serial.c: New file.
+       * grub-core/term/ieee1275/serial.c: Likewise.
+       * grub-core/term/serial.c (grub_serial_find): Disable direct port
+       specification if no ns8250 driver is available.
+       (grub_cmd_serial): Likewise.
+       (GRUB_MOD_INIT) [GRUB_MACHINE_IEEE1275]: Init ofserial.
+       (GRUB_MOD_INIT) [GRUB_MACHINE_EFI]: Init efiserial.
+       * include/grub/efi/api.h (GRUB_EFI_SERIAL_IO_GUID): New define.
+       (grub_efi_parity_type_t): New type.
+       (grub_efi_stop_bits_t): Likewise.
+       (grub_efi_serial_io_interface): New struct.
+       * include/grub/serial.h (grub_serial_port): Make 'broken' field
+       available for all interfaces.
+       Add EFI and IEEE1275 fields.
+       (grub_ofserial_init): New proto.
+       (grub_efiserial_init): Likeiwse.
+       * util/grub.d/00_header.in: Don't check for the presence of serial
+       module.
+
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/ieee1275/ofdisk.c (scan): Fix improper use of device
+       name as if it was an alias.
+
+2012-02-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/lsacpi.c (options): Fix typo.
+
+2012-02-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Convert grub-emu to argp.
+
+       * grub-core/Makefile.core.def (kernel): Add kern/emu/argp_common.c on
+       emu.
+       * util/argp_common.c: Rename to ...
+       * grub-core/kern/emu/argp_common.c: ... this. All users updated.
+       Add missing includes.
+       * grub-core/kern/emu/main.c: Convert to argp.
+       * po/POTFILES.in: Regenerate.
+       * util/grub-install.in (usage): Make first letter lowcase in messages
+       for uniformity.
+       * util/grub-setup.c (options): Likewise.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gfxmenu/gui_progress_bar.c (progress_bar_set_property):
+       Put back accidently commented-out code.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/fs/hfsplus.c (grub_hfsplus_btree_iterate_node): Add btree
+       loop check using Brent algorithm.
+       (grub_hfsplus_btree_search): Likewise.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Fix usage of wrong device for PreP install.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/Makefile.common (CFLAGS_GNULIB): Add
+       -Wno-unsafe-loop-optimizations.
+       * configure.ac: Remove -Wmissing-declarations and -Wmissing-prototypes
+       on tools.
+       * grub-core/commands/legacycfg.c: Add pragma to skip
+       -Wunsafe-loop-optimizations.
+       (check_password_md5_real): Fix loop counter type.
+       * grub-core/commands/testload.c (grub_cmd_testload): Fix over the EOF
+       reading.
+       * grub-core/disk/ldm.c (grub_util_get_ldm): Fix logic error.
+       * grub-core/fs/zfs/zfs_sha256.c (zio_checksum_SHA256): Add safety
+       loop condition.
+       * grub-core/io/gzio.c: Add pragma to skip -Wunsafe-loop-optimizations.
+       * grub-core/lib/LzmaEnc.c (GetOptimum): Avoid possible infinite loop.
+       * grub-core/net/net.c (grub_net_route_address): Add safety loop
+       condition.
+       * grub-core/normal/charset.c (bidi_line_wrap): Likewise.
+       * grub-core/normal/cmdline.c (grub_set_history): Fix loop types and
+       avoid possible infinite loops.
+       * grub-core/script/parser.y: Add pragma to skip -Wmissing-declarations
+       and -Wunsafe-loop-optimizations.
+       * grub-core/script/yylex.l: Likewise.
+       * util/grub-mkfont.c: Add pragma to skip -Wunsafe-loop-optimizations.
+       (print_glyphs): Avoid infinite loops.
+       * util/grub-mkimage.c (compress_kernel_xz): Fix format security.
+
+2012-02-24  GrĂ©goire Sutre  <gregoire.sutre@gmail.com>
+
+       * grub-core/commands/lsacpi.c (disp_acpi_xsdt_table): Fix loop condition
+       to avoid infinite loop.
+       (disp_acpi_rsdt_table): Likewise.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/font/font.c (grub_font_load): Add support for default
+       path for fonts ($prefix/fonts).
+       * grub-core/kern/corecmd.c (grub_core_cmd_insmod): Unify condition
+       for checking if string is a path.
+       * grub-core/normal/main.c (features): Add feature_default_font_path.
+       * util/grub-mkconfig.in: Skip mangling of GRUB_FONT into GRUB_FONT_PATH.
+       * util/grub.d/00_header.in: Use default directory if possible.
+       * util/grub-install.in: Install unicode.pf2.
+
+2012-02-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * po/README: Add de_CH and en@quot to po/LINGUAS generation command.
+       * po/Rules-swiss: New file.
+       * po/swiss.sed: Likewise.
+
+2012-02-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/fs/btrfs.c (find_device): Fix typos.
+       * grub-core/fs/zfs/zfs.c (read_device): Likewise.
+       * util/grub-mkrelpath.c (argp_parser): Likewise.
+       Reported by: Yuri Chornoivan.
+
+2012-02-23  Dalet Omega <daletomega@gmail.com>
+
+       * grub-core/gfxmenu/gui_label.c (label_set_property): Add template
+       for usual informative messages.
+
+2012-02-23  Dalet Omega <daletomega@gmail.com>
+
+       Starfield theme.
+
+       * Makefile.am: Define starfield_DATA and dejavu.pf2 generation.
+       * conf/Makefile.common: Define starfielddir.
+       * configure.ac: Configure starfield.
+       * themes/starfield/COPYING.CC-BY-SA-3.0: New file.
+       * themes/starfield/README: Likewise.
+       * themes/starfield/blob_w.png: Likewise.
+       * themes/starfield/boot_menu_c.png: Likewise.
+       * themes/starfield/boot_menu_e.png: Likewise.
+       * themes/starfield/boot_menu_n.png: Likewise.
+       * themes/starfield/boot_menu_ne.png: Likewise.
+       * themes/starfield/boot_menu_nw.png: Likewise.
+       * themes/starfield/boot_menu_s.png: Likewise.
+       * themes/starfield/boot_menu_se.png: Likewise.
+       * themes/starfield/boot_menu_sw.png: Likewise.
+       * themes/starfield/boot_menu_w.png: Likewise.
+       * themes/starfield/slider_c.png: Likewise.
+       * themes/starfield/slider_n.png: Likewise.
+       * themes/starfield/slider_s.png: Likewise.
+       * themes/starfield/src/blob_nw.xcf: Likewise.
+       * themes/starfield/src/bootmenu/: Likewise.
+       * themes/starfield/src/bootmenu/center.xcf: Likewise.
+       * themes/starfield/src/bootmenu/corner.xcf: Likewise.
+       * themes/starfield/src/bootmenu/side.xcf: Likewise.
+       * themes/starfield/src/slider_c.xcf: Likewise.
+       * themes/starfield/src/slider_n.xcf: Likewise.
+       * themes/starfield/src/slider_s.xcf: Likewise.
+       * themes/starfield/src/terminalbox/: Likewise.
+       * themes/starfield/src/terminalbox/center.xcf: Likewise.
+       * themes/starfield/src/terminalbox/corner.xcf: Likewise.
+       * themes/starfield/src/terminalbox/side.xcf: Likewise.
+       * themes/starfield/starfield.png: Likewise.
+       * themes/starfield/terminal_box_c.png: Likewise.
+       * themes/starfield/terminal_box_e.png: Likewise.
+       * themes/starfield/terminal_box_n.png: Likewise.
+       * themes/starfield/terminal_box_ne.png: Likewise.
+       * themes/starfield/terminal_box_nw.png: Likewise.
+       * themes/starfield/terminal_box_s.png: Likewise.
+       * themes/starfield/terminal_box_se.png: Likewise.
+       * themes/starfield/terminal_box_sw.png: Likewise.
+       * themes/starfield/terminal_box_w.png: Likewise.
+       * themes/starfield/theme.txt: Likewise.
+
+2012-02-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub.d/00_header.in: Add missing export theme.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is
+       already included.
+       Reported by: Eren D.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * conf/Makefile.common (grubdatadir): Removed.
+       (Makefile.am): Move eveything grubdata to pkgdata.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/acpihalt.c (get_sleep_type):
+       Remove unused variable.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/acpi.h (GRUB_ASCII_OPCODE): Add
+       GRUB_ACPI_OPCODE_STRING_CONST, GRUB_ACPI_OPCODE_BUFFER,
+       GRUB_ACPI_OPCODE_CREATE_WORD_FIELD
+       and GRUB_ACPI_OPCODE_CREATE_BYTE_FIELD.
+       * grub-core/commands/acpihalt.c [GRUB_DSDT_TEST]: Replace include of
+       i18n with gettext no-op.
+       (skip_data_ref_object): Support GRUB_ACPI_OPCODE_BUFFER and
+       GRUB_ACPI_OPCODE_STRING_CONST.
+       (get_sleep_type): Support GRUB_ACPI_OPCODE_CREATE_WORD_FIELD and
+       GRUB_ACPI_OPCODE_CREATE_BYTE_FIELD. Add handling of unknown opcodes.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * po/POTFILES.in: Regenerate.
+
+2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.util.def (libgrubmods.a): Add -Wno-error=logical-op
+       -Wno-error=missing-noreturn.
+
 2012-02-22  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/fs/affs.c (grub_affs_read_block): Avoid <= in loop