1. 15 Sep, 2010 1 commit
  2. 14 Sep, 2010 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * include/grub/disk.h (grub_disk): Remove has_partitions. · 94564f81
      Vladimir 'phcoder' Serbinenko authored
      	All users updated.
      	* disk/loopback.c (grub_loopback): Remove has_partitions.
      	All users updated.
      	(options): Remove partitions. All users updated.
      	* util/grub-fstest.c (fstest): Don't pass "-p" to loopback.
      	* util/i386/pc/grub-setup.c (setup): copy partition table only when
      	actual partition table is found.
      94564f81
  3. 11 Sep, 2010 1 commit
  4. 06 Sep, 2010 1 commit
  5. 05 Sep, 2010 1 commit
    • 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
  6. 30 Aug, 2010 1 commit
  7. 19 Aug, 2010 1 commit
  8. 21 Jul, 2010 1 commit
  9. 18 Jul, 2010 1 commit
    • Colin Watson's avatar
      * disk/raid.c (insert_array): Use md/%s to name mdadm 1.x devices, · 139ab97d
      Colin Watson authored
      removing the homehost if present.
      * kern/emu/getroot.c (get_mdadm_name) [__linux__]: New function.
      (grub_util_get_grub_dev): Use md/%s to name mdadm 1.x devices,
      removing the homehost if present.
      (grub_util_get_grub_dev) [__linux__]: Get the array name from mdadm
      if possible.
      * util/i386/pc/grub-setup.c (main): Handle md/* devices.
      139ab97d
  10. 05 Jul, 2010 1 commit
    • Colin Watson's avatar
      * util/i386/pc/grub-setup.c (setup): Rename prefix to · 38d8f4f3
      Colin Watson authored
      install_prefix, in line with install_dos_part and install_bsd_part.
      Add new prefix variable, which is copied to install_prefix after
      comparing core.img in memory with the one read from disk in the
      no-embedding case, and use that rather than overwriting
      install_prefix immediately when installing to a partition.
      Fixes Debian bug #586621; based on patches by Matt Kraai and M. Vefa
      Bicakci.
      38d8f4f3
  11. 04 Jul, 2010 2 commits
  12. 18 Jun, 2010 3 commits
  13. 17 Jun, 2010 1 commit
    • Colin Watson's avatar
      Fix i386-pc prefix handling with nested partitions (Debian bug · 2164da6b
      Colin Watson authored
      #585068).  Note that the case where the core image is booted using
      multiboot and relocated from its original location still requires
      more work.
      * kern/i386/pc/init.c (make_install_device): If the prefix starts
      with "(,", fill the boot drive in between those two characters, but
      expect that a full partition specification including partition map
      names will follow.
      * util/i386/pc/grub-setup.c (setup): Unless an explicit prefix was
      specified, write a prefix without the drive name but including a
      full partition specification.
      2164da6b
  14. 08 Jun, 2010 2 commits
  15. 10 May, 2010 1 commit
  16. 06 May, 2010 2 commits
  17. 27 Apr, 2010 2 commits
  18. 25 Apr, 2010 1 commit
  19. 12 Apr, 2010 1 commit
  20. 04 Apr, 2010 1 commit
  21. 03 Apr, 2010 1 commit
  22. 27 Mar, 2010 1 commit
  23. 22 Mar, 2010 1 commit
  24. 15 Mar, 2010 1 commit
  25. 09 Mar, 2010 1 commit
  26. 04 Mar, 2010 1 commit
  27. 07 Feb, 2010 3 commits
  28. 06 Feb, 2010 1 commit
  29. 16 Jan, 2010 2 commits
    • carles's avatar
      2010-01-16 Carles Pina i Estany <carles@pina.cat> · 409ae1c9
      carles authored
      	* util/grub-editenv.c (usage): Use `program_name' instead of hardcoded
      	string.
      	* util/grub-emu.c (usage): Likewise.
      	* util/grub-mkpasswd-pbkdf2.c (usage): Likewise.
      	* util/i386/efi/grub-mkimage.c (usage): Likewise.
      	* util/i386/pc/grub-mkimage.c (usage): Likewise.
      	* util/i386/pc/grub-setup.c (usage): Likewise.
      409ae1c9
    • carles's avatar
      2010-01-16 Carles Pina i Estany <carles@pina.cat> · 70a14d3d
      carles authored
      	* util/misc.c (grub_util_warn): Gettextizze, print full stop after
      	the message.
      	(grub_util_info): Likewise.
      	(grub_util_error): Likewise.
      	* util/elf/grub-mkimage.c: Fix capitalisation, quotes, full stops
      	and/or new lines in `grub_util_warna', `grub_util_info',
      	`grub_util_error' calls.
      	* util/getroot.c: Likewise.
      	* util/grub-editenv.c: Likewise.
      	* util/grub-emu.c: Likewise.
      	* util/grub-fstest.c: Likewise.
      	* util/grub-mkdevicemap.c: Likewise.
      	* util/grub-mkfont.c: Likewise.
      	* util/grub-mkpasswd-pbkdf2.c: Likewise.
      	* util/grub-mkrelpath.c: Likewise.
      	* util/grub-pe2elf.c: Likewise.
      	* util/grub-probe.c: Likewise.
      	* util/hostdisk.c: Likewise.
      	* util/i386/efi/grub-mkimage.c: Likewise.
      	* util/i386/pc/grub-mkimage.c: Likewise.
      	* util/i386/pc/grub-setup.c: Likewise.
      	* util/ieee1275/ofpath.c: Likewise.
      	* util/mkisofs/eltorito.c: Likewise.
      	* util/mkisofs/rock.c: Likewise.
      	* util/mkisofs/write.c: Likewise.
      	* util/raid.c: Likewise.
      	* util/sparc64/ieee1275/grub-mkimage.c: Likewise.
      	* util/sparc64/ieee1275/grub-setup.c: Likewise.
      70a14d3d
  30. 05 Jan, 2010 1 commit
  31. 04 Jan, 2010 1 commit
    • Robert Millan's avatar
      2010-01-03 Robert Millan <rmh.grub@aybabtu.com> · 3a73dcb6
      Robert Millan authored
      	
      	* boot/i386/pc/diskboot.S: Fix inaccurate comment.
      	
      	* util/i386/pc/grub-setup.c: Include `<assert.h>'.
      	(struct boot_blocklist): Move from here ...
      	* include/grub/i386/pc/boot.h [ASM_FILE]
      	(struct grub_boot_blocklist): ... to here.  Update all users.
      	(setup): Only initialize `start' member of `first_block'
      	structure.  Add assert() calls to verify the other members.
      	
      	* util/i386/pc/grub-mkimage.c: Include `<assert.h>'.
      	(generate_image): Fix broken blocklist length initialization.
      	Add assert() call to verify blocklist `segment' field.
      	
      3a73dcb6