Merge lp:~superm1/ubuntu/natty/grub2/bootx64-improvements into lp:ubuntu/natty/grub2

Proposed by Mario Limonciello
Status: Needs review
Proposed branch: lp:~superm1/ubuntu/natty/grub2/bootx64-improvements
Merge into: lp:ubuntu/natty/grub2
Diff against target: 371582 lines (+365736/-0) (has conflicts)
1121 files modified
.bzrignore (+82/-0)
AUTHORS (+23/-0)
COPYING (+674/-0)
ChangeLog (+29184/-0)
INSTALL (+183/-0)
Makefile.in (+575/-0)
NEWS (+266/-0)
README (+22/-0)
THANKS (+38/-0)
TODO (+13/-0)
acinclude.m4 (+460/-0)
autogen.sh (+25/-0)
boot/i386/pc/boot.S (+479/-0)
boot/i386/pc/cdboot.S (+173/-0)
boot/i386/pc/diskboot.S (+380/-0)
boot/i386/pc/lnxboot.S (+290/-0)
boot/i386/pc/pxeboot.S (+42/-0)
boot/i386/qemu/boot.S (+67/-0)
boot/mips/yeeloong/fwstart.S (+630/-0)
boot/sparc64/ieee1275/boot.S (+209/-0)
boot/sparc64/ieee1275/diskboot.S (+146/-0)
bus/bonito.c (+90/-0)
bus/cs5536.c (+380/-0)
bus/emu/pci.c (+76/-0)
bus/pci.c (+119/-0)
bus/usb/emu/usb.c (+201/-0)
bus/usb/ohci.c (+1415/-0)
bus/usb/uhci.c (+729/-0)
bus/usb/usb.c (+308/-0)
bus/usb/usbhub.c (+488/-0)
bus/usb/usbtrans.c (+281/-0)
commands/acpi.c (+776/-0)
commands/blocklist.c (+119/-0)
commands/boot.c (+196/-0)
commands/cat.c (+103/-0)
commands/cmp.c (+119/-0)
commands/configfile.c (+75/-0)
commands/crc.c (+71/-0)
commands/date.c (+146/-0)
commands/echo.c (+124/-0)
commands/efi/acpi.c (+59/-0)
commands/efi/fixvideo.c (+110/-0)
commands/efi/loadbios.c (+218/-0)
commands/extcmd.c (+96/-0)
commands/gptsync.c (+256/-0)
commands/halt.c (+46/-0)
commands/hashsum.c (+277/-0)
commands/hdparm.c (+421/-0)
commands/help.c (+142/-0)
commands/hexdump.c (+133/-0)
commands/i386/cmostest.c (+59/-0)
commands/i386/cpuid.c (+98/-0)
commands/i386/pc/acpi.c (+81/-0)
commands/i386/pc/drivemap.c (+421/-0)
commands/i386/pc/drivemap_int13h.S (+110/-0)
commands/i386/pc/halt.c (+58/-0)
commands/i386/pc/play.c (+273/-0)
commands/i386/pc/pxecmd.c (+52/-0)
commands/i386/pc/vbeinfo.c (+185/-0)
commands/i386/pc/vbetest.c (+179/-0)
commands/ieee1275/suspend.c (+49/-0)
commands/iorw.c (+150/-0)
commands/keystatus.c (+93/-0)
commands/loadenv.c (+400/-0)
commands/ls.c (+276/-0)
commands/lsmmap.c (+57/-0)
commands/lspci.c (+234/-0)
commands/memrw.c (+149/-0)
commands/minicmd.c (+372/-0)
commands/mips/yeeloong/lsspd.c (+92/-0)
commands/parttool.c (+332/-0)
commands/password.c (+86/-0)
commands/password_pbkdf2.c (+197/-0)
commands/probe.c (+161/-0)
commands/read.c (+90/-0)
commands/reboot.c (+45/-0)
commands/regexp.c (+80/-0)
commands/search.c (+174/-0)
commands/search_file.c (+6/-0)
commands/search_label.c (+6/-0)
commands/search_uuid.c (+6/-0)
commands/search_wrap.c (+95/-0)
commands/setpci.c (+341/-0)
commands/sleep.c (+113/-0)
commands/terminal.c (+246/-0)
commands/test.c (+433/-0)
commands/true.c (+57/-0)
commands/usbtest.c (+216/-0)
commands/videotest.c (+193/-0)
commands/xnu_uuid.c (+100/-0)
conf/any-emu.rmk (+112/-0)
conf/common.rmk (+837/-0)
conf/i386-coreboot.rmk (+78/-0)
conf/i386-efi.rmk (+5/-0)
conf/i386-ieee1275.rmk (+82/-0)
conf/i386-multiboot.rmk (+74/-0)
conf/i386-pc-cygwin-img-ld.sc (+53/-0)
conf/i386-pc.rmk (+301/-0)
conf/i386-qemu.rmk (+86/-0)
conf/i386.rmk (+94/-0)
conf/mips-qemu-mips.rmk (+28/-0)
conf/mips-yeeloong.rmk (+125/-0)
conf/mips.rmk (+27/-0)
conf/powerpc-ieee1275.rmk (+68/-0)
conf/sparc64-ieee1275.rmk (+104/-0)
conf/tests.rmk (+94/-0)
conf/x86-efi.rmk (+112/-0)
conf/x86_64-efi.rmk (+5/-0)
config.rpath (+672/-0)
configure.ac (+880/-0)
debian/NEWS (+13/-0)
debian/changelog (+4343/-0)
debian/compat (+1/-0)
debian/config.in (+70/-0)
debian/control (+243/-0)
debian/copyright (+25/-0)
debian/default/grub (+32/-0)
debian/default/grub.md5sum (+2/-0)
debian/dirs.in (+4/-0)
debian/examples.in (+1/-0)
debian/grub-common.dirs (+2/-0)
debian/grub-common.examples (+1/-0)
debian/grub-common.init (+42/-0)
debian/grub-common.install (+1/-0)
debian/grub-common.pm-sleep (+11/-0)
debian/grub-common.preinst (+52/-0)
debian/grub-extras/915resolution/915resolution.c (+971/-0)
debian/grub-extras/915resolution/COPYING (+674/-0)
debian/grub-extras/915resolution/README (+11/-0)
debian/grub-extras/915resolution/conf/common.rmk (+2/-0)
debian/grub-extras/915resolution/conf/i386-pc.rmk (+6/-0)
debian/grub-extras/lua/COPYING (+674/-0)
debian/grub-extras/lua/README (+11/-0)
debian/grub-extras/lua/conf/common.rmk (+18/-0)
debian/grub-extras/lua/grub_lib.c (+460/-0)
debian/grub-extras/lua/grub_lib.h (+24/-0)
debian/grub-extras/lua/grub_lua.h (+114/-0)
debian/grub-extras/lua/grub_main.c (+245/-0)
debian/grub-extras/lua/lapi.c (+1088/-0)
debian/grub-extras/lua/lapi.h (+16/-0)
debian/grub-extras/lua/lauxlib.c (+685/-0)
debian/grub-extras/lua/lauxlib.h (+175/-0)
debian/grub-extras/lua/lbaselib.c (+652/-0)
debian/grub-extras/lua/lcode.c (+848/-0)
debian/grub-extras/lua/lcode.h (+76/-0)
debian/grub-extras/lua/ldblib.c (+398/-0)
debian/grub-extras/lua/ldebug.c (+638/-0)
debian/grub-extras/lua/ldebug.h (+33/-0)
debian/grub-extras/lua/ldo.c (+519/-0)
debian/grub-extras/lua/ldo.h (+57/-0)
debian/grub-extras/lua/ldump.c (+164/-0)
debian/grub-extras/lua/lfunc.c (+174/-0)
debian/grub-extras/lua/lfunc.h (+34/-0)
debian/grub-extras/lua/lgc.c (+713/-0)
debian/grub-extras/lua/lgc.h (+110/-0)
debian/grub-extras/lua/linit.c (+38/-0)
debian/grub-extras/lua/liolib.c (+553/-0)
debian/grub-extras/lua/llex.c (+467/-0)
debian/grub-extras/lua/llex.h (+81/-0)
debian/grub-extras/lua/llimits.h (+128/-0)
debian/grub-extras/lua/lmathlib.c (+263/-0)
debian/grub-extras/lua/lmem.c (+86/-0)
debian/grub-extras/lua/lmem.h (+50/-0)
debian/grub-extras/lua/loadlib.c (+665/-0)
debian/grub-extras/lua/lobject.c (+216/-0)
debian/grub-extras/lua/lobject.h (+380/-0)
debian/grub-extras/lua/lopcodes.c (+102/-0)
debian/grub-extras/lua/lopcodes.h (+268/-0)
debian/grub-extras/lua/loslib.c (+243/-0)
debian/grub-extras/lua/lparser.c (+1340/-0)
debian/grub-extras/lua/lparser.h (+82/-0)
debian/grub-extras/lua/lstate.c (+213/-0)
debian/grub-extras/lua/lstate.h (+169/-0)
debian/grub-extras/lua/lstring.c (+112/-0)
debian/grub-extras/lua/lstring.h (+31/-0)
debian/grub-extras/lua/lstrlib.c (+872/-0)
debian/grub-extras/lua/ltable.c (+594/-0)
debian/grub-extras/lua/ltable.h (+40/-0)
debian/grub-extras/lua/ltablib.c (+288/-0)
debian/grub-extras/lua/ltm.c (+76/-0)
debian/grub-extras/lua/ltm.h (+54/-0)
debian/grub-extras/lua/lua.h (+388/-0)
debian/grub-extras/lua/luaconf.h (+811/-0)
debian/grub-extras/lua/lualib.h (+53/-0)
debian/grub-extras/lua/lundump.c (+229/-0)
debian/grub-extras/lua/lundump.h (+36/-0)
debian/grub-extras/lua/lvm.c (+764/-0)
debian/grub-extras/lua/lvm.h (+36/-0)
debian/grub-extras/lua/lzio.c (+83/-0)
debian/grub-extras/lua/lzio.h (+67/-0)
debian/grub-extras/lua/osdetect.lua (+204/-0)
debian/grub-extras/ntldr-img/COPYING (+674/-0)
debian/grub-extras/ntldr-img/README (+11/-0)
debian/grub-extras/ntldr-img/bin2h.c (+69/-0)
debian/grub-extras/ntldr-img/conf/common.rmk (+2/-0)
debian/grub-extras/ntldr-img/conf/i386-pc.rmk (+37/-0)
debian/grub-extras/ntldr-img/g2hdr.S (+99/-0)
debian/grub-extras/ntldr-img/grldrstart.S (+5753/-0)
debian/grub-extras/ntldr-img/grubinst.c (+1031/-0)
debian/grub-extras/ntldr-img/ntfsbs.S (+1502/-0)
debian/grub-extras/ntldr-img/utils.c (+391/-0)
debian/grub-extras/ntldr-img/utils.h (+59/-0)
debian/grub-extras/ntldr-img/version.h (+3/-0)
debian/grub-extras/zfs/COPYING (+674/-0)
debian/grub-extras/zfs/README (+11/-0)
debian/grub-extras/zfs/conf/common.rmk (+13/-0)
debian/grub-extras/zfs/include/grub/zfs/dmu.h (+105/-0)
debian/grub-extras/zfs/include/grub/zfs/dmu_objset.h (+37/-0)
debian/grub-extras/zfs/include/grub/zfs/dnode.h (+78/-0)
debian/grub-extras/zfs/include/grub/zfs/dsl_dataset.h (+53/-0)
debian/grub-extras/zfs/include/grub/zfs/dsl_dir.h (+49/-0)
debian/grub-extras/zfs/include/grub/zfs/spa.h (+281/-0)
debian/grub-extras/zfs/include/grub/zfs/uberblock_impl.h (+61/-0)
debian/grub-extras/zfs/include/grub/zfs/vdev_impl.h (+70/-0)
debian/grub-extras/zfs/include/grub/zfs/zap_impl.h (+110/-0)
debian/grub-extras/zfs/include/grub/zfs/zap_leaf.h (+104/-0)
debian/grub-extras/zfs/include/grub/zfs/zfs.h (+119/-0)
debian/grub-extras/zfs/include/grub/zfs/zfs_acl.h (+60/-0)
debian/grub-extras/zfs/include/grub/zfs/zfs_znode.h (+70/-0)
debian/grub-extras/zfs/include/grub/zfs/zil.h (+51/-0)
debian/grub-extras/zfs/include/grub/zfs/zio.h (+83/-0)
debian/grub-extras/zfs/include/grub/zfs/zio_checksum.h (+50/-0)
debian/grub-extras/zfs/zfs.c (+2482/-0)
debian/grub-extras/zfs/zfs_fletcher.c (+86/-0)
debian/grub-extras/zfs/zfs_lzjb.c (+95/-0)
debian/grub-extras/zfs/zfs_sha256.c (+145/-0)
debian/grub-extras/zfs/zfsinfo.c (+414/-0)
debian/grub-firmware-qemu.dirs (+1/-0)
debian/grub-firmware-qemu.install (+1/-0)
debian/grub-firmware-qemu_grub.cfg (+37/-0)
debian/grub-pc.dirs.in (+1/-0)
debian/grub-pc.install.in (+3/-0)
debian/grub-pc.prerm (+28/-0)
debian/grub-pc.templates.in (+160/-0)
debian/grub-rescue-efi-amd64.install (+1/-0)
debian/grub-rescue-efi-amd64.links (+3/-0)
debian/grub-rescue-pc.README.Debian (+22/-0)
debian/grub-rescue-pc.install (+2/-0)
debian/grub-rescue-pc.links (+3/-0)
debian/grub.d/05_debian_theme (+64/-0)
debian/grub2.dirs (+1/-0)
debian/grub2.install (+2/-0)
debian/hwmatch.lua (+44/-0)
debian/install.in (+8/-0)
debian/kernel/zz-update-grub (+17/-0)
debian/legacy/update-grub (+1094/-0)
debian/legacy/upgrade-from-grub-legacy (+42/-0)
debian/manpages.in (+3/-0)
debian/patches/boot_blocklist_hack.patch (+20/-0)
debian/patches/core_in_fs.patch (+31/-0)
debian/patches/disable_floppies.patch (+28/-0)
debian/patches/dmraid_mapper_paths.patch (+46/-0)
debian/patches/dmraid_pool_leak.patch (+99/-0)
debian/patches/dpkg_version_comparison.patch (+25/-0)
debian/patches/enable_zfs.patch (+90/-0)
debian/patches/fix_usb_boot.patch (+17/-0)
debian/patches/gfxpayload_keep_default.patch (+38/-0)
debian/patches/grub.cfg_400.patch (+15/-0)
debian/patches/grub_legacy_0_based_partitions.patch (+43/-0)
debian/patches/increase_disk_limit.patch (+25/-0)
debian/patches/install_stage2_confusion.patch (+23/-0)
debian/patches/kfreebsd_ext2.patch (+33/-0)
debian/patches/linux_mdraid_1x.patch (+307/-0)
debian/patches/mkconfig_skip_dmcrypt.patch (+30/-0)
debian/patches/mkrescue_diet.patch (+54/-0)
debian/patches/olpc_prefix_hack.patch (+50/-0)
debian/patches/series (+52/-0)
debian/patches/ubuntu_crashkernel.patch (+31/-0)
debian/patches/ubuntu_disable_bochs_cirrus.patch (+33/-0)
debian/patches/ubuntu_diskless_partitions.patch (+81/-0)
debian/patches/ubuntu_drive_probe.patch (+24/-0)
debian/patches/ubuntu_efi_install.patch (+334/-0)
debian/patches/ubuntu_embed_signatures.patch (+166/-0)
debian/patches/ubuntu_failed_boot_menu.patch (+51/-0)
debian/patches/ubuntu_fix_usb_efi_boot.patch (+16/-0)
debian/patches/ubuntu_gfxpayload_filter.patch (+70/-0)
debian/patches/ubuntu_grub_standards.patch (+16/-0)
debian/patches/ubuntu_handle_loopback.patch (+46/-0)
debian/patches/ubuntu_hostdisk_hd.patch (+122/-0)
debian/patches/ubuntu_langpacks.patch (+32/-0)
debian/patches/ubuntu_linux_no_loopmount.patch (+37/-0)
debian/patches/ubuntu_linux_quiet.patch (+43/-0)
debian/patches/ubuntu_lua_bitop.patch (+230/-0)
debian/patches/ubuntu_lua_enum_pci.patch (+77/-0)
debian/patches/ubuntu_lvm_raid_probe.patch (+264/-0)
debian/patches/ubuntu_no_device_map.patch (+117/-0)
debian/patches/ubuntu_normal_quiet.patch (+58/-0)
debian/patches/ubuntu_qemu.patch (+20/-0)
debian/patches/ubuntu_quick_boot.patch (+131/-0)
debian/patches/ubuntu_quiet_grub_loading.patch (+102/-0)
debian/patches/ubuntu_raid_virtio.patch (+168/-0)
debian/patches/ubuntu_really_quiet.patch (+55/-0)
debian/patches/ubuntu_sleep_shift.patch (+42/-0)
debian/patches/ubuntu_vesafb.patch (+45/-0)
debian/patches/yeeloong_boot_info.patch (+62/-0)
debian/patches/zfs_fix_chroot.patch (+26/-0)
debian/patches/zfs_fix_label_arg.patch (+17/-0)
debian/patches/zfs_fix_mkrelpath.patch (+19/-0)
debian/patches/zfs_fix_pathname.patch (+18/-0)
debian/patches/zfs_fix_segfault.patch (+38/-0)
debian/patches/zfs_v23.patch (+17/-0)
debian/po/POTFILES.in (+2/-0)
debian/po/ar.po (+302/-0)
debian/po/ast.po (+306/-0)
debian/po/be.po (+348/-0)
debian/po/bg.po (+303/-0)
debian/po/ca.po (+270/-0)
debian/po/cs.po (+306/-0)
debian/po/da.po (+320/-0)
debian/po/de.po (+314/-0)
debian/po/eo.po (+306/-0)
debian/po/es.po (+372/-0)
debian/po/eu.po (+309/-0)
debian/po/fa.po (+299/-0)
debian/po/fi.po (+305/-0)
debian/po/fr.po (+316/-0)
debian/po/gl.po (+306/-0)
debian/po/he.po (+297/-0)
debian/po/hr.po (+304/-0)
debian/po/id.po (+308/-0)
debian/po/it.po (+307/-0)
debian/po/ja.po (+305/-0)
debian/po/ka.po (+276/-0)
debian/po/kk.po (+301/-0)
debian/po/nb.po (+310/-0)
debian/po/nl.po (+310/-0)
debian/po/pt.po (+312/-0)
debian/po/pt_BR.po (+352/-0)
debian/po/ro.po (+347/-0)
debian/po/ru.po (+308/-0)
debian/po/sk.po (+306/-0)
debian/po/sl.po (+275/-0)
debian/po/sv.po (+312/-0)
debian/po/ta.po (+271/-0)
debian/po/templates.pot (+253/-0)
debian/po/uk.po (+273/-0)
debian/po/vi.po (+304/-0)
debian/po/zh_CN.po (+282/-0)
debian/po/zh_TW.po (+286/-0)
debian/postinst.in (+663/-0)
debian/postrm.in (+47/-0)
debian/preinst.in (+15/-0)
debian/presubj (+23/-0)
debian/rules (+255/-0)
debian/script (+31/-0)
debian/templates.in (+45/-0)
debian/update-grub (+3/-0)
debian/update-grub.8 (+14/-0)
debian/update-grub2 (+3/-0)
debian/update-grub2.8 (+16/-0)
debian/watch (+2/-0)
disk/ata.c (+917/-0)
disk/ata_pthru.c (+107/-0)
disk/dmraid_nvidia.c (+169/-0)
disk/efi/efidisk.c (+851/-0)
disk/host.c (+96/-0)
disk/i386/pc/biosdisk.c (+415/-0)
disk/ieee1275/nand.c (+215/-0)
disk/ieee1275/ofdisk.c (+285/-0)
disk/loopback.c (+241/-0)
disk/lvm.c (+693/-0)
disk/mdraid_linux.c (+424/-0)
disk/memdisk.c (+116/-0)
disk/raid.c (+724/-0)
disk/raid5_recover.c (+72/-0)
disk/raid6_recover.c (+219/-0)
disk/scsi.c (+610/-0)
disk/usbms.c (+435/-0)
docs/fdl.texi (+452/-0)
docs/grub.cfg (+75/-0)
docs/grub.texi (+3115/-0)
docs/man/grub-bin2h.h2m (+2/-0)
docs/man/grub-editenv.h2m (+2/-0)
docs/man/grub-emu.h2m (+2/-0)
docs/man/grub-fstest.h2m (+2/-0)
docs/man/grub-install.h2m (+2/-0)
docs/man/grub-macho2img.h2m (+2/-0)
docs/man/grub-mkconfig.h2m (+2/-0)
docs/man/grub-mkdevicemap.h2m (+2/-0)
docs/man/grub-mkfont.h2m (+2/-0)
docs/man/grub-mkimage.h2m (+2/-0)
docs/man/grub-mkpasswd-pbkdf2.h2m (+2/-0)
docs/man/grub-mkrelpath.h2m (+2/-0)
docs/man/grub-mkrescue.h2m (+2/-0)
docs/man/grub-ofpathname.h2m (+2/-0)
docs/man/grub-pe2elf.h2m (+2/-0)
docs/man/grub-probe.h2m (+2/-0)
docs/man/grub-reboot.h2m (+2/-0)
docs/man/grub-script-check.h2m (+2/-0)
docs/man/grub-set-default.h2m (+2/-0)
docs/man/grub-setup.h2m (+2/-0)
docs/mdate-sh (+205/-0)
docs/texinfo.tex (+8959/-0)
efiemu/i386/coredetect.c (+60/-0)
efiemu/i386/loadcore32.c (+114/-0)
efiemu/i386/loadcore64.c (+120/-0)
efiemu/i386/pc/cfgtables.c (+76/-0)
efiemu/loadcore.c (+370/-0)
efiemu/loadcore32.c (+22/-0)
efiemu/loadcore64.c (+22/-0)
efiemu/loadcore_common.c (+189/-0)
efiemu/main.c (+347/-0)
efiemu/mm.c (+633/-0)
efiemu/pnvram.c (+280/-0)
efiemu/prepare.c (+153/-0)
efiemu/prepare32.c (+22/-0)
efiemu/prepare64.c (+22/-0)
efiemu/runtime/config.h (+34/-0)
efiemu/runtime/efiemu.S (+159/-0)
efiemu/runtime/efiemu.c (+630/-0)
efiemu/runtime/efiemu.sh (+4/-0)
efiemu/symbols.c (+271/-0)
font/font.c (+1533/-0)
font/font_cmd.c (+80/-0)
fs/affs.c (+550/-0)
fs/afs.c (+718/-0)
fs/afs_be.c (+2/-0)
fs/befs.c (+3/-0)
fs/befs_be.c (+4/-0)
fs/cpio.c (+376/-0)
fs/ext2.c (+951/-0)
fs/fat.c (+876/-0)
fs/fshelp.c (+315/-0)
fs/hfs.c (+1122/-0)
fs/hfsplus.c (+1039/-0)
fs/i386/pc/pxe.c (+595/-0)
fs/iso9660.c (+897/-0)
fs/jfs.c (+902/-0)
fs/minix.c (+614/-0)
fs/nilfs2.c (+1178/-0)
fs/ntfs.c (+1111/-0)
fs/ntfscomp.c (+374/-0)
fs/reiserfs.c (+1382/-0)
fs/sfs.c (+597/-0)
fs/tar.c (+2/-0)
fs/udf.c (+939/-0)
fs/ufs.c (+813/-0)
fs/ufs2.c (+3/-0)
fs/xfs.c (+823/-0)
gencmdlist.sh (+22/-0)
gendistlist.sh (+46/-0)
genemuinit.sh (+72/-0)
genemuinitheader.sh (+52/-0)
genfslist.sh (+26/-0)
genhandlerlist.sh (+19/-0)
geninit.sh (+75/-0)
geninitheader.sh (+45/-0)
genkernsyms.sh.in (+27/-0)
genmk.rb (+475/-0)
genmoddep.awk (+61/-0)
genmodsrc.sh (+47/-0)
genpartmaplist.sh (+26/-0)
genparttoollist.sh (+19/-0)
gensymlist.sh.in (+78/-0)
genterminallist.sh (+20/-0)
gentrigtables.c (+48/-0)
genvideolist.sh (+26/-0)
gettext/gettext.c (+373/-0)
gfxmenu/font.c (+109/-0)
gfxmenu/gfxmenu.c (+151/-0)
gfxmenu/gui_box.c (+412/-0)
gfxmenu/gui_canvas.c (+267/-0)
gfxmenu/gui_circular_progress.c (+308/-0)
gfxmenu/gui_image.c (+269/-0)
gfxmenu/gui_label.c (+254/-0)
gfxmenu/gui_list.c (+620/-0)
gfxmenu/gui_progress_bar.c (+391/-0)
gfxmenu/gui_string_util.c (+327/-0)
gfxmenu/gui_util.c (+101/-0)
gfxmenu/icon_manager.c (+263/-0)
gfxmenu/named_colors.c (+209/-0)
gfxmenu/theme_loader.c (+723/-0)
gfxmenu/view.c (+448/-0)
gfxmenu/widget-box.c (+313/-0)
gnulib/alloca.h (+56/-0)
gnulib/argp-ba.c (+34/-0)
gnulib/argp-eexst.c (+30/-0)
gnulib/argp-fmtstream.c (+435/-0)
gnulib/argp-fmtstream.h (+354/-0)
gnulib/argp-fs-xinl.c (+42/-0)
gnulib/argp-help.c (+1951/-0)
gnulib/argp-namefrob.h (+157/-0)
gnulib/argp-parse.c (+952/-0)
gnulib/argp-pin.c (+27/-0)
gnulib/argp-pv.c (+34/-0)
gnulib/argp-pvh.c (+31/-0)
gnulib/argp-version-etc.c (+38/-0)
gnulib/argp-version-etc.h (+40/-0)
gnulib/argp-xinl.c (+42/-0)
gnulib/argp.h (+645/-0)
gnulib/error.c (+366/-0)
gnulib/error.h (+65/-0)
gnulib/fnmatch.c (+354/-0)
gnulib/fnmatch.h (+65/-0)
gnulib/fnmatch_loop.c (+1215/-0)
gnulib/getdelim.c (+137/-0)
gnulib/getline.c (+30/-0)
gnulib/getopt.c (+1185/-0)
gnulib/getopt.h (+225/-0)
gnulib/getopt1.c (+170/-0)
gnulib/getopt_int.h (+132/-0)
gnulib/gettext.h (+280/-0)
gnulib/progname.c (+92/-0)
gnulib/progname.h (+62/-0)
gnulib/regcomp.c (+3877/-0)
gnulib/regex.c (+72/-0)
gnulib/regex.h (+676/-0)
gnulib/regex_internal.c (+1740/-0)
gnulib/regex_internal.h (+871/-0)
gnulib/regexec.c (+4416/-0)
hello/hello.c (+49/-0)
hook/datehook.c (+105/-0)
include/grub/acorn_filecore.h (+53/-0)
include/grub/acpi.h (+75/-0)
include/grub/aout.h (+128/-0)
include/grub/at_keyboard.h (+54/-0)
include/grub/ata.h (+174/-0)
include/grub/auth.h (+37/-0)
include/grub/autoefi.h (+78/-0)
include/grub/bitmap.h (+70/-0)
include/grub/bitmap_scale.h (+49/-0)
include/grub/boot.h (+27/-0)
include/grub/bsdlabel.h (+91/-0)
include/grub/bufio.h (+28/-0)
include/grub/cache.h (+36/-0)
include/grub/charset.h (+127/-0)
include/grub/cmos.h (+72/-0)
include/grub/command.h (+122/-0)
include/grub/crypto.h (+275/-0)
include/grub/cs5536.h (+190/-0)
include/grub/datetime.h (+55/-0)
include/grub/device.h (+41/-0)
include/grub/disk.h (+180/-0)
include/grub/dl.h (+118/-0)
include/grub/efi/api.h (+1191/-0)
include/grub/efi/console.h (+31/-0)
include/grub/efi/console_control.h (+57/-0)
include/grub/efi/disk.h (+33/-0)
include/grub/efi/efi.h (+73/-0)
include/grub/efi/graphics_output.h (+96/-0)
include/grub/efi/memory.h (+48/-0)
include/grub/efi/pe32.h (+315/-0)
include/grub/efi/time.h (+30/-0)
include/grub/efi/uga_draw.h (+76/-0)
include/grub/efiemu/efiemu.h (+286/-0)
include/grub/efiemu/runtime.h (+37/-0)
include/grub/elf.h (+2378/-0)
include/grub/elfload.h (+58/-0)
include/grub/emu/console.h (+28/-0)
include/grub/emu/getroot.h (+34/-0)
include/grub/emu/hostdisk.h (+30/-0)
include/grub/emu/misc.h (+81/-0)
include/grub/env.h (+62/-0)
include/grub/env_private.h (+46/-0)
include/grub/err.h (+72/-0)
include/grub/extcmd.h (+55/-0)
include/grub/fbblit.h (+182/-0)
include/grub/fbfill.h (+75/-0)
include/grub/fbutil.h (+43/-0)
include/grub/file.h (+72/-0)
include/grub/font.h (+125/-0)
include/grub/fontformat.h (+38/-0)
include/grub/fs.h (+112/-0)
include/grub/fshelp.h (+82/-0)
include/grub/gfxmenu_model.h (+1/-0)
include/grub/gfxmenu_view.h (+115/-0)
include/grub/gfxterm.h (+44/-0)
include/grub/gfxwidgets.h (+49/-0)
include/grub/gpt_partition.h (+71/-0)
include/grub/gui.h (+275/-0)
include/grub/gui_string_util.h (+37/-0)
include/grub/gzio.h (+28/-0)
include/grub/hfs.h (+61/-0)
include/grub/i18n.h (+68/-0)
include/grub/i386/at_keyboard.h (+25/-0)
include/grub/i386/bsd.h (+101/-0)
include/grub/i386/cmos.h (+28/-0)
include/grub/i386/coreboot/boot.h (+1/-0)
include/grub/i386/coreboot/console.h (+25/-0)
include/grub/i386/coreboot/init.h (+28/-0)
include/grub/i386/coreboot/loader.h (+1/-0)
include/grub/i386/coreboot/memory.h (+71/-0)
include/grub/i386/coreboot/serial.h (+24/-0)
include/grub/i386/coreboot/time.h (+1/-0)
include/grub/i386/cpuid.h (+24/-0)
include/grub/i386/efi/loader.h (+22/-0)
include/grub/i386/efi/memory.h (+1/-0)
include/grub/i386/efi/serial.h (+1/-0)
include/grub/i386/efi/time.h (+24/-0)
include/grub/i386/efiemu.h (+33/-0)
include/grub/i386/freebsd_linker.h (+74/-0)
include/grub/i386/freebsd_reboot.h (+77/-0)
include/grub/i386/ieee1275/ieee1275.h (+1/-0)
include/grub/i386/ieee1275/loader.h (+29/-0)
include/grub/i386/ieee1275/memory.h (+1/-0)
include/grub/i386/ieee1275/serial.h (+1/-0)
include/grub/i386/ieee1275/time.h (+1/-0)
include/grub/i386/io.h (+72/-0)
include/grub/i386/linux.h (+281/-0)
include/grub/i386/loader.h (+37/-0)
include/grub/i386/macho.h (+46/-0)
include/grub/i386/memory.h (+30/-0)
include/grub/i386/multiboot.h (+41/-0)
include/grub/i386/multiboot/boot.h (+1/-0)
include/grub/i386/multiboot/console.h (+1/-0)
include/grub/i386/multiboot/init.h (+1/-0)
include/grub/i386/multiboot/kernel.h (+1/-0)
include/grub/i386/multiboot/loader.h (+1/-0)
include/grub/i386/multiboot/memory.h (+1/-0)
include/grub/i386/multiboot/serial.h (+1/-0)
include/grub/i386/multiboot/time.h (+1/-0)
include/grub/i386/netbsd_bootinfo.h (+112/-0)
include/grub/i386/netbsd_reboot.h (+81/-0)
include/grub/i386/openbsd_bootarg.h (+72/-0)
include/grub/i386/openbsd_reboot.h (+79/-0)
include/grub/i386/pc/biosdisk.h (+126/-0)
include/grub/i386/pc/biosnum.h (+6/-0)
include/grub/i386/pc/boot.h (+73/-0)
include/grub/i386/pc/chainloader.h (+30/-0)
include/grub/i386/pc/console.h (+61/-0)
include/grub/i386/pc/efiemu.h (+24/-0)
include/grub/i386/pc/init.h (+44/-0)
include/grub/i386/pc/kernel.h (+49/-0)
include/grub/i386/pc/loader.h (+28/-0)
include/grub/i386/pc/memory.h (+139/-0)
include/grub/i386/pc/pxe.h (+314/-0)
include/grub/i386/pc/time.h (+29/-0)
include/grub/i386/pc/vbe.h (+230/-0)
include/grub/i386/pc/vga.h (+31/-0)
include/grub/i386/pci.h (+89/-0)
include/grub/i386/pit.h (+27/-0)
include/grub/i386/qemu/boot.h (+25/-0)
include/grub/i386/qemu/console.h (+1/-0)
include/grub/i386/qemu/init.h (+1/-0)
include/grub/i386/qemu/kernel.h (+41/-0)
include/grub/i386/qemu/loader.h (+1/-0)
include/grub/i386/qemu/memory.h (+45/-0)
include/grub/i386/qemu/serial.h (+1/-0)
include/grub/i386/qemu/time.h (+1/-0)
include/grub/i386/relocator.h (+41/-0)
include/grub/i386/setjmp.h (+33/-0)
include/grub/i386/time.h (+29/-0)
include/grub/i386/tsc.h (+141/-0)
include/grub/i386/types.h (+31/-0)
include/grub/i386/vga_common.h (+32/-0)
include/grub/i386/xnu.h (+119/-0)
include/grub/icon_manager.h (+41/-0)
include/grub/ieee1275/console.h (+31/-0)
include/grub/ieee1275/ieee1275.h (+190/-0)
include/grub/ieee1275/ofdisk.h (+25/-0)
include/grub/kernel.h (+97/-0)
include/grub/lib/LzFind.h (+130/-0)
include/grub/lib/LzHash.h (+77/-0)
include/grub/lib/LzmaDec.h (+246/-0)
include/grub/lib/LzmaEnc.h (+95/-0)
include/grub/lib/LzmaTypes.h (+151/-0)
include/grub/lib/arg.h (+72/-0)
include/grub/lib/crc.h (+25/-0)
include/grub/lib/envblk.h (+55/-0)
include/grub/lib/hexdump.h (+25/-0)
include/grub/libgcc.h (+84/-0)
include/grub/libpciaccess.h (+26/-0)
include/grub/libusb.h (+29/-0)
include/grub/list.h (+117/-0)
include/grub/loader.h (+66/-0)
include/grub/lvm.h (+129/-0)
include/grub/macho.h (+124/-0)
include/grub/machoload.h (+73/-0)
include/grub/memory.h (+52/-0)
include/grub/menu.h (+99/-0)
include/grub/menu_viewer.h (+48/-0)
include/grub/mips/at_keyboard.h (+1/-0)
include/grub/mips/cache.h (+27/-0)
include/grub/mips/cmos.h (+1/-0)
include/grub/mips/io.h (+62/-0)
include/grub/mips/loongson.h (+90/-0)
include/grub/mips/multiboot.h (+36/-0)
include/grub/mips/pci.h (+1/-0)
include/grub/mips/qemu-mips/kernel.h (+32/-0)
include/grub/mips/qemu-mips/memory.h (+54/-0)
include/grub/mips/qemu-mips/serial.h (+24/-0)
include/grub/mips/qemu-mips/time.h (+34/-0)
include/grub/mips/relocator.h (+39/-0)
include/grub/mips/setjmp.h (+27/-0)
include/grub/mips/types.h (+38/-0)
include/grub/mips/yeeloong/at_keyboard.h (+25/-0)
include/grub/mips/yeeloong/cmos.h (+28/-0)
include/grub/mips/yeeloong/ec.h (+41/-0)
include/grub/mips/yeeloong/kernel.h (+31/-0)
include/grub/mips/yeeloong/memory.h (+68/-0)
include/grub/mips/yeeloong/pci.h (+121/-0)
include/grub/mips/yeeloong/serial.h (+30/-0)
include/grub/mips/yeeloong/time.h (+37/-0)
include/grub/misc.h (+318/-0)
include/grub/mm.h (+72/-0)
include/grub/msdos_partition.h (+117/-0)
include/grub/multiboot.h (+74/-0)
include/grub/multiboot_loader.h (+28/-0)
include/grub/net.h (+72/-0)
include/grub/normal.h (+120/-0)
include/grub/ntfs.h (+183/-0)
include/grub/offsets.h (+173/-0)
include/grub/parser.h (+91/-0)
include/grub/partition.h (+117/-0)
include/grub/parttool.h (+58/-0)
include/grub/pci.h (+136/-0)
include/grub/pciutils.h (+103/-0)
include/grub/powerpc/ieee1275/biosdisk.h (+46/-0)
include/grub/powerpc/ieee1275/ieee1275.h (+28/-0)
include/grub/powerpc/ieee1275/loader.h (+32/-0)
include/grub/powerpc/ieee1275/memory.h (+26/-0)
include/grub/powerpc/ieee1275/time.h (+29/-0)
include/grub/powerpc/ieee1275/util/biosdisk.h (+27/-0)
include/grub/powerpc/kernel.h (+22/-0)
include/grub/powerpc/setjmp.h (+27/-0)
include/grub/powerpc/time.h (+28/-0)
include/grub/powerpc/types.h (+32/-0)
include/grub/raid.h (+88/-0)
include/grub/reader.h (+29/-0)
include/grub/script_sh.h (+356/-0)
include/grub/scsi.h (+106/-0)
include/grub/scsicmd.h (+166/-0)
include/grub/sdl.h (+24/-0)
include/grub/search.h (+26/-0)
include/grub/serial.h (+73/-0)
include/grub/setjmp.h (+33/-0)
include/grub/smbus.h (+70/-0)
include/grub/sparc64/ieee1275/boot.h (+55/-0)
include/grub/sparc64/ieee1275/ieee1275.h (+48/-0)
include/grub/sparc64/ieee1275/kernel.h (+37/-0)
include/grub/sparc64/ieee1275/loader.h (+27/-0)
include/grub/sparc64/ieee1275/memory.h (+26/-0)
include/grub/sparc64/ieee1275/time.h (+29/-0)
include/grub/sparc64/setjmp.h (+29/-0)
include/grub/sparc64/time.h (+28/-0)
include/grub/sparc64/types.h (+32/-0)
include/grub/symbol.h (+52/-0)
include/grub/term.h (+468/-0)
include/grub/terminfo.h (+77/-0)
include/grub/test.h (+85/-0)
include/grub/time.h (+47/-0)
include/grub/tparm.h (+26/-0)
include/grub/trig.h (+44/-0)
include/grub/types.h (+204/-0)
include/grub/unicode.h (+272/-0)
include/grub/usb.h (+234/-0)
include/grub/usbdesc.h (+119/-0)
include/grub/usbtrans.h (+114/-0)
include/grub/util/deviceiter.h (+11/-0)
include/grub/util/libnvpair.h (+39/-0)
include/grub/util/libzfs.h (+45/-0)
include/grub/util/lvm.h (+27/-0)
include/grub/util/misc.h (+63/-0)
include/grub/util/ofpath.h (+6/-0)
include/grub/util/raid.h (+27/-0)
include/grub/util/resolve.h (+35/-0)
include/grub/vga.h (+195/-0)
include/grub/video.h (+409/-0)
include/grub/video_fb.h (+136/-0)
include/grub/x86_64/at_keyboard.h (+1/-0)
include/grub/x86_64/efi/loader.h (+26/-0)
include/grub/x86_64/efi/memory.h (+1/-0)
include/grub/x86_64/efi/serial.h (+1/-0)
include/grub/x86_64/efi/time.h (+24/-0)
include/grub/x86_64/io.h (+19/-0)
include/grub/x86_64/linux.h (+19/-0)
include/grub/x86_64/macho.h (+1/-0)
include/grub/x86_64/multiboot.h (+1/-0)
include/grub/x86_64/pci.h (+19/-0)
include/grub/x86_64/relocator.h (+1/-0)
include/grub/x86_64/setjmp.h (+27/-0)
include/grub/x86_64/time.h (+29/-0)
include/grub/x86_64/types.h (+31/-0)
include/grub/x86_64/xnu.h (+1/-0)
include/grub/xnu.h (+115/-0)
include/multiboot.h (+259/-0)
include/multiboot2.h (+314/-0)
io/bufio.c (+205/-0)
io/gzio.c (+1251/-0)
kern/command.c (+58/-0)
kern/corecmd.c (+191/-0)
kern/device.c (+169/-0)
kern/disk.c (+608/-0)
kern/dl.c (+701/-0)
kern/efi/efi.c (+785/-0)
kern/efi/init.c (+107/-0)
kern/efi/mm.c (+448/-0)
kern/elf.c (+480/-0)
kern/emu/console.c (+322/-0)
kern/emu/getroot.c (+818/-0)
kern/emu/hostdisk.c (+1554/-0)
kern/emu/hostfs.c (+175/-0)
kern/emu/main.c (+296/-0)
kern/emu/misc.c (+553/-0)
kern/emu/mm.c (+85/-0)
kern/emu/time.c (+46/-0)
kern/env.c (+242/-0)
kern/err.c (+135/-0)
kern/file.c (+166/-0)
kern/fs.c (+231/-0)
kern/generic/millisleep.c (+39/-0)
kern/generic/rtc_get_time_ms.c (+37/-0)
kern/i386/coreboot/init.c (+155/-0)
kern/i386/coreboot/mmap.c (+107/-0)
kern/i386/coreboot/startup.S (+91/-0)
kern/i386/dl.c (+109/-0)
kern/i386/efi/init.c (+47/-0)
kern/i386/efi/startup.S (+66/-0)
kern/i386/halt.c (+42/-0)
kern/i386/ieee1275/init.c (+28/-0)
kern/i386/ieee1275/startup.S (+69/-0)
kern/i386/loader.S (+120/-0)
kern/i386/misc.S (+29/-0)
kern/i386/multiboot_mmap.c (+87/-0)
kern/i386/pc/init.c (+248/-0)
kern/i386/pc/lzma_decode.S (+677/-0)
kern/i386/pc/mmap.c (+68/-0)
kern/i386/pc/startup.S (+2075/-0)
kern/i386/pit.c (+56/-0)
kern/i386/qemu/init.c (+152/-0)
kern/i386/qemu/mmap.c (+94/-0)
kern/i386/qemu/startup.S (+99/-0)
kern/i386/realmode.S (+242/-0)
kern/i386/tsc.c (+74/-0)
kern/ieee1275/cmain.c (+174/-0)
kern/ieee1275/ieee1275.c (+609/-0)
kern/ieee1275/init.c (+299/-0)
kern/ieee1275/mmap.c (+74/-0)
kern/ieee1275/openfw.c (+436/-0)
kern/list.c (+87/-0)
kern/main.c (+198/-0)
kern/mips/cache.S (+7/-0)
kern/mips/cache_flush.S (+23/-0)
kern/mips/dl.c (+237/-0)
kern/mips/init.c (+34/-0)
kern/mips/qemu-mips/init.c (+61/-0)
kern/mips/startup.S (+226/-0)
kern/mips/yeeloong/init.c (+245/-0)
kern/misc.c (+1014/-0)
kern/mm.c (+600/-0)
kern/parser.c (+267/-0)
kern/partition.c (+253/-0)
kern/powerpc/cache.S (+48/-0)
kern/powerpc/dl.c (+136/-0)
kern/powerpc/ieee1275/startup.S (+64/-0)
kern/rescue_parser.c (+76/-0)
kern/rescue_reader.c (+97/-0)
kern/sparc64/cache.S (+41/-0)
kern/sparc64/dl.c (+142/-0)
kern/sparc64/ieee1275/crt0.S (+92/-0)
kern/sparc64/ieee1275/ieee1275.c (+91/-0)
kern/sparc64/ieee1275/init.c (+174/-0)
kern/term.c (+136/-0)
kern/time.c (+37/-0)
kern/x86_64/dl.c (+119/-0)
kern/x86_64/efi/callwrap.S (+116/-0)
kern/x86_64/efi/startup.S (+63/-0)
lib/LzFind.c (+774/-0)
lib/LzmaDec.c (+1035/-0)
lib/LzmaEnc.c (+2355/-0)
lib/arg.c (+392/-0)
lib/cmos_datetime.c (+155/-0)
lib/crc.c (+75/-0)
lib/crypto.c (+453/-0)
lib/efi/datetime.c (+79/-0)
lib/envblk.c (+296/-0)
lib/hexdump.c (+85/-0)
lib/i386/pc/biosnum.c (+46/-0)
lib/i386/relocator.c (+102/-0)
lib/i386/relocator_asm.S (+250/-0)
lib/i386/relocator_backward.S (+2/-0)
lib/i386/setjmp.S (+56/-0)
lib/ieee1275/datetime.c (+142/-0)
lib/libgcrypt/cipher/ChangeLog (+3900/-0)
lib/libgcrypt/cipher/ac.c (+3301/-0)
lib/libgcrypt/cipher/arcfour.c (+156/-0)
lib/libgcrypt/cipher/bithelp.h (+54/-0)
lib/libgcrypt/cipher/blowfish.c (+605/-0)
lib/libgcrypt/cipher/camellia-glue.c (+253/-0)
lib/libgcrypt/cipher/camellia.c (+1461/-0)
lib/libgcrypt/cipher/camellia.h (+81/-0)
lib/libgcrypt/cipher/cast5.c (+620/-0)
lib/libgcrypt/cipher/cipher.c (+1932/-0)
lib/libgcrypt/cipher/crc.c (+297/-0)
lib/libgcrypt/cipher/des.c (+1196/-0)
lib/libgcrypt/cipher/dsa.c (+1181/-0)
lib/libgcrypt/cipher/ecc.c (+1390/-0)
lib/libgcrypt/cipher/elgamal.c (+846/-0)
lib/libgcrypt/cipher/hash-common.c (+94/-0)
lib/libgcrypt/cipher/hash-common.h (+33/-0)
lib/libgcrypt/cipher/hmac-tests.c (+732/-0)
lib/libgcrypt/cipher/md.c (+1375/-0)
lib/libgcrypt/cipher/md4.c (+328/-0)
lib/libgcrypt/cipher/md5.c (+355/-0)
lib/libgcrypt/cipher/primegen.c (+1862/-0)
lib/libgcrypt/cipher/pubkey.c (+2749/-0)
lib/libgcrypt/cipher/rfc2268.c (+345/-0)
lib/libgcrypt/cipher/rijndael-tables.h (+1687/-0)
lib/libgcrypt/cipher/rijndael.c (+1253/-0)
lib/libgcrypt/cipher/rmd.h (+37/-0)
lib/libgcrypt/cipher/rmd160.c (+572/-0)
lib/libgcrypt/cipher/rsa.c (+1379/-0)
lib/libgcrypt/cipher/seed.c (+478/-0)
lib/libgcrypt/cipher/serpent.c (+978/-0)
lib/libgcrypt/cipher/sha1.c (+479/-0)
lib/libgcrypt/cipher/sha256.c (+487/-0)
lib/libgcrypt/cipher/sha512.c (+553/-0)
lib/libgcrypt/cipher/tiger.c (+851/-0)
lib/libgcrypt/cipher/twofish.c (+1040/-0)
lib/libgcrypt/cipher/whirlpool.c (+1406/-0)
lib/libgcrypt_wrap/cipher_wrap.h (+86/-0)
lib/mips/relocator.c (+112/-0)
lib/mips/relocator_asm.S (+58/-0)
lib/mips/setjmp.S (+65/-0)
lib/pbkdf2.c (+102/-0)
lib/posix_wrap/assert.h (+33/-0)
lib/posix_wrap/ctype.h (+103/-0)
lib/posix_wrap/errno.h (+28/-0)
lib/posix_wrap/langinfo.h (+38/-0)
lib/posix_wrap/localcharset.h (+28/-0)
lib/posix_wrap/stdint.h (+1/-0)
lib/posix_wrap/stdio.h (+29/-0)
lib/posix_wrap/stdlib.h (+56/-0)
lib/posix_wrap/string.h (+40/-0)
lib/posix_wrap/sys/types.h (+32/-0)
lib/posix_wrap/wchar.h (+25/-0)
lib/powerpc/setjmp.S (+84/-0)
lib/relocator.c (+137/-0)
lib/sparc64/setjmp.S (+47/-0)
lib/x86_64/setjmp.S (+65/-0)
loader/aout.c (+62/-0)
loader/efi/appleloader.c (+332/-0)
loader/efi/chainloader.c (+347/-0)
loader/i386/bsd.c (+1326/-0)
loader/i386/bsd32.c (+6/-0)
loader/i386/bsd64.c (+6/-0)
loader/i386/bsdXX.c (+329/-0)
loader/i386/bsd_helper.S (+45/-0)
loader/i386/bsd_pagetable.c (+88/-0)
loader/i386/bsd_trampoline.S (+124/-0)
loader/i386/efi/linux.c (+945/-0)
loader/i386/ieee1275/linux.c (+311/-0)
loader/i386/linux.c (+1022/-0)
loader/i386/linux_trampoline.S (+129/-0)
loader/i386/multiboot_mbi.c (+541/-0)
loader/i386/pc/chainloader.c (+173/-0)
loader/i386/pc/linux.c (+411/-0)
loader/i386/xnu.c (+1137/-0)
loader/macho.c (+161/-0)
loader/macho32.c (+18/-0)
loader/macho64.c (+18/-0)
loader/machoXX.c (+239/-0)
loader/mips/linux.c (+398/-0)
loader/multiboot.c (+362/-0)
loader/multiboot_elfxx.c (+164/-0)
loader/multiboot_mbi2.c (+700/-0)
loader/powerpc/ieee1275/linux.c (+363/-0)
loader/sparc64/ieee1275/linux.c (+529/-0)
loader/xnu.c (+1471/-0)
loader/xnu_resume.c (+145/-0)
mkinstalldirs (+161/-0)
mmap/efi/mmap.c (+284/-0)
mmap/i386/mmap.c (+98/-0)
mmap/i386/pc/mmap.c (+216/-0)
mmap/i386/pc/mmap_helper.S (+133/-0)
mmap/i386/uppermem.c (+85/-0)
mmap/mips/yeeloong/uppermem.c (+66/-0)
mmap/mmap.c (+426/-0)
normal/auth.c (+250/-0)
normal/autofs.c (+136/-0)
normal/charset.c (+1294/-0)
normal/cmdline.c (+639/-0)
normal/color.c (+145/-0)
normal/completion.c (+507/-0)
normal/context.c (+183/-0)
normal/crypto.c (+151/-0)
normal/datetime.c (+100/-0)
normal/dyncmd.c (+167/-0)
normal/main.c (+719/-0)
normal/menu.c (+651/-0)
normal/menu_entry.c (+1414/-0)
normal/menu_text.c (+459/-0)
normal/misc.c (+120/-0)
normal/term.c (+795/-0)
partmap/acorn.c (+145/-0)
partmap/amiga.c (+151/-0)
partmap/apple.c (+197/-0)
partmap/bsdlabel.c (+147/-0)
partmap/gpt.c (+136/-0)
partmap/msdos.c (+152/-0)
partmap/sun.c (+164/-0)
partmap/sunpc.c (+144/-0)
parttool/msdospart.c (+155/-0)
po/POTFILES (+80/-0)
po/POTFILES-shell (+5/-0)
po/README (+24/-0)
po/ast.po (+1705/-0)
po/ca.po (+1345/-0)
po/da.po (+1349/-0)
po/de.po (+1688/-0)
po/fi.po (+1444/-0)
po/fr.po (+1476/-0)
po/hu.po (+1346/-0)
po/id.po (+1951/-0)
po/it.po (+1363/-0)
po/nl.po (+1687/-0)
po/pl.po (+1350/-0)
po/ru.po (+1342/-0)
po/sv.po (+1831/-0)
po/vi.po (+1342/-0)
po/zh_CN.po (+1876/-0)
script/execute.c (+392/-0)
script/function.c (+114/-0)
script/lexer.c (+346/-0)
script/main.c (+41/-0)
script/parser.y (+288/-0)
script/script.c (+407/-0)
script/yylex.l (+327/-0)
term/at_keyboard.c (+303/-0)
term/efi/console.c (+374/-0)
term/gfxterm.c (+1220/-0)
term/i386/pc/console.c (+83/-0)
term/i386/pc/vga_text.c (+173/-0)
term/i386/vga_common.c (+48/-0)
term/ieee1275/ofconsole.c (+246/-0)
term/serial.c (+399/-0)
term/terminfo.c (+627/-0)
term/tparm.c (+761/-0)
term/usb_keyboard.c (+328/-0)
tests/example_functional_test.c (+35/-0)
tests/example_grub_script_test.in (+3/-0)
tests/example_scripted_test.in (+3/-0)
tests/example_unit_test.c (+38/-0)
tests/grub_script_blanklines.in (+14/-0)
tests/grub_script_comments.in (+28/-0)
tests/grub_script_dollar.in (+5/-0)
tests/grub_script_echo1.in (+32/-0)
tests/grub_script_echo_keywords.in (+3/-0)
tests/grub_script_final_semicolon.in (+10/-0)
tests/grub_script_for1.in (+27/-0)
tests/grub_script_if.in (+31/-0)
tests/grub_script_vars1.in (+34/-0)
tests/grub_script_while1.in (+32/-0)
tests/lib/functional_test.c (+48/-0)
tests/lib/test.c (+157/-0)
tests/lib/unit_test.c (+105/-0)
tests/util/grub-shell-tester.in (+109/-0)
tests/util/grub-shell.in (+146/-0)
unicode/ArabicShaping.txt (+373/-0)
unicode/BidiMirroring.txt (+588/-0)
unicode/COPYING (+9/-0)
unicode/UnicodeData.txt (+21829/-0)
unidata.c (+1494/-0)
util/bin2h.c (+127/-0)
util/deviceiter.c (+884/-0)
util/devicemap.c (+13/-0)
util/grub-editenv.c (+321/-0)
util/grub-fstest.c (+582/-0)
util/grub-install.in (+426/-0)
util/grub-macho2img.c (+116/-0)
util/grub-mkconfig.in (+321/-0)
util/grub-mkconfig_lib.in (+204/-0)
util/grub-mkdevicemap.c (+190/-0)
util/grub-mkfont.c (+1227/-0)
util/grub-mkimage.c (+1412/-0)
util/grub-mkimagexx.c (+756/-0)
util/grub-mkpasswd-pbkdf2.c (+342/-0)
util/grub-mkrelpath.c (+107/-0)
util/grub-mkrescue.in (+318/-0)
util/grub-pe2elf.c (+523/-0)
util/grub-probe.c (+458/-0)
util/grub-reboot.in (+131/-0)
util/grub-script-check.c (+263/-0)
util/grub-set-default.in (+122/-0)
util/grub.d/00_header.in (+257/-0)
util/grub.d/10_hurd.in (+124/-0)
util/grub.d/10_kfreebsd.in (+151/-0)
util/grub.d/10_linux.in (+145/-0)
util/grub.d/10_netbsd.in (+87/-0)
util/grub.d/10_windows.in (+94/-0)
util/grub.d/20_linux_xen.in (+143/-0)
util/grub.d/30_os-prober.in (+204/-0)
util/grub.d/40_custom.in (+5/-0)
util/grub.d/41_custom.in (+7/-0)
util/grub.d/README (+11/-0)
util/i386/efi/grub-dumpdevtree (+22/-0)
util/i386/efi/grub-install.in (+261/-0)
util/i386/pc/grub-setup.c (+857/-0)
util/ieee1275/devicemap.c (+49/-0)
util/ieee1275/grub-install.in (+273/-0)
util/ieee1275/grub-ofpathname.c (+47/-0)
util/ieee1275/ofpath.c (+418/-0)
util/import_gcry.py (+341/-0)
util/import_unicode.py (+189/-0)
util/lvm.c (+52/-0)
util/misc.c (+311/-0)
util/powerpc/ieee1275/grub-mkrescue.in (+143/-0)
util/raid.c (+112/-0)
util/resolve.c (+267/-0)
util/sparc64/ieee1275/grub-setup.c (+656/-0)
util/update-grub_lib.in (+23/-0)
video/bitmap.c (+253/-0)
video/bitmap_scale.c (+308/-0)
video/bochs.c (+423/-0)
video/cirrus.c (+520/-0)
video/efi_gop.c (+401/-0)
video/efi_uga.c (+341/-0)
video/emu/sdl.c (+240/-0)
video/fb/fbblit.c (+1420/-0)
video/fb/fbfill.c (+177/-0)
video/fb/fbutil.c (+178/-0)
video/fb/video_fb.c (+1513/-0)
video/i386/pc/vbe.c (+613/-0)
video/i386/pc/vga.c (+367/-0)
video/ieee1275.c (+302/-0)
video/readers/jpeg.c (+762/-0)
video/readers/png.c (+913/-0)
video/readers/tga.c (+495/-0)
video/sm712.c (+268/-0)
video/sm712_init.c (+546/-0)
video/video.c (+673/-0)
Conflict adding file .bzrignore.  Moved existing file to .bzrignore.moved.
Conflict adding file AUTHORS.  Moved existing file to AUTHORS.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file ChangeLog.  Moved existing file to ChangeLog.moved.
Conflict adding file INSTALL.  Moved existing file to INSTALL.moved.
Conflict adding file Makefile.in.  Moved existing file to Makefile.in.moved.
Conflict adding file NEWS.  Moved existing file to NEWS.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file THANKS.  Moved existing file to THANKS.moved.
Conflict adding file TODO.  Moved existing file to TODO.moved.
Conflict adding file acinclude.m4.  Moved existing file to acinclude.m4.moved.
Conflict adding file autogen.sh.  Moved existing file to autogen.sh.moved.
Conflict adding file boot.  Moved existing file to boot.moved.
Conflict adding file bus.  Moved existing file to bus.moved.
Conflict adding file commands.  Moved existing file to commands.moved.
Conflict adding file conf.  Moved existing file to conf.moved.
Conflict adding file config.rpath.  Moved existing file to config.rpath.moved.
Conflict adding file configure.ac.  Moved existing file to configure.ac.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file disk.  Moved existing file to disk.moved.
Conflict adding file docs.  Moved existing file to docs.moved.
Conflict adding file efiemu.  Moved existing file to efiemu.moved.
Conflict adding file font.  Moved existing file to font.moved.
Conflict adding file fs.  Moved existing file to fs.moved.
Conflict adding file gencmdlist.sh.  Moved existing file to gencmdlist.sh.moved.
Conflict adding file gendistlist.sh.  Moved existing file to gendistlist.sh.moved.
Conflict adding file genemuinit.sh.  Moved existing file to genemuinit.sh.moved.
Conflict adding file genemuinitheader.sh.  Moved existing file to genemuinitheader.sh.moved.
Conflict adding file genfslist.sh.  Moved existing file to genfslist.sh.moved.
Conflict adding file genhandlerlist.sh.  Moved existing file to genhandlerlist.sh.moved.
Conflict adding file geninit.sh.  Moved existing file to geninit.sh.moved.
Conflict adding file geninitheader.sh.  Moved existing file to geninitheader.sh.moved.
Conflict adding file genkernsyms.sh.in.  Moved existing file to genkernsyms.sh.in.moved.
Conflict adding file genmk.rb.  Moved existing file to genmk.rb.moved.
Conflict adding file genmoddep.awk.  Moved existing file to genmoddep.awk.moved.
Conflict adding file genmodsrc.sh.  Moved existing file to genmodsrc.sh.moved.
Conflict adding file genpartmaplist.sh.  Moved existing file to genpartmaplist.sh.moved.
Conflict adding file genparttoollist.sh.  Moved existing file to genparttoollist.sh.moved.
Conflict adding file gensymlist.sh.in.  Moved existing file to gensymlist.sh.in.moved.
Conflict adding file genterminallist.sh.  Moved existing file to genterminallist.sh.moved.
Conflict adding file gentrigtables.c.  Moved existing file to gentrigtables.c.moved.
Conflict adding file genvideolist.sh.  Moved existing file to genvideolist.sh.moved.
Conflict adding file gettext.  Moved existing file to gettext.moved.
Conflict adding file gfxmenu.  Moved existing file to gfxmenu.moved.
Conflict adding file gnulib.  Moved existing file to gnulib.moved.
Conflict adding file hello.  Moved existing file to hello.moved.
Conflict adding file hook.  Moved existing file to hook.moved.
Conflict adding file include.  Moved existing file to include.moved.
Conflict adding file io.  Moved existing file to io.moved.
Conflict adding file kern.  Moved existing file to kern.moved.
Conflict adding file lib.  Moved existing file to lib.moved.
Conflict adding file loader.  Moved existing file to loader.moved.
Conflict adding file mkinstalldirs.  Moved existing file to mkinstalldirs.moved.
Conflict adding file mmap.  Moved existing file to mmap.moved.
Conflict adding file normal.  Moved existing file to normal.moved.
Conflict adding file partmap.  Moved existing file to partmap.moved.
Conflict adding file parttool.  Moved existing file to parttool.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file script.  Moved existing file to script.moved.
Conflict adding file term.  Moved existing file to term.moved.
Conflict adding file tests.  Moved existing file to tests.moved.
Conflict adding file unicode.  Moved existing file to unicode.moved.
Conflict adding file unidata.c.  Moved existing file to unidata.c.moved.
Conflict adding file util.  Moved existing file to util.moved.
Conflict adding file video.  Moved existing file to video.moved.
To merge this branch: bzr merge lp:~superm1/ubuntu/natty/grub2/bootx64-improvements
Reviewer Review Type Date Requested Status
Colin Watson Pending
Review via email: mp+41387@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2055. By Mario Limonciello

