1. 12 Nov, 2013 2 commits
  2. 12 Jan, 2013 1 commit
  3. 08 May, 2012 1 commit
  4. 11 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Fix handling of leading spaces in scripts. · 9fdb2d7b
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/normal/cmdline.c (grub_cmdline_get): Don't strip leading
      	spaces.
      	* grub-core/normal/main.c (grub_file_getline): Remove all preprocessing
      	other than skipping \r. All users updated.
      	* tests/grub_script_echo1.in: Add space-related tests.
      	* util/grub-menulst2cfg.c (main): Remove useless space skipping.
      9fdb2d7b
  5. 10 Mar, 2012 1 commit
  6. 06 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/acpi.c: Add TRANSLATORS comments. · bb51c6c6
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/gptsync.c: Likewise.
      	* grub-core/commands/hashsum.c: Likewise.
      	* grub-core/commands/i386/pc/sendkey.c: Likewise.
      	* grub-core/commands/legacycfg.c: Likewise.
      	* grub-core/io/gzio.c: Likewise.
      	* grub-core/net/net.c: Likewise.
      	* grub-core/term/gfxterm.c: Likewise.
      	* grub-core/term/terminfo.c: Likewise.
      	* grub-core/tests/test_blockarg.c: Likewise.
      	* grub-core/video/video.c: Likewise.
      	* util/grub-install.in: Likewise.
      	* util/grub-mkfont.c: Likewise.
      bb51c6c6
  7. 08 Feb, 2012 1 commit
  8. 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
  9. 12 Nov, 2011 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/commands/efi/fixvideo.c: Gettextize. · 10f0117b
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/hashsum.c: Likewise.
      	* grub-core/commands/i386/cmostest.c: Likewise.
      	* grub-core/commands/i386/pc/drivemap.c: Likewise.
      	* grub-core/commands/i386/pc/lsapm.c: Likewise.
      	* grub-core/commands/i386/pc/sendkey.c: Likewise.
      	* grub-core/commands/lsmmap.c: Likewise.
      	* grub-core/commands/menuentry.c: Likewise.
      	* grub-core/commands/mips/loongson/lsspd.c: Likewise.
      	* grub-core/commands/setpci.c: Likewise.
      	* grub-core/loader/i386/bsd.c: Likewise.
      	* grub-core/loader/i386/linux.c: Likewise.
      	* util/getroot.c: Likewise.
      	* util/grub-editenv.c: Likewise.
      	* util/grub-fstest.c: Likewise.
      	* util/grub-mkfont.c: Likewise.
      	* util/grub-mkimage.c: Likewise.
      	* util/grub-mkpasswd-pbkdf2.c: Likewise.
      	* util/grub-pe2elf.c: Likewise.
      	* util/grub-probe.c: Likewise.
      	* util/grub-setup.c: Likewise.
      	* util/ieee1275/ofpath.c: Likewise.
      	* util/misc.c: Likewise.
      	* util/raid.c: Likewise.
      10f0117b
  10. 12 Apr, 2011 1 commit
  11. 23 Mar, 2011 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/bus/usb/usb.c (attach_hooks): Make static. · 7d4e39d6
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/bus/usb/usbhub.c (hubs): Likewise.
      	* grub-core/commands/hashsum.c (aliases): Likewise.
      	* grub-core/commands/setpci.c (pci_registers): Likewise.
      	* grub-core/disk/usbms.c (attach_hook): Likewise.
      	* grub-core/fs/zfs/zfs.c (decomp_table): Likewise.
      	(zio_checksum_table): Likewise.
      	* grub-core/gettext/gettext.c (grub_gettext_msg_list): Likewise.
      	* grub-core/gfxmenu/gfxmenu.c (cached_view): Likewise.
      	* grub-core/lib/legacy_parse.c (legacy_commands): Likewise.
      	* grub-core/lib/relocator.c (leftovers): Likewise.
      	(extra_blocks): Likewise.
      	* grub-core/loader/i386/bsd.c (relocator): Likewise.
      	* grub-core/loader/i386/multiboot_mbi.c (modules): Likewise.
      	(modules_last): Likewise.
      	* grub-core/loader/i386/xnu.c (table_aliases): Likewise.
      	(devices): Likewise.
      	* grub-core/loader/multiboot_mbi2.c (modules): Likewise.
      	(modules_last): Likewise.
      	* grub-core/normal/auth.c (users): Likewise.
      	* grub-core/normal/context.c (initial_menu): Likewise.
      	(current_menu): Likewise.
      	* grub-core/normal/crypto.c (crypto_specs): Likewise.
      	* grub-core/term/serial.c (grub_serial_ports): Likewise.
      	(grub_serial_terminfo_input_template): Likewise.
      	(grub_serial_terminfo_output_template): Likewise.
      	(grub_serial_terminfo_input): Likewise.
      	(grub_serial_terminfo_output): Likewise.
      	(registered): Likewise.
      	* grub-core/term/usb_keyboard.c (attach_hook): Likewise.
      7d4e39d6
  12. 21 Sep, 2010 2 commits
  13. 20 Sep, 2010 1 commit
    • Szymon Janc's avatar
      Remove crc.mod and move crc command to hashsum.mod. · c55f5018
      Szymon Janc authored
      	Remove lib/crc.c - users updated to use gcrypt implementation.
      
      	* grub-core/commands/crc.c: Removed.
      	* grub-core/Makefile.core.def (crc): Module removed.
      	* grub-core/commands/hashsum.c (aliases[]): Add crc alias.
      	* grub-core/commands/hashsum.c (GRUB_MOD_INIT): Register crc command.
      	* grub-core/commands/hashsum.c (GRUB_MOD_FINI): Unregister crc command.
      	* grub-core/lib/crc.c: Removed.
      	* include/grub/lib/crc.h: Removed.
      	* Makefile.util.def (crc): Remove lib/crc.c
      	* grub-core/Makefile.core.def (libgrub.a): Remove grub-core/lib/crc.c.
      	* util/grub-fstest.c (cmd_crd): Use libgcrypt crc implementation.
      	* Makefile.util.def (libgrub.a): Add grub-core/lib/libgcrypt-grub/cipher/crc.c.
      	* Makefile.util.def (grub-fstest): Add CFLAGS_GCRY to cflags.
      	* Makefile.util.def (grub-fstest): Add CPPFLAGS_GCRY to cppflags.
      	* grub-core/efiemu/prepare.c (grub_efiemu_crc): Use libgcrypt crc implementation.
      c55f5018
  14. 15 Sep, 2010 1 commit
  15. 05 Sep, 2010 2 commits
    • Vladimir 'phcoder' Serbinenko's avatar
      Uncompressed checksum support. · 5124ae6d
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/commands/hashsum.c (options): Add option --uncompress.
      	(check_list): New parameter uncompress.
      	(grub_cmd_hashsum): Handle --uncompress.
      5124ae6d
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. · fc2ef117
      Vladimir 'phcoder' Serbinenko authored
      	Made static.
      	(grub_gzfile_open): Removed. All users updated.
      	(GRUB_MOD_INIT): New function.
      	(GRUB_MOD_FINI): Likewise.
      	* grub-core/kern/file.c (grub_file_filters_all): New variable.
      	(grub_file_filters_enabled): Likewise.
      	(grub_file_open): Handle filters.
      	* grub-core/loader/i386/bsd.c (GRUB_MOD_INIT): Load gzio.
      	* grub-core/normal/main.c (GRUB_MOD_INIT): Likewise.
      	* include/grub/file.h (grub_file_filter_id_t): New type.
      	(grub_file_filter_t): Likewise.
      	(grub_file_filters_all): New extern variable.
      	(grub_file_filters_enabled): Likewise.
      	(grub_file_filter_register): New inline function.
      	(grub_file_filter_unregister): Likewise.
      	(grub_file_filter_disable): Likewise.
      	(grub_file_filter_disable_compression): Likewise.
      	* include/grub/gzio.h: Removed.
      fc2ef117
  16. 06 May, 2010 1 commit
  17. 01 May, 2010 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * commands/hashsum.c (GRUB_MOD_INIT): Remove duplication of command · d8b5cd40
      Vladimir 'phcoder' Serbinenko authored
      	name and add N_.
      	* commands/i386/pc/drivemap.c (GRUB_MOD_INIT): Likewise.
      	* commands/iorw.c (GRUB_MOD_INIT): Likewise.
      	* commands/password_pbkdf2.c (GRUB_MOD_INIT): Likewise.
      	* commands/regexp.c (GRUB_MOD_INIT): Likewise.
      	* commands/setpci.c (GRUB_MOD_INIT): Likewise.
      	* commands/terminal.c (GRUB_MOD_INIT): Likewise.
      	* efiemu/main.c (GRUB_MOD_INIT): Likewise.
      	* font/font_cmd.c (GRUB_MOD_INIT): Likewise.
      	* kern/corecmd.c (GRUB_MOD_INIT): Likewise.
      	* mmap/mmap.c (GRUB_MOD_INIT): Likewise.
      	* normal/context.c (GRUB_MOD_INIT): Likewise.
      	* normal/main.c (GRUB_MOD_INIT): Likewise.
      	* term/gfxterm.c (GRUB_MOD_INIT): Likewise.
      	* term/serial.c (GRUB_MOD_INIT): Likewise.
      	* term/terminfo.c (GRUB_MOD_INIT): Likewise.
      d8b5cd40
  18. 27 Jan, 2010 1 commit
  19. 20 Jan, 2010 1 commit
  20. 24 Dec, 2009 1 commit