grub/util
robertmh 71acf5e54b 2009-08-23 Robert Millan <rmh.grub@aybabtu.com>
* 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.
2009-08-23 12:00:57 +00:00
..
elf 2009-06-22 Robert Millan <rmh.grub@aybabtu.com> 2009-06-22 10:27:26 +00:00
grub.d 2009-08-13 Colin Watson <cjwatson@ubuntu.com> 2009-08-13 20:08:23 +00:00
i386 2009-08-23 Robert Millan <rmh.grub@aybabtu.com> 2009-08-23 12:00:57 +00:00
ieee1275 * disk/ieee1275/ofdisk.c (compute_dev_path): New. 2009-05-04 23:13:53 +00:00
powerpc/ieee1275 2009-08-18 Felix Zielcke <fzielcke@z-51.de> 2009-08-18 19:50:31 +00:00
sparc64/ieee1275 2009-08-23 Robert Millan <rmh.grub@aybabtu.com> 2009-08-23 12:00:57 +00:00
console.c 2009-07-07 Pavel Roskin <proski@gnu.org> 2009-07-07 20:03:03 +00:00
deviceiter.c 2009-07-29 Felix Zielcke <fzielcke@z-51.de> 2009-07-29 14:11:50 +00:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c 2009-07-19 Yves BLUSSEAU <yves.grub-devel@zetam.org> 2009-07-20 20:03:18 +00:00
grub-dumpbios.in 2009-04-10 Bean <bean123ch@gnail.com> 2009-04-10 15:33:34 +00:00
grub-editenv.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
grub-emu.c 2009-07-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-16 15:36:43 +00:00
grub-fstest.c 2009-07-31 Bean <bean123ch@gmail.com> 2009-07-31 14:25:19 +00:00
grub-macho2img.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
grub-mkconfig.in 2009-08-18 Felix Zielcke <fzielcke@z-51.de> 2009-08-18 17:57:07 +00:00
grub-mkconfig_lib.in 2009-08-08 Pavel Roskin <proski@gnu.org> 2009-08-08 05:37:49 +00:00
grub-mkdevicemap.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
grub-mkfont.c 2009-01-27 Vesa Jääskeläinen <chaac@nic.fi> 2009-01-27 18:26:09 +00:00
grub-pe2elf.c 2009-06-11 Colin Watson <cjwatson@ubuntu.com> 2009-06-11 17:02:26 +00:00
grub-probe.c 2009-08-23 Robert Millan <rmh.grub@aybabtu.com> 2009-08-23 12:00:57 +00:00
hostdisk.c 2009-08-23 Robert Millan <rmh.grub@aybabtu.com> 2009-08-23 12:00:57 +00:00
hostfs.c 2009-08-01 14:44:15 +00:00
lvm.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
misc.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
osdetect.lua 2009-07-05 Pavel Roskin <proski@gnu.org> 2009-07-05 22:51:05 +00:00
raid.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
resolve.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
update-grub_lib.in * util/grub-mkconfig_lib.in (grub_warn): New function. 2008-11-20 19:22:20 +00:00
usb.c 2009-07-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-16 15:36:43 +00:00