1. 06 Feb, 2013 1 commit
  2. 02 Feb, 2013 1 commit
  3. 02 Apr, 2012 1 commit
  4. 26 Feb, 2012 2 commits
  5. 24 Feb, 2012 1 commit
  6. 10 Feb, 2012 2 commits
    • Vladimir 'phcoder' Serbinenko's avatar
      Increase warning level. · ebcecdf1
      Vladimir 'phcoder' Serbinenko authored
      	* conf/Makefile.common (CFLAGS_GNULIB): Add -Wno-redundant-decls
      	-Wno-unreachable-code -Wno-conversion -Wno-old-style-definition.
      	* configure.ac (HOST_CFLAGS): Add bunch of -W arguments.
      	(TARGET_CFLAGS): Likewise.
      	(HOST_CFLAGS): Add -Werror unless --disable-werror is activated.
      	* grub-core/Makefile.core.def (decompressor_xz): Add
      	-Wno-unreachable-code.
      	(normal): Add -Wno-redundant-decls.
      	(xzio): Add -Wno-unreachable-code.
      	(lzopio): Add -Wno-redundant-decls -Wno-error.
      	* grub-core/commands/acpi.c: Add exception to -Wcast-align.
      	* grub-core/commands/lsacpi.c: Add exception to -Wcast-align.
      	* grub-core/gensymlist.sh: Add exception to -Wmissing-format-attribute.
      	* grub-core/kern/dl.c: Add exception to -Wcast-align.
      	* grub-core/kern/efi/efi.c (grub_efi_modules_addr): Likewise.
      	* grub-core/kern/i386/coreboot/init.c: Add exception to
      	-Wsuggest-attribute=noreturn.
      	* grub-core/kern/ia64/dl.c: Add exception to -Wcast-align.
      	* grub-core/kern/ia64/dl_helper.c: Likewise.
      	* grub-core/kern/mips/dl.c: Likewise.
      	* grub-core/kern/sparc64/dl.c: Likewise.
      	* grub-core/lib/LzmaEnc.c: Add exception to -Wshadow.
      	* grub-core/lib/libgcrypt_wrap/cipher_wrap.h (memcpy): Likewise.
      	(memcmp): Likewise.
      	* grub-core/lib/pbkdf2.c: Add exception to -Wunreachable-code.
      	* grub-core/loader/ia64/efi/linux.c: Add exception to -Wcast-align.
      	* grub-core/loader/mips/linux.c: Likewise.
      	* grub-core/loader/multiboot_elfxx.c: Likewise.
      	* grub-core/script/parser.y: Add exception to -Wunreachable-code.
      	* grub-core/video/sm712.c: Add exception to -Wcast-align.
      	* util/import_gcry.py: Add -Wno-cast-align to modules checked by hand.
      	* grub-core/font/font.c (grub_font_loader_init): Add explicit cast and
      	fixme.
      	* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Likewise.
      	* grub-core/kern/i386/multiboot_mmap.c (grub_machine_mmap_init):
      	Fix prototype.
      ebcecdf1
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/lsacpi.c (disp_acpi_xsdt_table): #if'-out the · a4ea2dff
      Vladimir 'phcoder' Serbinenko authored
      	checks which are always false on some platforms.
      	(grub_cmd_lsacpi): Likewise.
      	* grub-core/kern/misc.c (grub_strtoul): Likewise.
      	* grub-core/loader/multiboot.c (grub_multiboot_set_video_mode):
      	Likewise.
      a4ea2dff
  7. 05 Feb, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Clarify and unify messages. · b525fd83
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/hashsum.c (options): Unify messages.
      	* grub-core/commands/keystatus.c (GRUB_MOD_INIT): Don't mark a
      	literal-only message as translatable.
      	* grub-core/commands/lsacpi.c (GRUB_MOD_INIT): Likewise.
      	* grub-core/loader/ia64/efi/linux.c (GRUB_MOD_INIT): Likewise.
      	* grub-core/commands/legacycfg.c (GRUB_MOD_INIT): Add quoting around
      	commands.
      	* grub-core/commands/menuentry.c (options): Clarify that it's a keyboard
      	key, not the key used to unlock. Clarify what it's used for.
      	* grub-core/kern/emu/hostdisk.c (read_device_map): Unify error message.
      	* grub-core/loader/xnu.c (grub_xnu_load_driver): Remove erroneous colon.
      	* grub-core/script/main.c (GRUB_MOD_INIT): Clarify [n] to be [NUM].
      	* util/grub-editenv.c (options): Unify "verbose" message.
      	* util/grub-fstest.c (read_file): Unify error message.
      	(fstest): Add quotes around commands.
      	(options): Unify "verbose" message.
      	* util/grub-install.in: Add quotes around variable name.
      	* util/grub-kbdcomp.in: Unify error message.
      	* util/grub-mkfont.c (main): Likewise.
      	* util/grub-mkrescue.in: Likewise.
      	* util/grub-mklayout.c (options): Unify "verbose" message.
      	* util/grub-mkstandalone.in: Unify help and verbose messages.
      	* util/grub-mount.c (options): Unify "verbose" message.
      	* util/grub-probe.c (options): Likewise.
      	* util/grub-script-check.c (options): Likewise.
      	* util/grub-setup.c (setup): Unify no-terminator message.
      	(options): Use DEVICE and not DEV.
      	Unify "verbose" message.
      	* util/ieee1275/ofpath.c (xrealpath): Unify error message.
      b525fd83
  8. 12 Apr, 2011 1 commit
  9. 15 Sep, 2010 1 commit
  10. 11 Sep, 2010 1 commit
  11. 01 Sep, 2010 1 commit
    • Tristan Gingold's avatar
      * commands/lsacpi.c: New file. · 1782b135
      Tristan Gingold authored
      	* grub-core/Makefile.core.def (lsacpi): New module.
      	* include/grub/acpi.h (GRUB_ACPI_FADT_SIGNATURE): New definition.
      	(GRUB_ACPI_MADT_SIGNATURE): Likewise.
      	(grub_acpi_madt_entry_header): New struct.
      	(grub_acpi_madt): Likewise.
      	(grub_acpi_madt_entry_interrupt_override): Likewise.
      	(grub_acpi_madt_entry_sapic): Likewise.
      	(grub_acpi_madt_entry_lsapic): Likewise.
      	(grub_acpi_madt_entry_platform_int_source): Likewise.
      	* include/grub/types.h (PRIxGRUB_UINT32_T): New definition.
      	(PRIuGRUB_UINT32_T): Likewise.
      	(PRIxGRUB_UINT64_T): Likewise.
      Also-By: 's avatarRobert Millan <rmh.grub@aybabtu.com>
      Also-By: 's avatarVladimir Serbinenko <phcoder@gmail.com>
      1782b135