grub/grub-core
Vladimir 'phcoder' Serbinenko f4727da93f Use libgeom on FreeBSD to detect partitions.
* Makefile.util.def (grub-mkimage): Add LIBGEOM to ldadd.
	(grub-mkrelpath): Likewise.
	(grub-script-check): Likewise.
	(grub-editenv): Likewise.
	(grub-mkpasswd-pbkdf2): Likewise.
	(grub-fstest): Likewise.
	(grub-mkfont): Likewise.
	(grub-mkdevicemap): Likewise.
	(grub-probe): Likewise.
	(grub-setup): Likewise.
	(grub-ofpathname): Likewise.
	(grub-mklayout): Likewise.
	(example_unit_test): Likewise.
	(grub-menulst2cfg): Likewise.
	* grub-core/Makefile.core.def (grub-emu): Likewise.
	(grub-emu-lite): Likewise.
	* configure.ac: Check for -lgeom on FreeBSD and set LIBGEOM.
	* grub-core/kern/emu/hostdisk.c [FreeBSD]: Include libgeom.h. Don't
	define HAVE_DIOCGDINFO.
	(follow_geom_up) [FreeBSD]: New function.
	(find_partition_start) [FreeBSD]: Rewritten using follow_geom_up.
	(convert_system_partition_to_system_disk) [FreeBSD]: Likewise.
	(grub_util_biosdisk_get_grub_dev) [FreeBSD]: Use FreeBSD path
	unconditionally of HAVE_DIOCGDINFO.
2011-03-26 12:59:02 +01:00
..
boot * grub-core/boot/i386/pc/lnxboot.S (real_code_2): Ensure that the 2011-03-11 11:51:10 +00:00
bus missing file in last change 2011-03-23 12:18:21 +01:00
commands * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
disk * grub-core/disk/usbms.c (grub_usbms_reset): Transform USB-style error 2011-03-23 12:21:15 +01:00
efiemu * grub-core/efiemu/i386/pc/cfgtables.c 2011-03-23 12:08:33 +01:00
font merge with mainline 2010-07-13 00:43:28 +05:30
fs * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
gettext * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
gfxmenu * grub-core/bus/usb/usb.c (attach_hooks): Make static. 2011-03-23 12:05:13 +01:00
gnulib Fix po directory handling. 2010-09-21 00:09:23 +01:00
hello * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hook * grub-core/fs/i386/pc/pxe.c (set_mac_env): Export variable. 2011-01-11 11:51:05 +01:00
io * include/grub/file.h (not_easly_seekable): Rename to ... 2011-02-08 13:21:13 +00:00
kern Use libgeom on FreeBSD to detect partitions. 2011-03-26 12:59:02 +01:00
lib * grub-core/lib/relocator.c (grub_relocator_alloc_chunk_addr) 2011-03-24 12:45:51 +01:00
loader * grub-core/loader/i386/bsdXX.c (grub_freebsd_load_elfmodule): Account 2011-03-24 12:28:22 +01:00
mmap Make cutmem accept a region specification. 2010-09-20 22:24:30 +02:00
normal * grub-core/normal/menu_entry.c (init_line): Fix off-by-one error. 2011-03-23 14:18:56 +01:00
partmap * grub-core/partmap/msdos.c (pc_partition_map_embed): Fix off by one 2011-02-12 09:59:04 +03:00
parttool automake commit without merge history 2010-05-06 11:34:04 +05:30
script * grub-core/script/parser.y: Declare "time" as valid argument. 2011-03-23 13:23:50 +01:00
term * grub-core/term/gfxterm.c (calculate_normal_character_width): Return 8 2011-03-23 20:29:17 +01:00
tests * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
video * grub-core/video/fb/video_fb.c (grub_video_fb_get_info_and_fini): 2011-03-25 00:03:54 +00: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 Fix compilation on cygwin. 2011-01-13 22:23:49 +01:00
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 Fix compilation on cygwin. 2011-01-13 22:23:49 +01:00
Makefile.core.def Use libgeom on FreeBSD to detect partitions. 2011-03-26 12:59:02 +01:00