grub/grub-core/normal
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
..
auth.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c * grub-core/normal/charset.c (grub_utf8_to_ucs4_alloc): Avoid deadloop 2010-08-29 21:57:37 +02:00
cmdline.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
color.c * grub-core/normal/color.c (grub_env_write_color_normal): Fix a warning. 2010-08-30 01:12:37 +02:00
completion.c Support some annoying BSD and Minix subpartitions. 2010-09-20 21:45:06 +02:00
context.c review comment fixes 2010-08-25 18:39:00 +05:30
crypto.c automake commit without merge history 2010-05-06 11:34:04 +05:30
datetime.c automake commit without merge history 2010-05-06 11:34:04 +05:30
dyncmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
main.c lock support (not tested) 2010-09-12 16:11:41 +02:00
menu.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00
menu_entry.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00
menu_text.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
misc.c * include/grub/disk.h (grub_disk): Remove has_partitions. 2010-09-13 23:59:22 +02:00
term.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00