Commit graph

  • ad7b7b8527 * util/grub-mknetdir.in: Remove erroneous reference to install_device. Vladimir 'phcoder' Serbinenko 2012-02-26 17:23:26 +01:00
  • 8b282ad222 * 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. Vladimir 'phcoder' Serbinenko 2012-02-26 17:20:30 +01:00
  • d43ad75467 * grub-core/normal/menu_text.c (grub_print_message_indented_real): Add trailing newline implicitly. All users updated. Vladimir 'phcoder' Serbinenko 2012-02-26 17:16:05 +01:00
  • a9c7fd1c6c Implement serial on IEEE1275 and EFI. Vladimir 'phcoder' Serbinenko 2012-02-26 17:08:11 +01:00
  • 0ec820904e * grub-core/disk/ieee1275/ofdisk.c (scan): Fix improper use of device name as if it was an alias. Vladimir 'phcoder' Serbinenko 2012-02-26 16:51:25 +01:00
  • 114076ef63 * grub-core/commands/lsacpi.c (options): Fix typo. Vladimir 'phcoder' Serbinenko 2012-02-25 23:04:30 +01:00
  • 6a656b0ea5 Convert grub-emu to argp. Vladimir 'phcoder' Serbinenko 2012-02-25 01:15:29 +01:00
  • 1e3f8ae86f * grub-core/gfxmenu/gui_progress_bar.c (progress_bar_set_property): Put back accidently commented-out code. Vladimir 'phcoder' Serbinenko 2012-02-24 22:40:05 +01:00
  • ed167a8027 * grub-core/fs/hfsplus.c (grub_hfsplus_btree_iterate_node): Add btree loop check using Brent algorithm. (grub_hfsplus_btree_search): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-24 22:28:45 +01:00
  • 6753c0ec3a * util/grub-install.in: Fix usage of wrong device for PreP install. Vladimir 'phcoder' Serbinenko 2012-02-24 12:35:38 +01:00
  • 4e27343fb0 * 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. Vladimir 'phcoder' Serbinenko 2012-02-24 12:30:32 +01:00
  • 697f18b067 * grub-core/commands/lsacpi.c (disp_acpi_xsdt_table): Fix loop condition to avoid infinite loop. (disp_acpi_rsdt_table): Likewise. Grégoire Sutre 2012-02-24 11:48:07 +01:00
  • 274416e82f * 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. Vladimir 'phcoder' Serbinenko 2012-02-24 11:18:06 +01:00
  • b3e0862255 * po/README: Add de_CH and en@quot to po/LINGUAS generation command. * po/Rules-swiss: New file. * po/swiss.sed: Likewise. Vladimir 'phcoder' Serbinenko 2012-02-24 10:31:24 +01:00
  • fe42ce0924 * 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. Vladimir 'phcoder' Serbinenko 2012-02-23 22:27:25 +01:00
  • 72f1d06552 * grub-core/gfxmenu/gui_label.c (label_set_property): Add template for usual informative messages. Dalet Omega 2012-02-23 17:30:19 +01:00
  • c588497385 Starfield theme. Dalet Omega 2012-02-23 17:21:38 +01:00
  • 308f1afd45 Update .bzrignore Richard Laager 2012-02-23 07:25:45 +01:00
  • 17d7332536 * util/grub.d/00_header.in: Add missing export theme. Vladimir 'phcoder' Serbinenko 2012-02-23 06:26:00 +01:00
  • dbebaf9291 * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is already included. Reported by: Eren D. Vladimir 'phcoder' Serbinenko 2012-02-22 16:50:14 +01:00
  • 3d68bffbb7 * conf/Makefile.common (grubdatadir): Removed. (Makefile.am): Move eveything grubdata to pkgdata. Vladimir 'phcoder' Serbinenko 2012-02-22 16:27:39 +01:00
  • 4b59234df8 * grub-core/commands/acpihalt.c (get_sleep_type): Remove unused variable. Vladimir 'phcoder' Serbinenko 2012-02-22 16:25:35 +01:00
  • 463dcadca3 * 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. Vladimir 'phcoder' Serbinenko 2012-02-22 16:02:03 +01:00
  • e5b90c82fe * po/POTFILES.in: Regenerate. Vladimir 'phcoder' Serbinenko 2012-02-22 05:50:36 +01:00
  • 2a704ca926 * Makefile.util.def (libgrubmods.a): Add -Wno-error=logical-op -Wno-error=missing-noreturn. Vladimir 'phcoder' Serbinenko 2012-02-22 05:37:32 +01:00
  • 84f9d341b0 * grub-core/fs/affs.c (grub_affs_read_block): Avoid <= in loop condition to avoid possibly infinite loops. * grub-core/lib/pbkdf2.c (grub_crypto_pbkdf2): Likewise. * grub-core/lib/xzembed/xz_dec_bcj.c (bcj_powerpc): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-22 05:22:39 +01:00
  • d46683f97a * grub-core/normal/charset.c (bidi_line_wrap): Avoid <= in loop condition to avoid possibly infinite loops. Vladimir 'phcoder' Serbinenko 2012-02-22 05:19:11 +01:00
  • c44866b2a6 * grub-core/kern/emu/hostdisk.c (read_device_map): Add missing noreturn on show_error. Vladimir 'phcoder' Serbinenko 2012-02-22 05:16:26 +01:00
  • 9679053902 * grub-core/kern/disk.c (grub_disk_write): Add missing const qualifier. Vladimir 'phcoder' Serbinenko 2012-02-22 05:12:18 +01:00
  • 1ba7e295fb * grub-core/kern/corecmd.c (grub_core_cmd_ls): Add missing var init. Vladimir 'phcoder' Serbinenko 2012-02-22 05:09:08 +01:00
  • 21ffe8f1dd * util/bin2h.c (usage): Add missing attribute noreturn. Vladimir 'phcoder' Serbinenko 2012-02-22 05:06:58 +01:00
  • 0ccb6b3cf0 * grub-core/commands/testload.c (grub_cmd_testload): Fix overflow if the size isn't divisible by 512. Vladimir 'phcoder' Serbinenko 2012-02-22 05:04:54 +01:00
  • b00d7fb6c5 Make list_push and list_remove functions rather than inline functions to decrease size and avoid aliasing violations. Vladimir 'phcoder' Serbinenko 2012-02-22 05:01:20 +01:00
  • 9d369087a9 * configure.ac: Disable for now -Wstack-protector, -Wunreachable-code and -Wunused-result. Vladimir 'phcoder' Serbinenko 2012-02-22 04:56:45 +01:00
  • af0250d919 * grub-core/net/net.c (grub_cmd_deladdr): Fix index. Reported by: Seth Goldberg Vladimir 'phcoder' Serbinenko 2012-02-21 16:16:45 +01:00
  • aad32b1402 * configure.ac: Add -fno-builtin-gettext on host if NLS is disabled. Vladimir 'phcoder' Serbinenko 2012-02-21 15:26:16 +01:00
  • ac96441c81 2012-02-19 Samuel Thibault <samuel.thibault@ens-lyon.org> Samuel Thibault 2012-02-19 17:06:00 +01:00
  • 515e8007fc merge mainline into gdb Vladimir 'phcoder' Serbinenko 2012-02-18 21:00:13 +01:00
  • fc400bfd74 merge backtrace into gdb Vladimir 'phcoder' Serbinenko 2012-02-18 20:59:42 +01:00
  • 80a7121355 * conf/Makefile.common (platform_SCRIPTS): New variable. (platform_PROGRAMS): Likewise. * gentpl.py: Mark *,module and *.image for install. * grub-core/gdb_grub.in: Add a notice of expected environment. * grub-core/Makefile.core.def (gdb_grub): Mark for install. (gmodule.pl): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-18 20:25:11 +01:00
  • a8f16eab1a Replace grub_checkkey with grub_getkey_noblock. Vladimir 'phcoder' Serbinenko 2012-02-18 19:59:01 +01:00
  • b500bcfeed * grub-core/kern/emu/console.c: Move to ... * grub-core/term/emu/console.c: ...here. (grub_ncurses_getkey): Fix return value if no key is detected. Vladimir 'phcoder' Serbinenko 2012-02-18 19:51:43 +01:00
  • e51b56667a * include/grub/test.h (grub_unit_test_init): Add missing prototype. (grub_unit_test_fini): Likewise. * tests/lib/unit_test.c (main): Remove extra nested external prototype. Vladimir 'phcoder' Serbinenko 2012-02-12 22:04:55 +01:00
  • d9a62292e3 * grub-core/script/execute.c (grub_script_break): Clarify logic. Better error handling. (grub_script_return): Likewise. * grub-core/script/lexer.c (grub_script_lexer_yywrap): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-12 21:33:48 +01:00
  • 77c9182fd2 * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid rimplicit redifinition. Vladimir 'phcoder' Serbinenko 2012-02-12 19:34:08 +01:00
  • edb13cf911 * docs/grub.texi (Internationalisation): Detail (lack of) collation in GRUB. Vladimir 'phcoder' Serbinenko 2012-02-12 19:29:18 +01:00
  • a9e9dc7c5e * grub-core/normal/cmdline.c (grub_cmdline_get): Don't gettext prompt. * grub-core/normal/main.c (grub_normal_read_line_real): Gettext prompt here. Vladimir 'phcoder' Serbinenko 2012-02-12 19:24:23 +01:00
  • b4ba8e025b * grub-core/fs/zfs/zfs.c (zfs_fetch_nvlist): Mark unknown member here as GRUB_ERR_BUG. Don't malloc if no device is available. Vladimir 'phcoder' Serbinenko 2012-02-12 19:19:57 +01:00
  • dded554099 * grub-core/term/terminfo.c (grub_terminfo_output_unregister): Mark calling with invalid term as GRUB_ERR_BUG. Vladimir 'phcoder' Serbinenko 2012-02-12 19:16:49 +01:00
  • 0cf69874ee * grub-core/net/tftp.c (tftp_receive): Silently discard too short packets rather than raising an error. Vladimir 'phcoder' Serbinenko 2012-02-12 19:11:06 +01:00
  • 59bfe502c9 * grub-core/loader/xnu.c (grub_xnu_writetree_toheap_real): Avoid set in if. Vladimir 'phcoder' Serbinenko 2012-02-12 19:08:55 +01:00
  • db5fc59616 * grub-core/loader/efi/appleloader.c (grub_cmd_appleloader): Move diagnostic to dprintf. * grub-core/loader/i386/pc/linux.c (grub_cmd_linux): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-12 19:03:14 +01:00
  • e4b7f404d8 * grub-core/kern/corecmd.c (grub_core_cmd_ls): Handle error in parsing device name. Vladimir 'phcoder' Serbinenko 2012-02-12 19:00:50 +01:00
  • e7b02f9ec0 * grub-core/fs/ntfs.c (locate_attr): Avoid set in if. (grub_ntfs_iterate_dir): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-12 18:47:46 +01:00
  • 0331e102c9 Efiemu stylistic fixes and gettext. Vladimir 'phcoder' Serbinenko 2012-02-12 18:43:39 +01:00
  • 306fc0741f * grub-core/commands/i386/pc/play.c (grub_cmd_play): Improve error handling. Vladimir 'phcoder' Serbinenko 2012-02-12 17:38:13 +01:00
  • 794d8ef2af * grub-core/commands/hdparm.c (grub_cmd_hdparm): Allow running on partition. Vladimir 'phcoder' Serbinenko 2012-02-12 17:36:33 +01:00
  • f991dd3c32 * include/grub/misc.h (grub_error_save): Fix cleaning grub_errno. Vladimir 'phcoder' Serbinenko 2012-02-12 17:21:09 +01:00
  • d61386e21d Improve string. Gettextize. Vladimir 'phcoder' Serbinenko 2012-02-12 15:25:25 +01:00
  • ead2a8822b Remove prio_list Vladimir 'phcoder' Serbinenko 2012-02-12 03:52:17 +01:00
  • 78dde88e8c * configure.ac: Remove -Winline altogether and -Wmissing-prototypes on utils. * util/import_gcry.py: Add -Wno-strict-aliasing on checked modules. Vladimir 'phcoder' Serbinenko 2012-02-11 12:21:21 +01:00
  • 4786a90fee * grub-core/disk/diskfilter.c (grub_diskfilter_print_partmap) [GRUB_UTIL]: New function. (insert_array) [GRUB_UTIL]: Store partmaps. * include/grub/diskfilter.h (grub_diskfilter_pv) [GRUB_UTIL]: New member partmaps. (grub_diskfilter_print_partmap) [GRUB_UTIL]: New proto. * util/grub-probe.c (probe_partmap): Call grub_diskfilter_print_partmap. (probe_abstraction): Print diskfilter and not raid. Reported by: Lennart Sorensen Vladimir 'phcoder' Serbinenko 2012-02-11 11:57:47 +01:00
  • 0b6225bd27 * util/grub-mkimage.c (generate_image): Explicitly init decompress_size. * util/grub-mkimagexx.c (MASK3): New define. (add_value_to_slot_20b): Use MASK3. (add_value_to_slot_21): Likewise. (relocate_addresses): Fix format specification. (load_image): Explicitly init symtab_section. Vladimir 'phcoder' Serbinenko 2012-02-11 11:50:10 +01:00
  • b055f8f676 * util/getroot.c (grub_find_root_devices_from_mountinfo): Fix types. (grub_util_biosdisk_get_grub_dev): Fix format specification. Vladimir 'phcoder' Serbinenko 2012-02-11 11:41:22 +01:00
  • b77c2fb725 * grub-core/kern/emu/full.c (grub_arch_dl_get_tramp_got_size): Enable on powerpc. Reported by: Lennart Sorensen Vladimir 'phcoder' Serbinenko 2012-02-11 11:35:54 +01:00
  • e3ec28abcf * gentpl.py: Add missing license header. * docs/grub.texi: Update copyright year. Vladimir 'phcoder' Serbinenko 2012-02-11 11:31:13 +01:00
  • c8d9ead677 Source grub-mkconfig_lib from the build directory at build time. Grégoire Sutre 2012-02-10 18:16:27 +01:00
  • ebcecdf1c3 Increase warning level. Vladimir 'phcoder' Serbinenko 2012-02-10 16:48:48 +01:00
  • 37bb97fe9a * grub-core/lib/i386/relocator16.S: Fix incorrect use of absolute address. Vladimir 'phcoder' Serbinenko 2012-02-10 14:47:06 +01:00
  • 29a3550b61 * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): Avoid improper use of strings. (grub_cmd_legacy_initrdnounzip): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 14:30:19 +01:00
  • dfdffd0d94 * include/grub/emu/misc.h (grub_util_warn): Add missing format attribute. (grub_util_info): Likewise. (grub_util_error): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 14:15:14 +01:00
  • 102fae4a1c * util/grub-mount.c (fuse_init): Avoid improper use of strings. * util/grub-fstest.c (fstest): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 14:12:43 +01:00
  • 7e94d044ad * grub-core/disk/geli.c (grub_md_sha256_real): Respect format security. (grub_md_sha512_real): Likewise. (grub_util_get_geli_uuid): Likewise. * grub-core/kern/emu/hostdisk.c (grub_util_get_fd_sectors): Likewise. (grub_util_biosdisk_open): Fix format specification. Respect format security. * grub-core/kern/emu/misc.c (xmalloc): Respect format security. (xrealloc): Likewise. (xasprintf): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 14:01:53 +01:00
  • 5ebd976935 * util/import_gcry.py: Include grub/crypto.h in init.c. Vladimir 'phcoder' Serbinenko 2012-02-10 13:58:53 +01:00
  • 495fc8c181 * util/grub-mkimage.c (compress_kernel_lzma): Respect format security. (generate_image): Make prefix a const char *. Fix format specifications. Respect format security. Avoid void * arithmetics. Avoid shadowing. (argp_parser): Remove unused variable. Respect format security. * util/grub-mkimagexx.c (relocate_symbols): Avoid shadowing. (count_funcs) [!MKIMAGE_ELF64]: #if-out. (count_funcs): Remove unused variable. (relocate_addresses): Fix format specification. Disable x86-64 with elf32. Remove unused variables. (add_fixup_entry): Avoid shadowing. (make_reloc_section): Fix format specification. Use assert. (locate_sections): Fix format specifications. (load_image): Avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 13:56:18 +01:00
  • 043c2ea33b * util/grub-setup.c (setup): Remove unused variable. Avoid shadowing. Fix format specifications. Respect format security. Don't translate already translated grub_errmsg. (argp_parser): Remove unused variable Vladimir 'phcoder' Serbinenko 2012-02-10 13:49:24 +01:00
  • 3ec65a8187 * util/grub-mkrelpath.c (argp_parser): Remove unused variable. Vladimir 'phcoder' Serbinenko 2012-02-10 13:47:04 +01:00
  • a4d9fe4a95 * util/grub-mkpasswd-pbkdf2.c (argp_parser): Remove unused variable. (main): Likewise. Use xmalloc. Respect format security. Vladimir 'phcoder' Serbinenko 2012-02-10 13:44:57 +01:00
  • 15b81d49bc * util/grub-mklayout.c (console_grub_equivalence): Make "layout" a const char *. (argp_parser): Remove unused variable. Vladimir 'phcoder' Serbinenko 2012-02-10 13:42:00 +01:00
  • 31731fc04f * util/grub-mkfont.c (grub_font_info): Make name a const char *. (add_pixel): Make static. (add_font): Likewise. (write_string_section): Make name and str a const char *. (write_be16_section): Make name a const char *. (print_glyphs): Make static. (write_font_ascii_bitmap): Likewise. (write_font_width_spec): Likewise. (write_font_pf2): Likewise. (argp_parser): Remove unused variable. Respect format security. (main): Avoid shadowing. Respect format security. Vladimir 'phcoder' Serbinenko 2012-02-10 13:31:43 +01:00
  • 0809527b9d * util/grub-editenv.c (argp_parser): Make static. (create_envblk_file): Use xmalloc. (open_envblk_file): Likewise. Resepect format security. (set_variables): Respect format security. Vladimir 'phcoder' Serbinenko 2012-02-10 13:26:19 +01:00
  • 45b0c8b797 * util/getroot.c (grub_find_device): Respect format security. (get_mdadm_uuid): Remove unused variable. (grub_util_pull_device): Dont call gettext on already translated grub_errmsg. (find_system_device): Remove unused variable. (grub_util_get_grub_dev): Likewise. (grub_make_system_path_relative_to_its_root): Respect format security. Vladimir 'phcoder' Serbinenko 2012-02-10 13:17:12 +01:00
  • 1b024b4ea0 * util/grub-fstest.c (execute_command): Make first argument a const char *. (read_file): Avoid shadowing. Reuse underlying error message if device open fails. (cmd_cmp): Respect format security. (root): Make const char *. (fstest): Remove args argument and use global copy. Respect format security. (argp_parser): Make static. (main): Make default_root const char *. Vladimir 'phcoder' Serbinenko 2012-02-10 13:08:59 +01:00
  • 5d1d4e288f * util/grub-mount.c (root): Make const char *. (execute_command): Make first argument a const char *. (fuse_init): Respect format security. (argp_parser): Make static. Remove unused variable. (main): Make default_root a const char *. Respect format security. Vladimir 'phcoder' Serbinenko 2012-02-10 13:03:21 +01:00
  • 36eb7379b3 * util/grub-probe.c (probe): Don't call gettext on already translated grub_errmsg. Remove unused variables. (argp_parser): Remove unused variable. Vladimir 'phcoder' Serbinenko 2012-02-10 12:57:00 +01:00
  • 76fb2ea93b * util/grub-script-check.c (argp_parser): Remove unused variable. (main): Rename read to curread to avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 12:54:40 +01:00
  • 56c98584c7 * util/misc.c (grub_util_write_image_at): Fix format specification. (grub_util_write_image): Likewise. (grub_script_execute_argument_to_string): Removed (unused). (grub_script_execute_menuentry): Likewise. (grub_putchar): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 12:52:46 +01:00
  • 164ebb480d * include/grub/symbol.h (EXT_C) [GRUB_UTIL]: Removed. (FUNCTION) [GRUB_UTIL]: Likewise. (VARIABLE) [GRUB_UTIL]: Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 12:47:42 +01:00
  • 44318d6168 * include/grub/misc.h: Avoid evaluationg NEED_ENABLE_EXECUTE_STACK and NEED_REGISTER_FRAME_INFO in GRUB_UTIL. Vladimir 'phcoder' Serbinenko 2012-02-10 12:45:32 +01:00
  • 31a2600267 * grub-core/partmap/bsdlabel.c (iterate_real): Fix freeing of static buffer. Vladimir 'phcoder' Serbinenko 2012-02-10 12:43:11 +01:00
  • a655c182c5 * grub-core/disk/ldm.c (grub_util_get_ldm): Remove unused variables. (grub_util_ldm_embed): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 12:40:22 +01:00
  • 6fa679671e * grub-core/disk/ldm.c (grub_util_get_ldm): Remove unused variables. (grub_util_ldm_embed): Likewise. Vladimir 'phcoder' Serbinenko 2012-02-10 12:36:02 +01:00
  • 9a7428e638 * util/grub-editenv.c (print_var): Rename name to varname to avoid shadowing. (main): Rename index to curindex to avoid shadowing. MAke filename a const char *. Vladimir 'phcoder' Serbinenko 2012-02-10 12:28:34 +01:00
  • 4f96abd198 * grub-core/script/lexer.c (grub_script_lexer_init): Rename getline to arg_getline to avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 12:25:27 +01:00
  • 44d10dada6 * grub-core/partmap/gpt.c (gpt_partition_map_embed): Rename disk to disk_ to avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 12:24:03 +01:00
  • 340ba63ede * grub-core/lib/LzFind.c (MatchFinder_GetIndexByte): Rename index to curindex to avoid shadowing. Make static. (MatchFinder_GetNumAvailableBytes): Make static. Vladimir 'phcoder' Serbinenko 2012-02-10 12:21:28 +01:00
  • 22965bce9b * grub-core/fs/squash4.c (direct_read): Rename read to curread to avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 12:17:40 +01:00
  • 7b5784d4d3 * grub-core/disk/cryptodisk.c (grub_cryptodisk_endecrypt): Rename argument from encrypt to do_encrypt to avoid shadowing. Vladimir 'phcoder' Serbinenko 2012-02-10 12:11:50 +01:00
  • 6f48ca0143 * grub-core/loader/multiboot_elfxx.c (grub_multiboot_load_elf): Fix incorrect nesting of #if's. Vladimir 'phcoder' Serbinenko 2012-02-09 23:53:27 +01:00
  • a4ea2dff4b * grub-core/commands/lsacpi.c (disp_acpi_xsdt_table): #if'-out the 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. Vladimir 'phcoder' Serbinenko 2012-02-09 23:48:34 +01:00