Built part_msdos and vfat into bootx64.efi (LP: #677758)

2054. By Colin Watson

merge from Debian 1.98+20100804-8

2053. By Colin Watson

mark UNRELEASED - this hasn't been uploaded

2052. By Colin Watson

merge lp:~broder/ubuntu/natty/grub2/gfxpayload-blacklist

2051. By Colin Watson

releasing version 1.98+20100804-7ubuntu1

2050. By Colin Watson

merge from Debian 1.98+20100804-7

2049. By Colin Watson

releasing version 1.98+20100804-6ubuntu1

2048. By Colin Watson

merge from Debian 1.98+20100804-6

2047. By Colin Watson

releasing version 1.98+20100804-5ubuntu3

2046. By Colin Watson

handle more unames

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2010-11-20 07:24:56 +0000
4@@ -0,0 +1,82 @@
5+.pc
6+00_header
7+10_*
8+20_linux_xen
9+30_os-prober
10+40_custom
11+41_custom
12+aclocal.m4
13+ascii.bitmaps
14+ascii.h
15+autom4te.cache
16+build_env.mk
17+.bzrignore
18+config.cache
19+config.guess
20+config.h
21+config.h.in
22+config.log
23+config.status
24+config.sub
25+configure
26+conf/*.mk
27+conf/gcry.rmk
28+*.d
29+DISTLIST
30+debian/grub-extras/*/conf/*.mk
31+docs/*.info
32+docs/stamp-vti
33+docs/version.texi
34+*.elf
35+*.exec
36+genkernsyms.sh
37+gensymlist.sh
38+gentrigtables
39+grub-bin2h
40+grub-dumpbios
41+grub-editenv
42+grub-emu
43+grub_emu_init.c
44+grub_emu_init.h
45+grub-fstest
46+grub_fstest_init.c
47+grub_fstest_init.h
48+grub-install
49+grub-mk*
50+grub-mkpasswd-pbkdf2
51+grub-pe2elf
52+grub-probe
53+grub_probe_init.c
54+grub_probe_init.h
55+grub-reboot
56+grub-script-check
57+grub_script_check_init.c
58+grub_script_check_init.h
59+grub_script.tab.c
60+grub_script.tab.h
61+grub_script.yy.c
62+grub_script.yy.h
63+grub-set-default
64+grub-setup
65+grub_setup_init.c
66+grub_setup_init.h
67+*.img
68+include/grub/cpu
69+include/grub/machine
70+install-sh
71+lib/libgcrypt-grub
72+*.lst
73+Makefile
74+*.mod
75+mod-*.c
76+missing
77+*.pf2
78+po/*.mo
79+po/grub.pot
80+stamp-h
81+stamp-h1
82+stamp-h.in
83+symlist.c
84+trigtables.c
85+update-grub_lib
86+unidata.c
87
88=== renamed file '.bzrignore' => '.bzrignore.moved'
89=== added file 'AUTHORS'
90--- AUTHORS 1970-01-01 00:00:00 +0000
91+++ AUTHORS 2010-11-20 07:24:56 +0000
92@@ -0,0 +1,23 @@
93+The following authors assigned copyright on their work to the Free
94+Software Foundation:
95+
96+Yoshinori K. Okuji designed and implemented the initial version.
97+
98+Jeroen Dekkers added initrd support, Multiboot support, and fixed bugs
99+in ext2fs.
100+
101+Marco Gerards added ext2fs support, grub-emu, a new command-line
102+engine, and fixed many bugs.
103+
104+Omniflux added terminfo and serial support.
105+
106+Vincent Pelletier added Sparc64 support.
107+
108+Hollis Blanchard implemented many parts of PowerPC support.
109+
110+Tomas Ebenlendr added the command chainloader into the normal mode,
111+fixed some bugs.
112+
113+Guillem Jover merged architecture-independent ELF support code.
114+
115+Vesa Jaaskelainen added VBE support.
116
117=== renamed file 'AUTHORS' => 'AUTHORS.moved'
118=== added file 'COPYING'
119--- COPYING 1970-01-01 00:00:00 +0000
120+++ COPYING 2010-11-20 07:24:56 +0000
121@@ -0,0 +1,674 @@
122+ GNU GENERAL PUBLIC LICENSE
123+ Version 3, 29 June 2007
124+
125+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
126+ Everyone is permitted to copy and distribute verbatim copies
127+ of this license document, but changing it is not allowed.
128+
129+ Preamble
130+
131+ The GNU General Public License is a free, copyleft license for
132+software and other kinds of works.
133+
134+ The licenses for most software and other practical works are designed
135+to take away your freedom to share and change the works. By contrast,
136+the GNU General Public License is intended to guarantee your freedom to
137+share and change all versions of a program--to make sure it remains free
138+software for all its users. We, the Free Software Foundation, use the
139+GNU General Public License for most of our software; it applies also to
140+any other work released this way by its authors. You can apply it to
141+your programs, too.
142+
143+ When we speak of free software, we are referring to freedom, not
144+price. Our General Public Licenses are designed to make sure that you
145+have the freedom to distribute copies of free software (and charge for
146+them if you wish), that you receive source code or can get it if you
147+want it, that you can change the software or use pieces of it in new
148+free programs, and that you know you can do these things.
149+
150+ To protect your rights, we need to prevent others from denying you
151+these rights or asking you to surrender the rights. Therefore, you have
152+certain responsibilities if you distribute copies of the software, or if
153+you modify it: responsibilities to respect the freedom of others.
154+
155+ For example, if you distribute copies of such a program, whether
156+gratis or for a fee, you must pass on to the recipients the same
157+freedoms that you received. You must make sure that they, too, receive
158+or can get the source code. And you must show them these terms so they
159+know their rights.
160+
161+ Developers that use the GNU GPL protect your rights with two steps:
162+(1) assert copyright on the software, and (2) offer you this License
163+giving you legal permission to copy, distribute and/or modify it.
164+
165+ For the developers' and authors' protection, the GPL clearly explains
166+that there is no warranty for this free software. For both users' and
167+authors' sake, the GPL requires that modified versions be marked as
168+changed, so that their problems will not be attributed erroneously to
169+authors of previous versions.
170+
171+ Some devices are designed to deny users access to install or run
172+modified versions of the software inside them, although the manufacturer
173+can do so. This is fundamentally incompatible with the aim of
174+protecting users' freedom to change the software. The systematic
175+pattern of such abuse occurs in the area of products for individuals to
176+use, which is precisely where it is most unacceptable. Therefore, we
177+have designed this version of the GPL to prohibit the practice for those
178+products. If such problems arise substantially in other domains, we
179+stand ready to extend this provision to those domains in future versions
180+of the GPL, as needed to protect the freedom of users.
181+
182+ Finally, every program is threatened constantly by software patents.
183+States should not allow patents to restrict development and use of
184+software on general-purpose computers, but in those that do, we wish to
185+avoid the special danger that patents applied to a free program could
186+make it effectively proprietary. To prevent this, the GPL assures that
187+patents cannot be used to render the program non-free.
188+
189+ The precise terms and conditions for copying, distribution and
190+modification follow.
191+
192+ TERMS AND CONDITIONS
193+
194+ 0. Definitions.
195+
196+ "This License" refers to version 3 of the GNU General Public License.
197+
198+ "Copyright" also means copyright-like laws that apply to other kinds of
199+works, such as semiconductor masks.
200+
201+ "The Program" refers to any copyrightable work licensed under this
202+License. Each licensee is addressed as "you". "Licensees" and
203+"recipients" may be individuals or organizations.
204+
205+ To "modify" a work means to copy from or adapt all or part of the work
206+in a fashion requiring copyright permission, other than the making of an
207+exact copy. The resulting work is called a "modified version" of the
208+earlier work or a work "based on" the earlier work.
209+
210+ A "covered work" means either the unmodified Program or a work based
211+on the Program.
212+
213+ To "propagate" a work means to do anything with it that, without
214+permission, would make you directly or secondarily liable for
215+infringement under applicable copyright law, except executing it on a
216+computer or modifying a private copy. Propagation includes copying,
217+distribution (with or without modification), making available to the
218+public, and in some countries other activities as well.
219+
220+ To "convey" a work means any kind of propagation that enables other
221+parties to make or receive copies. Mere interaction with a user through
222+a computer network, with no transfer of a copy, is not conveying.
223+
224+ An interactive user interface displays "Appropriate Legal Notices"
225+to the extent that it includes a convenient and prominently visible
226+feature that (1) displays an appropriate copyright notice, and (2)
227+tells the user that there is no warranty for the work (except to the
228+extent that warranties are provided), that licensees may convey the
229+work under this License, and how to view a copy of this License. If
230+the interface presents a list of user commands or options, such as a
231+menu, a prominent item in the list meets this criterion.
232+
233+ 1. Source Code.
234+
235+ The "source code" for a work means the preferred form of the work
236+for making modifications to it. "Object code" means any non-source
237+form of a work.
238+
239+ A "Standard Interface" means an interface that either is an official
240+standard defined by a recognized standards body, or, in the case of
241+interfaces specified for a particular programming language, one that
242+is widely used among developers working in that language.
243+
244+ The "System Libraries" of an executable work include anything, other
245+than the work as a whole, that (a) is included in the normal form of
246+packaging a Major Component, but which is not part of that Major
247+Component, and (b) serves only to enable use of the work with that
248+Major Component, or to implement a Standard Interface for which an
249+implementation is available to the public in source code form. A
250+"Major Component", in this context, means a major essential component
251+(kernel, window system, and so on) of the specific operating system
252+(if any) on which the executable work runs, or a compiler used to
253+produce the work, or an object code interpreter used to run it.
254+
255+ The "Corresponding Source" for a work in object code form means all
256+the source code needed to generate, install, and (for an executable
257+work) run the object code and to modify the work, including scripts to
258+control those activities. However, it does not include the work's
259+System Libraries, or general-purpose tools or generally available free
260+programs which are used unmodified in performing those activities but
261+which are not part of the work. For example, Corresponding Source
262+includes interface definition files associated with source files for
263+the work, and the source code for shared libraries and dynamically
264+linked subprograms that the work is specifically designed to require,
265+such as by intimate data communication or control flow between those
266+subprograms and other parts of the work.
267+
268+ The Corresponding Source need not include anything that users
269+can regenerate automatically from other parts of the Corresponding
270+Source.
271+
272+ The Corresponding Source for a work in source code form is that
273+same work.
274+
275+ 2. Basic Permissions.
276+
277+ All rights granted under this License are granted for the term of
278+copyright on the Program, and are irrevocable provided the stated
279+conditions are met. This License explicitly affirms your unlimited
280+permission to run the unmodified Program. The output from running a
281+covered work is covered by this License only if the output, given its
282+content, constitutes a covered work. This License acknowledges your
283+rights of fair use or other equivalent, as provided by copyright law.
284+
285+ You may make, run and propagate covered works that you do not
286+convey, without conditions so long as your license otherwise remains
287+in force. You may convey covered works to others for the sole purpose
288+of having them make modifications exclusively for you, or provide you
289+with facilities for running those works, provided that you comply with
290+the terms of this License in conveying all material for which you do
291+not control copyright. Those thus making or running the covered works
292+for you must do so exclusively on your behalf, under your direction
293+and control, on terms that prohibit them from making any copies of
294+your copyrighted material outside their relationship with you.
295+
296+ Conveying under any other circumstances is permitted solely under
297+the conditions stated below. Sublicensing is not allowed; section 10
298+makes it unnecessary.
299+
300+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
301+
302+ No covered work shall be deemed part of an effective technological
303+measure under any applicable law fulfilling obligations under article
304+11 of the WIPO copyright treaty adopted on 20 December 1996, or
305+similar laws prohibiting or restricting circumvention of such
306+measures.
307+
308+ When you convey a covered work, you waive any legal power to forbid
309+circumvention of technological measures to the extent such circumvention
310+is effected by exercising rights under this License with respect to
311+the covered work, and you disclaim any intention to limit operation or
312+modification of the work as a means of enforcing, against the work's
313+users, your or third parties' legal rights to forbid circumvention of
314+technological measures.
315+
316+ 4. Conveying Verbatim Copies.
317+
318+ You may convey verbatim copies of the Program's source code as you
319+receive it, in any medium, provided that you conspicuously and
320+appropriately publish on each copy an appropriate copyright notice;
321+keep intact all notices stating that this License and any
322+non-permissive terms added in accord with section 7 apply to the code;
323+keep intact all notices of the absence of any warranty; and give all
324+recipients a copy of this License along with the Program.
325+
326+ You may charge any price or no price for each copy that you convey,
327+and you may offer support or warranty protection for a fee.
328+
329+ 5. Conveying Modified Source Versions.
330+
331+ You may convey a work based on the Program, or the modifications to
332+produce it from the Program, in the form of source code under the
333+terms of section 4, provided that you also meet all of these conditions:
334+
335+ a) The work must carry prominent notices stating that you modified
336+ it, and giving a relevant date.
337+
338+ b) The work must carry prominent notices stating that it is
339+ released under this License and any conditions added under section
340+ 7. This requirement modifies the requirement in section 4 to
341+ "keep intact all notices".
342+
343+ c) You must license the entire work, as a whole, under this
344+ License to anyone who comes into possession of a copy. This
345+ License will therefore apply, along with any applicable section 7
346+ additional terms, to the whole of the work, and all its parts,
347+ regardless of how they are packaged. This License gives no
348+ permission to license the work in any other way, but it does not
349+ invalidate such permission if you have separately received it.
350+
351+ d) If the work has interactive user interfaces, each must display
352+ Appropriate Legal Notices; however, if the Program has interactive
353+ interfaces that do not display Appropriate Legal Notices, your
354+ work need not make them do so.
355+
356+ A compilation of a covered work with other separate and independent
357+works, which are not by their nature extensions of the covered work,
358+and which are not combined with it such as to form a larger program,
359+in or on a volume of a storage or distribution medium, is called an
360+"aggregate" if the compilation and its resulting copyright are not
361+used to limit the access or legal rights of the compilation's users
362+beyond what the individual works permit. Inclusion of a covered work
363+in an aggregate does not cause this License to apply to the other
364+parts of the aggregate.
365+
366+ 6. Conveying Non-Source Forms.
367+
368+ You may convey a covered work in object code form under the terms
369+of sections 4 and 5, provided that you also convey the
370+machine-readable Corresponding Source under the terms of this License,
371+in one of these ways:
372+
373+ a) Convey the object code in, or embodied in, a physical product
374+ (including a physical distribution medium), accompanied by the
375+ Corresponding Source fixed on a durable physical medium
376+ customarily used for software interchange.
377+
378+ b) Convey the object code in, or embodied in, a physical product
379+ (including a physical distribution medium), accompanied by a
380+ written offer, valid for at least three years and valid for as
381+ long as you offer spare parts or customer support for that product
382+ model, to give anyone who possesses the object code either (1) a
383+ copy of the Corresponding Source for all the software in the
384+ product that is covered by this License, on a durable physical
385+ medium customarily used for software interchange, for a price no
386+ more than your reasonable cost of physically performing this
387+ conveying of source, or (2) access to copy the
388+ Corresponding Source from a network server at no charge.
389+
390+ c) Convey individual copies of the object code with a copy of the
391+ written offer to provide the Corresponding Source. This
392+ alternative is allowed only occasionally and noncommercially, and
393+ only if you received the object code with such an offer, in accord
394+ with subsection 6b.
395+
396+ d) Convey the object code by offering access from a designated
397+ place (gratis or for a charge), and offer equivalent access to the
398+ Corresponding Source in the same way through the same place at no
399+ further charge. You need not require recipients to copy the
400+ Corresponding Source along with the object code. If the place to
401+ copy the object code is a network server, the Corresponding Source
402+ may be on a different server (operated by you or a third party)
403+ that supports equivalent copying facilities, provided you maintain
404+ clear directions next to the object code saying where to find the
405+ Corresponding Source. Regardless of what server hosts the
406+ Corresponding Source, you remain obligated to ensure that it is
407+ available for as long as needed to satisfy these requirements.
408+
409+ e) Convey the object code using peer-to-peer transmission, provided
410+ you inform other peers where the object code and Corresponding
411+ Source of the work are being offered to the general public at no
412+ charge under subsection 6d.
413+
414+ A separable portion of the object code, whose source code is excluded
415+from the Corresponding Source as a System Library, need not be
416+included in conveying the object code work.
417+
418+ A "User Product" is either (1) a "consumer product", which means any
419+tangible personal property which is normally used for personal, family,
420+or household purposes, or (2) anything designed or sold for incorporation
421+into a dwelling. In determining whether a product is a consumer product,
422+doubtful cases shall be resolved in favor of coverage. For a particular
423+product received by a particular user, "normally used" refers to a
424+typical or common use of that class of product, regardless of the status
425+of the particular user or of the way in which the particular user
426+actually uses, or expects or is expected to use, the product. A product
427+is a consumer product regardless of whether the product has substantial
428+commercial, industrial or non-consumer uses, unless such uses represent
429+the only significant mode of use of the product.
430+
431+ "Installation Information" for a User Product means any methods,
432+procedures, authorization keys, or other information required to install
433+and execute modified versions of a covered work in that User Product from
434+a modified version of its Corresponding Source. The information must
435+suffice to ensure that the continued functioning of the modified object
436+code is in no case prevented or interfered with solely because
437+modification has been made.
438+
439+ If you convey an object code work under this section in, or with, or
440+specifically for use in, a User Product, and the conveying occurs as
441+part of a transaction in which the right of possession and use of the
442+User Product is transferred to the recipient in perpetuity or for a
443+fixed term (regardless of how the transaction is characterized), the
444+Corresponding Source conveyed under this section must be accompanied
445+by the Installation Information. But this requirement does not apply
446+if neither you nor any third party retains the ability to install
447+modified object code on the User Product (for example, the work has
448+been installed in ROM).
449+
450+ The requirement to provide Installation Information does not include a
451+requirement to continue to provide support service, warranty, or updates
452+for a work that has been modified or installed by the recipient, or for
453+the User Product in which it has been modified or installed. Access to a
454+network may be denied when the modification itself materially and
455+adversely affects the operation of the network or violates the rules and
456+protocols for communication across the network.
457+
458+ Corresponding Source conveyed, and Installation Information provided,
459+in accord with this section must be in a format that is publicly
460+documented (and with an implementation available to the public in
461+source code form), and must require no special password or key for
462+unpacking, reading or copying.
463+
464+ 7. Additional Terms.
465+
466+ "Additional permissions" are terms that supplement the terms of this
467+License by making exceptions from one or more of its conditions.
468+Additional permissions that are applicable to the entire Program shall
469+be treated as though they were included in this License, to the extent
470+that they are valid under applicable law. If additional permissions
471+apply only to part of the Program, that part may be used separately
472+under those permissions, but the entire Program remains governed by
473+this License without regard to the additional permissions.
474+
475+ When you convey a copy of a covered work, you may at your option
476+remove any additional permissions from that copy, or from any part of
477+it. (Additional permissions may be written to require their own
478+removal in certain cases when you modify the work.) You may place
479+additional permissions on material, added by you to a covered work,
480+for which you have or can give appropriate copyright permission.
481+
482+ Notwithstanding any other provision of this License, for material you
483+add to a covered work, you may (if authorized by the copyright holders of
484+that material) supplement the terms of this License with terms:
485+
486+ a) Disclaiming warranty or limiting liability differently from the
487+ terms of sections 15 and 16 of this License; or
488+
489+ b) Requiring preservation of specified reasonable legal notices or
490+ author attributions in that material or in the Appropriate Legal
491+ Notices displayed by works containing it; or
492+
493+ c) Prohibiting misrepresentation of the origin of that material, or
494+ requiring that modified versions of such material be marked in
495+ reasonable ways as different from the original version; or
496+
497+ d) Limiting the use for publicity purposes of names of licensors or
498+ authors of the material; or
499+
500+ e) Declining to grant rights under trademark law for use of some
501+ trade names, trademarks, or service marks; or
502+
503+ f) Requiring indemnification of licensors and authors of that
504+ material by anyone who conveys the material (or modified versions of
505+ it) with contractual assumptions of liability to the recipient, for
506+ any liability that these contractual assumptions directly impose on
507+ those licensors and authors.
508+
509+ All other non-permissive additional terms are considered "further
510+restrictions" within the meaning of section 10. If the Program as you
511+received it, or any part of it, contains a notice stating that it is
512+governed by this License along with a term that is a further
513+restriction, you may remove that term. If a license document contains
514+a further restriction but permits relicensing or conveying under this
515+License, you may add to a covered work material governed by the terms
516+of that license document, provided that the further restriction does
517+not survive such relicensing or conveying.
518+
519+ If you add terms to a covered work in accord with this section, you
520+must place, in the relevant source files, a statement of the
521+additional terms that apply to those files, or a notice indicating
522+where to find the applicable terms.
523+
524+ Additional terms, permissive or non-permissive, may be stated in the
525+form of a separately written license, or stated as exceptions;
526+the above requirements apply either way.
527+
528+ 8. Termination.
529+
530+ You may not propagate or modify a covered work except as expressly
531+provided under this License. Any attempt otherwise to propagate or
532+modify it is void, and will automatically terminate your rights under
533+this License (including any patent licenses granted under the third
534+paragraph of section 11).
535+
536+ However, if you cease all violation of this License, then your
537+license from a particular copyright holder is reinstated (a)
538+provisionally, unless and until the copyright holder explicitly and
539+finally terminates your license, and (b) permanently, if the copyright
540+holder fails to notify you of the violation by some reasonable means
541+prior to 60 days after the cessation.
542+
543+ Moreover, your license from a particular copyright holder is
544+reinstated permanently if the copyright holder notifies you of the
545+violation by some reasonable means, this is the first time you have
546+received notice of violation of this License (for any work) from that
547+copyright holder, and you cure the violation prior to 30 days after
548+your receipt of the notice.
549+
550+ Termination of your rights under this section does not terminate the
551+licenses of parties who have received copies or rights from you under
552+this License. If your rights have been terminated and not permanently
553+reinstated, you do not qualify to receive new licenses for the same
554+material under section 10.
555+
556+ 9. Acceptance Not Required for Having Copies.
557+
558+ You are not required to accept this License in order to receive or
559+run a copy of the Program. Ancillary propagation of a covered work
560+occurring solely as a consequence of using peer-to-peer transmission
561+to receive a copy likewise does not require acceptance. However,
562+nothing other than this License grants you permission to propagate or
563+modify any covered work. These actions infringe copyright if you do
564+not accept this License. Therefore, by modifying or propagating a
565+covered work, you indicate your acceptance of this License to do so.
566+
567+ 10. Automatic Licensing of Downstream Recipients.
568+
569+ Each time you convey a covered work, the recipient automatically
570+receives a license from the original licensors, to run, modify and
571+propagate that work, subject to this License. You are not responsible
572+for enforcing compliance by third parties with this License.
573+
574+ An "entity transaction" is a transaction transferring control of an
575+organization, or substantially all assets of one, or subdividing an
576+organization, or merging organizations. If propagation of a covered
577+work results from an entity transaction, each party to that
578+transaction who receives a copy of the work also receives whatever
579+licenses to the work the party's predecessor in interest had or could
580+give under the previous paragraph, plus a right to possession of the
581+Corresponding Source of the work from the predecessor in interest, if
582+the predecessor has it or can get it with reasonable efforts.
583+
584+ You may not impose any further restrictions on the exercise of the
585+rights granted or affirmed under this License. For example, you may
586+not impose a license fee, royalty, or other charge for exercise of
587+rights granted under this License, and you may not initiate litigation
588+(including a cross-claim or counterclaim in a lawsuit) alleging that
589+any patent claim is infringed by making, using, selling, offering for
590+sale, or importing the Program or any portion of it.
591+
592+ 11. Patents.
593+
594+ A "contributor" is a copyright holder who authorizes use under this
595+License of the Program or a work on which the Program is based. The
596+work thus licensed is called the contributor's "contributor version".
597+
598+ A contributor's "essential patent claims" are all patent claims
599+owned or controlled by the contributor, whether already acquired or
600+hereafter acquired, that would be infringed by some manner, permitted
601+by this License, of making, using, or selling its contributor version,
602+but do not include claims that would be infringed only as a
603+consequence of further modification of the contributor version. For
604+purposes of this definition, "control" includes the right to grant
605+patent sublicenses in a manner consistent with the requirements of
606+this License.
607+
608+ Each contributor grants you a non-exclusive, worldwide, royalty-free
609+patent license under the contributor's essential patent claims, to
610+make, use, sell, offer for sale, import and otherwise run, modify and
611+propagate the contents of its contributor version.
612+
613+ In the following three paragraphs, a "patent license" is any express
614+agreement or commitment, however denominated, not to enforce a patent
615+(such as an express permission to practice a patent or covenant not to
616+sue for patent infringement). To "grant" such a patent license to a
617+party means to make such an agreement or commitment not to enforce a
618+patent against the party.
619+
620+ If you convey a covered work, knowingly relying on a patent license,
621+and the Corresponding Source of the work is not available for anyone
622+to copy, free of charge and under the terms of this License, through a
623+publicly available network server or other readily accessible means,
624+then you must either (1) cause the Corresponding Source to be so
625+available, or (2) arrange to deprive yourself of the benefit of the
626+patent license for this particular work, or (3) arrange, in a manner
627+consistent with the requirements of this License, to extend the patent
628+license to downstream recipients. "Knowingly relying" means you have
629+actual knowledge that, but for the patent license, your conveying the
630+covered work in a country, or your recipient's use of the covered work
631+in a country, would infringe one or more identifiable patents in that
632+country that you have reason to believe are valid.
633+
634+ If, pursuant to or in connection with a single transaction or
635+arrangement, you convey, or propagate by procuring conveyance of, a
636+covered work, and grant a patent license to some of the parties
637+receiving the covered work authorizing them to use, propagate, modify
638+or convey a specific copy of the covered work, then the patent license
639+you grant is automatically extended to all recipients of the covered
640+work and works based on it.
641+
642+ A patent license is "discriminatory" if it does not include within
643+the scope of its coverage, prohibits the exercise of, or is
644+conditioned on the non-exercise of one or more of the rights that are
645+specifically granted under this License. You may not convey a covered
646+work if you are a party to an arrangement with a third party that is
647+in the business of distributing software, under which you make payment
648+to the third party based on the extent of your activity of conveying
649+the work, and under which the third party grants, to any of the
650+parties who would receive the covered work from you, a discriminatory
651+patent license (a) in connection with copies of the covered work
652+conveyed by you (or copies made from those copies), or (b) primarily
653+for and in connection with specific products or compilations that
654+contain the covered work, unless you entered into that arrangement,
655+or that patent license was granted, prior to 28 March 2007.
656+
657+ Nothing in this License shall be construed as excluding or limiting
658+any implied license or other defenses to infringement that may
659+otherwise be available to you under applicable patent law.
660+
661+ 12. No Surrender of Others' Freedom.
662+
663+ If conditions are imposed on you (whether by court order, agreement or
664+otherwise) that contradict the conditions of this License, they do not
665+excuse you from the conditions of this License. If you cannot convey a
666+covered work so as to satisfy simultaneously your obligations under this
667+License and any other pertinent obligations, then as a consequence you may
668+not convey it at all. For example, if you agree to terms that obligate you
669+to collect a royalty for further conveying from those to whom you convey
670+the Program, the only way you could satisfy both those terms and this
671+License would be to refrain entirely from conveying the Program.
672+
673+ 13. Use with the GNU Affero General Public License.
674+
675+ Notwithstanding any other provision of this License, you have
676+permission to link or combine any covered work with a work licensed
677+under version 3 of the GNU Affero General Public License into a single
678+combined work, and to convey the resulting work. The terms of this
679+License will continue to apply to the part which is the covered work,
680+but the special requirements of the GNU Affero General Public License,
681+section 13, concerning interaction through a network will apply to the
682+combination as such.
683+
684+ 14. Revised Versions of this License.
685+
686+ The Free Software Foundation may publish revised and/or new versions of
687+the GNU General Public License from time to time. Such new versions will
688+be similar in spirit to the present version, but may differ in detail to
689+address new problems or concerns.
690+
691+ Each version is given a distinguishing version number. If the
692+Program specifies that a certain numbered version of the GNU General
693+Public License "or any later version" applies to it, you have the
694+option of following the terms and conditions either of that numbered
695+version or of any later version published by the Free Software
696+Foundation. If the Program does not specify a version number of the
697+GNU General Public License, you may choose any version ever published
698+by the Free Software Foundation.
699+
700+ If the Program specifies that a proxy can decide which future
701+versions of the GNU General Public License can be used, that proxy's
702+public statement of acceptance of a version permanently authorizes you
703+to choose that version for the Program.
704+
705+ Later license versions may give you additional or different
706+permissions. However, no additional obligations are imposed on any
707+author or copyright holder as a result of your choosing to follow a
708+later version.
709+
710+ 15. Disclaimer of Warranty.
711+
712+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
713+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
714+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
715+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
716+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
717+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
718+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
719+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
720+
721+ 16. Limitation of Liability.
722+
723+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
724+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
725+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
726+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
727+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
728+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
729+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
730+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
731+SUCH DAMAGES.
732+
733+ 17. Interpretation of Sections 15 and 16.
734+
735+ If the disclaimer of warranty and limitation of liability provided
736+above cannot be given local legal effect according to their terms,
737+reviewing courts shall apply local law that most closely approximates
738+an absolute waiver of all civil liability in connection with the
739+Program, unless a warranty or assumption of liability accompanies a
740+copy of the Program in return for a fee.
741+
742+ END OF TERMS AND CONDITIONS
743+
744+ How to Apply These Terms to Your New Programs
745+
746+ If you develop a new program, and you want it to be of the greatest
747+possible use to the public, the best way to achieve this is to make it
748+free software which everyone can redistribute and change under these terms.
749+
750+ To do so, attach the following notices to the program. It is safest
751+to attach them to the start of each source file to most effectively
752+state the exclusion of warranty; and each file should have at least
753+the "copyright" line and a pointer to where the full notice is found.
754+
755+ <one line to give the program's name and a brief idea of what it does.>
756+ Copyright (C) <year> <name of author>
757+
758+ This program is free software: you can redistribute it and/or modify
759+ it under the terms of the GNU General Public License as published by
760+ the Free Software Foundation, either version 3 of the License, or
761+ (at your option) any later version.
762+
763+ This program is distributed in the hope that it will be useful,
764+ but WITHOUT ANY WARRANTY; without even the implied warranty of
765+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
766+ GNU General Public License for more details.
767+
768+ You should have received a copy of the GNU General Public License
769+ along with this program. If not, see <http://www.gnu.org/licenses/>.
770+
771+Also add information on how to contact you by electronic and paper mail.
772+
773+ If the program does terminal interaction, make it output a short
774+notice like this when it starts in an interactive mode:
775+
776+ <program> Copyright (C) <year> <name of author>
777+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
778+ This is free software, and you are welcome to redistribute it
779+ under certain conditions; type `show c' for details.
780+
781+The hypothetical commands `show w' and `show c' should show the appropriate
782+parts of the General Public License. Of course, your program's commands
783+might be different; for a GUI interface, you would use an "about box".
784+
785+ You should also get your employer (if you work as a programmer) or school,
786+if any, to sign a "copyright disclaimer" for the program, if necessary.
787+For more information on this, and how to apply and follow the GNU GPL, see
788+<http://www.gnu.org/licenses/>.
789+
790+ The GNU General Public License does not permit incorporating your program
791+into proprietary programs. If your program is a subroutine library, you
792+may consider it more useful to permit linking proprietary applications with
793+the library. If this is what you want to do, use the GNU Lesser General
794+Public License instead of this License. But first, please read
795+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
796
797=== renamed file 'COPYING' => 'COPYING.moved'
798=== added file 'ChangeLog'
799--- ChangeLog 1970-01-01 00:00:00 +0000
800+++ ChangeLog 2010-11-20 07:24:56 +0000
801@@ -0,0 +1,29184 @@
802+2010-08-04 Robert Millan <rmh@gnu.org>
803+
804+ Support OpenSolaris in ZFS device resolution.
805+
806+ * configure.ac: Check for getmntany().
807+ * kern/emu/misc.c [HAVE_GETMNTANY]: Include `<sys/mnttab.h>'.
808+ [HAVE_GETMNTANY] (grub_find_zpool_from_mount_point): Add OpenSolaris
809+ support.
810+
811+2010-08-03 Robert Millan <rmh@gnu.org>
812+
813+ Fix grub-emu build.
814+
815+ * include/grub/util/misc.h: Move `<grub/util/libzfs.h>' to ...
816+ * include/grub/emu/misc.h: ... here.
817+
818+ * include/grub/util/misc.h (grub_get_libzfs_handle): Move function ...
819+ * include/grub/emu/misc.h (grub_get_libzfs_handle): ... here.
820+
821+ * util/misc.c: Remove `<grub/util/libzfs.h>'.
822+ [HAVE_LIBZFS] (libzfs_handle, fini_libzfs)
823+ (grub_get_libzfs_handle): Move to ...
824+ * kern/emu/misc.c [HAVE_LIBZFS] (__libzfs_handle, fini_libzfs)
825+ (grub_get_libzfs_handle): ... here.
826+
827+2010-08-03 BVK Chaitanya <bvk.groups@gmail.com>
828+
829+ * script/execute.c (grub_script_execute_cmdline): Check for NULL
830+ as command name case.
831+
832+2010-08-02 Colin Watson <cjwatson@ubuntu.com>
833+
834+ * disk/raid.c (insert_array): Select unique numbers for named arrays
835+ as well, for use as keys in the disk cache.
836+
837+2010-08-01 Robert Millan <rmh@gnu.org>
838+
839+ * util/grub.d/10_kfreebsd.in: Initialize ${kfreebsd_device} as the
840+ kFreeBSD device name, except on ZFS where the filesystem label is
841+ used.
842+ (kfreebsd_entry): On ZFS root, load `opensolaris.ko', `zfs.ko' and
843+ `/boot/zfs/zpool.cache'.
844+ Set mountfrom kernel variable using ${kfreebsd_device}.
845+
846+2010-08-01 Robert Millan <rmh@gnu.org>
847+
848+ Make it even harder to use uninitialized `libzfs_handle' (and
849+ make the interface a bit simpler).
850+
851+ * include/grub/util/misc.h (grub_util_init_libzfs)
852+ (libzfs_handle): Remove.
853+ (grub_get_libzfs_handle): New prototype.
854+
855+ * util/misc.c [HAVE_LIBZFS] (libzfs_handle): Add `static'
856+ attribute.
857+ (grub_util_init_libzfs): Remove.
858+ (grub_get_libzfs_handle): New function.
859+
860+ * kern/emu/getroot.c (find_root_device_from_libzfs): Use
861+ grub_get_libzfs_handle() to obtain a libzfs handle instead of
862+ accessing `libzfs_handle' directly.
863+
864+2010-08-01 Robert Millan <rmh@gnu.org>
865+
866+ * include/grub/emu/misc.h (grub_find_mount_point_from_dir)
867+ (grub_find_zpool_from_mount_point): New function prototypes.
868+
869+ * kern/emu/getroot.c [HAVE_GETFSSTAT]: Move `<sys/mount.h>' to ...
870+ * kern/emu/misc.c [HAVE_GETFSSTAT]: ... here.
871+
872+ * kern/emu/getroot.c (find_mount_point_from_dir): Move to ...
873+ * kern/emu/misc.c (grub_find_mount_point_from_dir): ... this. Remove
874+ `static' attribute.
875+
876+ * kern/emu/getroot.c (find_root_device_from_libzfs): Split code for
877+ finding zpool from mount point into ...
878+ * kern/emu/misc.c (grub_find_zpool_from_mount_point): ... this.
879+
880+ * kern/emu/misc.c (grub_make_system_path_relative_to_its_root): When
881+ requested path is part of a ZFS pool, use
882+ grub_find_zpool_from_mount_point() to detect its filesystem name,
883+ and generate a path with `/fsname@path' syntax.
884+
885+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
886+
887+ * include/grub/util/libzfs.h (libzfs_init): Set argument list to
888+ (void) rather than () so that this is a proper prototype.
889+
890+2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
891+
892+ * lib/arg.c (grub_arg_show_help): Add the necessary spacing.
893+
894+2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
895+
896+ * kern/emu/getroot.c (find_mount_point_from_dir): Compile only if
897+ [HAVE_LIBZFS && HAVE_LIBNVPAIR]
898+
899+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
900+
901+ * util/grub-mkrescue.in: Remove ${efi_dir} after building efi.img.
902+
903+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
904+
905+ * script/yylex.l (NAME): Remove [:digit:], redundant with [:alnum:].
906+
907+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
908+
909+ * docs/grub.texi (Simple configuration): Document GRUB_CMDLINE_XEN
910+ and GRUB_CMDLINE_XEN_DEFAULT. Recommend setting
911+ GRUB_GFXPAYLOAD_LINUX=text rather than unsetting it in order to
912+ disable gfxpayload.
913+ (Shell-like scripting): Add real content.
914+ (Serial terminal): Suggest `terminal_input serial; terminal_output
915+ serial' rather than putting the two commands on separate lines,
916+ since console input will be inoperative after the first command.
917+ (menuentry): Document --class, --users, and --hotkey options.
918+ (terminfo): Describe what `visually-ordered UTF-8' means (thanks,
919+ Vladimir Serbinenko).
920+
921+2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
922+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
923+
924+ * kern/misc.c (grub_memset): Optimise to reduce cache stalls.
925+
926+2010-08-01 Robert Millan <rmh@gnu.org>
927+
928+ * include/grub/emu/misc.h (grub_find_mount_point_from_dir)
929+ (grub_find_zpool_from_mount_point): New function prototypes.
930+
931+ * kern/emu/getroot.c [HAVE_GETFSSTAT]: Move `<sys/mount.h>' to ...
932+ * kern/emu/misc.c [HAVE_GETFSSTAT]: ... here.
933+
934+ * kern/emu/getroot.c (find_mount_point_from_dir): Move to ...
935+ * kern/emu/misc.c (grub_find_mount_point_from_dir): ... this. Remove
936+ `static' attribute.
937+
938+ * kern/emu/getroot.c (find_root_device_from_libzfs): Split code for
939+ finding zpool from mount point into ...
940+ * kern/emu/misc.c (grub_find_zpool_from_mount_point): ... this.
941+
942+ * kern/emu/misc.c (grub_make_system_path_relative_to_its_root): When
943+ requested path is part of a ZFS pool, use
944+ grub_find_zpool_from_mount_point() to detect its filesystem name,
945+ and generate a path with `/fsname@path' syntax.
946+
947+2010-08-01 Robert Millan <rmh@gnu.org>
948+
949+ Prevent accidental use of uninitialized libzfs_handle.
950+
951+ * util/grub-probe.c (main): Move grub_util_init_libzfs() call to ...
952+ * kern/emu/getroot.c (find_root_device_from_libzfs): ... here.
953+ * util/misc.c (grub_util_init_libzfs): Make this function idempotent.
954+
955+2010-08-01 Colin Watson <cjwatson@ubuntu.com>
956+
957+ * util/grub.d/20_linux_xen.in: Don't use UUID for LVM root (matching
958+ util/grub.d/10_linux.in). Fixes Debian bug #591093.
959+
960+2010-08-01 Robert Millan <rmh@gnu.org>
961+
962+ * kern/emu/getroot.c: Include `<grub/util/misc.h>'.
963+
964+2010-07-31 Robert Millan <rmh@gnu.org>
965+
966+ * util/grub.d/10_kfreebsd.in: Make module handling more generic.
967+
968+2010-07-31 Robert Millan <rmh@gnu.org>
969+
970+ * kern/emu/misc.c: Add missing license header.
971+
972+2010-07-31 Robert Millan <rmh@gnu.org>
973+
974+ * configure.ac: Check for `libzfs.h' and `libnvpair.h'.
975+
976+ * include/grub/util/libnvpair.h: Include `<config.h>'.
977+ [HAVE_LIBNVPAIR_H]: Include `<libnvpair.h>' instead of
978+ declaring libnvpair prototypes ourselves.
979+ * include/grub/util/libzfs.h: Include `<config.h>'.
980+ [HAVE_LIBZFS_H]: Include `<libzfs.h>' instead of
981+ declaring libzfs prototypes ourselves.
982+
983+ (libzfs_handle): Moved to ...
984+ * include/grub/util/misc.h (libzfs_handle): ... here.
985+ Include `<grub/util/libzfs.h>'.
986+
987+2010-07-30 Robert Millan <rmh@gnu.org>
988+
989+ * include/grub/emu/misc.h: Add missing license header.
990+
991+2010-07-30 Robert Millan <rmh@gnu.org>
992+
993+ Enable `grub-probe -t device' resolution on ZFS.
994+
995+ * configure.ac: Check for getfsstat(), libzfs and libnvpair.
996+ * include/grub/util/libnvpair.h: New file.
997+ * include/grub/util/libzfs.h: New file.
998+
999+ * kern/emu/getroot.c: Include `<assert.h>' and `<error.h>'.
1000+ [HAVE_LIBZFS && HAVE_LIBNVPAIR]: Include `<grub/util/libzfs.h>' and
1001+ `<grub/util/libnvpair.h>'.
1002+ [HAVE_GETFSSTAT]: Include `<sys/mount.h>'.
1003+
1004+ (find_mount_point_from_dir): New static function.
1005+ [HAVE_LIBZFS && HAVE_LIBNVPAIR] (find_root_device_from_libzfs): New
1006+ function.
1007+ [HAVE_LIBZFS && HAVE_LIBNVPAIR] (grub_guess_root_device): Use
1008+ find_root_device_from_libzfs() before ressorting to find_root_device().
1009+
1010+ * include/grub/util/misc.h (grub_util_init_libzfs): New function
1011+ prototype.
1012+ * util/misc.c: Include `<grub/util/libzfs.h>'.
1013+ (grub_util_init_libzfs): New function.
1014+ [HAVE_LIBZFS] (libzfs_handle): New global variable.
1015+ [HAVE_LIBZFS] (fini_libzfs): New static function.
1016+ (grub_util_init_libzfs): New function.
1017+ * util/grub-probe.c (main): Call grub_util_init_libzfs().
1018+
1019+2010-07-30 Robert Millan <rmh@gnu.org>
1020+
1021+ * include/grub/emu/misc.h (grub_make_system_path_relative_to_its_root)
1022+ (xmalloc, xrealloc, xstrdup, xasprintf): Add
1023+ `warn_unused_result' attribute.
1024+ * include/grub/misc.h (grub_strdup, grub_strndup, grub_strlen)
1025+ (grub_xasprintf, grub_xvasprintf): Likewise.
1026+ * include/grub/emu/misc.h (xasprintf): Remove duplicate prototype.
1027+
1028+2010-07-29 Robert Millan <rmh@gnu.org>
1029+
1030+ * util/grub-probe.c (PRINT_FS_LABEL): New enum value.
1031+ (probe): Handle `PRINT_FS_LABEL'.
1032+ (main): Handle `-t fs_label'.
1033+
1034+2010-07-29 Robert Millan <rmh@gnu.org>
1035+
1036+ * configure.ac: Remove grub-mkisofs checks.
1037+
1038+2010-07-28 Vladimir Serbinenko <phcoder@gmail.com>
1039+
1040+ * util/ieee1275/grub-install.in: Don't use empty grub_device.
1041+ Reported by: Lennart Sorensen.
1042+
1043+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1044+
1045+ * util/grub.d/00_header.in: Remove compatibility with terminal.mod
1046+ prior to terminal_input/terminal_output separation. It's been over 1.5
1047+ years and those versions weren't widely deployed.
1048+
1049+2010-07-22 Colin Watson <cjwatson@ubuntu.com>
1050+
1051+ * disk/raid.c (insert_array): Don't count named arrays when looking
1052+ for unused array numbers.
1053+ Reported and tested by: Michael Guntsche.
1054+
1055+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1056+
1057+ * bus/usb/emu/usb.c (grub_usb_poll_devices): Add a dummy
1058+ implementation of this so that grub-emu links again, with a note
1059+ that this should support hotplugging in the future.
1060+
1061+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1062+
1063+ * kern/emu/getroot.c (grub_util_get_grub_dev): Use xasprintf.
1064+
1065+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1066+
1067+ * disk/loopback.c (grub_cmd_loopback): Don't leak a grub_file_t
1068+ handle on failure.
1069+ (grub_loopback_close): Remove empty function.
1070+ (grub_loopback_dev): Remove close method.
1071+
1072+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1073+
1074+ Disable EFI cursor when the EFI console becomes inactive.
1075+
1076+ * term/efi/console.c (grub_efi_console_init): New function.
1077+ (grub_efi_console_fini): New function.
1078+ (grub_console_term_output): Register init and fini methods.
1079+
1080+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1081+
1082+ * tests/util/grub-shell-tester.in: Remove bashism and declare as
1083+ sh script.
1084+
1085+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1086+
1087+ * disk/loopback.c (grub_loopback): Replace filename with file.
1088+ (delete_loopback): Handle new semantics.
1089+ (grub_cmd_loopback): Likewise.
1090+ (grub_loopback_iterate): Likewise.
1091+ (grub_loopback_close): Likewise.
1092+
1093+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1094+
1095+ * util/i386/efi/grub-install.in: Revert to platform-specific behaviour
1096+ with -p "".
1097+ Reported by: Tito Keitel.
1098+
1099+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1100+
1101+ * docs/grub.texi (Naming convention): Document new naming convention.
1102+
1103+2010-07-20 Vadim Solomin <vadic052@gmail.com>
1104+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1105+
1106+ Generate device.map in something closer to the old ordering.
1107+
1108+ * util/deviceiter.c (struct device): New declaration.
1109+ (compare_file_names): Rename to ...
1110+ (compare_devices): ... this. Sort by kernel name in preference to
1111+ the stable by-id name, but keep the latter as a fallback comparison.
1112+ Update header comment.
1113+ (grub_util_iterate_devices) [__linux__]: Construct and sort an array
1114+ of `struct device' rather than of plain file names.
1115+
1116+2010-07-20 Thomas Frauendorfer <Thomas.Frauendorfer@googlemail.com>
1117+
1118+ * lib/i386/relocator_asm.S [! __x86_64__]: Don't try to disable amd64
1119+ on i386.
1120+
1121+2010-07-20 Vladimir Serbinenko <phcoder@gmail.com>
1122+
1123+ * commands/acpi.c (setup_common_tables): Use sizeof instead of
1124+ hardcoding size.
1125+ (setv1table): Likewise.
1126+
1127+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1128+
1129+ * disk/raid.c (insert_array): Use md/%s to name mdadm 1.x devices,
1130+ removing the homehost if present.
1131+ * kern/emu/getroot.c (get_mdadm_name) [__linux__]: New function.
1132+ (grub_util_get_grub_dev): Use md/%s to name mdadm 1.x devices,
1133+ removing the homehost if present.
1134+ (grub_util_get_grub_dev) [__linux__]: Get the array name from mdadm
1135+ if possible.
1136+ * util/i386/pc/grub-setup.c (main): Handle md/* devices.
1137+
1138+ * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Add start_sector
1139+ parameter. Set its pointer target to 0.
1140+ * disk/mdraid_linux.c (grub_mdraid_detect): Add start_sector
1141+ parameter. Set its pointer target to 0 for 0.9 metadata, or to the
1142+ `data_offset' value from the superblock for 1.x metadata.
1143+ * disk/raid.c (grub_raid_read): Offset reads by the start sector of
1144+ data on the device.
1145+ (insert_array): Record the start sector of data on the device.
1146+ (grub_raid_register): Pass start_sector parameters to
1147+ grub_raid_list->detect and insert_array.
1148+ * include/grub/raid.h (struct grub_raid_array): Add start_sector
1149+ member.
1150+ (struct grub_raid): Add start_sector parameter to `detect'.
1151+
1152+ * disk/mdraid_linux.c (struct grub_raid_super_1x): Remove
1153+ __attribute__ ((packed)), leaving a comment.
1154+ (grub_mdraid_detect): Split out 0.9 and 1.x detection to ...
1155+ (grub_mdraid_detect_09): ... here and ...
1156+ (grub_mdraid_detect_1x): ... here.
1157+
1158+2010-07-20 Peter Henn <peter.henn@web.de>
1159+
1160+ * disk/mdraid_linux.c (grub_mdraid_detect): Fix calculation of 1.x
1161+ chunk size and disk size, which are already given as sector counts
1162+ as distinct from the 0.90 units. Fetch the correct device number
1163+ from the role table instead of using the table index.
1164+
1165+2010-07-20 Felix Zielcke <fzielcke@z-51.de>
1166+
1167+ * disk/dmraid_nvidia.c (grub_dmraid_nv_detect): Set array->name to NULL.
1168+ * disk/mdraid_linux.c (grub_raid_super_1x): New structure.
1169+ (WriteMostly1): New macro.
1170+ Set array->name to NULL for metadata format 0.90. Add support for
1171+ metadata 1.x. Fix some comments.
1172+ * disk/raid.c (): Add support for name based RAID arrays. Fix a
1173+ few comments.
1174+ * util/getroot.c (grub_util_get_grub_dev): Add support for
1175+ /dev/md/name style devices.
1176+
1177+2010-07-20 Colin Watson <cjwatson@ubuntu.com>
1178+
1179+ * .bzrignore: Ignore 20_linux_xen.
1180+
1181+2010-07-17 Colin Watson <cjwatson@ubuntu.com>
1182+
1183+ * util/import_unicode.py: Remove unnecessary imports.
1184+
1185+2010-07-17 Aleš Nesrsta <starous@volny.cz>
1186+
1187+ Hotplugging and USB hub support.
1188+
1189+ * bus/usb/ohci.c (grub_ohci_td): Add convenience fields.
1190+ (grub_ohci): Likewise.
1191+ (GRUB_OHCI_REG_CONTROL_BULK_ENABLE): New definition.
1192+ (GRUB_OHCI_REG_CONTROL_CONTROL_ENABLE): Likewise.
1193+ (GRUB_OHCI_RESET_CONNECT_CHANGE): Likewise.
1194+ (GRUB_OHCI_CTRL_EDS): Likewise.
1195+ (GRUB_OHCI_BULK_EDS): Likewise.
1196+ (GRUB_OHCI_TDS): Likewise.
1197+ (GRUB_OHCI_ED_ADDR_MASK): Likewise.
1198+ (grub_ohci_ed_phys2virt): New function.
1199+ (grub_ohci_virt_to_phys): Likewise.
1200+ (grub_ohci_td_phys2virt): Likewise.
1201+ (grub_ohci_td_virt2phys): Likewise.
1202+ (grub_ohci_pci_iter): Allocate memory and don't wait for stable
1203+ attachment.
1204+ (grub_ohci_find_ed): New function.
1205+ (grub_ohci_alloc_td): Likewise.
1206+ (grub_ohci_free_td): Likewise.
1207+ (grub_ohci_free_tds): Likewise.
1208+ (grub_ohci_transfer): Use previously allocated memory.
1209+ (grub_ohci_portstatus): Reset status changed bit.
1210+ (grub_ohci_detect_dev): Supply status changed.
1211+ (grub_ohci_fini_hw): Free memory.
1212+ (grub_ohci_restore_hw): Reallocate memory.
1213+ * bus/usb/uhci.c (grub_uhci_portstatus): Don't reset on disable.
1214+ Reset status change.
1215+ (grub_uhci_detect_dev): Supply status_change.
1216+ * bus/usb/usb.c (attach_hooks): New var.
1217+ (grub_usb_device_attach): New function.
1218+ (grub_usb_register_attach_hook_class): Likewise.
1219+ (grub_usb_unregister_attach_hook_class): Likewise.
1220+ * bus/usb/usbhub.c (grub_usb_hub_add_dev): Handle errors correctly.
1221+ (grub_usb_add_hub): Reset connection changed bit.
1222+ (attach_root_port): New function.
1223+ (grub_usb_root_hub): Likewise.
1224+ (poll_nonroot_hub): Likewise.
1225+ (grub_usb_poll_devices): Likewise.
1226+ * commands/usbtest.c (grub_cmd_usbtest): Poll devices before listing.
1227+ * disk/usbms.c (grub_usbms_open): Use device hooks.
1228+ (grub_usbms_iterate) :Poll devices.
1229+ (grub_usbms_finddevs): Split into ...
1230+ (grub_usbms_attach): ... this ...
1231+ (grub_usbms_attach): ... and this.
1232+ * include/grub/usb.h (grub_usb_controller_dev): Supply status_changed
1233+ in detect_dev.
1234+ (grub_usb_interface): New fields attached and detach_hook.
1235+ (grub_usb_attach_hook_class): New type.
1236+ (grub_usb_attach_desc): New struct.
1237+ (grub_usb_register_attach_hook_class): New function.
1238+ (grub_usb_unregister_attach_hook_class): Likewise.
1239+ (grub_usb_poll_devices): Likewise.
1240+ (grub_usb_device_attach): Likewise.
1241+ * include/grub/usbtrans.h (GRUB_USB_HUB_FEATURE_C_CONNECTED): New const.
1242+ (GRUB_USB_HUB_STATUS_C_CONNECTED): Likewise.
1243+
1244+2010-07-17 Vladimir Serbinenko <phcoder@gmail.com>
1245+
1246+ * include/grub/bsdlabel.h (GRUB_PC_PARTITION_BSD_LABEL_WHOLE_DISK_PARTITION): New definition.
1247+ * partmap/bsdlabel.c (bsdlabel_partition_map_iterate): Use FreeBSD
1248+ delta determination style. Works with most NetBSD partitions too.
1249+
1250+2010-07-17 Vladimir Serbinenko <phcoder@gmail.com>
1251+
1252+ * kern/partition.c [GRUB_UTIL]: Add missing util/misc.h inclusion.
1253+ * partmap/bsdlabel.c [GRUB_UTIL]: Likewise.
1254+
1255+2010-07-17 Vladimir Serbinenko <phcoder@gmail.com>
1256+
1257+ * disk/scsi.c (grub_scsi_open): Fix incorrect pointer dereference.
1258+
1259+2010-07-14 Anton Blanchard <anton@samba.org>
1260+
1261+ * loader/powerpc/ieee1275/linux.c (grub_cmd_linux): Do not reject
1262+ ET_DYN files.
1263+
1264+2010-07-14 Grégoire Sutre <gregoire.sutre@gmail.com>
1265+
1266+ * Makefile.in: Use the substituted @USE_NLS@ instead of ENABLE_NLS.
1267+
1268+2010-07-14 Grégoire Sutre <gregoire.sutre@gmail.com>
1269+
1270+ * kern/partition.c (grub_partition_check_containment): New function to
1271+ check that a partition is physically contained in a parent. Since
1272+ offsets are relative (and non-negative), this reduces to checking that
1273+ the partition ends before its parent.
1274+ (grub_partition_map_probe): Discard out-of-range sub-partitions.
1275+ (grub_partition_iterate): Likewise.
1276+ * include/grub/partition.h (grub_partition_map): Slightly more detailed
1277+ comments.
1278+ * partmap/bsdlabel.c (bsdlabel_partition_map_iterate): Discard
1279+ partitions that start before their parent, and add debug printfs.
1280+
1281+2010-07-13 Colin Watson <cjwatson@ubuntu.com>
1282+
1283+ * Makefile.in (.SUFFIX): Spell correctly, as ...
1284+ (.SUFFIXES): ... this. Fixes bug where `make foo' (where foo is a
1285+ bare module name without `.mod', e.g. `test') tried to invoke a
1286+ Modula-2 compiler.
1287+
1288+2010-07-13 Colin Watson <cjwatson@ubuntu.com>
1289+
1290+ * README: Point to the Info manual.
1291+
1292+2010-07-13 Jiro SEKIBA <jir@unicus.jp>
1293+
1294+ * fs/nilfs2.c: fix macro NILFS_2ND_SUPER_BLOCK to calculate
1295+ 2nd superblock position from partition size.
1296+
1297+2010-07-10 Colin Watson <cjwatson@ubuntu.com>
1298+
1299+ * Makefile.in (MAINTAINER_CLEANFILES): Remove
1300+ unicode/UnicodeData.txt, unicode/BidiMirroring.txt, and
1301+ unicode/ArabicShaping.txt again; these are inputs to autogen.sh, not
1302+ outputs.
1303+
1304+2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
1305+
1306+ Restructure SCSI .id handling.
1307+ Reported and tested by: Aleš Nesrsta.
1308+
1309+ * disk/ata.c (grub_atapi_close): Removed. All users updated.
1310+ (grub_atapi_dev): Changed .name to "ata". New field .id.
1311+ * disk/usbms.c (grub_usbms_close): Removed. All users updated.
1312+ (grub_usbms_dev): New field .id.
1313+ * disk/scsi.c (grub_scsi_iterate): Generate name.
1314+ (grub_scsi_open): Parse name.
1315+ * include/grub/scsi.h (grub_make_scsi_id): New function.
1316+ (grub_scsi_dev): Change iterate and open to number instead of naming
1317+ busses. All users updated.
1318+ (grub_scsi): Remove name. Add .bus.
1319+
1320+2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
1321+
1322+ * commands/help.c (grub_cmd_help): Fix a typo.
1323+
1324+2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
1325+
1326+ * normal/term.c (put_glyphs_terminal): Fix state->num_lines counting.
1327+ Reported and tested by: Colin Watson.
1328+
1329+2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
1330+
1331+ * util/grub-mkrescue.in: Don't use tar GNU-ism since it's not necessary
1332+ in this context.
1333+
1334+2010-07-07 Vladimir Serbinenko <phcoder@gmail.com>
1335+
1336+ * tests/util/grub-shell.in: Remove bashisms and declare as sh script.
1337+
1338+2010-07-07 Colin Watson <cjwatson@ubuntu.com>
1339+
1340+ * term/gfxterm.c (grub_gfxterm_background_image_cmd): Fix
1341+ indentation.
1342+
1343+2010-07-06 Colin Watson <cjwatson@ubuntu.com>
1344+
1345+ * conf/common.rmk (grub_probe_SOURCES): Add disk/raid5_recover.c
1346+ and disk/raid6_recover.c.
1347+ * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
1348+ * conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Likewise.
1349+
1350+2010-07-06 Colin Watson <cjwatson@ubuntu.com>
1351+
1352+ * term/gfxterm.c (repaint_schedulded): Rename to ...
1353+ (repaint_scheduled): ... this. Update all callers.
1354+ (repaint_was_schedulded): Rename to ...
1355+ (repaint_was_scheduled): ... this. Update all callers.
1356+
1357+2010-07-06 Colin Watson <cjwatson@ubuntu.com>
1358+
1359+ * util/deviceiter.c (grub_util_iterate_devices): Skip MD devices,
1360+ which we expect to be handled by upper layers.
1361+
1362+2010-07-06 BVK Chaitanya <bvk.groups@gmail.com>
1363+
1364+ * bus/usb/usbhub.c: #include time.h header.
1365+
1366+2010-07-06 Colin Watson <cjwatson@ubuntu.com>
1367+
1368+ * fs/reiserfs.c (grub_reiserfs_iterate_dir): Zero out first byte of
1369+ entry_name also for entries without stat blocks (e.g. ".."); fixes
1370+ corruption of the first entry in a directory.
1371+
1372+2010-07-06 Colin Watson <cjwatson@ubuntu.com>
1373+
1374+ * util/grub.d/00_header.in: Process GRUB_THEME and GRUB_BACKGROUND
1375+ after setting gfxterm as the active terminal. GRUB_BACKGROUND
1376+ doesn't work otherwise.
1377+
1378+2010-07-05 Colin Watson <cjwatson@ubuntu.com>
1379+
1380+ * docs/grub.texi (Features): Update list of supported file systems.
1381+ (GNU/Linux): Update for GRUB 2.
1382+ (Serial terminal): Remove mention of --disable-serial, which was a
1383+ GRUB Legacy configure option. Update instructions to use
1384+ `terminal_input' and `terminal_output' rather than `terminal'.
1385+ (Vendor power-on keys): Copy-edit. Add cross-references to `Simple
1386+ configuration' and `Installing GRUB using grub-install'.
1387+ (Menu entry editor): Update for GRUB 2.
1388+ (terminfo): Add vt100-color, ieee1275, and dumb terminal types.
1389+ Document new -a, -u, and -v options.
1390+ (initrd): New section.
1391+ (initrd16): New section.
1392+ (linux): New section.
1393+ (linux16): New section.
1394+ (search): The `var' argument to `--set' is optional.
1395+ (GRUB only offers a rescue shell): Go into a little more detail on
1396+ drive ordering.
1397+
1398+2010-07-05 Colin Watson <cjwatson@ubuntu.com>
1399+
1400+ * Makefile.in: Set LINGUAS to empty if ENABLE_NLS is undefined.
1401+
1402+2010-07-05 Colin Watson <cjwatson@ubuntu.com>
1403+
1404+ * Makefile.in (MAINTAINER_CLEANFILES): Add unicode/UnicodeData.txt,
1405+ unicode/BidiMirroring.txt, unicode/ArabicShaping.txt, and unidata.c.
1406+
1407+2010-07-05 Colin Watson <cjwatson@ubuntu.com>
1408+
1409+ * util/i386/pc/grub-setup.c (setup): Rename prefix to
1410+ install_prefix, in line with install_dos_part and install_bsd_part.
1411+ Add new prefix variable, which is copied to install_prefix after
1412+ comparing core.img in memory with the one read from disk in the
1413+ no-embedding case, and use that rather than overwriting
1414+ install_prefix immediately when installing to a partition.
1415+ Fixes Debian bug #586621; based on patches by Matt Kraai and M. Vefa
1416+ Bicakci.
1417+
1418+2010-07-04 Grégoire Sutre <gregoire.sutre@gmail.com>
1419+
1420+ * configure.ac: Avoid == in test command, it's not portable.
1421+ * util/grub.d/30_os-prober.in: Likewise.
1422+
1423+2010-07-04 Colin Watson <cjwatson@ubuntu.com>
1424+
1425+ * kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.
1426+
1427+2010-07-04 Grégoire Sutre <gregoire.sutre@gmail.com>
1428+
1429+ * util/i386/pc/grub-setup.c (setup): Do not embed when there are
1430+ multiple (top-level) partmaps.
1431+
1432+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1433+
1434+ * util/i386/efi/grub-install.in: Don't use empty grub_device.
1435+ Reported by: Tino Keitel.
1436+
1437+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1438+
1439+ Bidi and diacritics support.
1440+
1441+ * Makefile.in (widthspec.bin): New target.
1442+ (widthspec.h): Likewise.
1443+ (TARGET_CFLAGS): Add -DHAVE_UNIFONT_WIDTHSPEC=1 if font was available.
1444+ * autogen.sh: Generate unidata.c.
1445+ * commands/cat.c (grub_cmd_cat): Don't use grub_putchar.
1446+ * commands/ls.c (grub_ls_list_devices): Likewise.
1447+ (grub_ls_list_files): Likewise.
1448+ * commands/minicmd.c (grub_mini_cmd_cat): Likewise.
1449+ (grub_mini_cmd_lsmod): Likewise.
1450+ * commands/read.c: Likewise.
1451+ * kern/corecmd.c (grub_core_cmd_ls): Likewise.
1452+ * kern/rescue_reader.c (grub_rescue_read_line): Likewise.
1453+ * lib/arg.c (grub_arg_show_help): Likewise.
1454+ * lib/crypto.c (grub_password_get): Likewise.
1455+ * normal/auth.c (grub_username_get): Likewise.
1456+ * normal/misc.c (grub_normal_print_device_info): Likewise.
1457+ * commands/help.c (grub_cmd_help): Use grub_unicode_aglomerate_comb.
1458+ * conf/common.rmk (grub_mkfont_SOURCES): Add unidata.c.
1459+ (gfxmenu_mod_SOURCES): Add gfxmenu/font.c.
1460+ (normal/charset.c_DEPENDENCIES): New variable.
1461+ (normal_mod_SOURCES): Add normal/charset.c and unidata.c.
1462+ (pkglib_MODULES): Remove charset.mod.
1463+ (charset_mod_SOURCES): Removed.
1464+ (charset_mod_CFLAGS): Likewise.
1465+ (charset_mod_LDFLAGS): Likewise.
1466+ (pkglib_MODULES) [ieee1275]: Remove terminfo.mod.
1467+ * conf/powerpc-ieee1275.rmk (kernel_img_SOURCES): Add term/terminfo.c
1468+ and term/tparm.c.
1469+ * conf/sparc64-ieee1275.rmk (kernel_img_SOURCES): Likewise.
1470+ * conf/i386-ieee1275.rmk (kernel_img_SOURCES): Likewise.
1471+ (kernel_img_HEADERS): Add terminfo.h.
1472+ * font/font.c (ascii_glyph_lookup): Return NULL on failure.
1473+ Fill ->font. Reverse ascii bitmaps.
1474+ (grub_font_get_xheight): New function.
1475+ * font/font.c (grub_font_get_string_width): Moved from here ...
1476+ * gfxmenu/font.c (grub_font_get_string_width): ... here.
1477+ * font/font.c (grub_font_draw_string): Moved from here ...
1478+ * gfxmenu/font.c (grub_font_draw_string): ... here.
1479+ * font/font.c (grub_font_dup_glyph): New function.
1480+ (grub_font_blit_glyph): Likewise.
1481+ (grub_font_blit_glyph_mirror): Likewise.
1482+ (blit_comb): Likewise.
1483+ (grub_font_construct_dry_run): Likewise.
1484+ (grub_font_get_constructed_device_width): Likewise.
1485+ (grub_font_construct_glyph): Likewise.
1486+ * include/grub/charset.h (grub_ucs4_to_utf8): New proto.
1487+ * include/grub/misc.h (grub_utf8_to_ucs4): Moved from here ...
1488+ * include/grub/charset.h (grub_utf8_to_ucs4): ... here.
1489+ * include/grub/font.h (GRUB_FONT_CODE_CHAR_MASK): New constant.
1490+ (GRUB_FONT_CODE_RIGHT_JOINED): Likewise.
1491+ (GRUB_FONT_CODE_LEFT_JOINED): Likewise.
1492+ (grub_font_get_xheight): New proto.
1493+ (grub_font_get_constructed_device_width): Likewise.
1494+ (grub_font_construct_glyph): Likewise.
1495+ * include/grub/font.h (grub_font_get_string_width): Moved from here ...
1496+ * include/grub/gfxmenu_view.h (grub_font_get_string_width): ... here.
1497+ * include/grub/font.h (grub_font_draw_string): Moved from here ...
1498+ * include/grub/gfxmenu_view.h (grub_font_draw_string): ... here.
1499+ * include/grub/i386/vga_common.h (grub_console_putchar): Moved from here..
1500+ * include/grub/i386/pc/console.h (grub_console_putchar): ... here.
1501+ * include/grub/i386/vga_common.h (grub_console_real_putchar): Removed.
1502+ (grub_console_getcharwidth): Likewise.
1503+ * include/grub/misc.h (grub_xputs): New proto.
1504+ (grub_puts): Inlined.
1505+ * include/grub/normal.h (grub_print_ucs4): Add margin specification.
1506+ (grub_normal_get_line_counter): Removed.
1507+ (grub_install_newline_hook): Likewise.
1508+ (grub_normal_get_char_counter): New proto.
1509+ (grub_normal_reset_more): Likewise.
1510+ (grub_xputs_normal): Likewise.
1511+ * include/grub/powerpc/ieee1275/console.h: Removed.
1512+ * include/grub/sparc64/ieee1275/console.h: Likewise.
1513+ * include/grub/term.h (GRUB_TERM_CODE_TYPE_MASK): New definition.
1514+ (GRUB_TERM_CODE_TYPE_ASCII): Likewise.
1515+ (GRUB_TERM_CODE_TYPE_CP437): Likewise.
1516+ (GRUB_TERM_CODE_TYPE_UTF8_LOGICAL): Likewise.
1517+ (GRUB_TERM_CODE_TYPE_UTF8_VISUAL): Likewise.
1518+ (GRUB_TERM_CODE_TYPE_VISUAL_GLYPHS): Likewise.
1519+ (grub_term_input): Pass reference to self. All users updated.
1520+ (grub_term_output): Pass grub_unicode_glyph to putchar and getcharwidth.
1521+ Pass reference to self. New fields normal_color, highlight_color and
1522+ data. All users updated.
1523+ (grub_putchar): Removed.
1524+ (grub_putcode): Remove EXPORT_FUNC since it's not in kernel anymore.
1525+ (grub_unicode_estimate_width): New function.
1526+ (grub_term_getcharwidth): Add defaults.
1527+ (GRUB_TERM_DEFAULT_NORMAL_COLOR): New definition.
1528+ (GRUB_TERM_DEFAULT_HIGHLIGHT_COLOR): Likewise.
1529+ (GRUB_TERM_DEFAULT_STANDARD_COLOR): Likewise.
1530+ (grub_cls): Remove EXPORT_FUNC.
1531+ (grub_setcolorstate): Inline.
1532+ (grub_newline_hook): Removed.
1533+ * include/grub/terminfo.h: Rewritten. All users updated.
1534+ * include/grub/unicode.h: New file.
1535+ * include/grub/video.h (grub_video_signed_rect): New type.
1536+ * kern/emu/console.c (grub_console_highlight_color): Removed.
1537+ (grub_console_normal_color): Likewise.
1538+ (grub_console_standard_color): Made static.
1539+ (grub_ncurses_putchar): Remove mapping.
1540+ (grub_ncurses_getcharwidth): Removed.
1541+ (grub_ncurses_term_output): Declare as GRUB_TERM_CODE_TYPE_ASCII.
1542+ (grub_ncurses_setcolor): Removed.
1543+ (grub_ncurses_getcolor): Likewise.
1544+ * kern/i386/pc/startup.S (grub_console_real_putchar): Renamed to ...
1545+ (grub_console_putchar): ... this.
1546+ (grub_console_putchar): Handle argument difference.
1547+ * kern/ieee1275/init.c (grub_machine_init): Split console_init into
1548+ console_init_early and console_init_lately.
1549+ * kern/sparc64/ieee1275/init.c (grub_machine_init): Likewise.
1550+ * kern/misc.c (grub_puts): Removed.
1551+ (grub_vprintf): Store UTF-8 string instead of outputting it directly.
1552+ (grub_vsnprintf_real): Remove str = NULL support.
1553+ * kern/misc.c (grub_utf8_to_ucs4): Move from here ...
1554+ * normal/charset.c (grub_utf8_to_ucs4): ... here.
1555+ * kern/term.c (grub_putcode): Renamed to ...
1556+ (grub_putcode_dumb): ... this. Pass grub_unicode_glyph instead of code.
1557+ (grub_putchar): Removed.
1558+ (grub_xputs_dumb): New function.
1559+ (grub_xputs): New variable.
1560+ * lib/charset.c: Move from here ...
1561+ * normal/charset.c: ... to here.
1562+ (grub_ucs4_to_utf8): New function.
1563+ (grub_ucs4_to_utf8_alloc): Use grub_ucs4_to_utf8.
1564+ (join_types): New variable.
1565+ (unpack_join): New function.
1566+ (bidi_types): New variable.
1567+ (unpack_bidi): New function.
1568+ (get_bidi_type): Likewise.
1569+ (get_join_type): Likewise.
1570+ (is_mirrored): Likewise.
1571+ (grub_unicode_get_comb_type): Likewise.
1572+ (grub_unicode_estimate_width) [HAVE_UNIFONT_WIDTHSPEC]: Likewise.
1573+ (is_type_after): Likewise.
1574+ (grub_unicode_aglomerate_comb): Likewise.
1575+ (bidi_line_wrap): Likewise.
1576+ (grub_bidi_line_logical_to_visual): Likewise.
1577+ (grub_bidi_logical_to_visual): Likewise.
1578+ (grub_unicode_mirror_code): Likewise.
1579+ (grub_unicode_shape_code): Likewise.
1580+ * normal/cmdline.c (grub_cmdline_get): Reset more counter.
1581+ Don't use grub_putchar.
1582+ * normal/main.c (grub_normal_init_page): Use grub_putcode.
1583+ (grub_normal_reader_init): Likewise.
1584+ (grub_xputs_saved): New variable.
1585+ (GRUB_MOD_INIT): Set grub_xputs.
1586+ (GRUB_MOD_FINI): Restore grub_xputs.
1587+ * normal/menu.c (grub_wait_after_message): Don't use grub_putchar.
1588+ (menu_init): Avoid printing gfxmenu error.
1589+ (show_menu): Use grub_normal_get_char_counter.
1590+ * normal/menu_entry.c (update_screen): Fix out-of-array.
1591+ (complete): Avoid NULL dereferencing.
1592+ * grub_menu_entry_run (grub_menu_entry_run): Don't use putchar.
1593+ * normal/menu_text.c (print_spaces): Removed.
1594+ (grub_print_ucs4): Likewise.
1595+ (grub_print_message_indented): Use grub_print_ucs4.
1596+ (print_message): Use grub_putcode.
1597+ (print_entry): Hanlde diacritics.
1598+ * normal/term.c (term_state): New type.
1599+ (grub_more_lines): Removed.
1600+ (term_states): New variable.
1601+ (grub_normal_line_counter): Renamed to ..
1602+ (grub_normal_char_counter): ...this. All users updated.
1603+ (grub_normal_get_line_counter): Renamed to ...
1604+ (grub_normal_get_char_counter): ... this.
1605+ (grub_normal_reset_more): New function.
1606+ (process_newline): Removed.
1607+ (print_more): New function.
1608+ (grub_install_newline_hook): Removed.
1609+ (map_code): New function.
1610+ (grub_puts_terminal): Use grub_print_ucs4.
1611+ (putglyph): New function.
1612+ (putcode_real): Likewise.
1613+ (grub_putcode): Use putcode_real.
1614+ (get_maxwidth): New function.
1615+ (get_startwidth): Likewise.
1616+ (print_ucs4_terminal): Likewise.
1617+ (find_term_state): Likewise.
1618+ (put_glyphs_terminal): Likewise.
1619+ (print_backlog): Likewise.
1620+ (print_ucs4_real): Likewise.
1621+ (grub_print_ucs4): Likewise.
1622+ (grub_xputs_normal): Likewise.
1623+ * term/efi/console.c (grub_console_putchar): Output diacritics.
1624+ (grub_console_getcharwidth): Removed.
1625+ (grub_console_term_output): Declare as GRUB_TERM_CODE_TYPE_UCS4_VISUAL.
1626+ * term/gfxterm.c (clear_char): Free chars.
1627+ (scroll_up): Avoid leaking memory.
1628+ (grub_gfxterm_putchar): Support diacritics.
1629+ (grub_video_term): Declare as GRUB_TERM_CODE_TYPE_UCS4_VISUAL.
1630+ * term/i386/pc/console.c (grub_console_term_output): Declare as
1631+ GRUB_TERM_CODE_TYPE_VGA.
1632+ * term/i386/pc/vga.c (grub_vga_term): Declare as
1633+ GRUB_TERM_CODE_TYPE_VISUAL_GLYPHS.
1634+ * term/i386/pc/vga_text.c (grub_vga_text_term): Declare as
1635+ GRUB_TERM_CODE_TYPE_VGA.
1636+ * term/i386/vga_common.c (map_char): Removed.
1637+ (grub_console_putchar): Likewise.
1638+ (grub_console_getcharwidth): Likewise.
1639+ * term/ieee1275/ofconsole.c: Simplify using terminfo.
1640+ (colors): Reordered to match terminfo.
1641+ (grub_ofconsole_normal_color): Removed.
1642+ (grub_ofconsole_writeesc): Likewise.
1643+ (grub_ofconsole_highlight_color): Likewise.
1644+ (grub_ofconsole_getcharwidth): Likewise.
1645+ (grub_ofconsole_setcolorstate): Likewise.
1646+ (grub_ofconsole_setcolor): Likewise.
1647+ (grub_ofconsole_getcolor): Likewise.
1648+ (grub_ofconsole_readkey): Renamed to ...
1649+ (readkey): ... this. Remove escape sequence handling. Return -1 on no
1650+ key.
1651+ (grub_ofconsole_checkkey): Removed.
1652+ (grub_ofconsole_getkey): Likewise.
1653+ (grub_ofconsole_getxy): Likewise.
1654+ (grub_ofconsole_gotoxy): Likewise.
1655+ (grub_ofconsole_cls): Likewise.
1656+ (grub_ofconsole_refresh): Likewise.
1657+ (grub_ofconsole_terminfo_input): New struct.
1658+ (grub_ofconsole_terminfo_output): Likewise.
1659+ (grub_ofconsole_term_input): Use terminfo.
1660+ (grub_ofconsole_term_output): Likewise.
1661+ (grub_console_init): Split into ...
1662+ (grub_console_init_early): ...this and ...
1663+ (grub_console_init_lately): ...this. Use terminfo.
1664+ (grub_ofconsole_putchar): Renamed to ...
1665+ (put): ... this. Remove mapping.
1666+ (grub_ofconsole_term_output): Declare as GRUB_TERM_CODE_TYPE_ASCII.
1667+ * term/serial.c: Simplify using terminfo.
1668+ (xpos): Removed.
1669+ (ypos): Likewise.
1670+ (keep_track): Likewise.
1671+ (registered): Likewise.
1672+ (input_buf): Likewise.
1673+ (npending): Likewise.
1674+ (serial_translate_key_sequence): Likewise.
1675+ (fill_input_buf): Likewise.
1676+ (grub_serial_checkkey): Likewise.
1677+ (grub_serial_getkey): Likewise.
1678+ (grub_serial_getxy): Likewise.
1679+ (grub_serial_gotoxy): Likewise.
1680+ (grub_serial_putchar): Likewise.
1681+ (grub_serial_cls): Likewise.
1682+ (grub_serial_setcolorstate): Likewise.
1683+ (grub_serial_setcursor): Likewise.
1684+ (serial_hw_init): Use serial_hw_fetch.
1685+ (grub_serial_terminfo_input): New variable.
1686+ (grub_serial_terminfo_output): Likewise.
1687+ (grub_serial_term_input): Use terminfo.
1688+ (grub_serial_term_output): Likewise.
1689+ * term/terminfo.c (putstr): Use put.
1690+ (grub_terminfo_all_free): New function
1691+ (grub_terminfo_set_current): New types vt100-color, ieee1275 and dumb.
1692+ (grub_terminfo_output_register): New function.
1693+ (grub_terminfo_output_unregister): Likewise.
1694+ (grub_terminfo_getxy): Likewise.
1695+ (grub_terminfo_readkey): Likewise.
1696+ (grub_terminfo_checkkey): Likewise.
1697+ (grub_terminfo_getkey): Likewise.
1698+ (grub_terminfo_input_init): Likewise.
1699+ (print_terminfo): Likewise.
1700+ (grub_cmd_terminfo): Handle encoding.
1701+ (grub_terminfo_gotoxy): Track position.
1702+ (grub_terminfo_cls): Likewise.
1703+ (grub_terminfo_putchar): Likewise.
1704+ (grub_terminfo_setcolorstate): Handle colors
1705+ (grub_terminfo_cursor_on): This ...
1706+ (grub_terminfo_cursor_off): ... and this merged into ...
1707+ (grub_terminfo_setcursor): ... this.
1708+ * term/tparm.c (grub_terminfo_tparm): Avoid NULL dereferencing.
1709+ * unicode/ArabicShaping.txt: New file (imported from Unicode).
1710+ * unicode/BidiMirroring.txt: Likewise.
1711+ * unicode/UnicodeData.txt: Likewise.
1712+ * unicode/COPYING: Likewise.
1713+ * util/grub-editenv.c (grub_putchar): Removed.
1714+ (grub_xputs_real): New function.
1715+ (grub_xputs): New variable.
1716+ * util/grub-fstest.c (grub_putchar): Removed.
1717+ (grub_xputs_real): New function.
1718+ (grub_xputs): New variable.
1719+ * util/grub-mkdevicemap.c (grub_putchar): Removed.
1720+ (grub_xputs_real): New function.
1721+ (grub_xputs): New variable.
1722+ * util/grub-probe.c (grub_putchar): Removed.
1723+ (grub_xputs_real): New function.
1724+ (grub_xputs): New variable.
1725+ * util/grub-script-check.c (grub_putchar): Removed.
1726+ (grub_xputs_real): New function.
1727+ (grub_xputs): New variable.
1728+ * util/i386/pc/grub-setup.c (grub_putchar): Removed.
1729+ (grub_xputs_real): New function.
1730+ (grub_xputs): New variable.
1731+ * util/import_unicode.py: New file.
1732+ * util/grub-mkfont.c (ft_errmsgs): New array.
1733+ (grub_glyph_info): Make bitmap a pointer.
1734+ (file_formats): New type WIDTH_SPEC.
1735+ (grub_font_info): New members glyphs_unsorted, glyphs_sorted, num_glyphs.
1736+ (options): Add width-spec.
1737+ (help): Likewise.
1738+ (add_char): Renamed to ...
1739+ (add_glyph): ... this.
1740+ (add_glyph): Use index. Show freetype errors. Cut blank space at borders.
1741+ (glyph_replace): New type.
1742+ (subst_rightjoin), (subst_leftjoin), (subst_medijoin): New variables.
1743+ (add_char): New function.
1744+ (add_subst): Likewise.
1745+ (process_cursive): Likewise.
1746+ (add_font): Handle GSUB.
1747+ (write_font_width_spec): New function.
1748+ (main): Sort glyphs.
1749+ * commands/minicmd.c (grub_mini_cmd_clear): Moved from here ...
1750+ * normal/main.c (grub_mini_cmd_clear): ..here. All users updated.
1751+ * kern/term.c (grub_cls): Moved from here...
1752+ * normal/term.c (grub_cls): ... here.
1753+
1754+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1755+
1756+ * include/grub/types.h: Define the C99-style PRIxGRUB_SIZE macro,
1757+ suitable for using within the format argument of printf when
1758+ converting grub_size_t.
1759+ * disk/usbms.c (grub_usbms_transfer): Use PRIxGRUB_SIZE rather than
1760+ "x" to convert grub_size_t arguments.
1761+
1762+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1763+
1764+ * gfxmenu/gui_list.c (draw_menu): Use viewport to simplify code and fix
1765+ too long captions.
1766+ (list_get_minimal_size): Take selection box into account.
1767+
1768+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1769+
1770+ * font/font.c (grub_font_get_glyph_with_fallback): Avoid dereferencing
1771+ NULL font.
1772+
1773+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1774+
1775+ * util/deviceiter.c (grub_util_iterate_devices): Skip device-mapper
1776+ devices when iterating over /dev/disk/by-id; they will be handled
1777+ later if appropriate, which they aren't always (e.g. LVM).
1778+
1779+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1780+
1781+ * include/grub/misc.h (grub_reboot): Declare as noreturn.
1782+ * kern/efi/efi.c (grub_reboot): Don't return, even if reset_system
1783+ fails.
1784+ (grub_halt): Likewise.
1785+ * kern/ieee1275/openfw.c (grub_reboot): Don't return, even if
1786+ reset-all fails.
1787+ (grub_halt): Don't return, even if all of shut-down, power-off, and
1788+ poweroff fail.
1789+
1790+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1791+
1792+ * kern/efi/init.c (grub_efi_init): set_watchdog_timer takes four
1793+ arguments, not three.
1794+
1795+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1796+
1797+ * util/grub-mkconfig_lib.in (uses_abstraction): New function.
1798+ * util/grub.d/10_linux.in: Use it to check for LVM, so that
1799+ LVM-on-RAID is handled correctly.
1800+
1801+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1802+
1803+ * docs/grub.texi (Changes from GRUB Legacy): New section.
1804+ (Future): Fix typo.
1805+
1806+2010-07-02 Colin Watson <cjwatson@ubuntu.com>
1807+
1808+ * util/grub-mkconfig_lib.in (grub_file_is_not_garbage): Sometimes
1809+ grub.d/README accidentally ends up executable for one reason or
1810+ another. Ignore it.
1811+
1812+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1813+
1814+ * partmap/gpt.c (MAX_SECTOR_LOG): New definition.
1815+ (gpt_partition_map_iterate): Support non-512B sectors.
1816+
1817+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1818+
1819+ * kern/efi/init.c (grub_efi_init): Disable watchdog.
1820+ Tested by: Seth Goldberg.
1821+
1822+2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
1823+
1824+ * loader/multiboot.c (grub_multiboot_boot) [GRUB_USE_MULTIBOOT2]:
1825+ Properly align mbi.
1826+ Reported by: Seth Goldberg.
1827+
1828+2010-07-01 Vladimir Serbinenko <phcoder@gmail.com>
1829+
1830+ * util/grub-mkrescue.in: Avoid module duplication.
1831+
1832+2010-07-01 Sean Finney <seanius@seanius.net>
1833+
1834+ * util/grub.d/10_linux.in: Don't use UUID for LVM root.
1835+
1836+2010-07-01 Sean Finney <seanius@seanius.net>
1837+
1838+ * disk/lvm.c (grub_lvm_scan_device): Skip snapshots.
1839+
1840+2010-07-01 Vladimir Serbinenko <phcoder@gmail.com>
1841+
1842+ * disk/lvm.c (grub_lvm_checkvalue): New function.
1843+ (grub_lvm_check_flag): Likewise.
1844+
1845+2010-07-01 Robert Millan <rmh@gnu.org>
1846+
1847+ * kern/emu/hostdisk.c (convert_system_partition_to_system_disk):
1848+ Support 'p' as partition separator on kernel of FreeBSD (used
1849+ with GPT labels).
1850+ (grub_util_biosdisk_get_grub_dev): Likewise.
1851+
1852+2010-07-01 Vladimir Serbinenko <phcoder@gmail.com>
1853+
1854+ Yeeloong firmware port.
1855+
1856+ * boot/mips/yeeloong/fwstart.S: New file.
1857+ * bus/cs5536.c (gpiodump): New const.
1858+ (set_io_space): New function.
1859+ (set_iod): Likewise.
1860+ (set_p2d): Likewise.
1861+ (grub_cs5536_init_geode): Likewise.
1862+ * commands/mips/yeeloong/lsspd.c: New file.
1863+ * conf/mips-qemu-mips.rmk (pkglib_MODULES): Add serial.mod.
1864+ (serial_mod_SOURCES): New variable.
1865+ (serial_mod_CFLAGS): Likewise.
1866+ (serial_mod_LDFLAGS): Likewise.
1867+ * conf/mips-yeeloong.rmk (kernel_img_SOURCES): Add term/serial.c,
1868+ term/terminfo.c and term/tparm.c.
1869+ (pkglib_IMAGES): Add fwstart.img.
1870+ (fwstart_img_SOURCES): New variable.
1871+ (fwstart_img_CFLAGS): Likewise.
1872+ (fwstart_img_ASFLAGS): Likewise.
1873+ (fwstart_img_LDFLAGS): Likewise.
1874+ (fwstart_img_FORMAT): Likewise.
1875+ (pkglib_MODULES): Add lsspd.mod.
1876+ (lsspd_mod_SOURCES): New variable.
1877+ (lsspd_mod_CFLAGS): Likewise.
1878+ (lsspd_mod_LDFLAGS): Likewise.
1879+ (pkglib_MODULES): Add halt.mod.
1880+ (halt_mod_SOURCES): New variable.
1881+ (halt_mod_CFLAGS): Likewise.
1882+ (halt_mod_LDFLAGS): Likewise.
1883+ * conf/mips.rmk (pkglib_MODULES): Remove serial.mod.
1884+ (serial_mod_SOURCES): Removed.
1885+ (serial_mod_CFLAGS): Likewise.
1886+ (serial_mod_LDFLAGS): Likewise.
1887+ * disk/ata.c (check_device): New function.
1888+ (grub_ata_device_initialize): Use check_device.
1889+ (grub_ata_iterate): Recheck devices.
1890+ (grub_ata_open): Likewise.
1891+ (grub_atapi_iterate): Likewise.
1892+ (grub_atapi_open): Likewise.
1893+ * include/grub/ata.h (GRUB_ATA_CH0_PORT1): New macro.
1894+ (GRUB_ATA_CH1_PORT1): Likewise.
1895+ (GRUB_ATA_CH0_PORT2): Likewise.
1896+ (GRUB_ATA_CH1_PORT2): Likewise.
1897+ * include/grub/mips/loongson.h: New file.
1898+ * include/grub/mips/yeeloong/ec.h: Likewise.
1899+ * include/grub/mips/yeeloong/serial.h (GRUB_MACHINE_SERIAL_PORT): New definition.
1900+ (GRUB_MACHINE_SERIAL_DIVISOR_115200): Likewise.
1901+ (GRUB_MACHINE_SERIAL_PORTS) [ASM_FILE]: Remove.
1902+ * include/grub/misc.h (grub_halt): Declare as noreturn.
1903+ * include/grub/serial.h (UART_ENABLE_FIFO): Renamed to ...
1904+ (UART_ENABLE_FIFO_TRIGGER14): ... this. All users updated.
1905+ (UART_ENABLE_FIFO_TRIGGER1): New definition.
1906+ (UART_ENABLE_DTRRTS): Likewise.
1907+ (UART_ENABLE_MODEM): Removed.
1908+ (UART_ENABLE_OUT2): New const.
1909+ * include/grub/term.h (grub_term_register_input_active): New function.
1910+ (grub_term_register_output_active): Likewise.
1911+ * kern/mips/startup.S [GRUB_MACHINE_MIPS_YEELOONG]: Handle 0xffffffff
1912+ argument.
1913+ * kern/mips/yeeloong/init.c (grub_get_rtc): Macroify.
1914+ (init_pci): New function.
1915+ (grub_machine_init): Execute platform init when firmware. Init serial.
1916+ (grub_halt): Implement.
1917+ (grub_exit): Likewise.
1918+ (grub_reboot): Likewise.
1919+ * term/serial.c (serial_hw_init): Update macros.
1920+ [GRUB_MACHINE_MIPS_YEELOONG]: Init on startup.
1921+ * util/grub-mkimage.c (image_target_desc): New id IMAGE_YEELOONG_FLASH.
1922+ (image_targets): New target mipsel-yeeloong-flash.
1923+ (generate_image): Support IMAGE_YEELOONG_FLASH.
1924+ * video/sm712.c (GRUB_SM712_TOTAL_MEMORY_SPACE): New definition.
1925+ (grub_video_sm712_setup): Init card.
1926+ (grub_video_sm712_set_palette): Removed.
1927+ * video/sm712_init.c: New file.
1928+
1929+2010-06-30 Colin Watson <cjwatson@ubuntu.com>
1930+
1931+ * Makefile.in (install-local): Temporarily prepend $(builddir) to
1932+ PATH when running help2man and then run it on the unadorned
1933+ executable names, rather than passing $(builddir)/* paths to
1934+ help2man. This avoids the build directory ending up in generated
1935+ manual pages.
1936+
1937+2010-06-29 Colin Watson <cjwatson@ubuntu.com>
1938+
1939+ * util/grub-mkconfig.in: Use 'set -e' rather than '#! /bin/sh -e',
1940+ to avoid accidents when debugging with 'sh -x'.
1941+ * util/grub-mkrescue.in: Likewise.
1942+ * util/grub.d/00_header.in: Likewise.
1943+ * util/grub.d/10_hurd.in: Likewise.
1944+ * util/grub.d/10_kfreebsd.in: Likewise.
1945+ * util/grub.d/10_linux.in: Likewise.
1946+ * util/grub.d/10_netbsd.in: Likewise.
1947+ * util/grub.d/10_windows.in: Likewise.
1948+ * util/grub.d/20_linux_xen.in: Likewise.
1949+ * util/grub.d/30_os-prober.in: Likewise.
1950+ * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
1951+
1952+2010-06-29 Colin Watson <cjwatson@ubuntu.com>
1953+
1954+ * commands/cat.c (grub_cmd_cat): Fix buffer overrun if '\r' is the
1955+ last character in the buffer.
1956+ Reported by: Vladimir Serbinenko.
1957+
1958+2010-06-29 Robert Millan <rmh@gnu.org>
1959+
1960+ * docs/grub.texi (Simple configuration): Document ${GRUB_BADRAM}.
1961+ (Command-line and menu entry commands): Document `badram' command.
1962+
1963+2010-06-28 Robert Millan <rmh@gnu.org>
1964+
1965+ * util/grub-mkconfig.in: Export `GRUB_BADRAM' variable.
1966+ * util/grub.d/00_header.in: When `GRUB_BADRAM' is set, issue badram
1967+ command using ${GRUB_BADRAM} as parameter.
1968+
1969+2010-06-28 Colin Watson <cjwatson@ubuntu.com>
1970+
1971+ * docs/grub.texi (Device map): New section.
1972+ (Themes): New section (stub).
1973+ * Makefile.in (docs/grub.info): The info documentation now builds
1974+ without errors. Make sure it stays that way.
1975+
1976+2010-06-28 Vladimir Serbinenko <phcoder@gmail.com>
1977+
1978+ Use normal parser for menu entries.
1979+ Reported by: Thomas Frauendorfer
1980+
1981+ * include/grub/parser.h (grub_parser_execute): Don't export.
1982+ * normal/menu.c (grub_menu_execute_entry_real): New function.
1983+ (grub_menu_execute_entry): Use grub_menu_execute_entry_real.
1984+
1985+2010-06-28 Colin Watson <cjwatson@ubuntu.com>
1986+
1987+ * docs/grub.texi (Embedded configuration): New section (replacing
1988+ old "Preset Menu" stub).
1989+ (Images): New section.
1990+ (configfile): Note that any menu entries defined in `file' are shown
1991+ immediately.
1992+
1993+2010-06-28 Josh Triplett <josh@joshtriplett.org>
1994+
1995+ * mmap/i386/pc/mmap_helper.S: Set CF on return.
1996+
1997+2010-06-28 Colin Watson <cjwatson@ubuntu.com>
1998+
1999+ * util/grub-install.in: Add --debug-image= option.
2000+
2001+2010-06-28 Colin Watson <cjwatson@ubuntu.com>
2002+
2003+ Change grub-mkdevicemap to emit /dev/disk/by-id/ names where
2004+ possible on Linux.
2005+
2006+ * util/deviceiter.c (check_device): Rename to ...
2007+ (check_device_readable_unique): ... this. Update all callers.
2008+ Maintain and check a list of which devices (by canonicalized name)
2009+ have already been seen.
2010+ (clear_seen_devices): New function.
2011+ (compare_file_names) [__linux__]: New function.
2012+ (grub_util_iterate_devices): Clear the list of seen devices on exit
2013+ and (just in case) on entry.
2014+ (grub_util_iterate_devices) [__linux__]: Iterate over non-partition
2015+ devices in /dev/disk/by-id/, in sorted order. Remove DM-RAID
2016+ seen-devices list, superseded by general code in check_device.
2017+
2018+2010-06-28 Colin Watson <cjwatson@ubuntu.com>
2019+
2020+ * commands/cat.c (options): New variable.
2021+ (grub_cmd_cat): Parse options. If the --dos option is given, print
2022+ DOS-style "\r\n" line endings as simple newlines (Debian bug
2023+ #586358).
2024+ (GRUB_MOD_INIT): Use extcmd.
2025+ (GRUB_MOD_FINI): Likewise.
2026+ * docs/grub.texi (cat): Document --dos.
2027+
2028+2010-06-28 Vladimir Serbinenko <phcoder@gmail.com>
2029+
2030+ XEN with Linux grub-mkconfig support.
2031+
2032+ * conf/common.rmk (grub-mkconfig_SCRIPTS) [linux]: Add 20_linux_xen.
2033+ * util/grub-mkconfig.in: Export GRUB_CMDLINE_XEN and
2034+ GRUB_CMDLINE_XEN_DEFAULT.
2035+ * util/grub.d/20_linux_xen.in: New file.
2036+
2037+2010-06-28 Vladimir Serbinenko <phcoder@gmail.com>
2038+
2039+ Initialise VGA video on qemu ourselves.
2040+
2041+ * boot/i386/qemu/boot.S: Don't call 0xc000.
2042+ * conf/i386-qemu.rmk (kern/i386/qemu/init.c_DEPENDENCIES): New variable.
2043+ (kernel_img_SOURCES): Add kern/i386/qemu/init.c and bus/pci.c.
2044+ (kernel_img_HEADERS): Add pci.h.
2045+ * conf/i386.rmk (pkglib_MODULES) [qemu]: Remove pci.mod.
2046+ * configure.ac: Force unifont on qemu and yeeloong.
2047+ * include/grub/i386/qemu/kernel.h (grub_qemu_init_cirrus): New proto.
2048+ (grub_vga_palette_write): Use correct register.
2049+ * kern/i386/coreboot/init.c (grub_machine_init) [GRUB_MACHINE_QEMU]:
2050+ Call grub_qemu_init_cirrus.
2051+ * kern/i386/qemu/init.c: New file.
2052+ * term/i386/pc/vga_text.c (inc_y): Never read outside the screen.
2053+
2054+ * commands/videotest.c (grub_cmd_videotest): Handle double buffering.
2055+
2056+2010-06-26 Pavel Roskin <proski@gnu.org>
2057+
2058+ * util/grub.d/10_linux.in: Add support for initrd images on Fedora
2059+ 13.
2060+
2061+2010-06-26 Colin Watson <cjwatson@ubuntu.com>
2062+
2063+ * docs/grub.texi (Simple configuration): Explain that
2064+ GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY must be
2065+ set to `true' to disable their respective recovery entries, not
2066+ merely set.
2067+
2068+2010-06-26 Colin Watson <cjwatson@ubuntu.com>
2069+
2070+ Make the `source' command slightly faster.
2071+
2072+ * normal/main.c (grub_normal_execute): Don't re-read list files when
2073+ nested.
2074+
2075+2010-06-23 Colin Watson <cjwatson@ubuntu.com>
2076+
2077+ * loader/i386/multiboot_mbi.c (retrieve_video_parameters): Set red
2078+ field position and mask size to red fields from mode_info, not
2079+ green.
2080+ * loader/multiboot_mbi2.c (retrieve_video_parameters): Likewise.
2081+ Remove redundant tag->common.framebuffer_type assignment.
2082+ Reported by: Seth Goldberg.
2083+
2084+2010-06-23 Colin Watson <cjwatson@ubuntu.com>
2085+
2086+ Sync up other versions of the Linux loader with Robert Millan's
2087+ change of 2010-01-09, "Make loader output a bit more user-friendly".
2088+
2089+ * loader/i386/efi/linux.c (grub_linux_boot): Move debug info to
2090+ grub_dprintf().
2091+ (grub_cmd_linux): Likewise.
2092+ (grub_cmd_initrd): Likewise.
2093+ * loader/i386/ieee1275/linux.c (grub_cmd_linux): Likewise.
2094+ * loader/i386/pc/linux.c (grub_cmd_linux): Likewise.
2095+
2096+2010-06-21 Colin Watson <cjwatson@ubuntu.com>
2097+
2098+ * kern/efi/mm.c (grub_efi_mm_init): Handle systems with memory maps
2099+ larger than MEMORY_MAP_SIZE.
2100+
2101+2010-06-21 BVK Chaitanya <bvk.groups@gmail.com>
2102+
2103+ Fix parallel build.
2104+
2105+ * conf/common.rmk: Add grub_script.tab.h as a grub-script-check
2106+ dependency.
2107+ * script/parser.y: #include grub_script.tab.h header.
2108+
2109+2010-06-20 Vladimir Serbinenko <phcoder@gmail.com>
2110+
2111+ Support >3GiB and <16MiB RAM in i386-qemu.
2112+
2113+ * kern/i386/qemu/mmap.c (QEMU_CMOS_MEMSIZE2_HIGH): New const.
2114+ (QEMU_CMOS_MEMSIZE2_LOW): Likewise.
2115+ (grub_lower_mem): Removed.
2116+ (grub_upper_mem): Likewise.
2117+ (mem_size): Made static.
2118+ (above_4g): New variable.
2119+ (grub_machine_mmap_init): Detect small mem_size and above_4g.
2120+ (grub_machine_mmap_iterate): Order in ascending order and add above_4g
2121+ support.
2122+
2123+2010-06-20 Vladimir Serbinenko <phcoder@gmail.com>
2124+
2125+ Cirrus 5446 and Bochs video cards support.
2126+
2127+ * conf/i386.rmk (pkglib_MODULES): Add video_cirrus.mod and
2128+ video_bochs.mod
2129+ (video_cirrus_mod_SOURCES): New variable.
2130+ (video_cirrus_mod_CFLAGS): Likewise.
2131+ (video_cirrus_mod_LDFLAGS): Likewise.
2132+ (video_bochs_mod_SOURCES): Likewise.
2133+ (video_bochs_mod_CFLAGS): Likewise.
2134+ (video_bochs_mod_LDFLAGS): Likewise.
2135+ * include/grub/vga.h: New file.
2136+ * include/grub/video_fb.h (grub_video_fb_doublebuf_blit_init): Removed.
2137+ (grub_video_fb_set_page_t): New type.
2138+ (grub_video_fb_setup): New prototype.
2139+ (grub_video_fb_swap_buffers): Likewise.
2140+ (grub_video_fb_get_info_and_fini): Likewise.
2141+ * term/i386/pc/vga_text.c (CRTC_ADDR_PORT): Moved to include/grub/vga.h.
2142+ (CRTC_DATA_PORT): Likewise.
2143+ (CRTC_CURSOR): Likewise.
2144+ (CRTC_CURSOR_ADDR_HIGH): Likewise.
2145+ (CRTC_CURSOR_ADDR_LOW): Likewise.
2146+ (CRTC_CURSOR_DISABLE): Likewise.
2147+ (update_cursor): Use grub_vga_cr_write.
2148+ (grub_vga_text_setcursor): Likewise.
2149+ * video/bochs.c: New file.
2150+ * video/fb/video_fb.c (render_target): Moved into framebuffer variable.
2151+ (palette): Likewise.
2152+ (palette_size): Likewise.
2153+ (framebuffer): New variable.
2154+ (grub_video_fb_init): Use 'framebuffer'.
2155+ (grub_video_fb_fini): Likewise.
2156+ (grub_video_fb_get_info): Likewise.
2157+ (grub_video_fb_get_palette): Likewise.
2158+ (grub_video_fb_set_palette): Likewise.
2159+ (grub_video_fb_set_viewport): Likewise.
2160+ (grub_video_fb_get_viewport): Likewise.
2161+ (grub_video_fb_map_color): Likewise.
2162+ (grub_video_fb_map_rgb): Likewise.
2163+ (grub_video_fb_map_rgba): Likewise.
2164+ (grub_video_fb_unmap_color): Likewise.
2165+ (grub_video_fb_unmap_color_int): Likewise.
2166+ (grub_video_fb_fill_rect): Likewise.
2167+ (grub_video_fb_blit_bitmap): Likewise.
2168+ (grub_video_fb_blit_render_target): Likewise.
2169+ (grub_video_fb_scroll): Likewise.
2170+ (grub_video_fb_create_render_target): Likewise.
2171+ (grub_video_fb_doublebuf_blit_init): Likewise.
2172+ (grub_video_fb_set_active_render_target): Handle doublebuffering.
2173+ (doublebuf_pageflipping_update_screen): New function.
2174+ (doublebuf_pageflipping_init): Likewise.
2175+ (grub_video_fb_setup): Likewise.
2176+ (grub_video_fb_swap_buffers): Likewise.
2177+ (grub_video_fb_get_info_and_fini): Likewise.
2178+ * video/i386/pc/vbe.c (framebuffer): Remove all doublebuffering fields.
2179+ All users updated.
2180+ (doublebuf_pageflipping_commit): Restructured into ...
2181+ (doublebuf_pageflipping_set_page): ... this.
2182+ (doublebuf_pageflipping_update_screen): Removed.
2183+ (doublebuf_pageflipping_init): Likewise.
2184+ (double_buffering_init): Likewise.
2185+ (grub_video_vbe_setup): Use grub_video_fb_setup.
2186+ (grub_video_vbe_swap_buffers): Removed.
2187+ (grub_video_vbe_set_active_render_target): Likewise.
2188+ (grub_video_vbe_get_active_render_target): Likewise.
2189+ (grub_video_vbe_get_info_and_fini): Use grub_video_fb_get_info_and_fini.
2190+ (grub_video_vbe_adapter): Use grub_video_fb_swap_buffers,
2191+ grub_video_fb_set_active_render_target and
2192+ grub_video_fb_get_active_render_target.
2193+ * video/i386/pc/vga.c (SEQUENCER_ADDR_PORT): Move to include/grub/vga.h.
2194+ (SEQUENCER_DATA_PORT): Likewise.
2195+ (MAP_MASK_REGISTER): Likewise.
2196+ (CRTC_ADDR_PORT): Likewise.
2197+ (CRTC_DATA_PORT): Likewise.
2198+ (START_ADDR_HIGH_REGISTER): Likewise.
2199+ (START_ADDR_LOW_REGISTER): Likewise.
2200+ (GRAPHICS_ADDR_PORT): Likewise.
2201+ (GRAPHICS_DATA_PORT): Likewise.
2202+ (READ_MAP_REGISTER): Likewise.
2203+ (INPUT_STATUS1_REGISTER): Likewise.
2204+ (INPUT_STATUS1_VERTR_BIT): Likewise.
2205+ (get_map_mask): Use grub_vga_sr_read.
2206+ (set_map_mask): Use grub_vga_sr_write.
2207+ (set_read_map): Use grub_vga_gr_write.
2208+ (set_start_address): Use grub_vga_cr_write.
2209+ * video/sm712.c (framebuffer): Remove leftover fields.
2210+
2211+2010-06-20 Colin Watson <cjwatson@ubuntu.com>
2212+
2213+ * util/grub-mkconfig.in: Capitalise and export GRUB_PREFIX. Stop
2214+ setting GRUB_VIDEO_BACKEND. Make it available as a user override
2215+ instead. Replace the gfxterm backend check with a check that
2216+ ${GRUB_PREFIX}/video.lst is non-empty.
2217+ * util/grub.d/00_header.in: Use GRUB_PREFIX rather than computing it
2218+ again.
2219+ (load_video): New generated function. Call it before loading
2220+ gfxterm rather than loading ${GRUB_VIDEO_BACKEND}.
2221+ * util/grub.d/10_linux.in (linux_entry): Call load_video.
2222+ * util/grub.d/30_os-prober.in (osx_entry): Likewise.
2223+ * docs/grub.texi (Simple configuration): Document
2224+ GRUB_VIDEO_BACKEND.
2225+
2226+2010-06-20 Vladimir Serbinenko <phcoder@gmail.com>
2227+
2228+ Use video functions in linux and xnu loaders.
2229+
2230+ * conf/i386-pc.rmk (xnu_mod_SOURCES): Remove loader/i386/pc/xnu.c.
2231+ * conf/x86-efi.rmk (xnu_mod_SOURCES): Remove loader/i386/efi/xnu.c.
2232+ * include/grub/i386/xnu.h (grub_xnu_set_video): Removed.
2233+ * loader/i386/efi/linux.c (grub_linux_setup_video): Copied from
2234+ loader/i386/pc/linux.c.
2235+ (grub_linux_boot): Resynced with loader/i386/pc/linux.c.
2236+ (find_line_len): Removed.
2237+ (find_framebuf): Likewise.
2238+ (grub_cmd_linux): Declare grub_linux_boot as possibly returning.
2239+ * loader/i386/efi/xnu.c: Removed.
2240+ * loader/i386/pc/xnu.c: Moved from here...
2241+ * loader/i386/xnu.c: ...here.
2242+
2243+ Enable priorities in video drivers.
2244+
2245+ * include/grub/video.h (grub_video_adapter_prio_t): New type.
2246+ (grub_video_adapter): New field prio.
2247+ (grub_video_register): Respect prio when inserting.
2248+ * video/efi_gop.c (grub_video_gop_adapter): Add prio.
2249+ * video/efi_uga.c (grub_video_uga_adapter): Likewise.
2250+ * video/emu/sdl.c (grub_video_sdl_adapter): Likewise.
2251+ * video/i386/pc/vbe.c (grub_video_vbe_adapter): Likewise.
2252+ * video/i386/pc/vga.c (grub_video_vga_adapter): Likewise.
2253+ * video/ieee1275.c (grub_video_ieee1275_adapter): Likewise.
2254+ * video/sm712.c (grub_video_sm712_adapter): Likewise.
2255+
2256+ Fix SDL driver ID.
2257+
2258+ * include/grub/video.h (grub_video_driver_id_t): New value
2259+ GRUB_VIDEO_DRIVER_SDL.
2260+ * video/emu/sdl.c (grub_video_sdl_adapter): Add id.
2261+
2262+2010-06-17 Colin Watson <cjwatson@ubuntu.com>
2263+
2264+ * util/i386/pc/grub-setup.c (usage): Pass an extra `program_name'
2265+ argument to printf.
2266+ * util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
2267+
2268+2010-06-17 Colin Watson <cjwatson@ubuntu.com>
2269+
2270+ * util/i386/pc/grub-setup.c (usage): Fix syntax error.
2271+ * util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
2272+
2273+2010-06-17 Colin Watson <cjwatson@ubuntu.com>
2274+
2275+ * util/i386/pc/grub-setup.c (usage): Warn against running grub-setup
2276+ directly, and recommend grub-install instead.
2277+ * util/sparc64/ieee1275/grub-setup.c (usage): Likewise.
2278+
2279+2010-06-17 Colin Watson <cjwatson@ubuntu.com>
2280+
2281+ Fix i386-pc prefix handling with nested partitions (Debian bug
2282+ #585068). Note that the case where the core image is booted using
2283+ multiboot and relocated from its original location still requires
2284+ more work.
2285+
2286+ * kern/i386/pc/init.c (make_install_device): If the prefix starts
2287+ with "(,", fill the boot drive in between those two characters, but
2288+ expect that a full partition specification including partition map
2289+ names will follow.
2290+ * util/i386/pc/grub-setup.c (setup): Unless an explicit prefix was
2291+ specified, write a prefix without the drive name but including a
2292+ full partition specification.
2293+
2294+2010-06-16 Colin Watson <cjwatson@ubuntu.com>
2295+
2296+ * util/grub-mkconfig.in: Ignore non-option arguments, for
2297+ compatibility with older versions (before 2010-06-12) which did the
2298+ same. In particular, this makes it easier to ship an update-grub
2299+ wrapper which is compatible with that used with GRUB Legacy (Debian
2300+ bug #586056).
2301+
2302+2010-06-14 Grégoire Sutre <gregoire.sutre@gmail.com>
2303+
2304+ * Makefile.in (install-local): Use $$file.h2m instead of $$dest.h2m
2305+ for manual page generation.
2306+
2307+2010-06-14 Grégoire Sutre <gregoire.sutre@gmail.com>
2308+
2309+ * po/POTFILES: Remove leftover commands/handler.c.
2310+
2311+2010-06-14 Colin Watson <cjwatson@ubuntu.com>
2312+
2313+ * util/grub-mkconfig.in: Remove vestige of old argument parsing that
2314+ left this script non-functional.
2315+
2316+2010-06-14 Colin Watson <cjwatson@ubuntu.com>
2317+
2318+ * docs/man/grub-emu.h2m: New file.
2319+
2320+2010-06-13 Colin Watson <cjwatson@ubuntu.com>
2321+
2322+ * docs/grub.texi (Commands): Document reduced command set in rescue
2323+ mode.
2324+ (cpuid): New section.
2325+
2326+2010-06-13 Grégoire Sutre <gregoire.sutre@gmail.com>
2327+
2328+ * kern/emu/hostdisk.c (grub_util_biosdisk_get_grub_dev): Use the
2329+ new partition naming style.
2330+ * util/grub-install.in: Adapt sed subtitutions in grub-probe calls.
2331+
2332+2010-06-12 BVK Chaitanya <bvk.groups@gmail.com>
2333+
2334+ Add "-o grub.iso" like cmdline options support.
2335+
2336+ * util/grub-install.in: Improve cmdline option parsing.
2337+ * util/grub-mkconfig.in: Likewise.
2338+ * util/grub-mkrescue.in: Likewise.
2339+ * util/grub-reboot.in: Likewise.
2340+ * util/grub-set-default.in: Likewise.
2341+ * util/i386/efi/grub-install.in: Likewise.
2342+ * util/ieee1275/grub-install.in: Likewise.
2343+ * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
2344+
2345+2010-06-12 Colin Watson <cjwatson@ubuntu.com>
2346+
2347+ * .bzrignore: Ignore 41_custom.
2348+
2349+2010-06-12 Thomas Schmitt <scdbackup@gmx.net>
2350+
2351+ * util/grub-mkrescue.in: Pass unrecognized options to xorriso.
2352+
2353+2010-06-12 Colin Watson <cjwatson@ubuntu.com>
2354+
2355+ Avoid false positives in fs.lst, partmap.lst, and video.lst due to
2356+ prototype declarations.
2357+
2358+ * genmk.rb (PModule::rule): Define GRUB_LST_GENERATOR when
2359+ generating fs, partmap, and video lists.
2360+ * include/grub/fs.h (grub_fs_register): Omit prototype if
2361+ GRUB_LST_GENERATOR is defined.
2362+ * include/grub/partition.h (grub_partition_map_register): Likewise.
2363+ * include/grub/video.h (grub_video_register): Likewise.
2364+
2365+2010-06-12 Javier Martín <lordhabbit@gmail.com>
2366+
2367+ * include/grub/types.h: Check for GRUB_CPU_SIZEOF_LONG when appropriate.
2368+
2369+2010-06-12 Thomas Schmitt <scdbackup@gmx.net>
2370+
2371+ * util/grub-mkrescue.in: Support --xorriso argument.
2372+
2373+2010-06-12 Vladimir Serbinenko <phcoder@gmail.com>
2374+
2375+ * util/grub-mkrescue.in: Use -graft-points instead of -pathspecs.
2376+ Suggested by: Thomas Schmitt.
2377+
2378+2010-06-12 Vladimir Serbinenko <phcoder@gmail.com>
2379+
2380+ * util/grub-mkrescue.in: Add --sort-weight arguments to xorriso.
2381+ Suggested by: Thomas Schmitt.
2382+
2383+2010-06-12 Vladimir Serbinenko <phcoder@gmail.com>
2384+
2385+ custom.cfg support.
2386+
2387+ * conf/common.rmk (grub-mkconfig_SCRIPTS): Add 41_custom.
2388+ * util/grub.d/41_custom.in: New file.
2389+
2390+2010-06-12 Colin Watson <cjwatson@ubuntu.com>
2391+
2392+ * util/grub-mkrescue.in (make_image): Remove sh module, which has
2393+ been merged back into normal.
2394+
2395+2010-06-11 Colin Watson <cjwatson@ubuntu.com>
2396+
2397+ * include/grub/efi/uga_draw.h (GRUB_EFI_UGA_GLT_MAX): Rename to ...
2398+ (GRUB_EFI_UGA_BLT_MAX): ... this (typo fix).
2399+
2400+2010-06-11 Colin Watson <cjwatson@ubuntu.com>
2401+
2402+ * Makefile.in (install-local): Include $(srcdir)/docs/man/$$dest.h2m
2403+ when generating manual pages.
2404+ * docs/man/grub-bin2h.h2m: New file.
2405+ * docs/man/grub-editenv.h2m: New file.
2406+ * docs/man/grub-fstest.h2m: New file.
2407+ * docs/man/grub-install.h2m: New file.
2408+ * docs/man/grub-macho2img.h2m: New file.
2409+ * docs/man/grub-mkconfig.h2m: New file.
2410+ * docs/man/grub-mkdevicemap.h2m: New file.
2411+ * docs/man/grub-mkfont.h2m: New file.
2412+ * docs/man/grub-mkimage.h2m: New file.
2413+ * docs/man/grub-mkpasswd-pbkdf2.h2m: New file.
2414+ * docs/man/grub-mkrelpath.h2m: New file.
2415+ * docs/man/grub-mkrescue.h2m: New file.
2416+ * docs/man/grub-ofpathname.h2m: New file.
2417+ * docs/man/grub-pe2elf.h2m: New file.
2418+ * docs/man/grub-probe.h2m: New file.
2419+ * docs/man/grub-reboot.h2m: New file.
2420+ * docs/man/grub-script-check.h2m: New file.
2421+ * docs/man/grub-set-default.h2m: New file.
2422+ * docs/man/grub-setup.h2m: New file.
2423+
2424+2010-06-10 Vladimir Serbinenko <phcoder@gmail.com>
2425+
2426+ Use FOR_* macros instead of *_iterate whenever possible.
2427+
2428+ * commands/handler.c: Removed.
2429+ * commands/help.c (grub_cmd_help): Use FOR_COMMANDS.
2430+ * commands/minicmd.c (grub_mini_cmd_lsmod): Use FOR_DL_MODULES.
2431+ * conf/any-emu.rmk (kernel_img_SOURCES): Remove kern/handler.c.
2432+ * conf/common.rmk (script/lexer.c_DEPENDENCIES): Add grub_script.yy.h.
2433+ (grub_probe_SOURCES): Remove kern/parser.c.
2434+ (util/grub-script-check.c_DEPENDENCIES): Removed.
2435+ (grub_script_check_SOURCES): Remove kern/handler.c, kern/parser.c
2436+ and grub_script_check_init.c.
2437+ (grub_script_check_init.lst): Removed.
2438+ (grub_script_check_init.h): Likewise.
2439+ (grub_script_check_init.c): Likewise.
2440+ (pkglib_MODULES): Remove handler.mod and sh.mod.
2441+ (handler_mod_SOURCES): Removed.
2442+ (handler_mod_CFLAGS): Likewise.
2443+ (handler_mod_LDFLAGS): Likewise.
2444+ (normal_mod_SOURCES): Remove normal/handler.c.
2445+ Add script/main.c, script/script.c, script/execute.c,
2446+ script/function.c, script/lexer.c, grub_script.tab.c
2447+ and grub_script.yy.c.
2448+ * conf/i386-coreboot.rmk (kernel_img_SOURCES): Remove kern/handler.c.
2449+ * conf/i386-ieee1275.rmk (kernel_img_SOURCES): Likewise.
2450+ * conf/i386-pc.rmk (kernel_img_SOURCES): Likewise.
2451+ (grub_setup_SOURCES): Remove kern/parser.c.
2452+ * conf/i386-qemu.rmk (kernel_img_SOURCES): Remove kern/handler.c.
2453+ * conf/mips-qemu-mips.rmk (kernel_img_SOURCES): Likewise.
2454+ * conf/mips-yeeloong.rmk (kernel_img_SOURCES): Likewise.
2455+ * conf/powerpc-ieee1275.rmk (kernel_img_SOURCES): Likewise.
2456+ * conf/sparc64-ieee1275.rmk (kernel_img_SOURCES): Likewise.
2457+ (grub_setup_SOURCES): Remove kern/parser.c.
2458+ * conf/x86-efi.rmk (kernel_img_SOURCES): Remove kern/handler.c.
2459+ * gettext/gettext.c (grub_gettext_delete_list): Don't use grub_list_pop.
2460+ * include/grub/command.h (grub_command_iterate): Removed.
2461+ (FOR_COMMANDS): New macro.
2462+ * include/grub/dl.h (grub_dl): New member next.
2463+ (grub_dl_iterate): Removed.
2464+ (grub_dl_head): New variable declaration.
2465+ (FOR_DL_MODULES): New macro.
2466+ * include/grub/fs.h: Include list.h.
2467+ (grub_fs): Make next first element.
2468+ (grub_fs_list): New variable declaration.
2469+ (grub_fs_register): Make inline.
2470+ (grub_fs_unregister): Likewise.
2471+ (grub_fs_iterate): Removed.
2472+ (FOR_FILESYSTEMS): New macro.
2473+ * include/grub/handler.h: Removed.
2474+ * include/grub/list.h (grub_list_hook_t): Removed.
2475+ (grub_list_test_t): Likewise.
2476+ (grub_list_pop): Likewise.
2477+ (grub_list_iterate): Likewise.
2478+ (grub_list_insert): Likewise.
2479+ (FOR_LIST_ELEMENTS): New macro.
2480+ * include/grub/parser.h (grub_parser_class): Removed.
2481+ (grub_parser_register): Likewise.
2482+ (grub_parser_unregister): Likewise.
2483+ (grub_parser_get_current): Likewise.
2484+ (grub_parser_set_current): Likewise.
2485+ (grub_register_rescue_parser): Likewise.
2486+ (grub_rescue_parse_line): New function.
2487+ * include/grub/partition.h (FOR_PARTITION_MAPS): Use FOR_LIST_ELEMENTS.
2488+ * include/grub/script_sh.h (grub_script_function_list): New variable
2489+ declaration.
2490+ (FOR_SCRIPT_FUNCTIONS): New macro.
2491+ (grub_script_function_iterate): Removed.
2492+ (grub_normal_parse_line): New prototype.
2493+ * include/grub/term.h (FOR_ACTIVE_TERM_INPUTS): Use FOR_LIST_ELEMENTS.
2494+ (FOR_DISABLED_TERM_INPUTS): Likewise.
2495+ (FOR_ACTIVE_TERM_OUTPUTS): Likewise.
2496+ (FOR_DISABLED_TERM_OUTPUTS): Likewise.
2497+ * include/grub/video.h (grub_video_adapter): Move 'next' to first
2498+ element.
2499+ (grub_video_register): Inline.
2500+ (grub_video_unregister): Likewise.
2501+ (grub_video_adapter_list): New variable declaration.
2502+ (grub_video_iterate): Removed.
2503+ (FOR_VIDEO_ADAPTERS): New macro.
2504+ * kern/dl.c (grub_dl_list): Removed. All users updated.
2505+ (grub_dl_iterate): Removed.
2506+ * kern/fs.c (grub_fs_list): Make global.
2507+ (grub_fs_register): Removed.
2508+ (grub_fs_unregister): Likewise.
2509+ (grub_fs_iterate): Likewise.
2510+ * kern/handler.c: Removed.
2511+ * kern/list.c (grub_list_pop): Removed.
2512+ (grub_list_iterate): Likewise.
2513+ (grub_list_insert): Likewise.
2514+ (grub_named_list_find): Use FOR_LIST_ELEMENTS.
2515+ (grub_prio_list_insert): Don't use grub_list_insert.
2516+ * kern/main.c (grub_register_rescue_parser): Don't call
2517+ grub_register_rescue_parser.
2518+ * kern/parser.c (grub_parser_class): Removed.
2519+ (grub_parser_execute): Use grub_rescue_parse_line.
2520+ * kern/rescue_parser.c (grub_rescue_parse_line): Make global.
2521+ (grub_rescue_parser): Removed.
2522+ (grub_register_rescue_parser): Likewise.
2523+ * kern/rescue_reader.c (grub_rescue_run): Use grub_rescue_parse_line.
2524+ * normal/auth.c (is_authenticated): Use FOR_LIST_ELEMENTS.
2525+ (grub_auth_check_authentication): Likewise.
2526+ * normal/completion.c (iterate_command): Removed.
2527+ (grub_normal_do_completion): Use FOR_COMMANDS.
2528+ * normal/handler.c: Removed.
2529+ * normal/main.c (read_config_file): Remove parser changing.
2530+ (grub_normal_execute): Don't call read_handler_list.
2531+ (grub_normal_read_line_real): Statically allocate prompt.
2532+ (grub_cmdline_run): Use grub_normal_parse_line.
2533+ (GRUB_MOD_FINI): Don't call free_handler_list.
2534+ * normal/menu_entry.c (run): Likewise.
2535+ * script/function.c (grub_script_function_list): Make global.
2536+ (grub_script_function_iterate): Removed.
2537+ * script/main.c (grub_normal_parse_line): Make global.
2538+ (grub_sh_parser): Removed.
2539+ (GRUB_MOD_INIT): Likewise.
2540+ (GRUB_MOD_FINI): Likewise.
2541+ * tests/lib/functional_test.c (grub_functional_test): Use
2542+ FOR_LIST_ELEMENTS.
2543+ * tests/lib/test.c (free_failures): Don't use grub_list_pop.
2544+ (grub_test_run): Use FOR_LIST_ELEMENTS.
2545+ * tests/lib/unit_test.c (main): Likewise.
2546+ * util/deviceiter.c (grub_util_iterate_devices): Don't use
2547+ grub_list_pop.
2548+ * util/grub-fstest.c (grub_term_input_class): Removed.
2549+ (grub_term_output_class): Likewise.
2550+ * util/grub-probe.c: Likewise.
2551+ * util/i386/pc/grub-setup.c: Likewise.
2552+ * util/sparc64/ieee1275/grub-setup.c: Likewise.
2553+ * util/grub-script-check.c (main): Don't call grub_init_all and
2554+ grub_fini_all.
2555+ * video/video.c (grub_video_adapter_list): Make global.
2556+ (grub_video_register): Removed.
2557+ (grub_video_unregister): Likewise.
2558+ (grub_video_iterate): Likewise.
2559+
2560+2010-06-09 Vladimir Serbinenko <phcoder@gmail.com>
2561+
2562+ * docs/grub.texi (Vendor power-on button): Add Asus EeePC 1005PE as
2563+ reported by Henrique Ferreiro.
2564+
2565+2010-06-09 Robert Millan <rmh@gnu.org>
2566+
2567+ * util/grub.d/10_linux.in: Prefer compressed images over non-compressed
2568+ ones, when both are available.
2569+
2570+2010-06-08 Grégoire Sutre <gregoire.sutre@gmail.com>
2571+
2572+ Make --version uniform and avoid hard-coded program name.
2573+
2574+ * util/grub-mkimage.c (main): Use `program_name' instead of
2575+ hard-coded string.
2576+ * util/i386/pc/grub-setup.c (main): Likewise.
2577+ * util/sparc64/ieee1275/grub-setup.c (parse_options): Likewise.
2578+ * util/grub-install.in: Save the basename of $0 in $self, and use the
2579+ latter in informational messages. Use the same format for --version
2580+ as the binary programs.
2581+ * util/grub-mkconfig.in: Likewise.
2582+ * util/grub-mkrescue.in: Likewise.
2583+ * util/grub-reboot.in: Likewise.
2584+ * util/grub-set-default.in: Likewise.
2585+ * util/i386/efi/grub-install.in: Likewise.
2586+ * util/ieee1275/grub-install.in: Likewise.
2587+ * util/powerpc/ieee1275/grub-mkrescue.in: Likewise.
2588+
2589+2010-06-08 Grégoire Sutre <gregoire.sutre@gmail.com>
2590+
2591+ * util/i386/pc/grub-setup.c (setup): Use absolute offsets for start of
2592+ embedding area. Use <= instead of == when checking for non-emptiness.
2593+
2594+2010-06-08 Grégoire Sutre <gregoire.sutre@gmail.com>
2595+
2596+ * configure.ac: Add `.' to the directories searched for unifont.
2597+
2598+2010-06-08 Colin Watson <cjwatson@ubuntu.com>
2599+
2600+ * .bzrignore: Add ascii.bitmaps, ascii.h, grub_script.yy.c, and
2601+ grub_script.yy.h.
2602+
2603+2010-06-08 Colin Watson <cjwatson@ubuntu.com>
2604+
2605+ * docs/grub.texi (History): Expand to cover GRUB 2.
2606+ (Serial terminal): Refer to `terminal_input' and `terminal_output'
2607+ commands, not `terminal'.
2608+ (serial): Likewise.
2609+ (terminal_input): New section.
2610+ (terminal_output): New section.
2611+ (uppermem): New section (stub).
2612+ (Obtaining and Building GRUB): Refer to Bazaar, not Subversion.
2613+
2614+2010-06-08 Colin Watson <cjwatson@ubuntu.com>
2615+
2616+ * docs/grub.texi (Security): Menu entries are unrestricted by
2617+ default, not restricted to superusers as I had previously thought.
2618+ Reword to account for this.
2619+
2620+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2621+
2622+ * kern/emu/misc.c (device_mapper_null_log): New function.
2623+ (grub_device_mapper_supported): New function.
2624+ * include/grub/emu/misc.h (grub_device_mapper_supported): Add
2625+ prototype.
2626+ * kern/emu/hostdisk.c (find_partition_start): Check whether
2627+ device-mapper is supported before trying to use it.
2628+ * util/deviceiter.c (grub_util_iterate_devices): Likewise.
2629+
2630+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2631+
2632+ * docs/grub.texi (Naming convention): Use GRUB 2 syntax.
2633+ (File name syntax): Likewise.
2634+ (help): --all is no longer supported in GRUB 2. Be more precise
2635+ about pattern matching.
2636+
2637+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2638+
2639+ * normal/completion.c (grub_normal_do_completion): When completing
2640+ arguments to "set" and the current word contains an equals sign,
2641+ skip to after the equals sign before starting completion.
2642+
2643+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2644+
2645+ * fs/i386/pc/pxe.c (grub_pxe_open): Fix parsing of gateway_ip.
2646+
2647+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2648+
2649+ * docs/grub.texi (Network): New section.
2650+ (Device syntax): The network device is called `(pxe)' in GRUB 2, not
2651+ `(nd)' as in GRUB Legacy.
2652+ (pxe_unload): New section.
2653+
2654+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2655+
2656+ * docs/grub.texi (Troubleshooting): `echo' is not usually available
2657+ in the rescue shell, so recommend using `set' instead. Thanks,
2658+ Jordan Uggla.
2659+
2660+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2661+
2662+ * docs/grub.texi (Filesystem): Refer to `search' instead of `find'.
2663+ (password): New section.
2664+ (password_pbkdf2): New section.
2665+ (search): New section.
2666+ (Security): New section.
2667+ (Troubleshooting): New section, currently very incomplete.
2668+ (Invoking grub-mkpasswd-pbkdf2): New section.
2669+ (Internals): New section, currently very incomplete.
2670+
2671+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2672+
2673+ * util/grub.d/00_header.in: Add some more quoting (of
2674+ "${prev_saved_entry}" and "${boot_once}") needed to make savedefault
2675+ work again.
2676+ Reported by: Mario 'BitKoenig' Holbe (Debian bug #584812).
2677+
2678+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
2679+
2680+ * util/grub-mkpasswd-pbkdf2.c (main): Rename top-level `c' variable
2681+ to `count', fixing variable shadowing that broke the -c option.
2682+
2683+2010-06-05 Colin Watson <cjwatson@ubuntu.com>
2684+
2685+ * util/grub.d/00_header.in: Quote values assigned to `saved_entry',
2686+ in case they contain spaces.
2687+
2688+2010-06-04 Colin Watson <cjwatson@ubuntu.com>
2689+
2690+ * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Prepend
2691+ "part_" to partmap module names, in line with grub-install.
2692+ Reported by: Jindřich Makovička (Debian bug #584426).
2693+
2694+2010-06-04 Colin Watson <cjwatson@ubuntu.com>
2695+
2696+ * util/grub-mkimage.c: Make target-related error messages slightly
2697+ more helpful; -O talks about "format". Explicitly point to the use
2698+ of -O if no target is specified.
2699+ Reported by: Didier Raboud (Debian bug #584415).
2700+
2701+2010-06-03 Colin Watson <cjwatson@ubuntu.com>
2702+
2703+ * INSTALL: Document several build requirements for optional features
2704+ (libdevmapper, ncurses, libusb, SDL, FreeType, GNU Unifont).
2705+
2706+2010-06-02 Grégoire Sutre <gregoire.sutre@gmail.com>
2707+
2708+ * kern/emu/hostdisk.c (convert_system_partition_to_system_disk)
2709+ [__NetBSD__]: Handle all device names matching /dev/r[a-z]+[0-9][a-z].
2710+ (find_partition_start) [__NetBSD__]: Correct error messages for NetBSD.
2711+
2712+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2713+
2714+ * docs/grub.texi (Simple configuration): Fix copy-and-paste typo.
2715+ Thanks to Jordan Uggla for spotting this.
2716+
2717+2010-06-02 Aleš Nesrsta <starous@volny.cz>
2718+
2719+ Finally make USB usable.
2720+
2721+ * bus/usb/ohci.c (grub_ohci_reg_t): Add missing values.
2722+ (GRUB_OHCI_RHUB_PORT_POWER_MASK): New macro.
2723+ (GRUB_OHCI_RHUB_PORT_ALL_POWERED): Likewise.
2724+ (GRUB_OHCI_REG_FRAME_INTERVAL_FSMPS_MASK): Likewise.
2725+ (GRUB_OHCI_REG_FRAME_INTERVAL_FSMPS_SHIFT): Likewise.
2726+ (GRUB_OHCI_REG_FRAME_INTERVAL_FI_SHIFT): Likewise.
2727+ (GRUB_OHCI_FSMPS): Likewise.
2728+ (GRUB_OHCI_PERIODIC_START): Likewise.
2729+ (GRUB_OHCI_FRAME_INTERVAL): Likewise.
2730+ (GRUB_OHCI_SET_PORT_ENABLE): Likewise.
2731+ (GRUB_OHCI_CLEAR_PORT_ENABLE): Likewise.
2732+ (GRUB_OHCI_SET_PORT_RESET): Likewise.
2733+ (GRUB_OHCI_SET_PORT_RESET_STATUS_CHANGE): Likewise.
2734+ * bus/usb/ohci.c (grub_ohci_pci_iter): Various important fixups.
2735+ (grub_ohci_transaction): Likewise.
2736+ (grub_ohci_transfer): Improve condition detection algorithms.
2737+ Handle toggle property. Program the transactions correctly.
2738+ Improve error handling. Various important fixups.
2739+ (grub_ohci_portstatus): Put register writes in right order.
2740+ * bus/usb/uhci.c (grub_free_queue): Compute last_trans.
2741+ (grub_uhci_transfer): Don't show "failed" message on success.
2742+ * bus/usb/usb.c (grub_usb_set_configuration): Zero-fill whole "toggle"
2743+ array.
2744+ (grub_usb_device_initialize): Read first 8 bytes of descriptor to
2745+ determine its size.
2746+ * bus/usb/usbtrans.c (grub_usb_control_msg): Use descdev.maxsize0 even
2747+ before initialization is completed. Use IN direction for empty
2748+ transfers. Use last_trans and compute toggle.
2749+ * include/grub/usbtrans.h (grub_usb_transfer): New field last_trans.
2750+ (GRUB_USB_FEATURE_ENDP_HALT): Correct the value.
2751+ (GRUB_USB_FEATURE_DEV_REMOTE_WU): Likewise.
2752+ (GRUB_USB_FEATURE_TEST_MODE): Likewise.
2753+ * include/grub/usb.h (grub_usb_err_t): New value GRUB_USB_ERR_UNRECOVERABLE.
2754+ (grub_usb_device): Increase toggle to 256.
2755+ (grub_usbms_subclass_t): New values GRUB_USBMS_SUBCLASS_RBC,
2756+ GRUB_USBMS_SUBCLASS_MMC2, GRUB_USBMS_SUBCLASS_UFI and
2757+ GRUB_USBMS_SUBCLASS_SFF8070.
2758+ * include/grub/scsicmd.h (grub_scsi_test_unit_ready): New structure.
2759+ (grub_scsi_inquiry): New member page and alloc_length.
2760+ (grub_scsi_request_sense): New structure.
2761+ (grub_scsi_request_sense_data): Likewise.
2762+ (grub_scsi_read_capacity): New fields logical_block_addr, PMI and
2763+ control.
2764+ * disk/scsi.c (grub_scsi_request_sense): New function.
2765+ (grub_scsi_test_unit_ready): Likewise.
2766+ (grub_scsi_inquiry): Fill new fields.
2767+ (grub_scsi_read_capacity): Likewise.
2768+ (grub_scsi_read10): Add request sense at the end.
2769+ (grub_scsi_read12): Likewise.
2770+ (grub_scsi_write10): Likewise.
2771+ (grub_scsi_write12): Likewise.
2772+ (grub_scsi_open): Add Test Unit Ready.
2773+ * disk/usbms.c (grub_usbms_finddevs): Check configcnt.
2774+ Support additional subclasses. Con't clear halt yet. Activate the
2775+ proper config. Calculate LUNs correctly.
2776+ (grub_usbms_transfer): Various important fixups.
2777+
2778+2010-06-02 Vladimir Serbinenko <phcoder@gmail.com>
2779+
2780+ * bus/pci.c (grub_pci_iterate) [GRUB_MACHINE_MIPS_YEELOONG]: Skip ghosts.
2781+ * bus/usb/ohci.c (grub_ohci_portstatus): Handle R/WC correctly.
2782+ (grub_ohci_fini_hw): New function.
2783+ (grub_ohci_restore_hw): Likewise.
2784+ (GRUB_MOD_INIT(ohci)): Register preboot hook.
2785+ (GRUB_MOD_FINI(ohci)): Shutdown OHCI.
2786+ * term/usb_keyboard.c: Remove include of grub/machine/console.h.
2787+
2788+2010-06-02 Vladimir Serbinenko <phcoder@gmail.com>
2789+
2790+ Dedicated DMA allocations.
2791+
2792+ * bus/pci.c (grub_memalign_dma32): New function
2793+ (grub_dma_free): Likewise.
2794+ (grub_dma_get_virt): Likewise.
2795+ (grub_dma_get_phys): Likewise.
2796+ * bus/usb/ohci.c (grub_ohci): New members hcca_addr and hcca_chunk.
2797+ (grub_ohci_pci_iter): Use dma32_alloc.
2798+ (grub_ohci_transfer): Likewise.
2799+ * bus/usb/usbtrans.c (grub_usb_control_msg): Likewise.
2800+ (grub_usb_bulk_readwrite): Likewise.
2801+ * include/grub/pci.h: Add declarations.
2802+
2803+2010-06-02 Vladimir Serbinenko <phcoder@gmail.com>
2804+
2805+ CS5536 support.
2806+
2807+ * bus/cs5536.c: New file.
2808+ * bus/usb/ohci.c (grub_ohci_pci_iter): Check for CS5536.
2809+ * conf/i386.rmk (pkglib_MODULES): Add cs5536.mod.
2810+ (cs5536_mod_SOURCES): New variable.
2811+ (cs5536_mod_CFLAGS): Likewise.
2812+ (cs5536_mod_LDFLAGS): Likewise.
2813+ * conf/mips-yeeloong.rmk (kernel_img_HEADERS): Add cs5536.h and
2814+ machine/pci.h.
2815+ (kernel_img_SOURCES): Add bus/cs5536.c.
2816+ (pkglib_MODULES): Add usb.mod, usbtest.mod, ohci.mod, usbms.mod and
2817+ usb_keyboard.mod.
2818+ (usb_mod_SOURCES): New variable.
2819+ (usb_mod_CFLAGS): New variable.
2820+ (usb_mod_LDFLAGS): New variable.
2821+ (usbtest_mod_SOURCES): New variable.
2822+ (usbtest_mod_CFLAGS): New variable.
2823+ (usbtest_mod_LDFLAGS): New variable.
2824+ (ohci_mod_SOURCES): New variable.
2825+ (ohci_mod_CFLAGS): New variable.
2826+ (ohci_mod_LDFLAGS): New variable.
2827+ (usbms_mod_SOURCES): New variable.
2828+ (usbms_mod_CFLAGS): New variable.
2829+ (usbms_mod_LDFLAGS): New variable.
2830+ (usb_keyboard_mod_SOURCES): New variable.
2831+ (usb_keyboard_mod_CFLAGS): New variable.
2832+ (usb_keyboard_mod_LDFLAGS): New variable.
2833+ * include/grub/smbus.h: New file.
2834+ * include/grub/cs5536.h: New file.
2835+
2836+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2837+
2838+ * util/grub.d/00_header.in: Add safety check to make sure that
2839+ ${locale_dir} exists before trying to probe it.
2840+
2841+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2842+
2843+ * docs/grub.texi (SCO UnixWare): Remove, at Vladimir's request and
2844+ per the GNU Coding Standards; this is now too obscure to be worth
2845+ documenting.
2846+ (QNX): Likewise.
2847+ (chainloader): Remove cross-reference to `SCO UnixWare'.
2848+
2849+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2850+
2851+ * docs/grub.texi (Chain-loading): New section.
2852+ (DOS/Windows): New section, borrowed from GRUB Legacy with details
2853+ adjusted for GRUB 2.
2854+ (SCO UnixWare): Likewise.
2855+ (QNX): Likewise.
2856+ (chainloader): Add reference to `Block list syntax'.
2857+ (drivemap): New section.
2858+ (parttool): New section.
2859+
2860+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2861+
2862+ * docs/grub.texi (GNU GRUB manual): Remove reference to `Invoking
2863+ the grub shell'.
2864+ (Installation): Add reference to `Making a GRUB bootable CD-ROM'.
2865+ (Installing GRUB using grub-install): Remove reference to the grub
2866+ shell; mention `grub-mkimage' and `grub-setup' instead.
2867+ (Invoking grub-install): Likewise.
2868+ (Interface): Add reference to `Menu entry editor'.
2869+ (serial): Remove `--device' option.
2870+
2871+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2872+
2873+ * docs/grub.texi (Configuration): New section, documenting
2874+ configuration file generation using grub-mkconfig. I've left a slot
2875+ for documenting the full shell scripting format but have not yet
2876+ started on writing that up.
2877+ (Invoking grub-mkconfig): New section.
2878+
2879+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2880+
2881+ * docs/grub.texi (direntry): Remove grub-terminfo reference.
2882+ (GNU GRUB manual): Likewise.
2883+ (General commands): Update description of `terminfo' for GRUB 2.
2884+
2885+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2886+
2887+ * commands/gptsync.c (grub_cmd_gptsync): Fix typos.
2888+ (GRUB_MOD_INIT): Fix capitalisation.
2889+ * docs/grub.texi (Command-line and menu entry commands): Document
2890+ gettext and gptsync commands.
2891+
2892+2010-06-02 Colin Watson <cjwatson@ubuntu.com>
2893+
2894+ * conf/any-emu.rmk (kernel_img_SOURCES) [!x86]: Include
2895+ kern/$(target_cpu)/cache.S even if TARGET_NO_MODULES = yes.
2896+
2897+2010-06-01 Colin Watson <cjwatson@ubuntu.com>
2898+
2899+ Add btrfs probing support, currently only in the single-device case.
2900+
2901+ * kern/emu/getroot.c (find_root_device_from_mountinfo): New
2902+ function.
2903+ (grub_guess_root_device): Call find_root_device_from_mountinfo
2904+ before looking in /dev.
2905+
2906+2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
2907+
2908+ * disk/i386/pc/biosdisk.c (grub_biosdisk_open): Use
2909+ GRUB_DISK_SIZE_UNKNOWN.
2910+ * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Likewise.
2911+
2912+2010-05-31 Jiro SEKIBA <jir@unicus.jp>
2913+
2914+ * include/grub/disk.h (GRUB_DISK_SIZE_UNKNOWN): New macro.
2915+ * fs/nilfs.c: Support 2nd super block in case 1st one is accidently
2916+ corrupted or not synced properly.
2917+
2918+2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
2919+
2920+ * normal/main.c (grub_normal_add_menu_entry): Avoid going out of args.
2921+ Reported by: Seth Goldberg.
2922+
2923+2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
2924+
2925+ * loader/multiboot_mbi2.c (grub_multiboot_make_mbi): Fix incorrect
2926+ addition of dest.
2927+ Reported by: Seth Goldberg.
2928+
2929+2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
2930+
2931+ * commands/setpci.c (grub_setpci_iter): Fix an incorrect function check.
2932+ Reported by: Seth Goldberg.
2933+
2934+2010-05-31 Vladimir Serbinenko <phcoder@gmail.com>
2935+
2936+ * loader/multiboot_elfxx.c (grub_multiboot_load_elfXX) [__mips]: Check
2937+ 64-bit address as signed on MIPS.
2938+
2939+2010-05-28 Colin Watson <cjwatson@ubuntu.com>
2940+
2941+ * configure.ac: AC_PROG_LEX sets LEX to ":" if lex is missing, not
2942+ to the empty string.
2943+
2944+2010-05-28 BVK Chaitanya <bvk.groups@gmail.com>
2945+
2946+ Fix grub-emu issues on NetBSD, with gcc 4.1.3.
2947+
2948+ * conf/any-emu.rmk: Remove unnecessary COMMON_CFLAGS.
2949+ * include/grub/emu/misc.h (canonicalize_file_name): New Prototype.
2950+ * kern/misc.c (__enable_execute_stack): Disable on
2951+ GRUB_MACHINE_EMU.
2952+
2953+2010-05-28 Colin Watson <cjwatson@ubuntu.com>
2954+
2955+ Make grub-probe work with symbolic links under /dev/mapper as well
2956+ as with real block devices. The Linux world seems to be (at best)
2957+ in transition here, and GRUB shouldn't get caught in the middle.
2958+
2959+ * kern/emu/getroot.c (find_root_device): Follow symbolic links under
2960+ /dev/mapper.
2961+
2962+2010-05-27 Colin Watson <cjwatson@ubuntu.com>
2963+
2964+ * util/grub-script-check.c (main): Ensure defined behaviour on empty
2965+ input files (in which case exit zero).
2966+
2967+2010-05-27 Colin Watson <cjwatson@ubuntu.com>
2968+
2969+ * kern/emu/misc.c (canonicalize_file_name): realpath can still
2970+ return NULL for various reasons even if it has a maximum-length
2971+ buffer: for example, there might be a symlink loop, or the path
2972+ might exceed PATH_MAX. If this happens, return NULL.
2973+
2974+2010-05-27 Robert Millan <rmh@gnu.org>
2975+
2976+ * util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Insert
2977+ partmap module to handle cross-partmap setups.
2978+ Reported by Orestes Mas. Gràcies!
2979+
2980+2010-05-27 Colin Watson <cjwatson@ubuntu.com>
2981+
2982+ * util/grub-mkrescue.in: Initialise override_dir rather than
2983+ assuming that it's unset or empty in the environment.
2984+
2985+2010-05-26 Grégoire Sutre <gregoire.sutre@gmail.com>
2986+
2987+ * kern/emu/hostdisk.c (find_partition_start) [__NetBSD__]: Renamed
2988+ variable index into p_index to suppress a warning with -Wshadow.
2989+
2990+2010-05-25 BVK Chaitanya <bvk.groups@gmail.com>
2991+
2992+ * INSTALL: Added flex >= 2.5.35 requirement.
2993+
2994+2010-05-23 Vladimir Serbinenko <phcoder@gmail.com>
2995+
2996+ * commands/usbtest.c (grub_usb_get_string): Properly support UTF-16.
2997+
2998+2010-05-23 Vladimir Serbinenko <phcoder@gmail.com>
2999+
3000+ cmostest support.
3001+
3002+ * commands/i386/cmostest.c: New file.
3003+ * conf/i386-coreboot.rmk (pkglib_MODULES): Add cmostest.mod.
3004+ (cmostest_mod_SOURCES): New variable.
3005+ (cmostest_mod_CFLAGS): Likewise.
3006+ (cmostest_mod_LDFLAGS): Likewise.
3007+ * conf/i386-pc.rmk: Likewise.
3008+ * docs/grub.texi (Vendor power-on keys): New section.
3009+ * util/grub-mkconfig.in: export GRUB_DEFAULT_BUTTON,
3010+ GRUB_HIDDEN_TIMEOUT_BUTTON, GRUB_TIMEOUT_BUTTON
3011+ and GRUB_BUTTON_CMOS_ADDRESS.
3012+ * util/grub.d/00_header.in: Handle powering-on by separate button.
3013+
3014+2010-05-23 Vladimir Serbinenko <phcoder@gmail.com>
3015+
3016+ * gfxmenu/gui_list.c (draw_menu): Don't add scrollbar width to padding.
3017+ Removed drawing_scrollbar argument. All users updated
3018+ Fixes #29792.
3019+ Reported by Jo Shields
3020+
3021+2010-05-23 Vladimir Serbinenko <phcoder@gmail.com>
3022+
3023+ * gfxmenu/view.c (grub_gfxmenu_draw_terminal_box): Apply only to current
3024+ buffer since gfxterm handles double repaint.
3025+
3026+2010-05-23 Vladimir Serbinenko <phcoder@gmail.com>
3027+
3028+ * gfxmenu/gfxmenu.c (grub_gfxmenu_try): Change viewport on both buffers.
3029+ * term/gfxterm.c (real_scroll): Likewise.
3030+
3031+2010-05-21 Vladimir Serbinenko <phcoder@gmail.com>
3032+
3033+ * kern/i386/pc/mmap.c (grub_machine_mmap_iterate): Zero-fill entry
3034+ before calling BIOS.
3035+
3036+2010-05-21 Vladimir Serbinenko <phcoder@gmail.com>
3037+
3038+ * include/grub/i18n.h: Always enable grub_gettext.
3039+
3040+2010-05-21 Vladimir Serbinenko <phcoder@gmail.com>
3041+
3042+ * kern/i386/pc/init.c (make_install_device): Fix a leftover usage of old
3043+ partition naming style.
3044+
3045+2010-05-21 Colin Watson <cjwatson@ubuntu.com>
3046+
3047+ * util/grub-mkconfig.in: Fix handling of -o so that it works when
3048+ not the first option.
3049+
3050+2010-05-20 Colin Watson <cjwatson@ubuntu.com>
3051+
3052+ * util/grub-mkrelpath.c (usage): Remove excess apostrophe.
3053+
3054+2010-05-20 Colin Watson <cjwatson@ubuntu.com>
3055+
3056+ * util/misc.c: Move inclusion of <limits.h> to ...
3057+ * kern/emu/misc.c: ... here. Needed for canonicalize_file_name.
3058+
3059+2010-05-20 Grégoire Sutre <gregoire.sutre@gmail.com>
3060+
3061+ * kern/emu/hostdisk.c (grub_util_biosdisk_get_grub_dev) [__NetBSD__]:
3062+ Fix merge error in NetBSD code.
3063+ (find_partition_start) [__NetBSD__]: Likewise.
3064+
3065+2010-05-19 BVK Chaitanya <bvk.groups@gmail.com>
3066+
3067+ Fix grub-mkrescue usage unit testing.
3068+
3069+ * tests/util/grub-shell.in: Use --grub-mkimage with grub-mkrescue.
3070+
3071+2010-05-18 Christian Franke <franke@computer.org>
3072+
3073+ * util/grub.d/10_windows.in: Use path names instead of
3074+ drive letters to prevent warning from Cygwin 1.7.
3075+ Add drivemap command to menuentry if needed.
3076+
3077+2010-05-18 Justus Winter <4winter@informatik.uni-hamburg.de>
3078+
3079+ * util/grub.d/10_hurd.in: Include all gnumach* kernels, not only
3080+ gnumach and gnumach.gz.
3081+
3082+2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
3083+
3084+ * include/grub/i18n.h (gettext): Inline instead of using #define.
3085+ (grub_gettext): Likewise.
3086+ (_): Likewise.
3087+
3088+2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
3089+
3090+ * Makefile.in (CPPFLAGS): Replace -DGRUB_LIBDIR with
3091+ -DGRUB_PKGLIBROOTDIR= and prepend @PACKAGE_TARNAME@. All users updated.
3092+ * util/grub-mkimage.c (image_targets): Add i386-multiboot.
3093+ (main): Add a slash after pkglibdirroot.
3094+
3095+2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
3096+
3097+ * util/grub-install.in: Add missing "in" keyword.
3098+
3099+2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
3100+
3101+ * util/grub-mkrescue.in: Remove -O i386-pc duplication.
3102+ Reported by: Seth Goldberg.
3103+
3104+2010-05-18 Vladimir Serbinenko <phcoder@gmail.com>
3105+
3106+ * po/POTFILES: Rename util/grub-mkrawimage.c to util/grub-mkimage.c.
3107+
3108+2010-05-18 Colin Watson <cjwatson@ubuntu.com>
3109+
3110+ * configure.ac: Check for Linux device-mapper support.
3111+
3112+ * util/hostdisk.c (device_is_mapped): New function.
3113+ (find_partition_start): New function, partly broken out from
3114+ linux_find_partition and grub_util_biosdisk_get_grub_dev but with
3115+ device-mapper support added.
3116+ (linux_find_partition): Use find_partition_start.
3117+ (convert_system_partition_to_system_disk): Add `st' argument.
3118+ Support Linux /dev/mapper/* devices if device-mapper support is
3119+ available; only DM-RAID devices are understood at present.
3120+ (find_system_device): Add `st' argument. Pass it to
3121+ convert_system_partition_to_system_disk.
3122+ (grub_util_biosdisk_get_grub_dev): Pass stat result to
3123+ find_system_device and convert_system_partition_to_system_disk. Use
3124+ find_partition_start.
3125+
3126+ * conf/common.rmk (grub_mkdevicemap_SOURCES): Add kern/env.c,
3127+ kern/err.c, kern/list.c, kern/misc.c, and kern/emu/mm.c.
3128+ * util/deviceiter.c [__linux__]: Define MINOR.
3129+ (grub_util_iterate_devices): Add support for DM-RAID disk devices.
3130+ * util/mkdevicemap.c (grub_putchar): New function.
3131+ (grub_getkey): New function.
3132+ (grub_refresh): New function.
3133+ (main): Set debug=all if -v -v is used.
3134+
3135+2010-05-18 Colin Watson <cjwatson@ubuntu.com>
3136+
3137+ Fix build with non-GNU libcs.
3138+
3139+ * util/misc.c (canonicalize_file_name): Move to ...
3140+ * kern/emu/misc.c (canonicalize_file_name): ... here. Needed by
3141+ grub_make_system_path_relative_to_its_root.
3142+
3143+2010-05-18 Colin Watson <cjwatson@ubuntu.com>
3144+
3145+ * util/grub-mkrescue.in: Sync up with grub-install in terms of how
3146+ we handle finding grub-mkimage. Default to finding grub-mkimage in
3147+ ${bindir} with program_transform_name applied, and provide a
3148+ --grub-mkimage option to override this.
3149+
3150+2010-05-17 Vladimir Serbinenko <phcoder@gmail.com>
3151+
3152+ Remove grub-mkisofs.
3153+
3154+ * conf/common.rmk (bin_UTILITIES): Remove grub-mkisofs.
3155+ (grub_mkisofs_SOURCES): Removed.
3156+ (grub_mkisofs_CFLAGS): Removed.
3157+ * util/mkisofs/defaults.h: Removed.
3158+ * util/mkisofs/eltorito.c: Likewise.
3159+ * util/mkisofs/exclude.h: Likewise.
3160+ * util/mkisofs/hash.c: Likewise.
3161+ * util/mkisofs/include/: Likewise.
3162+ * util/mkisofs/include/fctldefs.h: Likewise.
3163+ * util/mkisofs/include/mconfig.h: Likewise.
3164+ * util/mkisofs/include/prototyp.h: Likewise.
3165+ * util/mkisofs/include/statdefs.h: Likewise.
3166+ * util/mkisofs/iso9660.h: Likewise.
3167+ * util/mkisofs/joliet.c: Likewise.
3168+ * util/mkisofs/match.c: Likewise.
3169+ * util/mkisofs/match.h: Likewise.
3170+ * util/mkisofs/mkisofs.c: Likewise.
3171+ * util/mkisofs/mkisofs.h: Likewise.
3172+ * util/mkisofs/msdos_partition.h: Likewise.
3173+ * util/mkisofs/multi.c: Likewise.
3174+ * util/mkisofs/name.c: Likewise.
3175+ * util/mkisofs/rock.c: Likewise.
3176+ * util/mkisofs/tree.c: Likewise.
3177+ * util/mkisofs/write.c: Likewise.
3178+
3179+2010-05-17 Vladimir Serbinenko <phcoder@gmail.com>
3180+
3181+ Unify grub-mkimage accross platforms.
3182+
3183+ * Makefile.in (CPPFLAGS): Set GRUB_LIBDIR to $(libdir).
3184+ * conf/common.rmk (bin_UTILITIES): Removed grub-mkelfimage.
3185+ (grub_mkelfimage_SOURCES): Removed.
3186+ (util/elf/grub-mkimage.c_DEPENDENCIES): Renamed to ..
3187+ (util/grub-mkimage.c_DEPENDENCIES): .. this.
3188+ (bin_UTILITIES): Add grub-mkimage.
3189+ (grub_mkimage_SOURCES): New variable.
3190+ (kernel_img_HEADERS): Remove machine/kernel.h.
3191+ * conf/i386-pc.rmk (pkglib_IMAGES): Remove kernel.img.
3192+ (pkglib_PROGRAMS): Add kernel.img.
3193+ (kernel_img_HEADERS): Add machine/kernel.h.
3194+ (kernel_img_FORMAT): Removed.
3195+ (bin_UTILITIES): Remove grub-mkimage.
3196+ (grub_mkimage_SOURCES): Removed.
3197+ (grub_mkimage_CFLAGS): Likewise.
3198+ (util/grub-mkrawimage.c_DEPENDENCIES): Likewise.
3199+ * conf/i386-qemu.rmk (pkglib_IMAGES): Remove kernel.img.
3200+ (pkglib_PROGRAMS): Add kernel.img.
3201+ (bin_UTILITIES): Remove grub-mkimage.
3202+ (grub_mkimage_SOURCES): Removed.
3203+ (grub_mkimage_CFLAGS): Likewise.
3204+ (util/grub-mkrawimage.c_DEPENDENCIES): Likewise.
3205+ * conf/mips-qemu-mips.rmk (pkglib_IMAGES): Remove kernel.img.
3206+ (pkglib_PROGRAMS): Add kernel.img.
3207+ * conf/mips-yeeloong.rmk (pkglib_IMAGES): Remove kernel.img.
3208+ (pkglib_PROGRAMS): Add kernel.img.
3209+ * conf/mips.rmk (bin_UTILITIES): Remove grub-mkimage.
3210+ (grub_mkimage_SOURCES): Removed.
3211+ (grub_mkimage_CFLAGS): Likewise.
3212+ (util/grub-mkrawimage.c_DEPENDENCIES): Likewise.
3213+ * conf/sparc64-ieee1275.rmk (pkglib_IMAGES): Remove kernel.img.
3214+ (pkglib_PROGRAMS): Add kernel.img.
3215+ (bin_UTILITIES): Remove grub-mkimage.
3216+ (grub_mkimage_SOURCES): Removed.
3217+ (grub_mkimage_CFLAGS): Likewise.
3218+ (util/grub-mkrawimage.c_DEPENDENCIES): Likewise.
3219+ * conf/x86-efi.rmk (bin_UTILITIES): Remove grub-mkimage.
3220+ (grub_mkimage_SOURCES): Removed.
3221+ (grub_mkimage_CFLAGS): Likewise.
3222+ (util/grub-mkrawimage.c_DEPENDENCIES): Likewise.
3223+ * configure.ac (machine_CFLAGS): Add "-DMACHINE".
3224+ * include/grub/efi/pe32.h (grub_pe32_optional_header): Split into ...
3225+ (grub_pe32_optional_header): ... this.
3226+ (grub_pe64_optional_header): ... and this. All users updated.
3227+ (GRUB_PE32_PE32_MAGIC): Split into ..
3228+ (GRUB_PE32_PE32_MAGIC): .. this.
3229+ (GRUB_PE32_PE64_MAGIC): .. and this.
3230+ (GRUB_PE32_SIGNATURE_SIZE): New definition.
3231+ * include/grub/elf.h (PT_GNU_STACK): New definition.
3232+ * include/grub/i386/coreboot/kernel.h: Merged into include/grub/offsets.h. All users updated.
3233+ * include/grub/i386/efi/kernel.h: Likewise.
3234+ * include/grub/i386/kernel.h: Likewise.
3235+ * include/grub/i386/pc/kernel.h: Likewise.
3236+ * include/grub/i386/qemu/boot.h: Likewise.
3237+ * include/grub/mips/kernel.h: Likewise.
3238+ * include/grub/mips/qemu-mips/kernel.h: Likewise.
3239+ * include/grub/powerpc/ieee1275/kernel.h: Likewise.
3240+ * include/grub/powerpc/kernel.h: Likewise.
3241+ * include/grub/sparc64/ieee1275/boot.h: Likewise.
3242+ * include/grub/sparc64/ieee1275/kernel.h: Likewise.
3243+ * include/grub/sparc64/kernel.h: Likewise.
3244+ * include/grub/x86_64/efi/kernel.h: Likewise.
3245+ * include/grub/x86_64/kernel.h: Likewise.
3246+ * include/grub/offsets.h: New file.
3247+ * include/grub/kernel.h (grub_module_info): Split into ...
3248+ (grub_module_info32): ... this.
3249+ (grub_module_info64): ... and this.
3250+ * include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_KERNEL_SEG): Moved from here ...
3251+ * include/grub/offsets.h (GRUB_BOOT_I386_PC_KERNEL_SEG): ... here.
3252+ (grub_boot_blocklist): Moved from here ...
3253+ * include/grub/offsets.h (grub_pc_bios_boot_blocklist): ... here.
3254+ * include/grub/i386/pc/memory.h (GRUB_MEMORY_MACHINE_UPPER): Moved from here.
3255+ * include/grub/offsets.h (GRUB_MEMORY_I386_PC_UPPER): .. here.
3256+ * include/grub/types.h (grub_target_to_host16): Removed.
3257+ (grub_target_to_host32): Likewise.
3258+ (grub_target_to_host64): Likewise.
3259+ (grub_host_to_target16): Likewise.
3260+ (grub_host_to_target32): Likewise.
3261+ (grub_host_to_target64): Likewise.
3262+ (grub_host_to_target_addr): Likewise.
3263+
3264+ Support grub-mkrescue for efi, coreboot and qemu.
3265+
3266+ * conf/x86-efi.rmk (bin_SCRIPTS): Add grub-mkrescue.
3267+ * kern/efi/init.c (grub_efi_set_prefix): Handle baked in prefix.
3268+ * util/elf/grub-mkimage.c: Merged into util/grub-mkimage.c.
3269+ * util/grub-mkrawimage.c: Moved from here ...
3270+ * util/grub-mkimage.c: ... here. All users updated.
3271+ (ALIGN_ADDR): Use image_target.
3272+ (TARGET_NO_FIELD): New const.
3273+ (image_target_desc): New type.
3274+ (image_targets): New array.
3275+ (grub_target_to_host64): Use image_target.
3276+ (grub_target_to_host32): Likewise.
3277+ (grub_target_to_host16): Likewise.
3278+ (grub_host_to_target64): Likewise.
3279+ (grub_host_to_target32): Likewise.
3280+ (grub_host_to_target16): Likewise.
3281+ (grub_host_to_target_addr): Likewise.
3282+ (generate_image): Handle multiimage.
3283+ (main): Require -O parameter. All users updated.
3284+ * util/grub-mkimagexx.c: New file. Based on util/grub-mkrawimage.c and
3285+ util/efi/grub-mkimage.c
3286+ * util/grub-mkrescue.in: Handle coreboot, efi and qemu.
3287+ New option --rom-directory.
3288+ Use xorriso.
3289+ * util/i386/efi/grub-mkimage.c: Removed.
3290+ * util/i386/pc/grub-setup.c (grub_target_to_host16): New definition.
3291+ (grub_target_to_host32): Likewise.
3292+ (grub_target_to_host64): Likewise.
3293+ (grub_host_to_target16): Likewise.
3294+ (grub_host_to_target32): Likewise.
3295+ (grub_host_to_target64): Likewise.
3296+ * util/sparc64/ieee1275/grub-setup.c (grub_target_to_host16): New definition.
3297+ (grub_target_to_host32): Likewise.
3298+ (grub_target_to_host64): Likewise.
3299+ (grub_host_to_target16): Likewise.
3300+ (grub_host_to_target32): Likewise.
3301+ (grub_host_to_target64): Likewise.
3302+
3303+2010-05-17 BVK Chaitanya <bvk.groups@gmail.com>
3304+
3305+ Source tree is reorganized for emu build.
3306+
3307+ * include/grub/util/console.h: Move from here...
3308+ * include/grub/emu/console.h: ...to here.
3309+ * include/grub/util/getroot.h: Move from here...
3310+ * include/grub/emu/getroot.h: ...to here.
3311+ * include/grub/util/hostdisk.h: Move from here...
3312+ * include/grub/emu/hostdisk.h: ...to here.
3313+ * util/console.c: Move from here...
3314+ * kern/emu/console.c: ...to here.
3315+ * util/getroot.c: Move from here...
3316+ * kern/emu/getroot.c: ...to here.
3317+ * util/grub-emu.c: Move from here...
3318+ * kern/emu/main.c: ...to here.
3319+ * util/hostdisk.c: Move from here...
3320+ * kern/emu/hostdisk.c: ...to here.
3321+ * util/hostfs.c: Move from here...
3322+ * kern/emu/hostfs.c: ...to here.
3323+ * util/mm.c: Move from here...
3324+ * kern/emu/mm.c: ...to here.
3325+ * util/pci.c: Move from here...
3326+ * bus/emu/pci.c: ...to here.
3327+ * util/sdl.c: Move from here...
3328+ * video/emu/sdl.c: ...to here.
3329+ * util/time.c: Move from here...
3330+ * kern/emu/time.c: ...to here.
3331+ * util/usb.c: Move from here...
3332+ * bus/usb/emu/usb.c: ...to here.
3333+
3334+ * include/grub/emu/misc.h: New header for grub-emu functions.
3335+ * kern/emu/misc.c: grub-emu functions separated from util/misc.c
3336+
3337+ * conf/any-emu.rmk: Rule updates for above renames.
3338+ * conf/common.rmk: Likewise.
3339+ * conf/i386-pc.rmk: Likewise.
3340+ * conf/i386-qemu.rmk: Likewise.
3341+ * conf/mips.rmk: Likewise.
3342+ * conf/sparc64-ieee1275.rmk: Likewise.
3343+ * conf/x86-efi.rmk: Likewise.
3344+
3345+ * disk/lvm.h: #include updates for above renames.
3346+ * util/grub-mkrelpath.c: Likewise.
3347+ * util/grub-probe.c: Likewise.
3348+ * util/i386/pc/grub-setup.c: Likewise.
3349+ * util/sparc64/ieee1275/grub-setup.c: Likewise.
3350+ * kern/emu/console.c: Likewise.
3351+ * kern/emu/getroot.c: Likewise.
3352+ * kern/emu/hostdisk.c: Likewise.
3353+ * kern/emu/main.c: Likewise. (was grub-emu.c earlier)
3354+
3355+ * include/grub/dl.h: Remove grub_dl_{ref,unref}.
3356+ * include/grub/util/misc.h: Move grub-emu functions to emu/misc.h.
3357+ * kern/dl.c: Handle null mod in grub_dl_{ref,unref}.
3358+ * util/misc.c: Remove grub-emu functions.
3359+
3360+2010-05-13 Vladimir Serbinenko <phcoder@gmail.com>
3361+
3362+ Fix gfxmenu crash.
3363+ Reported by: Thorsten Grützmacher.
3364+
3365+ * gfxmenu/gui_circular_progress.c (circprog_destroy): Unregister
3366+ timeout hook.
3367+ (circprog_set_property): Register and unregister timeout hook.
3368+ * gfxmenu/gui_label.c (grub_gui_label): New fields template and value.
3369+ (label_destroy): Free template. and unregister hook.
3370+ (label_set_state): New function.
3371+ (label_set_property): Handle templates and hooks.
3372+ * gfxmenu/gui_progress_bar.c (progress_bar_destroy): Unregister
3373+ timeout hook.
3374+ (progress_bar_set_property): Register and unregister timeout hook.
3375+ * gfxmenu/view.c (TIMEOUT_COMPONENT_ID): Move from here ...
3376+ * include/grub/gui.h (GRUB_GFXMENU_TIMEOUT_COMPONENT_ID): ...to here
3377+ * gfxmenu/view.c (grub_gfxmenu_timeout_notifications): New variable.
3378+ (update_timeout_visit): Removed.
3379+ (update_timeouts): New function.
3380+ (redraw_timeouts): Likewise.
3381+ (grub_gfxmenu_print_timeout): Use update_timeouts and redraw_timeouts.
3382+ (grub_gfxmenu_clear_timeout): Likewise.
3383+ * include/grub/gui.h (grub_gfxmenu_set_state_t): New type.
3384+ (grub_gfxmenu_timeout_notify): Likewise.
3385+ (grub_gfxmenu_timeout_notifications): New external variable.
3386+ (grub_gfxmenu_timeout_register): New function.
3387+ (grub_gfxmenu_timeout_unregister): Likewise.
3388+
3389+2010-05-09 Vladimir Serbinenko <phcoder@gmail.com>
3390+
3391+ Transform (broken) vga terminal into (working) vga video driver.
3392+
3393+ * conf/i386-pc.rmk (vga_mod_SOURCES): Change term/i386/pc/vga.c to
3394+ video/i386/pc/vga.c.
3395+ * include/grub/video.h (grub_video_driver_id):
3396+ Add GRUB_VIDEO_DRIVER_VGA.
3397+ * term/i386/pc/vga.c: Renamed to ...
3398+ * video/i386/pc/vga.c: ...this
3399+ (DEBUG_VGA): Removed.
3400+ (CHAR_WIDTH): Likewise.
3401+ (CHAR_HEIGHT): Likewise.
3402+ (TEXT_WIDTH): Likewise.
3403+ (TEXT_HEIGHT): Likewise.
3404+ (DEFAULT_FG_COLOR): Likewise.
3405+ (DEFAULT_BG_COLOR): Likewise.
3406+ (colored_char): Likewise.
3407+ (xpos): Likewise.
3408+ (ypos): Likewise.
3409+ (cursor_state): Likewise.
3410+ (fg_color): Likewise.
3411+ (bg_color): Likewise.
3412+ (text_buf): Likewise.
3413+ (page): Likewise.
3414+ (font): Likewise.
3415+ (framebuffer): New variable.
3416+ (set_read_map): Disabled.
3417+ (setup): New variable.
3418+ (is_target): Likewise.
3419+ (grub_vga_mod_init): Likewise.
3420+ (grub_vga_mod_fini): Likewise.
3421+ (check_vga_mem): Likewise.
3422+ (write_char): Likewise.
3423+ (write_cursor): Likewise.
3424+ (scroll_up): Likewise.
3425+ (grub_vga_putchar): Likewise.
3426+ (grub_vga_getcharwidth): Likewise.
3427+ (grub_vga_getwh): Likewise.
3428+ (grub_vga_getxy): Likewise.
3429+ (grub_vga_gotoxy): Likewise.
3430+ (grub_vga_cls): Likewise.
3431+ (grub_vga_setcolorstate): Likewise.
3432+ (grub_vga_setcursor): Likewise.
3433+ (grub_video_vga_init): New function.
3434+ (grub_video_vga_setup): Likewise.
3435+ (grub_video_vga_fini): Likewise.
3436+ (update_target): Likewise.
3437+ (grub_video_vga_blit_bitmap): Likewise.
3438+ (grub_video_vga_blit_render_target): Likewise.
3439+ (grub_video_vga_set_active_render_target): Likewise.
3440+ (grub_video_vga_get_active_render_target): Likewise.
3441+ (grub_video_vga_swap_buffers): Likewise.
3442+ (grub_video_vga_set_palette): Likewise.
3443+ (grub_video_vga_get_info_and_fini): Likewise.
3444+ (grub_vga_term): Removed.
3445+ (grub_video_vga_adapter): New variable.
3446+ (GRUB_MOD_INIT): Register a video driver instead of terminal.
3447+ (GRUB_MOD_FINI): Unrefister a video driver instead of terminal.
3448+
3449+2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
3450+
3451+ * video/readers/jpeg.c: Indented.
3452+
3453+2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
3454+
3455+ Various jpeg cleanups.
3456+
3457+ * video/readers/jpeg.c (grub_jpeg_get_huff_code): Use ARRAY_SIZE.
3458+ (grub_jpeg_decode_quan_table): Use sizeof.
3459+ (grub_jpeg_decode_du): Use ARRAY_SIZE.
3460+
3461+2010-05-05 Peter Hurley <No e-mail available> (tiny change)
3462+
3463+ * video/readers/jpeg.c (grub_jpeg_decode_huff_table): Loop over all
3464+ tables. Ignore non-last ac bit.
3465+ (grub_jpeg_decode_quan_table): Likewise.
3466+
3467+2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
3468+
3469+ * include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): New value
3470+ GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM.
3471+ * kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set
3472+ GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM on qemu.
3473+ * kern/ieee1275/init.c (grub_claim_heap): Don0t allocate below
3474+ 1.5MiB if GRUB_IEEE1275_FLAG_NO_PRE1_5M_CLAIM is set.
3475+
3476+2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
3477+
3478+ * term/ieee1275/ofconsole.c (grub_ofconsole_getkey): Fix off-by-one
3479+ error.
3480+
3481+2010-05-05 Vladimir Serbinenko <phcoder@gmail.com>
3482+
3483+ * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Support C0 code.
3484+
3485+2010-05-03 Vladimir Serbinenko <phcoder@gmail.com>
3486+
3487+ * commands/parttool.c (grub_cmd_parttool): Fix #if !GRUB_NO_MODULES
3488+ condition.
3489+
3490+2010-05-03 Vladimir Serbinenko <phcoder@gmail.com>
3491+
3492+ * kern/mm.c (grub_real_malloc): Put magic and size assignment in common
3493+ part.
3494+
3495+2010-05-03 Vladimir Serbinenko <phcoder@gmail.com>
3496+
3497+ * kern/mm.c (grub_mm_init_region): Check for region size after aligning
3498+ pointers.
3499+
3500+2010-05-03 Vladimir Serbinenko <phcoder@gmail.com>
3501+
3502+ * kern/mm.c (grub_real_malloc): Fix size calculation when extra == 0.
3503+
3504+2010-05-01 Christian Franke <franke@computer.org>
3505+
3506+ * util/grub-mkconfig_lib.in (make_system_path_relative_to_its_root):
3507+ Remove broken Cygwin path conversion.
3508+ * util/misc.c: [__CYGWIN__] Add include and define.
3509+ [__CYGWIN__] (get_win32_path): Copy function from getroot.c, modify
3510+ for Cygwin 1.7.
3511+ (make_system_path_relative_to_its_root): Simplify loop, replace early
3512+ return by break.
3513+ [__CYGWIN__] Add conversion to win32 path.
3514+ Include "/" case in trailing slash removal.
3515+
3516+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3517+
3518+ * kern/main.c (grub_load_config): Fix copy-pasted comment.
3519+ Reported by: Seth Goldberg
3520+
3521+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3522+
3523+ * commands/help.c (grub_cmd_help): Fix a typo.
3524+ Reported by: Seth Goldberg
3525+
3526+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3527+
3528+ * commands/hashsum.c (GRUB_MOD_INIT): Remove duplication of command
3529+ name and add N_.
3530+ * commands/i386/pc/drivemap.c (GRUB_MOD_INIT): Likewise.
3531+ * commands/iorw.c (GRUB_MOD_INIT): Likewise.
3532+ * commands/password_pbkdf2.c (GRUB_MOD_INIT): Likewise.
3533+ * commands/regexp.c (GRUB_MOD_INIT): Likewise.
3534+ * commands/setpci.c (GRUB_MOD_INIT): Likewise.
3535+ * commands/terminal.c (GRUB_MOD_INIT): Likewise.
3536+ * efiemu/main.c (GRUB_MOD_INIT): Likewise.
3537+ * font/font_cmd.c (GRUB_MOD_INIT): Likewise.
3538+ * kern/corecmd.c (GRUB_MOD_INIT): Likewise.
3539+ * mmap/mmap.c (GRUB_MOD_INIT): Likewise.
3540+ * normal/context.c (GRUB_MOD_INIT): Likewise.
3541+ * normal/main.c (GRUB_MOD_INIT): Likewise.
3542+ * term/gfxterm.c (GRUB_MOD_INIT): Likewise.
3543+ * term/serial.c (GRUB_MOD_INIT): Likewise.
3544+ * term/terminfo.c (GRUB_MOD_INIT): Likewise.
3545+
3546+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3547+
3548+ * kern/mm.c (grub_real_malloc): Satisfy alignment requirement when
3549+ extra == 0.
3550+
3551+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3552+
3553+ * commands/iorw.c: New file.
3554+ * conf/i386.rmk (pkglib_MODULES): Add iorw.mod.
3555+ (iorw_mod_SOURCES): New variable.
3556+ (iorw_mod_CFLAGS): Likewise.
3557+ (iorw_mod_LDFLAGS): Likewise.
3558+
3559+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3560+
3561+ Hotkey support
3562+
3563+ * include/grub/menu.h (grub_menu_entry): New field 'hotkey'.
3564+ * normal/main.c (hotkey_aliases): New variable.
3565+ (grub_normal_add_menu_entry): Parse "--hotkey".
3566+ * normal/menu_text.c (run_menu): Handle hotkeys.
3567+
3568+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3569+
3570+ * kern/i386/coreboot/init.c (grub_machine_init): Call
3571+ grub_machine_mmap_init on qemu.
3572+
3573+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3574+
3575+ * boot/i386/qemu/boot.S: Add a missing .code16.
3576+
3577+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3578+
3579+ Use LBIO on coreboot.
3580+
3581+ * conf/i386-coreboot.rmk (kernel_img_SOURCES): Change
3582+ kern/i386/multiboot_mmap.c to kern/i386/coreboot/mmap.c.
3583+ * include/grub/i386/coreboot/memory.h (GRUB_LINUXBIOS_MEMBER_LINK):
3584+ New declaration.
3585+ * kern/i386/coreboot/init.c (grub_machine_init): Don't call
3586+ grub_machine_mmap_init on coreboot.
3587+ * kern/i386/coreboot/mmap.c (grub_linuxbios_table_iterate): Handle
3588+ GRUB_LINUXBIOS_MEMBER_LINK.
3589+ (grub_machine_mmap_iterate): Fix declaration.
3590+ * kern/i386/coreboot/startup.S: Don't save mbi location on coreboot.
3591+
3592+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3593+
3594+ Split coreboot and multiboot ports.
3595+
3596+ * conf/i386-multiboot.rmk: New file.
3597+ * configure.ac: Add multiboot port.
3598+ * include/grub/i386/multiboot/boot.h: New file.
3599+ * include/grub/i386/multiboot/console.h: Likewise.
3600+ * include/grub/i386/multiboot/init.h: Likewise.
3601+ * include/grub/i386/multiboot/kernel.h: Likewise.
3602+ * include/grub/i386/multiboot/loader.h: Likewise.
3603+ * include/grub/i386/multiboot/memory.h: Likewise.
3604+ * include/grub/i386/multiboot/serial.h: Likewise.
3605+ * include/grub/i386/multiboot/time.h: Likewise.
3606+ * include/grub/multiboot.h: Add GRUB_MACHINE_MULTIBOOT to ifdef.
3607+ * loader/multiboot.c: Likewise.
3608+ * loader/multiboot_mbi2.c: Likewise.
3609+ * util/grub-mkrescue.in: Generate multiboot rescue.
3610+
3611+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3612+
3613+ * kern/parser.c (grub_parser_execute): Cope with read-only config.
3614+
3615+2010-05-01 Vladimir Serbinenko <phcoder@gmail.com>
3616+
3617+ Merge handling of input and output terminals. Fix a hang.
3618+
3619+ * commands/terminal.c (abstract_terminal): New struct.
3620+ (handle_command): New function. Based on grub_cmd_terminal_input.
3621+ (grub_cmd_terminal_input): Use handle_command.
3622+ (grub_cmd_terminal_output): Use handle_command.
3623+
3624+2010-05-01 BVK Chaitanya <bvk.groups@gmail.com>
3625+
3626+ Fix comment handling.
3627+
3628+ * tests/grub_script_comments.in: New testcase.
3629+ * conf/tests.rmk: Rules for new testcase.
3630+ * script/yylex.l: Updated flex rules.
3631+
3632+2010-04-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
3633+
3634+ * docs/grub.texi (play): Document that zero pitches produce rests.
3635+ * commands/i386/pc/play.c (grub_cmd_play): Call 'grub_file_open' only
3636+ if argc is 1.
3637+
3638+2010-04-27 Vladimir Serbinenko <phcoder@gmail.com>
3639+
3640+ * conf/x86-efi.rmk (linux_mod_SOURCES): Write explicitly to avoid
3641+ autogen issues.
3642+
3643+2010-04-26 Christian Franke <franke@computer.org>
3644+
3645+ * include/grub/util/getroot.h (grub_get_prefix): Remove prototype.
3646+ * util/getroot.c [__CYGWIN__] (get_win32_path): Remove function.
3647+ (grub_get_prefix): Remove function.
3648+ * util/grub-emu.c (main): Replace grub_get_prefix () call by
3649+ make_system_path_relative_to_its_root ().
3650+ * util/sparc64/ieee1275/grub-setup.c (main): Likewise.
3651+
3652+2010-04-24 Christian Franke <franke@computer.org>
3653+
3654+ * Makefile.in (TARGET_LDFLAGS): Add -static-libgcc.
3655+ (kernel_img_LDFLAGS): Remove -static-libgcc.
3656+
3657+2010-04-24 Christian Franke <franke@computer.org>
3658+
3659+ * configure.ac: Do not CHECK_BSS_START_SYMBOL
3660+ and CHECK_END_SYMBOL if grub-emu is built.
3661+ Unset TARGET_OBJ2ELF if grub-emu is built
3662+ without module support.
3663+
3664+2010-04-24 Jiro SEKIBA <jir@unicus.jp>
3665+
3666+ Nilfs2 support.
3667+
3668+ * conf/common.rmk (grub_probe_SOURCES): Add fs/nilfs2.c.
3669+ (grub_fstest_SOURCES): Likewise.
3670+ (pkglib_MODULES): Add nilfs2.mod.
3671+ (nilfs2_mod_SOURCES): New variable.
3672+ (nilfs2_mod_CFLAGS): Likewise.
3673+ (nilfs2_mod_LDFLAGS): Likewise.
3674+ * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/nilfs2.c.
3675+ * conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Add fs/nilfs2.c.
3676+ * fs/nilfs2.c: New file.
3677+
3678+2010-04-21 Vladimir Serbinenko <phcoder@gmail.com>
3679+
3680+ * configure.ac: Refuse to compile for x86_64-efi is mcmodel=large
3681+ is not supported.
3682+
3683+2010-04-19 Grégoire Sutre <gregoire.sutre@gmail.com>
3684+
3685+ Add grub-mkconfig support for NetBSD.
3686+
3687+ * util/grub.d/10_netbsd.in: grub-mkconfig helper script for NetBSD.
3688+ * util/grub-mkconfig.in: export new NetBSD specific variables.
3689+ * po/POTFILES-shell: added 10_netbsd.in.
3690+ * util/grub-mkconfig_lib.in: check for gettext binary, default to echo.
3691+
3692+2010-04-19 BVK Chaitanya <bvk.groups@gmail.com>
3693+
3694+ Fix emu build with grub-emu-pci and grub-emu-modules.
3695+
3696+ * include/grub/util/misc.h: Export grub_util_{info,error,warn}
3697+ functions.
3698+ * include/grub/libpciaccess.h: New file.
3699+ * conf/any-emu.rmk: Update kernel headers for emu build.
3700+
3701+2010-04-19 Vladimir Serbinenko <phcoder@gmail.com>
3702+
3703+ * fs/udf.c (grub_udf_iterate_dir): Silence a spurious warning.
3704+
3705+2010-04-19 Vladimir Serbinenko <phcoder@gmail.com>
3706+
3707+ * fs/udf.c (grub_udf_iterate_dir): Decode the Unicode filenames.
3708+
3709+2010-04-18 Vladimir Serbinenko <phcoder@gmail.com>
3710+
3711+ * boot/sparc64/ieee1275/boot.S: Various size-reducing changes.
3712+ Retrieve chosen/bootpath if bootpath isn't hardcoded.
3713+ * conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Add
3714+ util/ieee1275/ofpath.c.
3715+ * util/sparc64/ieee1275/grub-ofpathname.c: Renamed to ...
3716+ * util/ieee1275/grub-ofpathname.c: ... this. All users updated
3717+ * include/grub/sparc64/ieee1275/boot.h
3718+ (GRUB_BOOT_MACHINE_KERNEL_SECTOR): Renamed to ...
3719+ (GRUB_BOOT_MACHINE_KERNEL_BYTE): ...this. Moved 8 bytes lower.
3720+ * util/hostdisk.c (grub_util_biosdisk_get_osdev): New function.
3721+ * util/ieee1275/ofpath.c (grub_util_devname_to_ofpath): Make argument
3722+ const char *.
3723+ * util/sparc64/ieee1275/grub-setup.c (compute_dest_ofpath): Removed.
3724+ (setup): Use KERNEL_BYTE instead of KERNEL_SECTOR.
3725+ Use grub_util_devname_to_ofpath. Zero-fill boot_devpath on same disk
3726+ install.
3727+
3728+2010-04-18 Grégoire Sutre <gregoire.sutre@gmail.com>
3729+
3730+ * util/grub-mkconfig.in: Corrected two == equality tests.
3731+ Set grub_prefix as in grub-install for NetBSD and OpenBSD.
3732+ * configure.ac: All definitions and uses of TARGET_IMG_LDFLAGS_AC now
3733+ expect a number appended to it.
3734+ * acinclude.m4 (grub_PROG_OBJCOPY_ABSOLUTE): ${TARGET_IMG_LDFLAGS_AC}
3735+ expects a number appended to it.
3736+
3737+2010-04-18 Vladimir Serbinenko <phcoder@gmail.com>
3738+
3739+ * po/POTFILES: Renamed multiboot_loader.c to multiboot.c
3740+
3741+2010-04-18 Vladimir Serbinenko <phcoder@gmail.com>
3742+
3743+ * util/hostdisk.c (make_device_name): Change to new partition naming.
3744+
3745+2010-04-17 Vladimir Serbinenko <phcoder@gmail.com>
3746+
3747+ * disk/lvm.c (grub_lvm_memberlist): Issue an error if pv->disk = 0.
3748+
3749+2010-04-17 Christian Franke <franke@computer.org>
3750+
3751+ * Makefile.in: Add missing localedir setting.
3752+
3753+2010-04-14 Colin Watson <cjwatson@ubuntu.com>
3754+
3755+ Restore TEXTDOMAINDIR correction from r1889, lost apparently by
3756+ mistake in r2156. Noticed by Anthony Fok.
3757+
3758+ * util/grub.d/10_kfreebsd.in (TEXTDOMAINDIR): Set to lowercased
3759+ @localedir@.
3760+ * util/grub.d/10_linux.in (TEXTDOMAINDIR): Likewise.
3761+
3762+2010-04-14 BVK Chaitanya <bvk.groups@gmail.com>
3763+
3764+ Fix a spurious, uninitialized variable warning.
3765+
3766+ * loader/i386/bsdXX.c (grub_freebsd_load_elfmodule_obj):
3767+ Initialize variable, shdr.
3768+ (grub_freebsd_load_elfmodule): Likewise.
3769+ (grub_freebsd_load_elf_meta): Likewise.
3770+
3771+2010-04-13 BVK Chaitanya <bvk.groups@gmail.com>
3772+
3773+ Fix for escaped dollar in double quoted strings.
3774+
3775+ * script/yylex.l: Updated flex rules.
3776+ * conf/tests.rmk: Rule for new testcase.
3777+ * tests/grub_script_dollar.in: New testcase.
3778+
3779+2010-04-13 Carles Pina i Estany <carles@pina.cat>
3780+2010-04-13 Colin Watson <cjwatson@ubuntu.com>
3781+
3782+ Enclose all translated strings in grub.cfg in single quotes, and
3783+ escape them appropriately (Ubuntu bug #552921).
3784+
3785+ * util/grub-mkconfig_lib.in (gettext_quoted): New function.
3786+ * util/grub.d/10_hurd.in: Use it.
3787+ * util/grub.d/10_kfreebsd.in (kfreebsd_entry): Likewise.
3788+ * util/grub.d/10_linux.in (linux_entry): Likewise.
3789+
3790+2010-04-11 Vladimir Serbinenko <phcoder@gmail.com>
3791+
3792+ Fix cygwin compilation.
3793+
3794+ * configure.ac: Define NEED_REGISTER_FRAME_INFO.
3795+ * include/grub/misc.h (__register_frame_info)
3796+ [NEED_REGISTER_FRAME_INFO && !UTIL]: New export.
3797+ (__deregister_frame_info) [NEED_REGISTER_FRAME_INFO && !UTIL]: Likewise.
3798+ * kern/misc.c (__register_frame_info)
3799+ [NEED_REGISTER_FRAME_INFO && !UTIL]: New empty function.
3800+ (__deregister_frame_info) [NEED_REGISTER_FRAME_INFO && !UTIL]: Likewise.
3801+
3802+2010-04-11 Vladimir Serbinenko <phcoder@gmail.com>
3803+
3804+ * configure.ac: Respect grub_cv_asm_uscore when defining dummy symbols.
3805+
3806+2010-04-11 Vladimir Serbinenko <phcoder@gmail.com>
3807+
3808+ Unify libgcc processing.
3809+
3810+ * Makefile.in (kernel_img_LDFLAGS): New variable.
3811+ * conf/common.rmk (kernel_img_HEADERS): Add libgcc.h.
3812+ * conf/i386-coreboot.rmk (kernel_img_LDFLAGS): Append instead of
3813+ overwriting.
3814+ * conf/i386-ieee1275.rmk (kernel_img_LDFLAGS): Likewise.
3815+ * conf/i386-pc.rmk (kernel_img_LDFLAGS): Likewise.
3816+ * conf/i386-qemu.rmk (kernel_img_LDFLAGS): Likewise.
3817+ * conf/x86-efi.rmk (kernel_img_LDFLAGS): Likewise.
3818+ * conf/mips-qemu-mips.rmk (kernel_img_LDFLAGS): Append instead of
3819+ overwriting. Remove -lgcc and -static-libgcc
3820+ * conf/mips-yeeloong.rmk (kernel_img_LDFLAGS): Likewise.
3821+ * conf/mips.rmk (kernel_img_HEADERS): Remove cpu/libgcc.h
3822+ * conf/powerpc-ieee1275.rmk (kernel_img_HEADERS): Remove cpu/libgcc.h
3823+ (kernel_img_LDFLAGS): Append instead of overwriting.
3824+ Remove -lgcc and -static-libgcc
3825+ * conf/sparc64-ieee1275.rmk: Likewise.
3826+ * include/grub/powerpc/libgcc.h: Move to ...
3827+ * include/grub/libgcc.h: .. this.
3828+ * include/grub/libgcc.h: Don't export most of the function on x86.
3829+ (__bswapsi2): New export.
3830+ (__bswapdi2): Likewise.
3831+ * include/grub/mips/libgcc.h: Removed.
3832+ * include/grub/sparc64/libgcc.h: Likewise.
3833+
3834+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3835+
3836+ * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Remove
3837+ disk_info_msg (conflicts with gettexting into languages with cases).
3838+
3839+2010-04-10 Grégoire Sutre <gregoire.sutre@gmail.com>
3840+
3841+ Add grub-probe support for NetBSD.
3842+
3843+ * util/getroot.c (find_root_device): Convert block device to
3844+ character device on NetBSD.
3845+ * util/probe.c (probe): Require character device on NetBSD.
3846+ * util/hostdisk.c: NetBSD specific headers.
3847+ (configure_device_driver): new function to tune device driver
3848+ parameters (currently only for NetBSD floppy driver).
3849+ (grub_util_biosdisk_open): NetBSD specific code (get disk size
3850+ via disklabel ioctl).
3851+ (open_device): call configure_device_driver on NetBSD.
3852+ (convert_system_partition_to_system_disk): NetBSD specific code.
3853+ (device_is_wholedisk): Likewise.
3854+ (grub_util_biosdisk_get_grub_dev): Likewise.
3855+ (make_device_name): Fixed a typo in bsd_part_str.
3856+ * configure.ac: check for opendisk() and getrawpartition() on
3857+ NetBSD and set LIBUTIL.
3858+ * Makefile.in: add LIBUTIL to LIBS.
3859+
3860+2010-04-10 BVK Chaitanya <bvk.groups@gmail.com>
3861+
3862+ Documentation fix.
3863+
3864+ * util/grub-script-check.c: Better help message.
3865+
3866+2010-04-10 BVK Chaitanya <bvk.groups@gmail.com>
3867+
3868+ Fix FreeBSD build.
3869+
3870+ * configure.ac: Flex version check.
3871+ * conf/common.rmk: Add -Wno-error to sh.mod.
3872+ * script/yylex.l: Remove all #pragma.
3873+
3874+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3875+
3876+ * include/grub/util/misc.h (canonicalise_file_name): Add missing
3877+ prototype.
3878+ Reported by: Seth Goldberg.
3879+
3880+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3881+
3882+ * loader/multiboot.c (GRUB_MOD_INIT) [GRUB_USE_MULTIBOOT2]:
3883+ Rename "module" to "module2".
3884+ Reported by: Seth Goldberg.
3885+
3886+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3887+
3888+ * include/grub/efi/memory.h (grub_machine_mmap_iterate): Remove
3889+ EXPORT_FUNC.
3890+ Reported by: Seth Goldberg.
3891+
3892+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3893+
3894+ * lib/posix_wrap/locale.h: Add missing file.
3895+ Reported by: Seth Goldberg.
3896+
3897+2010-04-10 Vladimir Serbinenko <phcoder@gmail.com>
3898+
3899+ grub-emu module load support.
3900+
3901+ * Makefile.in (TARGET_NO_MODULES): New variable. All users of
3902+ NO_DYNAMIC_MODULES switched to this.
3903+ (TARGET_CFLAGS): Add -DGRUB_TARGET_NO_MODULES=1 if applicable.
3904+ (CFLAGS): Likewise.
3905+ * conf/any-emu.rmk: Generate symlist.
3906+ (kernel_img_HEADERS): Add util/datetime.h.
3907+ (kernel_img_HEADERS) [sdl]: Add sdl.h.
3908+ (kernel_img_HEADERS) [libusb]: Add libusb.h.
3909+ (kernel_img_SOURCES) [TARGET_NO_MODULES = no && !x86]: Add
3910+ kern/$(target_cpu)/cache.S.
3911+ * configure.ac (grub-emu-modules): New option.
3912+ * genmk.rb: Handle multiple source lists.
3913+ * include/grub/sdl.h: New file.
3914+ * include/grub/libusb.h: Likewise.
3915+ * util/grub-emu.c (main): Hanle (host) root.
3916+ * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Error with
3917+ GRUB_ERR_UNKNOWN_DEVICE.
3918+ * util/misc.c: Move mm functions to ...
3919+ * util/mm.c: ... here. All users updated.
3920+
3921+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3922+
3923+ * Makefile.in (RMKFILES): Search in srcdir and not current directory.
3924+ (MAINTAINER_CLEANFILES): Don't add $(srcdir) to MKFILES. Add few
3925+ missing files.
3926+ (maintainer-clean): Remove libgcrypt-grub.
3927+
3928+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3929+
3930+ * term/efi/console.c (grub_console_checkkey): Macroify key contants.
3931+
3932+2010-04-09 EFI Coder <eficoder@hotmail.com>
3933+
3934+ * normal/menu_text.c (print_message): Clean up the message and show
3935+ the Fn information when on EFI
3936+ * term/efi/console.c (grub_console_checkkey): Add F4 support.
3937+
3938+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3939+
3940+ * normal/autofs.c (read_fs_list): New parameter 'prefix'.
3941+ All users updated.
3942+ * normal/crypto.c (read_crypto_list): Likewise.
3943+ * normal/dyncmd.c (read_command_list): Likewise.
3944+ * normal/term.c (read_terminal_list): Likewise.
3945+ * normal/main.c (read_lists): Use explicit prefix.
3946+ (read_lists_hook): Use read_lists.
3947+ (grub_normal_execute): Likewise.
3948+
3949+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3950+
3951+ * util/grub-mkrescue.in: Fix incorrect path in coreboot part.
3952+ Reported by: Thomas Schmitt.
3953+ Add -no-emul-boot to grub-mkisofs parameters.
3954+
3955+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3956+
3957+ * font/font.c: Indented.
3958+
3959+2010-04-09 BVK Chaitanya <bvk.groups@gmail.com>
3960+
3961+ Elif support to GRUB script (by Deepak Vankadaru).
3962+
3963+ * tests/grub_script_if.in: New testcase.
3964+ * conf/tests.rmk: Rule for new testcase.
3965+ * script/parser.y: Grammar rules for elif.
3966+
3967+2010-04-09 BVK Chaitanya <bvk.groups@gmail.com>
3968+
3969+ While and until loops support to GRUB script.
3970+
3971+ * include/grub/script_sh.h (grub_script_cmdwhile): New struct.
3972+ (grub_script_create_cmdwhile): New function prototype.
3973+ (grub_script_execute_cmdwhile): New function prototype.
3974+ * script/execute.c (grub_script_execute_cmdwhile): New function.
3975+ * script/parser.y (command): New commands.
3976+ (whilecmd): New grammar rule.
3977+ (untilcmd): New grammar rule.
3978+ * script/script.c (grub_script_create_cmdwhile): New function.
3979+ * util/grub-script-check.c (grub_script_execute_cmdwhile): New
3980+ function.
3981+
3982+ * tests/grub_script_while1.in: New testcase.
3983+ * conf/tests.rmk: Rule for new testcase.
3984+
3985+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3986+
3987+ * util/grub.d/00_header.in: Add few missing quotes. Recognise *.jpeg
3988+ as *.jpg.
3989+
3990+2010-04-09 Mario Vazquez <mariovazq@gmail.com>
3991+
3992+ GRUB_BACKGROUND support.
3993+
3994+ * util/grub-mkconfig.in: Export GRUB_BACKGROUND.
3995+ * util/grub.d/00_header.in: Parse GRUB_BACKGROUND.
3996+
3997+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
3998+
3999+ Load fonts and modules for gfxmenu in grub-mkconfig.
4000+ Idea by: Mario Vazquez
4001+
4002+ * util/grub.d/00_header.in: Load pf2 and image modules.
4003+
4004+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
4005+
4006+ grub-mkconfig multiple terminal support.
4007+
4008+ * util/grub-mkconfig.in: Handle multiple terminals correctly.
4009+ * util/grub.d/00_header.in: Likewise.
4010+
4011+2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
4012+
4013+ * Makefile.in: Specify files explicitly instead of using $< and $@ since
4014+ we use cd $(srcdir).
4015+
4016+2010-04-08 Colin Watson <cjwatson@ubuntu.com>
4017+
4018+ * util/grub.d/10_linux.in: Only use the first word of
4019+ GRUB_DISTRIBUTOR for --class, to avoid problems if somebody puts
4020+ spaces in GRUB_DISTRIBUTOR.
4021+ * util/grub.d/10_kfreebsd.in: Likewise.
4022+ * util/grub.d/10_hurd.in: Likewise.
4023+
4024+2010-04-06 BVK Chaitanya <bvk.groups@gmail.com>
4025+
4026+ Fix unit testing framework for Qemu 0.12.
4027+
4028+ * tests/util/grub-shell.in: Remove -serial stdio option.
4029+
4030+2010-04-06 Vladimir Serbinenko <phcoder@gmail.com>
4031+
4032+ POSIX header file wrappers.
4033+
4034+ * lib/posix_wrap/assert.h: New file. Wrapper for its POSIX
4035+ equivalents.
4036+ * lib/posix_wrap/ctype.h: Likewise.
4037+ * lib/posix_wrap/errno.h: Likewise.
4038+ * lib/posix_wrap/langinfo.h: Likewise.
4039+ * lib/posix_wrap/limits.h: Likewise.
4040+ * lib/posix_wrap/localcharset.h: Likewise.
4041+ * lib/posix_wrap/stdint.h: Likewise.
4042+ * lib/posix_wrap/stdio.h: Likewise.
4043+ * lib/posix_wrap/stdlib.h: Likewise.
4044+ * lib/posix_wrap/string.h: Likewise.
4045+ * lib/posix_wrap/sys/types.h: Likewise.
4046+ * lib/posix_wrap/unistd.h: Likewise.
4047+ * lib/posix_wrap/wchar.h: Likewise.
4048+ * lib/posix_wrap/wctype.h: Likewise.
4049+ * conf/common.rmk (grub_script.yy.c): Remove #include elimination.
4050+ (grub_script.yy.h): Likewise.
4051+ * script/yylex.l: Remove POSIX emulation #defines.
4052+ * Makefile.in (POSIX_CFLAGS): New variable.
4053+ (GNULIB_UTIL_CFLAGS): Likewise.
4054+
4055+ Regexp support.
4056+
4057+ * conf/common.rmk (pkglib_MODULES): Add regexp.mod.
4058+ (regexp_mod_SOURCES): New variable.
4059+ (regexp_mod_CFLAGS): Likewise.
4060+ (regexp_mod_LDFLAGS): Likewise.
4061+ * commands/regexp.c: New file.
4062+ * gnulib/regcomp.c: New file. Imported from gnulib.
4063+ * gnulib/regex.c: Likewise.
4064+ * gnulib/regex_internal.c: Likewise.
4065+ * gnulib/regex_internal.h: Likewise.
4066+ * gnulib/regexec.c: Likewise.
4067+ * gnulib/regex.h: Likewise.
4068+
4069+2010-04-05 Vladimir Serbinenko <phcoder@gmail.com>
4070+
4071+ * loader/i386/multiboot_mbi.c (grub_multiboot_load): Correctly report
4072+ unsupported video mode types.
4073+
4074+2010-04-05 Vladimir Serbinenko <phcoder@gmail.com>
4075+
4076+ * kern/i386/pc/startup.S (grub_getrtsecs): Removed (dead code).
4077+
4078+2010-04-05 Vladimir Serbinenko <phcoder@gmail.com>
4079+
4080+ * include/grub/i386/pc/init.h (grub_get_mmap_entry): Don't export.
4081+ * conf/i386-pc.rmk (kernel_img_HEADERS): Remove machine/init.h.
4082+
4083+2010-04-04 Vladimir Serbinenko <phcoder@gmail.com>
4084+
4085+ Remove unused grub_vga_get_font.
4086+
4087+ * kern/i386/pc/startup.S (grub_vga_get_font): Removed.
4088+ * include/grub/i386/pc/vga.h (grub_vga_get_font): Likewise.
4089+
4090+2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
4091+
4092+ * kern/misc.c: Disable the __enable_execute_stack hack for utilities.
4093+ * include/grub/misc.h: Likewise.
4094+
4095+2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
4096+
4097+ * util/grub-install.in: Add `|| exit 1' to all grub-probe calls
4098+ for which failure is fatal.
4099+
4100+2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
4101+
4102+ * util/grub-install.in: Use mkdir -p to create grub directory.
4103+ * util/i386/efi/grub-install.in: Likewise.
4104+ * util/ieee1275/grub-install.in: Likewise.
4105+
4106+2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
4107+
4108+ * Makefile.in (LEX): new variable.
4109+
4110+2010-04-03 Grégoire Sutre <gregoire.sutre@gmail.com>
4111+
4112+ * util/i386/efi/grub-dumpdevtree: replaced the non-portable `==' by
4113+ `=' and added double quotes on operands of this equality test.
4114+
4115+2010-04-03 Vladimir Serbinenko <phcoder@gmail.com>
4116+
4117+ * Makefile.in (uninstall): Remove a leftover debug echo.
4118+ Reported by: Grégoire Sutre
4119+
4120+2010-04-03 Vladimir Serbinenko <phcoder@gmail.com>
4121+
4122+ MIPS multiboot2 support.
4123+
4124+ * conf/mips.rmk (pkglib_MODULES): Add multiboot2.mod.
4125+ (multiboot2_mod_SOURCES): New variable.
4126+ (multiboot2_mod_CFLAGS): Likewise.
4127+ (multiboot2_mod_LDFLAGS): Likewise.
4128+ (multiboot2_mod_ASFLAGS): Likewise.
4129+ * include/grub/i386/multiboot.h (MULTIBOOT_INITIAL_STATE): New
4130+ definition.
4131+ (MULTIBOOT_ENTRY_REGISTER): Likewise.
4132+ (MULTIBOOT_MBI_REGISTER): Likewise.
4133+ (MULTIBOOT_ARCHITECTURE_CURRENT): Likewise.
4134+ (MULTIBOOT_ELF32_MACHINE): Likewise.
4135+ (MULTIBOOT_ELF64_MACHINE): Likewise.
4136+ * include/grub/mips/multiboot.h: New file.
4137+ * include/grub/video.h (grub_video_driver_id): New type
4138+ GRUB_VIDEO_DRIVER_SM712.
4139+ (grub_video_get_info_and_fini): Export.
4140+ (grub_video_get_palette): Likewise.
4141+ (grub_video_get_driver_id): Likewise.
4142+ * include/multiboot2.h: Resynced with spec.
4143+ * loader/i386/multiboot.c: Moved from here ...
4144+ * loader/multiboot.c: ... here. All users updated.
4145+ (grub_multiboot_boot): Use platform-specific macros.
4146+ * loader/i386/multiboot_elfxx.c: Moved from here ...
4147+ * loader/multiboot_elfxx.c: ... here. All users updated.
4148+ (E_MACHINE): Use MULTIBOOT_ELF32_MACHINE and MULTIBOOT_ELF64_MACHINE.
4149+ * loader/i386/multiboot_mbi2.c (grub_multiboot_load): Check arcitecture.
4150+ * video/sm712.c (grub_video_sm712_adapter): Add missing id field.
4151+
4152+2010-04-02 Vladimir Serbinenko <phcoder@gmail.com>
4153+
4154+ Import gnulib argp module.
4155+
4156+ * gnulib/argp-ba.c: New file.
4157+ * gnulib/argp-eexst.c: Likewise.
4158+ * gnulib/argp-fmtstream.c: Likewise.
4159+ * gnulib/argp-fmtstream.h: Likewise.
4160+ * gnulib/argp-fs-xinl.c: Likewise.
4161+ * gnulib/argp-help.c: Likewise.
4162+ * gnulib/argp-namefrob.h: Likewise.
4163+ * gnulib/argp-parse.c: Likewise.
4164+ * gnulib/argp-pin.c: Likewise.
4165+ * gnulib/argp-pv.c: Likewise.
4166+ * gnulib/argp-pvh.c: Likewise.
4167+ * gnulib/argp-version-etc.c: Likewise.
4168+ * gnulib/argp-version-etc.h: Likewise.
4169+ * gnulib/argp-xinl.c: Likewise.
4170+ * gnulib/argp.h: Likewise.
4171+
4172+2010-03-31 Vladimir Serbinenko <phcoder@gmail.com>
4173+
4174+ * kern/device.c (grub_device_iterate): Clear errors after failed
4175+ opening device.
4176+
4177+2010-03-31 Vladimir Serbinenko <phcoder@gmail.com>
4178+
4179+ * kern/ieee1275/openfw.c (grub_children_iterate): Skip device itself if
4180+ returned by firmware.
4181+
4182+2010-03-30 Vladimir Serbinenko <phcoder@gmail.com>
4183+
4184+ * loader/i386/multiboot_mbi2.c (retrieve_video_parameters): Fix
4185+ compilation on coreboot and qemu
4186+
4187+2010-03-28 Vladimir Serbinenko <phcoder@gmail.com>
4188+
4189+ * include/multiboot2.h: Resync with spec.
4190+
4191+2010-03-28 Vladimir Serbinenko <phcoder@gmail.com>
4192+
4193+ Multiboot2 tag support
4194+
4195+ * conf/i386.rmk (multiboot2_mod_SOURCES): Replace
4196+ loader/i386/multiboot_mbi.c with loader/i386/multiboot_mbi2.c.
4197+ Remove loader/multiboot_loader.c.
4198+ * include/grub/i386/multiboot.h (grub_multiboot_real_boot): Removed.
4199+ (grub_multiboot2_real_boot): Likewise.
4200+ * include/grub/multiboot.h (grub_multiboot_set_accepts_video): Removed.
4201+ (grub_get_multiboot_mmap_count): New proto.
4202+ (grub_fill_multiboot_mmap): Likewise.
4203+ (grub_multiboot_set_video_mode): Likewise.
4204+ (grub_multiboot_set_console): Likewise.
4205+ (grub_multiboot_load): Likewise.
4206+ (grub_multiboot_load_elf): Likewise.
4207+ (GRUB_MULTIBOOT_CONSOLE_EGA_TEXT): New definition.
4208+ (GRUB_MULTIBOOT_CONSOLE_FRAMEBUFFER): Likewise.
4209+ * include/multiboot.h: Resynced with specification.
4210+ * include/multiboot2.h: Resynced with specification.
4211+ * loader/i386/multiboot_mbi.c (DEFAULT_VIDEO_MODE): Moved from here...
4212+ * loader/i386/multiboot.c (DEFAULT_VIDEO_MODE): ... here.
4213+ * loader/i386/multiboot_mbi.c (HAS_VGA_TEXT): Moved from here ..
4214+ * include/grub/multiboot.h (GRUB_MACHINE_HAS_VGA_TEXT): ... here. All
4215+ users updated.
4216+ * loader/i386/multiboot_mbi.c (accepts_video): Moved from here...
4217+ * loader/i386/multiboot.c (accepts_video): ... here. All users updated.
4218+ * loader/i386/multiboot_mbi.c (grub_multiboot_set_accepts_video):
4219+ Removed.
4220+ * loader/i386/multiboot_mbi.c (grub_get_multiboot_mmap_len):
4221+ Moved from here...
4222+ * loader/i386/multiboot.c (grub_get_multiboot_mmap_len): ... here.
4223+ * loader/i386/multiboot_mbi.c (grub_fill_multiboot_mmap):
4224+ Moved from here...
4225+ * loader/i386/multiboot.c (grub_fill_multiboot_mmap): ... here.
4226+ * loader/i386/multiboot_mbi.c (set_video_mode): Moved from here...
4227+ * loader/i386/multiboot.c (grub_multiboot_set_video_mode): ... here.
4228+ All users updated.
4229+ * loader/i386/multiboot_mbi2.c: New file.
4230+
4231+2010-03-27 Vladimir Serbinenko <phcoder@gmail.com>
4232+
4233+ Resync with gnulib.
4234+
4235+ * Makefile.in (GNULIB_CFLAGS): New variable.
4236+ * conf/common.rmk (grub_mkisofs_CFLAGS): Add GNULIB_CFLAGS.
4237+ (grub_script_check_CFLAGS): New variable.
4238+ * gnulib/alloca.h: Resync with gnulib.
4239+ * gnulib/error.c: Likewise.
4240+ * gnulib/error.h: Likewise.
4241+ * gnulib/fnmatch.c: Likewise.
4242+ * gnulib/fnmatch_loop.c: Likewise.
4243+ * gnulib/getdelim.c: Likewise.
4244+ * gnulib/getline.c: Likewise.
4245+ * gnulib/getopt.c: Likewise.
4246+ * gnulib/getopt1.c: Likewise.
4247+ * gnulib/getopt_int.h: Likewise.
4248+ * gnulib/gettext.h: Likewise.
4249+ * gnulib/progname.c: Likewise.
4250+ * gnulib/progname.h: Likewise.
4251+
4252+2010-03-27 Grégoire Sutre <gregoire.sutre@gmail.com>
4253+
4254+ Fix a build failure (-Wundef -Werror) when ENABLE_NLS is not defined,
4255+ which is the case with --disabled-nls.
4256+
4257+ * include/grub/i18n.h: Use (defined(ENABLE_NLS)
4258+ && ENABLE_NLS) instead of ENABLE_NLS in all #if preprocessor macros.
4259+ * util/misc.c: Likewise.
4260+ * util/mkisofs/mkisofs.c: Likewise.
4261+ * util/mkisofs/mkisofs.h: Likewise.
4262+
4263+2010-03-27 Vladimir Serbinenko <phcoder@gmail.com>
4264+
4265+ Simplify Apple CC support.
4266+
4267+ * commands/i386/pc/drivemap_int13h.S: Use LOCAL when possible.
4268+ Add 0 byte at the end not to have a symbol with empty target.
4269+ * mmap/i386/pc/mmap_helper.S: Likewise.
4270+ * genmk.rb: Ignore errors 2030 and 2050.
4271+ * kern/i386/pc/startup.S: Use LOCAL when possible.
4272+
4273+2010-03-26 BVK Chaitanya <bvk.groups@gmail.com>
4274+
4275+ Testcase and the fix for final semicolon on cmdline.
4276+
4277+ * tests/grub_script_final_semicolon.in: New testcase.
4278+ * conf/tests.rmk: Rules for the new testcase.
4279+ * script/parser.y: Grammar fix.
4280+
4281+2010-03-26 BVK Chaitanya <bvk@localhost>
4282+
4283+ Blank lines testcase for GRUB script.
4284+
4285+ * tests/grub_script_blanklines.in: New testcase.
4286+ * conf/tests.rmk: Rules for the new testcase.
4287+
4288+2010-03-26 Vladimir Serbinenko <phcoder@gmail.com>
4289+
4290+ Don't use __FILE__.
4291+
4292+ * genmk.rb: Add -DGRUB_FILE to all C targets.
4293+ * fs/reiserfs.c: Replace __FILE__ with GRUB_FILE.
4294+ * include/grub/list.h: Likewise.
4295+ * include/grub/misc.h: Likewise.
4296+ * include/grub/mm.h: Likewise.
4297+ * include/grub/test.h: Likewise.
4298+ * kern/mm.c: Likewise.
4299+ * lib/libgcrypt_wrap/cipher_wrap.h: Likewise.
4300+
4301+2010-03-26 Vladimir Serbinenko <phcoder@gmail.com>
4302+
4303+ Sunpc partitions support.
4304+
4305+ * conf/common.rmk (grub_probe_SOURCES): Add partmap/sunpc.c.
4306+ (grub_fstest_SOURCES): Likewise.
4307+ (pkglib_MODULES): Add part_sunpc.mod.
4308+ (part_sunpc_mod_SOURCES): New variable.
4309+ (part_sunpc_mod_CFLAGS): Likewise.
4310+ (part_sunpc_mod_LDFLAGS): Likewise.
4311+ * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/sunpc.c.
4312+ * partmap/sunpc.c: New file.
4313+
4314+2010-03-26 BVK Chaitanya <bvk@localhost>
4315+
4316+ For loop support to GRUB script.
4317+
4318+ * include/grub/script_sh.h (grub_script_cmdfor): New struct.
4319+ (grub_script_create_cmdfor): New function prototype.
4320+ (grub_script_execute_cmdfor): New function prototype.
4321+ * script/execute.c (grub_script_execute_cmdfor): New function.
4322+ * script/parser.y (command): New for command.
4323+ (forcmd): New grammar rule.
4324+ * script/script.c (grub_script_create_cmdfor): New function.
4325+ * util/grub-script-check.c (grub_script_execute_cmdfor): New
4326+ function.
4327+ * tests/grub_script_for1.in: New testcase.
4328+ * conf/tests.rmk: Rules for new testcase.
4329+
4330+2010-03-26 Vladimir Serbinenko <phcoder@gmail.com>
4331+
4332+ Nested partitions
4333+
4334+ * commands/blocklist.c (grub_cmd_blocklist): Don't check whether
4335+ 'partition' is NULL, grub_partition_get_start already does that.
4336+ * commands/loadenv.c (check_blocklists): Likewise.
4337+ (write_blocklists): Likewise.
4338+ * conf/common.rmk (grub_probe_SOURCES): Add partmap/bsdlabel.c.
4339+ (grub_fstest_SOURCES): Likewise.
4340+ (pkglib_MODULES): Add part_bsd.mod.
4341+ (part_bsd_mod_SOURCES): New variable.
4342+ (part_bsd_mod_CFLAGS): Likewise.
4343+ (part_bsd_mod_LDFLAGS): Likewise.
4344+ * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/bsdlabel.c.
4345+ (grub_emu_SOURCES): Likewise.
4346+ * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
4347+ * include/grub/bsdlabel.h: New file.
4348+ * include/grub/partition.h (grub_partition_map): Remove 'probe' and
4349+ 'get_name'.
4350+ (grub_partition): Add 'parent' and 'number'. Remove 'data'.
4351+ (grub_partition_map_list): New variable.
4352+ (grub_partition_map_register): Inline.
4353+ (grub_partition_map_unregister): Likewise.
4354+ (FOR_PARTITION_MAPS): New macro.
4355+ (grub_partition_map_iterate): Removed.
4356+ (grub_partition_get_start): Handle nested partitions.
4357+ * include/grub/msdos_partition.h: Remove bsd-related entries.
4358+ (grub_pc_partition): Remove.
4359+ * kern/disk.c (grub_disk_close): Free partition data.
4360+ (grub_disk_adjust_range): Handle nested partitions.
4361+ * kern/partition.c (grub_partition_map_probe): New function.
4362+ (grub_partition_probe): Parse name to number, handle subpartitions.
4363+ (get_partmap): New function.
4364+ (grub_partition_iterate): Handle subpartitions.
4365+ (grub_partition_get_name): Likewise.
4366+ * loader/i386/pc/bsd.c (grub_bsd_get_device): Likewise.
4367+ * loader/i386/multiboot.c (grub_multiboot_get_bootdev): Likewise.
4368+ * loader/i386/pc/chainloader.c (grub_chainloader_cmd): Likewise.
4369+ * partmap/acorn.c (acorn_partition_map_iterate): Don't force raw access.
4370+ Set 'number'.
4371+ (acorn_partition_map_probe): Remove.
4372+ (acorn_partition_map_get_name): Likewise.
4373+ * partmap/amiga.c (amiga_partition_map_iterate): Don't force raw access.
4374+ Set 'number'.
4375+ Set 'index' to 0 since there can be only one partition entry per sector.
4376+ (amiga_partition_map_probe): Remove.
4377+ (amiga_partition_map_get_name): Likewise.
4378+ * partmap/apple.c (apple_partition_map_iterate): Don't force raw access.
4379+ Set 'number'.
4380+ Set 'offset' and 'index' to real positions of partitions.
4381+ (apple_partition_map_probe): Remove.
4382+ (apple_partition_map_get_name): Likewise.
4383+ * partmap/bsdlabel.c: New file.
4384+ * partmap/gpt.c (gpt_partition_map_iterate): Don't force raw access.
4385+ Set 'number'.
4386+ Allocate 'data' so it can be correctly freed.
4387+ Set 'index' to offset inside sector.
4388+ (gpt_partition_map_probe): Remove.
4389+ (gpt_partition_map_get_name): Likewise.
4390+ * partmap/msdos.c (grub_partition_parse): Remove.
4391+ (pc_partition_map_iterate): Don't force raw access.
4392+ Set 'number'.
4393+ Make 'ext_offset' a local variable.
4394+ (pc_partition_map_probe): Remove.
4395+ (pc_partition_map_get_name): Remove.
4396+ * partmap/sun.c (sun_partition_map_iterate): Don't force raw access.
4397+ Set 'number'.
4398+ (sun_partition_map_probe): Remove.
4399+ (sun_partition_map_get_name): Likewise.
4400+ * parttool/msdospart.c (grub_pcpart_boot): Handle nested partitions.
4401+ (grub_pcpart_type): Likewise.
4402+ * util/hostdisk.c (open_device): Handle new numbering scheme.
4403+ (grub_util_biosdisk_get_grub_dev): Handle nested partitions.
4404+ * util/i386/pc/grub-setup.c (setup): Handle new numbering scheme.
4405+ * util/grub-probe.c (probe_partmap): Handle nested paritions.
4406+ * util/grub-install.in: Insert all subpartition modules.
4407+ * util/ieee1275/grub-install.in: Likewise.
4408+
4409+2010-03-24 Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
4410+
4411+ * kern/dl.c (grub_dl_resolve_symbols): Improve error message
4412+ grammar.
4413+
4414+2010-03-24 Colin Watson <cjwatson@ubuntu.com>
4415+
4416+ * .bzrignore: Add grub-bin2h, grub-reboot, and grub-set-default.
4417+
4418+2010-03-21 Colin Watson <cjwatson@ubuntu.com>
4419+
4420+ * util/grub-install.in: Copy .mo files from @datadir@/locale, to
4421+ match where 'make install' puts them.
4422+ * util/i386/efi/grub-install.in: Likewise.
4423+
4424+2010-03-19 Colin Watson <cjwatson@ubuntu.com>
4425+
4426+ * .bzrignore: Add gentrigtables, grub-script-check,
4427+ grub_script_check_init.c, grub_script_check_init.h, and
4428+ trigtables.c.
4429+
4430+2010-03-18 Vladimir Serbinenko <phcoder@gmail.com>
4431+
4432+ * kern/parser.c: Indented.
4433+
4434+2010-03-17 Vladimir Serbinenko <phcoder@gmail.com>
4435+
4436+ * term/i386/pc/vesafb.c: Removed (orphaned, deprecated and broken).
4437+
4438+2010-03-17 Vladimir Serbinenko <phcoder@gmail.com>
4439+
4440+ * video/fb/fbblit.c (grub_video_fbblit_blend_XXXA8888_1bit): Handle
4441+ alpha_mask_size == 0 case.
4442+
4443+2010-03-14 BVK Chaitanya <bvk.groups@gmail.com>
4444+
4445+ GRUB shell lexer and parser improvements.
4446+
4447+ * conf/any-emu.rmk: Build rule updates.
4448+ * conf/common.rmk: Likewise.
4449+ * conf/i386-coreboot.rmk: Likewise.
4450+ * conf/i386-efi.rmk: Likewise.
4451+ * conf/i386-ieee1275.rmk: Likewise.
4452+ * conf/i386-pc.rmk: Likewise.
4453+ * conf/powerpc-ieee1275.rmk: Likewise.
4454+ * conf/x86_64-efi.rmk: Likewise.
4455+
4456+ * configure.ac: Configure check for flex.
4457+
4458+ * include/grub/script_sh.h (grub_script_arg_type_t): More argument
4459+ types.
4460+ (grub_lexer_param): Struct member updates.
4461+ (grub_parser_param): Likewise.
4462+ (GRUB_LEXER_TOKEN_MAX): Maximum token size.
4463+ (GRUB_LEXER_RECORD_INCREMENT): Memory increments' size.
4464+ (grub_script_lexer_init): Prototype update.
4465+ (grub_script_lexer_record_start): Likewise.
4466+ (grub_script_lexer_record_stop): Likewise.
4467+ (grub_script_lexer_yywrap): New function prototype.
4468+ (grub_script_lexer_fini): Likewise.
4469+ (grub_script_execute_argument_to_string): Removed by...
4470+ (grub_script_execute_argument_to_argv): ...better version.
4471+
4472+ * script/execute.c (ROUND_UPTO): New macro.
4473+ (grub_script_execute_cmdline): Out of memory fixes.
4474+ (grub_script_execute_menuentry): Likewise.
4475+ (grub_script_execute_argument_to_string): Removed. Update all
4476+ users by...
4477+ (grub_script_execute_argument_to_argv): ...better version.
4478+ * script/function.c (grub_script_function_create): Use
4479+ grub_script_execute_argument_to_argv instead of
4480+ grub_script_execute_argument_to_string.
4481+
4482+ * script/lexer.c (check_varstate): Removed.
4483+ (check_textstate): Removed.
4484+ (grub_script_lexer_record_start): Likewise.
4485+ (grub_script_lexer_record_stop): Likewise.
4486+ (recordchar): Replaced with...
4487+ (grub_script_lexer_record): ...new function.
4488+ (nextchar): Removed.
4489+ (grub_script_lexer_init): Rewritten.
4490+ (grub_script_yylex): Rewritten.
4491+ (append_newline): New function.
4492+ (grub_script_lexer_yywrap): New function.
4493+ (grub_script_lexer_fini): New function.
4494+ (grub_script_yyerror): Sets error flag.
4495+
4496+ * script/yylex.l: New file.
4497+ (grub_lexer_yyfree): Wrapper for flex yyffre.
4498+ (grub_lexer_yyalloc): Likewise.
4499+ (grub_lexer_yyrealloc): Likewise.
4500+ * script/parser.y: Refactored.
4501+
4502+ * script/script.c (grub_script_arg_add): Out of memory fixes.
4503+ (grub_script_add_arglist): Likewise.
4504+ (grub_script_create_cmdline): Likewise.
4505+ (grub_script_create_cmdmenu): Likewise.
4506+ (grub_script_add_cmd): Likewise.
4507+ (grub_script_parse): Use grub_script_lexer_fini to deallocated.
4508+ * util/grub-script-check.c (grub_script_execute_menuentry): Remove
4509+ unnecessary code.
4510+
4511+ * tests/grub_script_echo1.in: New testcase.
4512+ * tests/grub_script_vars1.in: New testcase.
4513+ * tests/grub_script_echo_keywords.in: New testcase.
4514+
4515+2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
4516+
4517+ Remove some redundancy in build system.
4518+
4519+ * Makefile.in (TARGET_CFLAGS): Add -ffreestanding.
4520+ (TARGET_ASFLAGS): Add -nostdinc -fno-builtin.
4521+ (TARGET_LDFLAGS): Add -nostdlib.
4522+ (TARGET_IMG_LDFLAGS): Likewise.
4523+ * commands/lsmmap.c (grub_cmd_lsmmap) [GRUB_MACHINE_EMU]: Don't do
4524+ anything since mmap isn't available.
4525+ * conf/any-emu.rmk (kernel_img_SOURCES): Remove commands/boot.c.
4526+ Add util/time.c.
4527+ (pkglib_MODULES): Remove reboot.mod.
4528+ (reboot_mod_SOURCES): Removed.
4529+ (reboot_mod_CFLAGS): Likewise.
4530+ (reboot_mod_LDFLAGS): Likewise.
4531+ * conf/common.rmk (script/lexer.c_DEPENDENCIES): New variable.
4532+ (MOSTLYCLEANFILES): Add symlist.c kernel_syms.lst.
4533+ (DEFSYMFILES): Add kernel_syms.lst.
4534+ (kernel_img_HEADERS): Add common headers.
4535+ (symlist.c): New target.
4536+ (kernel_syms.lst): Likewise.
4537+ (pkglib_MODULES): Add memdisk.mod.
4538+ (memdisk_mod_SOURCES): New variable.
4539+ (memdisk_mod_CFLAGS): Likewise.
4540+ (memdisk_mod_LDFLAGS): Likewise.
4541+ (pkglib_MODULES): Add reboot.mod.
4542+ (reboot_mod_SOURCES): New variable.
4543+ (reboot_mod_CFLAGS): Likewise.
4544+ (reboot_mod_LDFLAGS): Likewise.
4545+ (pkglib_MODULES): Add date.mod.
4546+ (date_mod_SOURCES): New variable.
4547+ (date_mod_CFLAGS): Likewise.
4548+ (date_mod_LDFLAGS): Likewise.
4549+ (pkglib_MODULES): Add datehook.mod.
4550+ (datehook_mod_SOURCES): New variable.
4551+ (datehook_mod_CFLAGS): Likewise.
4552+ (datehook_mod_LDFLAGS): Likewise.
4553+ (pkglib_MODULES): Add lsmmap.mod.
4554+ (lsmmap_mod_SOURCES): New variable.
4555+ (lsmmap_mod_CFLAGS): Likewise.
4556+ (lsmmap_mod_LDFLAGS): Likewise.
4557+ (pkglib_MODULES): Add boot.mod.
4558+ (boot_mod_SOURCES): New variable.
4559+ (boot_mod_CFLAGS): Likewise.
4560+ (boot_mod_LDFLAGS): Likewise.
4561+ * conf/i386-coreboot.rmk: Removed redundant parts.
4562+ * conf/i386-ieee1275.rmk: Likewise.
4563+ * conf/i386-pc.rmk: Likewise.
4564+ * conf/mips-yeeloong.rmk: Likewise.
4565+ * conf/mips.rmk: Likewise.
4566+ * conf/powerpc-ieee1275.rmk: Likewise.
4567+ * conf/sparc64-ieee1275.rmk: Likewise.
4568+ * conf/x86_64-efi.rmk: Likewise.
4569+ * conf/i386-coreboot.rmk: Moved qemu parts ..
4570+ * conf/i386-qemu.rmk: ... here
4571+ * conf/i386-efi.rmk: Moved common parts to...
4572+ * conf/x86-efi.rmk: ... here.
4573+ * conf/i386.rmk: Added modules common to all x86 variants.
4574+ * configure.ac: Add -m32/-m64 to TARGET_ASFLAGS.
4575+ * disk/memdisk.c: Remove grub/machine/kernel.h.
4576+ * gensymlist.sh.in: Include symbol.h.
4577+ * hook/datehook.c: Correct module name.
4578+ * include/grub/datetime.h (grub_get_datetime) [GRUB_MACHINE_EMU]: Export.
4579+ (grub_set_datetime) [GRUB_MACHINE_EMU]: Likewise.
4580+ * include/grub/i386/efi/serial.h: New file.
4581+ * include/grub/x86_64/efi/serial.h: Likewise.
4582+ * util/time.c: Likewise.
4583+ * video/ieee1275.c (grub_video_ieee1275_setup): Handle 64-bit void *.
4584+
4585+2010-03-14 Colin King <colin.king@ubuntu.com>
4586+2010-03-14 Colin Watson <cjwatson@ubuntu.com>
4587+
4588+ Shrink the pre-partition-table part of boot.img by eight bytes.
4589+
4590+ * boot/i386/pc/boot.S (ERR): New macro.
4591+ (chs_mode): Use ERR.
4592+ (geometry_error): Likewise.
4593+ (hd_probe_error): Remove. This is only used once, so we wrwite
4594+ it inline instead.
4595+ (read_error): Instead of printing read_error_string, just set up
4596+ %si and fall through to ...
4597+ (error_message): ... this new function, also used by ERR.
4598+
4599+2010-03-14 Colin Watson <cjwatson@ubuntu.com>
4600+
4601+ Speed up consecutive hostdisk operations on the same device.
4602+
4603+ * util/hostdisk.c (struct grub_util_biosdisk_data): New structure.
4604+ (grub_util_biosdisk_open): Initialise disk->data.
4605+ (struct linux_partition_cache): New structure.
4606+ (linux_find_partition): Cache partition start positions; these are
4607+ expensive to compute on every read and write.
4608+ (open_device): Cache open file descriptor in disk->data, so that we
4609+ don't have to reopen it and flush the buffer cache for consecutive
4610+ operations on the same device.
4611+ (grub_util_biosdisk_close): New function.
4612+ (grub_util_biosdisk_dev): Set `close' member.
4613+
4614+ * conf/common.rmk (grub_probe_SOURCES): Add kern/list.c.
4615+ * conf/i386-efi.rmk (grub_setup_SOURCES): Likewise.
4616+ * conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
4617+ * conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Likewise.
4618+ * conf/x86_64-efi.rmk (grub_setup_SOURCES): Likewise.
4619+
4620+2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
4621+
4622+ Compile parts of grub-emu as modules.
4623+
4624+ * Makefile.in (TARGET_CPPFLAGS) [emu]: Remove -nostdinc -isystem.
4625+ (pkglib_DATA) [emu]: Remove moddep.lst command.lst fs.lst
4626+ partmap.lst parttool.lst handler.lst video.lst crypto.lst terminal.lst.
4627+ (all-local): Add $(GRUB_EMU).
4628+ (install-local): Install $(GRUB_EMU).
4629+ (uninstall): Uninstall $(GRUB_EMU).
4630+ * commands/parttool.c: Replace GRUB_UTIL with GRUB_NO_MODULES.
4631+ * kern/dl.c: Likewise.
4632+ * commands/sleep.c: Not include machine/time.h.
4633+ * conf/any-emu.rmk (COMMON_LDFLAGS): New variable.
4634+ (COMMON_CFLAGS): Likewise.
4635+ (sbin_UTILITIES): Remove grub-emu.
4636+ (grub_emu_SOURCES): Removed.
4637+ (kernel_img_RELOCATABLE): New variable.
4638+ (pkglib_PROGRAMS): Add kernel.img.
4639+ (kernel_img_SOURCES): New variable
4640+ (kernel_img_CFLAGS): Likewise.
4641+ (kernel_img_LDFLAGS): Likewise.
4642+ (TARGET_NO_STRIP): Likewise.
4643+ (TARGET_NO_DYNAMIC_MODULES): Likewise.
4644+ (pkglib_MODULES): Add progname.mod, hostfs.mod, host.mod, reboot.mod,
4645+ halt.mod, cpuid.mod, usb.mod, sdl.mod and pci.mod.
4646+ (grub-emu): New target.
4647+ (GRUB_EMU): New variable.
4648+ * configure.ac: Whitelist -emu as possible x86_64 architecture.
4649+ * efiemu/main.c: Replace GRUB_UTIL with GRUB_MACHINE_EMU.
4650+ * loader/xnu.c: Likewise.
4651+ * include/grub/pci.h: Likewise.
4652+ * genemuinit.sh: New file.
4653+ * genemuinitheader.sh: Likewise.
4654+ * genmk.rb: Don't strip if TARGET_NO_STRIP is yes.
4655+ Support TARGET_NO_DYNAMIC_MODULES.
4656+ * include/grub/dl.h (GRUB_NO_MODULES): New variable.
4657+ * commands/search.c: Fix GRUB_MOD_INIT and GRUB_MOD_FINI arguments.
4658+ * disk/loopback.c: Likewise.
4659+ * font/font_cmd.c: Likewise.
4660+ * partmap/acorn.c: Likewise.
4661+ * partmap/amiga.c: Likewise.
4662+ * partmap/apple.c: Likewise.
4663+ * partmap/gpt.c: Likewise.
4664+ * partmap/msdos.c: Likewise.
4665+ * partmap/sun.c: Likewise.
4666+ * parttool/msdospart.c: Likewise.
4667+ * term/gfxterm.c: Likewise.
4668+ * video/bitmap.c: Likewise.
4669+ * video/readers/jpeg.c: Likewise.
4670+ * video/readers/png.c: Likewise.
4671+ * video/readers/tga.c: Likewise.
4672+ * video/video.c: Likewise.
4673+ * util/grub-emu.c (read_command_list): Removed.
4674+ (main): Don't call util_init_nls.
4675+ * util/misc.c (grub_err_printf) [!GRUB_UTIL]: Removed.
4676+ (grub_util_init_nls) [!GRUB_UTIL]: Likewise.
4677+
4678+2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
4679+
4680+ * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add datetime.mod,
4681+ date.mod, datehook.mod.
4682+ (datetime_mod_SOURCES): New variable.
4683+ (datetime_mod_CFLAGS): Likewise.
4684+ (datetime_mod_LDFLAGS): Likewise.
4685+ (date_mod_SOURCES): Likewise.
4686+ (date_mod_CFLAGS): Likewise.
4687+ (date_mod_LDFLAGS): Likewise.
4688+ (datehook_mod_SOURCES): Likewise.
4689+ (datehook_mod_CFLAGS): Likewise.
4690+ (datehook_mod_LDFLAGS): Likewise.
4691+ * conf/sparc64-ieee1275.rmk: Likewise.
4692+ * lib/ieee1275/datetime.c: New file.
4693+
4694+2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
4695+
4696+ * conf/powerpc-ieee1275.rmk (pkglib_MODULES): Add ieee1275_fb.mod.
4697+ (ieee1275_fb_mod_SOURCES): New variable.
4698+ (ieee1275_fb_mod_CFLAGS): Likewise.
4699+ (ieee1275_fb_mod_LDFLAGS): Likewise.
4700+ * include/grub/ieee1275/ieee1275.h (grub_ieee1275_devices_iterate):
4701+ New proto.
4702+ * kern/ieee1275/init.c (HEAP_MAX_SIZE): Increased.
4703+ (HEAP_MAX_ADDR): Likewise.
4704+ * kern/ieee1275/openfw.c (grub_children_iterate): Don't skip empty
4705+ type.
4706+ Correct stop condition.
4707+ (grub_ieee1275_devices_iterate): New function.
4708+ * video/ieee1275.c: New file.
4709+
4710+2010-03-14 Vladimir Serbinenko <phcoder@gmail.com>
4711+
4712+ Merge sparc grub-mkimage into generic grub-mkimage and a.out support.
4713+
4714+ * boot/sparc64/ieee1275/boot.S (boot_continue): Use SCRATCH_PAD_BOOT
4715+ as scratch.
4716+ * boot/sparc64/ieee1275/diskboot.S (after_info_block): Use
4717+ SCRATCH_PAD_DISKBOOT as scratch.
4718+ (bootit): Pass Openfirmware pointer in %o4.
4719+ * conf/sparc64-ieee1275.rmk (kernel_img_LDFLAGS): Link at 0x4400 instead
4720+ of 0x200000.
4721+ (grub_mkimage_SOURCES): Replace util/sparc64/ieee1275/grub-mkimage.c
4722+ with util/grub-mkrawimage.c.
4723+ * configure.ac: Handle GRUB_MACHINE_SPARC64 and GRUB_MACHINE_MIPS.
4724+ * include/grub/aout.h (AOUT_MID_SUN): New definition.
4725+ (grub_aout_get_type) [GRUB_UTIL]: Removed.
4726+ (grub_aout_load) [GRUB_UTIL]: Likewise.
4727+ * include/grub/kernel.h (grub_modules_get_end): New proto.
4728+ * include/grub/sparc64/ieee1275/boot.h (SCRATCH_PAD): Removed.
4729+ (SCRATCH_PAD_BOOT): New definition.
4730+ (SCRATCH_PAD_DISKBOOT): Likewise.
4731+ (GRUB_BOOT_MACHINE_IMAGE_ADDRESS): Set to 0x4400.
4732+ * include/grub/sparc64/ieee1275/ieee1275.h
4733+ (grub_ieee1275_original_stack): New variable
4734+ * include/grub/sparc64/ieee1275/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
4735+ New definition
4736+ (GRUB_KERNEL_MACHINE_STACK_SIZE): Likewise.
4737+ (GRUB_PLATFORM_IMAGE_FORMATS): Likewise.
4738+ (GRUB_PLATFORM_IMAGE_DEFAULT_FORMAT): Likewise.
4739+ (GRUB_PLATFORM_IMAGE_DEFAULT): Likewise.
4740+ (GRUB_PLATFORM_IMAGE_RAW): Likewise.
4741+ (GRUB_PLATFORM_IMAGE_AOUT): Likewise.
4742+ (grub_platform_image_format_t): New type.
4743+ * kern/mips/yeeloong/init.c (grub_modules_get_end): Move from here ...
4744+ * kern/main.c (grub_modules_get_end)
4745+ [GRUB_MACHINE_MIPS_YEELOONG || GRUB_MACHINE_SPARC64]: ... here.
4746+ * kern/sparc64/ieee1275/crt0.S: Store firmware entry point in %o0.
4747+ (codestart): Switch stacks.
4748+ * kern/sparc64/ieee1275/init.c (grub_ieee1275_original_stack): New
4749+ variable.
4750+ (grub_heap_init): Use grub_modules_get_end.
4751+ * loader/sparc64/ieee1275/linux.c (grub_linux_boot): Restore original
4752+ stack.
4753+ * util/grub-mkrawimage.c (generate_image): Support sparc64.
4754+ (main): Likewise.
4755+ * util/sparc64/ieee1275/grub-mkimage.c: Removed.
4756+
4757+2010-03-14 Thorsten Glaser <tg@mirbsd.org>
4758+
4759+ * util/grub-mkrescue.in: Base ISO UUID on UTC.
4760+
4761+2010-03-08 Matt Kraai <kraai@ftbfs.org>
4762+
4763+ * util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
4764+ bug #559005).
4765+
4766+2010-03-07 Vladimir Serbinenko <phcoder@gmail.com>
4767+
4768+ * genmoddep.awk: Output all missing symbols and not only first.
4769+
4770+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4771+
4772+ * NEWS: Put the date of 1.98 release.
4773+
4774+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4775+
4776+ * configure.ac: Update CPPFLAGS and not CFLAGS when checking for
4777+ ft2build.h.
4778+
4779+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4780+
4781+ * normal/cmdline.c (grub_cmdline_get): Fix gabled line after
4782+ completition in the middle of string.
4783+
4784+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4785+
4786+ * util/grub-mkrescue.in: Use mktemp with explicit template.
4787+
4788+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4789+
4790+ * loader/i386/bsd.c (grub_bsd_get_device): Fix a memory leak.
4791+
4792+2010-03-06 Vladimir Serbinenko <phcoder@gmail.com>
4793+
4794+ * loader/i386/multiboot_mbi.c (grub_multiboot_set_bootdev): Free the
4795+ right pointer.
4796+
4797+2010-03-05 Vladimir Serbinenko <phcoder@gmail.com>
4798+
4799+ Fix FreeBSD compilation.
4800+
4801+ * Makefile.in (TARGET_CPPFLAGS): Remove -nostdinc -isystem.
4802+ * configure.ac: Add -nostdinc -isystem to TARGET_CPPFLAGS if it works.
4803+
4804+2010-03-05 Vladimir Serbinenko <phcoder@gmail.com>
4805+
4806+ * util/import_gcry.py: Add autogenerated files to MAINTAINER_CLEANFILES.
4807+
4808+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4809+
4810+ * gettext/gettext.c (grub_gettext_init_ext): Fix a memory leak.
4811+
4812+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4813+
4814+ * disk/scsi.c (grub_scsi_iterate): Fix a memory leak.
4815+
4816+2010-03-04 Robert Millan <rmh.grub@aybabtu.com>
4817+
4818+ Support relative image path in theme file.
4819+
4820+ * gfxmenu/gui_image.c (grub_gui_image): New member theme_dir.
4821+ (image_set_property): Handle theme_dir and relative path.
4822+
4823+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4824+
4825+ * configure.ac: Alias amd64 to x86_64.
4826+
4827+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4828+
4829+ * NEWS: mention multiboot on EFI.
4830+
4831+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4832+
4833+ * kern/main.c (grub_load_modules): Handle errors from init functions of
4834+ embeded modules.
4835+
4836+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4837+
4838+ * normal/autofs.c (autoload_fs_module): Handle errors.
4839+
4840+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4841+
4842+ Disable linux.mod on qemu-mips since it's not functional and leads
4843+ to compilation failure.
4844+
4845+ * conf/mips.rmk (pkglib_MODULES): Remove linux.mod.
4846+ * conf/mips-yeeloong.rmk (pkglib_MODULES): Add linux.mod.
4847+ * conf/mips.rmk (linux_mod_SOURCES): Move from here ...
4848+ * conf/mips-yeeloong.rmk (linux_mod_SOURCES): ... here
4849+ * conf/mips.rmk (linux_mod_CFLAGS): Move from here ...
4850+ * conf/mips-yeeloong.rmk (linux_mod_CFLAGS): ... here
4851+ * conf/mips.rmk (linux_mod_ASFLAGS): Move from here ...
4852+ * conf/mips-yeeloong.rmk (linux_mod_ASFLAGS): ... here
4853+ * conf/mips.rmk (linux_mod_LDFLAGS): Move from here ...
4854+ * conf/mips-yeeloong.rmk (linux_mod_LDFLAGS): ... here
4855+ Reported by: BVK Chaitanya
4856+
4857+2010-03-04 Jordan Uggla <jordan.uggla@gmail.com>
4858+
4859+ * INSTALL: Add gettext as a dependency and add qemu to a new section
4860+ "Prerequisites for make-check".
4861+
4862+2010-03-04 Christian Franke <franke@computer.org>
4863+
4864+ * util/grub-pe2elf.c: Add missing include "progname.h".
4865+
4866+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4867+
4868+ * normal/crypto.c (read_crypto_list): Fix a typo.
4869+ Reported by: Seth Goldberg.
4870+
4871+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4872+
4873+ * Makefile.in (DISTCLEANFILES): Add stamp-h1.
4874+ Reported by: Seth Goldberg.
4875+
4876+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4877+
4878+ * Makefile.in (CLEANFILES) [FONT_SOURCE && grub_mkfont]: Add
4879+ ascii.bitmaps.
4880+
4881+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4882+
4883+ * genmk.rb: Remove terminal*.lst in make clean.
4884+ Reported by: Seth Goldberg.
4885+
4886+2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
4887+
4888+ * util/i386/efi/grub-install.in: Copy gettext files.
4889+
4890+2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
4891+
4892+ * fs/ext2.c (grub_ext2_read_block): Fix an integer overflow.
4893+
4894+2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
4895+
4896+ Wait for user entry basing on presence of output rather than on errors.
4897+
4898+ * include/grub/normal.h (grub_normal_get_line_counter): New proto.
4899+ (grub_install_newline_hook): Likewise.
4900+ * normal/main.c (GRUB_MOD_INIT): Call grub_install_newline_hook.
4901+ * normal/menu.c (show_menu): Check line_counter to determine presence
4902+ of output.
4903+ * normal/term.c (grub_normal_line_counter): New variable.
4904+ (grub_normal_get_line_counter): New function.
4905+ (grub_install_newline_hook): Likewise.
4906+
4907+2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
4908+
4909+ * commands/cat.c (grub_cmd_cat): Propagate grub_gzfile_open error.
4910+
4911+2010-03-01 Vladimir Serbinenko <phcoder@gmail.com>
4912+
4913+ * configure.ac: Update version to 1.98.
4914+
4915+2010-02-26 Vladimir Serbinenko <phcoder@gmail.com>
4916+
4917+ * util/grub.d/10_linux.in (linux_entry): Don't default to
4918+ gfxpayload=keep if Linux doesn't support video handover.
4919+
4920+2010-02-25 Vladimir Serbinenko <phcoder@gmail.com>
4921+
4922+ Don't compile video modules on yeeloong since video subsystem is part
4923+ of kernel.
4924+
4925+ * conf/common.rmk (pkglib_MODULES) [yeeloong]: Remove video.mod,
4926+ video_fb.mod, bitmap.mod, font.mod, gfxterm.mod and bufio.mod
4927+ * conf/mips-yeeloong.rmk (kernel_img_HEADERS): Add bitmap.h,
4928+ video.h, gfxterm.h, font.h, bitmap_scale.h and bufio.h.
4929+ * conf/mips.rmk (kernel_img_HEADERS): Add values instead of overwriting.
4930+ * include/grub/bitmap.h: Add EXPORT_FUNC and EXPORT_VAR.
4931+ * include/grub/bitmap_scale.h: Likewise.
4932+ * include/grub/bufio.h: Likewise.
4933+ * include/grub/font.h: Likewise.
4934+ * include/grub/gfxterm.h: Likewise.
4935+ * include/grub/video.h: Likewise.
4936+ * include/grub/vbe.h: Don't include video_fb.h.
4937+ * video/i386/pc/vbe.c: Include video_fb.h.
4938+ * commands/i386/pc/vbetest.c: Include video.h.
4939+
4940+2010-02-25 Jordan Uggla <jordan.uggla@gmail.com>
4941+
4942+ * util/grub-mkconfig.in (GRUB_SAVEDEFAULT): Export new variable.
4943+ * util/grub-mkconfig_lib.in (save_default_entry): Only save a new
4944+ default entry if GRUB_SAVEDEFAULT=true. This allows using
4945+ GRUB_DEFAULT=saved on its own to let grub-reboot work, without
4946+ saving a new default on every boot.
4947+
4948+2010-02-24 Vladimir Serbinenko <phcoder@gmail.com>
4949+
4950+ * normal/crypto.c (read_crypto_list): Fix a memory leak.
4951+ * normal/term.c (read_terminal_list): Likewise.
4952+ * normal/main.c (grub_normal_init_page): Likewise.
4953+ (grub_normal_read_line_real): Likewise.
4954+
4955+2010-02-24 Vladimir Serbinenko <phcoder@gmail.com>
4956+
4957+ * loader/i386/multiboot_mbi.c (grub_multiboot_set_bootdev): Fix a
4958+ memory leak.
4959+ Reported by: Seth Goldberg.
4960+
4961+2010-02-24 Joey Korkames <joey+lists@kidfixit.com>
4962+
4963+ * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
4964+ duplicate declaration of `start'.
4965+
4966+2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
4967+
4968+ * fs/iso9660.c (grub_iso9660_iterate_dir): Strip version from joliet
4969+ filename.
4970+ Reported by: Georgy Buranov
4971+
4972+2010-02-20 Carles Pina i Estany <carles@pina.cat>
4973+
4974+ * util/grub-mkrawimage.c (usage): Change string formatting to
4975+ improve gettext.
4976+
4977+2010-02-20 Manoel Rebelo Abranches <mrabran@br.ibm.com>
4978+
4979+ * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Add delete and
4980+ backspace keys.
4981+
4982+2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
4983+
4984+ * video/fb/video_fb.c (grub_video_fb_scroll): Fix a pixel size bug.
4985+ Reported by: Michael Suchanek.
4986+
4987+2010-02-18 Samuel Thibault <samuel.thibault@ens-lyon.org>
4988+
4989+ * util/grub-mkconfig.in: Export GRUB_INIT_TUNE.
4990+ * util/grub.d/00_header.in: Handle GRUB_INIT_TUNE.
4991+
4992+2010-02-16 Vladimir Serbinenko <phcoder@gmail.com>
4993+
4994+ Remove any reference to non-free fonts.
4995+
4996+ * commands/videotest.c (grub_cmd_videotest): Use unifont by default.
4997+ * docs/gfxmenu-theme-example.txt: Removed. It's both outdated and
4998+ uses non-free components.
4999+ * font/font.c (grub_font_get_name): Remove example name.
5000+ * gfxmenu/gui_label.c (grub_gui_label_new): Use unifont by default.
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches