grub/grub-core
Vladimir 'phcoder' Serbinenko 74342e312f Support some annoying BSD and Minix subpartitions.
* Makefile.util.def (libgrub.a): Add grub-core/partmap/bsdlabel.c.
	* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name):
	Properly handle concatenation.
	* grub-core/kern/device.c (grub_device_iterate): Likewise.
	* grub-core/normal/completion.c (iterate_partition): Likewise.
	* grub-core/kern/disk.c (grub_disk_open): Make disk->name not
	contain partition. All users updated.
	* grub-core/partmap/bsdlabel.c (grub_netbsdlabel_partition_map): New
	struct.
	(grub_openbsdlabel_partition_map): Likewise.
	(bsdlabel_partition_map_iterate): Rename to ..
	(iterate_real): ... this. New arguments sector, freebsd and pmap.
	(bsdlabel_partition_map_iterate): New function.
	(netopenbsdlabel_partition_map_iterate): Likewise.
	(netbsdlabel_partition_map_iterate): Likewise.
	(openbsdlabel_partition_map_iterate): Likewise.
	(GRUB_MOD_INIT): Register new partmaps.
	(GRUB_MOD_FINI): Unregister new partmaps.
	* grub-core/partmap/msdos.c (pc_partition_map_iterate): Rename to ...
	(grub_partition_msdos_iterate): ... this. All users updated.
	Don't support embedding other than in a minix partition.
	* include/grub/msdos_partition.h (grub_partition_msdos_iterate): New
	proto.
	* include/grub/partition.h (grub_partition): New field msdostype.
	* util/grub-install.in: Handle openbsd and netbsd types being in
	part_bsd module.
2010-09-20 21:45:06 +02:00
..
boot * grub-core/boot/i386/pc/boot.S: Ignore %dl if it's not in a sane range. 2010-09-20 00:06:45 +02:00
bus * grub-core/bus/usb/ohci.c (grub_ohci_cancel_transfer): Use %p to 2010-09-19 22:05:48 +02:00
commands * grub-core/commands/efi/lsefimmap.c: Correct header. 2010-09-20 17:59:09 +01:00
disk Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
efiemu Remove crc.mod and move crc command to hashsum.mod. 2010-09-20 01:40:58 +02:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs * grub-core/partmap/sun.c (sun_partition_map_iterate): Don't needlesly 2010-09-14 21:07:39 +02:00
gettext * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
gfxmenu merge with mainline 2010-07-13 00:43:28 +05:30
gnulib Use gnulib-tool to create gnulib source files. 2010-09-20 12:35:33 +02:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook automake commit without merge history 2010-05-06 11:34:04 +05:30
io * grub-core/Makefile.core.def (xzio): New module. 2010-09-05 17:12:13 +02:00
kern Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
lib Suport manual terminal geometry specification. 2010-09-20 16:27:33 +02:00
loader Support multiboot VBE info. 2010-09-20 17:01:28 +02:00
mmap Reorganise memory map handling 2010-09-04 17:10:10 +02:00
normal Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
partmap Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script Not command (!) support to GRUB script. 2010-09-08 09:21:02 +05:30
term Suport manual terminal geometry specification. 2010-09-20 16:27:33 +02:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video Add VBE PM interface 2010-09-16 00:37:30 +02:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in Reduce number of temporary files generated by build system. 2010-09-19 19:29:36 +05:30
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
gentrigtables.c automake commit without merge history 2010-05-06 11:34:04 +05:30
Makefile.am Split config.h for util and core. 2010-09-19 22:22:43 +02:00
Makefile.core.def Split mdraid.mod into mdraid09.mod and mdraid1x.mod. 2010-09-20 20:09:31 +02:00