1. 23 Aug, 2015 1 commit
  2. 22 Sep, 2014 1 commit
  3. 21 Dec, 2013 1 commit
  4. 27 Feb, 2013 1 commit
  5. 21 Jan, 2013 1 commit
  6. 20 Jan, 2013 1 commit
    • Colin Watson's avatar
      Remove nested functions from device iterators. · 25239370
      Colin Watson authored
      * include/grub/arc/arc.h (grub_arc_iterate_devs_hook_t): New type.
      (grub_arc_iterate_devs): Add hook_data argument.
      * include/grub/ata.h (grub_ata_dev_iterate_hook_t): New type.
      (struct grub_ata_dev.iterate): Add hook_data argument.
      * include/grub/device.h (grub_device_iterate_hook_t): New type.
      (grub_device_iterate): Add hook_data argument.
      * include/grub/disk.h (grub_disk_dev_iterate_hook_t): New type.
      (struct grub_disk_dev.iterate): Add hook_data argument.
      (grub_disk_dev_iterate): Likewise.
      * include/grub/gpt_partition.h (grub_gpt_partition_map_iterate):
      Likewise.
      * include/grub/msdos_partition.h (grub_partition_msdos_iterate):
      Likewise.
      * include/grub/partition.h (grub_partition_iterate_hook_t): New
      type.
      (struct grub_partition_map.iterate): Add hook_data argument.
      (grub_partition_iterate): Likewise.
      * include/grub/scsi.h (grub_scsi_dev_iterate_hook_t): New type.
      (struct grub_scsi_dev.iterate): Add hook_data argument.
      
      Update all callers.
      25239370
  7. 19 Sep, 2012 1 commit
  8. 22 May, 2012 1 commit
  9. 12 Mar, 2012 1 commit
  10. 05 Mar, 2012 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      * grub-core/net/http.c: Add TRANSLATORS comments. · ef292a87
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/normal/cmdline.c: Likewise.
      	* grub-core/normal/misc.c: Likewise.
      	* grub-core/partmap/msdos.c: Likewise.
      	* grub-core/parttool/msdospart.c: Likewise.
      	* grub-core/script/execute.c: Likewise.
      	* grub-core/script/main.c: Likewise.
      	* grub-core/term/terminfo.c: Likewise.
      	* grub-core/video/bitmap.c: Likewise.
      	* util/grub-install.in: Likewise.
      	* util/grub-mkimage.c: Likewise.
      	* util/grub-mklayout.c: Likewise.
      	* util/grub-setup.c: Likewise.
      ef292a87
  11. 28 Feb, 2012 1 commit
  12. 08 Feb, 2012 1 commit
  13. 12 Apr, 2011 1 commit
  14. 04 Apr, 2011 1 commit
  15. 29 Mar, 2011 1 commit
  16. 25 Mar, 2011 1 commit
  17. 15 Mar, 2011 1 commit
  18. 12 Feb, 2011 1 commit
  19. 12 Jan, 2011 1 commit
  20. 23 Nov, 2010 1 commit
    • Colin Watson's avatar
      * partmap/msdos.c (embed_signatures): New array. · 1e44c52a
      Colin Watson authored
      (pc_partition_map_embed): Check for and avoid sectors matching any
      of the signatures in embed_signatures.
      * util/grub-setup.c (setup): Allow for the embedding area being
      split into multiple blocklists.
      1e44c52a
  21. 24 Sep, 2010 1 commit
  22. 21 Sep, 2010 1 commit
  23. 16 Sep, 2010 1 commit
    • Vladimir 'phcoder' Serbinenko's avatar
      Move embedding routines to partmap sources files. · e50fca4a
      Vladimir 'phcoder' Serbinenko authored
      	* grub-core/partmap/gpt.c (grub_gpt_partition_type_bios_boot)
      	[GRUB_UTIL]: New variable.
      	(gpt_partition_map_iterate): Set part.parent.
      	(gpt_partition_map_embed) [GRUB_UTIL]: New function.
      	(grub_gpt_partition_map) [GRUB_UTIL]: Set .embed.
      	* grub-core/partmap/msdos.c (pc_partition_map_embed) [GRUB_UTIL]:
      	New function.
      	(grub_msdos_partition_map) [GRUB_UTIL]: Set .embed.
      	* include/grub/partition.h (grub_embed_type_t) [GRUB_UTIL]: New type.
      	(grub_partition_map) [GRUB_UTIL]: New field embed.
      	* util/grub-setup.c (grub_gpt_partition_type_bios_boot): Removed.
      	(setup): Use ->embed.
      e50fca4a
  24. 09 Sep, 2010 1 commit
  25. 04 Sep, 2010 1 commit
  26. 06 May, 2010 1 commit
  27. 07 Feb, 2010 3 commits
  28. 06 Feb, 2010 1 commit
  29. 20 Jan, 2010 1 commit
  30. 29 Dec, 2009 1 commit
  31. 17 Sep, 2009 1 commit
  32. 15 Sep, 2009 1 commit
  33. 24 Aug, 2009 1 commit
    • phcoder's avatar
      2009-08-24 Vladimir Serbinenko <phcoder@gmail.com> · 2d21e3e8
      phcoder authored
      	Rename *_partition_map to part_*
      
      	* partmap/acorn.c (grub_acorn_partition_map): Set name to 'part_acorn'.
      	* partmap/amiga.c (grub_amiga_partition_map): Set name to 'part_amiga'.
      	* partmap/apple.c (grub_apple_partition_map): Set name to 'part_apple'.
      	* partmap/gpt.c (grub_gpt_partition_map): Set name to 'part_gpt'.
      	All users updated.
      	* partmap/msdos.c (grub_msdos_partition_map): Set name to 'part_msdos'.
      	All users updated.
      	* partmap/sun.c (grub_sun_partition_map): Set name to 'part_sun'.
      	* util/grub-probe.c (probe_partmap): Don't transform partition name
      	to get module name.
      2d21e3e8
  34. 23 Aug, 2009 1 commit
    • robertmh's avatar
      2009-08-23 Robert Millan <rmh.grub@aybabtu.com> · 71acf5e5
      robertmh authored
              * partmap/pc.c: Rename to ...
              * partmap/msdos.c: ... this.  Update all users.
              (grub_pc_partition_map): Rename to ...
              (grub_msdos_partition_map): ... this.  Update all users.
      
              * parttool/pcpart.c: Rename to ...
              * parttool/msdospart.c: ... this.  Update all users.
      
              * include/grub/pc_partition.h: Rename to ...
              * include/grub/msdos_partition.h: ... this.  Update all users.
              (grub_pc_partition_bsd_entry): Rename to ...
              (grub_msdos_partition_bsd_entry): ... this.  Update all users.
              (grub_pc_partition_disk_label): Rename to ...
              (grub_msdos_partition_disk_label): ... this.  Update all users.
              (grub_pc_partition_entry): Rename to ...
              (grub_msdos_partition_entry): ... this.  Update all users.
              (grub_pc_partition_mbr): Rename to ...
              (grub_msdos_partition_mbr): ... this.  Update all users.
              (grub_pc_partition): Rename to ...
              (grub_msdos_partition): ... this.  Update all users.
              (grub_pc_partition_is_empty): Rename to ...
              (grub_msdos_partition_is_empty): ... this.  Update all users.
              (grub_pc_partition_is_extended): Rename to ...
              (grub_msdos_partition_is_extended): ... this.  Update all users.
              (grub_pc_partition_is_bsd): Rename to ...
              (grub_msdos_partition_is_bsd): ... this.  Update all users.
      
              * conf/common.rmk (amiga_mod_SOURCES, amiga_mod_CFLAGS)
              (amiga_mod_LDFLAGS, apple_mod_SOURCES, apple_mod_CFLAGS)
              (apple_mod_LDFLAGS, msdos_mod_SOURCES, msdos_mod_CFLAGS)
              (msdos_mod_LDFLAGS, sun_mod_SOURCES, sun_mod_CFLAGS)
              (sun_mod_LDFLAGS, acorn_mod_SOURCES, acorn_mod_CFLAGS)
              (acorn_mod_LDFLAGS, gpt_mod_SOURCES, gpt_mod_CFLAGS)
              (gpt_mod_LDFLAGS): Rename to ...
              (part_amiga_mod_SOURCES, part_amiga_mod_CFLAGS, part_amiga_mod_LDFLAGS)
              (part_apple_mod_SOURCES, part_apple_mod_CFLAGS, part_apple_mod_LDFLAGS)
              (part_msdos_mod_SOURCES, part_msdos_mod_CFLAGS, part_msdos_mod_LDFLAGS)
              (part_sun_mod_SOURCES, part_sun_mod_CFLAGS, part_sun_mod_LDFLAGS)
              (part_acorn_mod_SOURCES, part_acorn_mod_CFLAGS, part_acorn_mod_LDFLAGS)
              (part_gpt_mod_SOURCES, part_gpt_mod_CFLAGS)
              (part_gpt_mod_LDFLAGS): ... this.
              (pkglib_MODULES): Prefix partition modules with `part_'.  Rename
              `pcpart.mod' to `msdospart.mod'.
              (pcpart_mod_SOURCES, pcpart_mod_CFLAGS, pcpart_mod_LDFLAGS): Rename
              to ...
              (msdospart_mod_SOURCES, msdospart_mod_CFLAGS)
              (msdospart_mod_LDFLAGS): ... this.
      71acf5e5
  35. 31 Jul, 2009 1 commit
  36. 11 Jun, 2009 1 commit
  37. 14 May, 2009 1 commit
    • proski's avatar
      2009-05-13 Pavel Roskin <proski@gnu.org> · 238e871f
      proski authored
      	* kernel/disk.c (grub_disk_read): Use void pointer for the
      	buffer.
      	(grub_disk_write): Use const void pointer for the buffer.
      	Adjust all callers.  Remove unnecessary casts.
      238e871f
  38. 05 May, 2009 1 commit
    • proski's avatar
      2009-05-04 Pavel Roskin <proski@gnu.org> · de5fd76e
      proski authored
      	* commands/acpi.c: Remove unused variable my_mod.
      	* partmap/amiga.c: Likewise.
      	* partmap/apple.c: Likewise.
      	* partmap/gpt.c: Likewise.
      	* partmap/pc.c: Likewise.
      	* partmap/sun.c: Likewise.
      	* term/gfxterm.c: Likewise.
      	* term/i386/pc/vesafb.c: Likewise.
      	* term/i386/pc/vga.c: Likewise.
      de5fd76e