]> git.ipfire.org Git - thirdparty/grub.git/log
thirdparty/grub.git
16 years ago2009-08-01 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sat, 1 Aug 2009 14:47:11 +0000 (14:47 +0000)] 
2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>

* util/hostfs.c (grub_hostfs_dir): Don't use DT_DIR: It doesn't work
on XFS or ReiserFS.

16 years ago(no commit message)
phcoder [Sat, 1 Aug 2009 14:44:15 +0000 (14:44 +0000)] 

16 years ago2009-08-01 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sat, 1 Aug 2009 14:40:30 +0000 (14:40 +0000)] 
2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>

Support Apple partition map with sector size different from 512 bytes.

* partmap/apple.c (grub_apple_header): New field 'blocksize'.
(apple_partition_map_iterate): Respect 'aheader.blocksize'
and 'apart.partmap_size'.

16 years ago2009-08-01 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sat, 1 Aug 2009 14:30:59 +0000 (14:30 +0000)] 
2009-08-01  Vladimir Serbinenko  <phcoder@gmail.com>
2009-08-01  Robert Millan  <rmh.grub@aybabtu.com>

Fix cpuid command.

* commands/i386/cpuid.c (options): New variable.
(grub_cmd_cpuid): Return real error.
(GRUB_MOD_INIT(cpuid)): Declare options.

16 years agoRemove 2 empty lines in ChangeLog accidently added by r2459 commit
fzielcke [Fri, 31 Jul 2009 16:14:03 +0000 (16:14 +0000)] 
Remove 2 empty lines in ChangeLog accidently added by r2459 commit

16 years ago2009-07-31 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Fri, 31 Jul 2009 16:04:27 +0000 (16:04 +0000)] 
2009-07-31  Vladimir Serbinenko  <phcoder@gmail.com>

* partmap/pc.c (pc_partition_map_iterate): Check that boot flags are
valid.

16 years agoAdd missing ChangeLog entry for -r2293
fzielcke [Fri, 31 Jul 2009 16:01:49 +0000 (16:01 +0000)] 
Add missing ChangeLog entry for -r2293

16 years ago2009-07-31 Bean <bean123ch@gmail.com>
bean [Fri, 31 Jul 2009 14:58:04 +0000 (14:58 +0000)] 
2009-07-31  Bean  <bean123ch@gmail.com>

* fs/xfs.c (grub_xfs_sblock): Change unused5 field to log2_sect and
log2_inode.
(grub_fshelp_node): Move inode field to the end.
(grub_xfs_data): Remove inode field.
(grub_xfs_inode_block): Calculate inode size using sblock.
(grub_xfs_inode_offset): Likewise.
(grub_xfs_read_inode): Calculate inode size using sblock.
(grub_xfs_read_block): Replace XFS_INODE_EXTENTS with nrec.
(grub_xfs_iterate_dir): Calculate inode size using sblock.
(grub_xfs_mount): Use grub_zalloc instead of grub_malloc. Realloc data
to match inode size.
(grub_xfs_dir): goto mount_fail when mount fails, as data->diropen is
not accessible when data is null.
(grub_xfs_open): Likewise.

16 years ago2009-07-31 Bean <bean123ch@gmail.com>
bean [Fri, 31 Jul 2009 14:25:19 +0000 (14:25 +0000)] 
2009-07-31  Bean  <bean123ch@gmail.com>

* disk/lvm.c (grub_lvm_scan_device): Ignore extra copy of metadata.
Don't change pv->disk if it's already set.

* disk/raid.c (grub_raid_scan_device): Merge this function into ...
(grub_raid_register): ... here.
(grub_raid_rescan): Removed.

* include/grub/raid.h (grub_raid_rescan): Removed.

* util/grub-fstest.c: Remove include file <grub/raid.h>.
(fstest): Replace grub_raid_rescan with module fini function followed
by init function.

* util/grub-probe.c: Add include file <grub/raid.h>.
(probe_raid_level): New function.
(probe): Detect abstraction by walking the disk device, support two
level of abstraction (LVM on RAID) when detecting partition map.

16 years ago2009-07-31 Pavel Roskin <proski@gnu.org>
proski [Fri, 31 Jul 2009 04:38:20 +0000 (04:38 +0000)] 
2009-07-31  Pavel Roskin  <proski@gnu.org>

* disk/raid5_recover.c (grub_raid5_recover): Revert conversion
to grub_zalloc(), it was erroneous.
Reported by Bean <bean123ch@gmail.com>

16 years ago2009-07-30 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Wed, 29 Jul 2009 22:50:38 +0000 (22:50 +0000)] 
2009-07-30  Vladimir Serbinenko  <phcoder@gmail.com>

* util/i386/pc/grub-setup.c (setup): Check that no partition is in
embeding zone, not only the first one.

16 years ago2009-07-29 Joe Auricchio <jauricchio@gmail.com>
proski [Wed, 29 Jul 2009 22:12:00 +0000 (22:12 +0000)] 
2009-07-29  Joe Auricchio  <jauricchio@gmail.com>

* term/gfxterm.c (clear_char): New function.
(grub_virtual_screen_setup): Use clear_char.
(scroll_up): Likewise.
(grub_virtual_screen_cls): Likewise.

16 years ago2009-07-29 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Wed, 29 Jul 2009 14:11:50 +0000 (14:11 +0000)] 
2009-07-29  Felix Zielcke  <fzielcke@z-51.de>

* util/deviceiter.c (get_acceleraid_disk_name): New static
function.
(grub_util_iterate_devices): Handle Accelraid devices.
* util/hostdisk.c (convert_system_partition_to_system_disk): Likewise.

16 years ago2009-07-28 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Tue, 28 Jul 2009 21:40:34 +0000 (21:40 +0000)] 
2009-07-28  Robert Millan  <rmh.grub@aybabtu.com>

        * loader/i386/linux.c (grub_cmd_linux): Use ',' rather than ';' as
        separator for the suggested gfxpayload string (';' collides with the
        parser and needs escaping).

16 years ago2009-07-28 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Tue, 28 Jul 2009 21:32:20 +0000 (21:32 +0000)] 
2009-07-28  Vladimir Serbinenko  <phcoder@gmail.com>

* loader/i386/multiboot_helper.S (grub_multiboot_backward_relocator):
Clear direction flag before jumping to OS.
(grub_multiboot2_real_boot): Likewise.

16 years ago2009-07-28 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Tue, 28 Jul 2009 18:32:28 +0000 (18:32 +0000)] 
2009-07-28  Felix Zielcke  <fzielcke@z-51.de>

* util/i386/pc/grub-install: Fix parsing of --disk-module
option.

16 years ago2009-07-28 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Tue, 28 Jul 2009 15:58:40 +0000 (15:58 +0000)] 
2009-07-28  Felix Zielcke  <fzielcke@z-51.de>

* util/i386/pc/grub-setup.c (setup): Fix 2 incorrect checks
when embedding.

16 years ago2009-07-26 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Sun, 26 Jul 2009 11:03:57 +0000 (11:03 +0000)] 
2009-07-26  Felix Zielcke  <fzielcke@z-51.de>

* util/grub-mkconfig.in (package_version): New variable.
Use it do display the version.

16 years ago2009-07-25 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Sat, 25 Jul 2009 18:28:58 +0000 (18:28 +0000)] 
2009-07-25  Felix Zielcke  <fzielcke@z-51.de>

* kern/file.c (grub_file_open): Revert to previous check with
grub_errno.

16 years ago2009-07-25 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sat, 25 Jul 2009 17:46:38 +0000 (17:46 +0000)] 
2009-07-25  Vladimir Serbinenko  <phcoder@gmail.com>

* commands/probe.c (GRUB_MOD_INIT (probe)): Remove "[--target=target]"
from help line. It's out of sync with code.

16 years ago2009-07-25 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sat, 25 Jul 2009 15:13:07 +0000 (15:13 +0000)] 
2009-07-25  Vladimir Serbinenko  <phcoder@gmail.com>

* kern/parser.c (grub_parser_execute): Fix a bug causing truncated
entries on failed boot.

16 years ago2009-07-25 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Sat, 25 Jul 2009 09:30:25 +0000 (09:30 +0000)] 
2009-07-25  Felix Zielcke  <fzielcke@z-51.de>

* kern/file.c (grub_file_open): Fix an error check.

16 years agoImproved Changelog as suggested by Pavel Roskin.
phcoder [Fri, 24 Jul 2009 21:22:30 +0000 (21:22 +0000)] 
Improved Changelog as suggested by Pavel Roskin.

16 years ago2009-07-24 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Fri, 24 Jul 2009 20:41:31 +0000 (20:41 +0000)] 
2009-07-24  Vladimir Serbinenko  <phcoder@gmail.com>

* util/i386/pc/grub-setup.c (setup): Fix bug when
installing on partionless disk.

16 years ago2009-07-23 Pavel Roskin <proski@gnu.org>
proski [Fri, 24 Jul 2009 01:43:10 +0000 (01:43 +0000)] 
2009-07-23  Pavel Roskin  <proski@gnu.org>

* commands/xnu_uuid.c (transform): Use GRUB_CPU_WORDS_BIGENDIAN
instead of WORDS_BIGENDIAN.  Use grub_le_to_cpu32(), so that the
case of little endian words becomes just an optimization.
Respect const modifier.
(md5_final): Use code that doesn't depend on endianess.

16 years ago2009-07-23 Pavel Roskin <proski@gnu.org>
proski [Thu, 23 Jul 2009 16:41:29 +0000 (16:41 +0000)] 
2009-07-23  Pavel Roskin  <proski@gnu.org>

* include/grub/misc.h (ALIGN_UP): Cast align to the type of addr
to avoid loss of upper bits if align is unsigned and shorter
than addr.

16 years ago2009-07-21 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Wed, 22 Jul 2009 11:16:11 +0000 (11:16 +0000)] 
2009-07-21  Vladimir Serbinenko  <phcoder@gmail.com>

UUID support for UFS

* fs/ufs.c (grub_ufs_sblock): Add uuidhi and uuidlow.
(grub_ufs_uuid): New function.
(grub_ufs_fs): add .uuid

16 years ago2009-07-21 Pavel Roskin <proski@gnu.org>
proski [Tue, 21 Jul 2009 20:18:44 +0000 (20:18 +0000)] 
2009-07-21  Pavel Roskin  <proski@gnu.org>

* kern/dl.c (grub_dl_check_header): Make static.

16 years ago2009-07-21 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Tue, 21 Jul 2009 13:37:43 +0000 (13:37 +0000)] 
2009-07-21  Felix Zielcke  <fzielcke@z-51.de>

* util/grub.d/30_os-prober.in: Remove unused CHAINROOT.  Don't
add drivemap for Vista.  It breaks Windows 7.

16 years ago2009-07-21 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Tue, 21 Jul 2009 12:58:41 +0000 (12:58 +0000)] 
2009-07-21  Vladimir Serbinenko  <phcoder@gmail.com>

* fs/ufs.c (grub_ufs_sblock): Fix offset of mtime2 which was off by
128 bytes

16 years ago2009-07-20 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Mon, 20 Jul 2009 21:18:59 +0000 (21:18 +0000)] 
2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>

Add BFS support

* conf/common.rmk (grub_probe_SOURCES): Add fs/befs.c.
(grub_fstest_SOURCES): Likewise.
(pkglib_MODULES): Add befs.mod.
(befs_mod_SOURCES): New variable.
(befs_mod_CFLAGS): Likewise.
(befs_mod_LDFLAGS): Likewise.
* conf/i386-coreboot.rmk (grub_emu_SOURCES): Likewise.
* conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
* conf/i386-pc.rmk (grub_emu_SOURCES): Likewise.
(grub_setup_SOURCES): Likewise.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
(grub_setup_SOURCES): Likewise.
* fs/befs.c: New file.
* fs/afs.c (GRUB_AFS_FSNAME): New declaration.
(GRUB_AFS_SBLOCK_SECTOR): Likewise.
(GRUB_AFS_SBLOCK_MAGIC1) [MODE_BFS]: New conditional declaration.
(GRUB_AFS_BTREE_MAGIC) [MODE_BFS]: Likewise
(B_KEY_INDEX_ALIGN): New declaration.
(B_KEY_INDEX_OFFSET): Use B_KEY_INDEX_ALIGN.
(grub_afs_bnode) [MODE_BFS]: Make key_count and key_size 16-bit
(grub_afs_btree) [MODE_BFS]: New conditional declaration.
(grub_afs_sblock) [MODE_BFS]: Remove link_count.
(grub_afs_validate_sblock) [MODE_BFS]: Support BFS
(grub_afs_mount) [MODE_BFS]: Likewise.
(grub_afs_dir) [MODE_BFS]: Divide mtime by 65536 and not 1000000.
(grub_afs_fs): Use GRUB_AFS_FSNAME
(GRUB_MOD_INIT (afs)) [MODE_BFS]: Rename to ...
(GRUB_MOD_INIT (befs)) [MODE_BFS]: ... this
(GRUB_MOD_FINI (afs)) [MODE_BFS]: Rename to ...
(GRUB_MOD_FINI (befs)) [MODE_BFS]: ... this

16 years ago2009-07-19 Yves BLUSSEAU <yves.grub-devel@zetam.org>
proski [Mon, 20 Jul 2009 20:03:18 +0000 (20:03 +0000)] 
2009-07-19  Yves BLUSSEAU  <yves.grub-devel@zetam.org>

* util/getroot.c (find_root_device): Add support for MacOSX.
* util/hostdisk.c: Likewise.

16 years agoFix typos, spacing
proski [Mon, 20 Jul 2009 18:46:46 +0000 (18:46 +0000)] 
Fix typos, spacing

16 years ago2009-07-20 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Mon, 20 Jul 2009 17:37:37 +0000 (17:37 +0000)] 
2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>

* font/font.c (find_glyph): Check whether a font is present to avoid
segmentation fault.

16 years ago2009-07-20 Joe Auricchio <jauricchio@gmail.com>
phcoder [Mon, 20 Jul 2009 16:46:36 +0000 (16:46 +0000)] 
2009-07-20  Joe Auricchio <jauricchio@gmail.com>

* term/gfxterm.c (grub_virtual_screen_setup): Clear virtual_screen.

16 years ago2009-07-20 Pavel Roskin <proski@gnu.org>
proski [Mon, 20 Jul 2009 13:48:41 +0000 (13:48 +0000)] 
2009-07-20  Pavel Roskin  <proski@gnu.org>

* configure.ac: Trim excessively wordy excuses.

16 years ago2009-07-20 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Mon, 20 Jul 2009 10:01:44 +0000 (10:01 +0000)] 
2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>

Add symlink, mtime and label support to AtheFS.

* fs/afs.c (grub_afs_sblock): Declare `name' as char.
(grub_afs_iterate_dir): Handle symlinks.
(grub_afs_open): Use grub_afs_read_symlink.
(grub_afs_dir): Likewise.
Pass mtime.
(grub_afs_label): New function.
(grub_afs_fs): Add grub_afs_label.
(grub_afs_read_symlink): New function.

16 years ago2009-07-20 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Mon, 20 Jul 2009 09:48:25 +0000 (09:48 +0000)] 
2009-07-20  Vladimir Serbinenko  <phcoder@gmail.com>

Fix AtheFS support.

* fs/afs.c: Fix comments style.
(grub_afs_blockrun): Declare as packed.
(grub_afs_datastream): Likewise.
(grub_afs_bnode): Likewise.
(grub_afs_btree): Likewise.
(grub_afs_sblock): Likewise.
Declare `name' as char.
(grub_afs_inode): Declare as packed.
Change void *vnode to grub_uint32_t unused.
(grub_afs_iterate_dir): Check that key_size is positive.
(grub_afs_mount): Don't read superblock twice.
(grub_afs_dir): Don't free node in case of errorx
grub_fshelp_find_file already handles this.
(grub_afs_open): Likewise.

16 years ago2009-07-19 Pavel Roskin <proski@gnu.org>
proski [Sun, 19 Jul 2009 20:23:33 +0000 (20:23 +0000)] 
2009-07-19  Pavel Roskin  <proski@gnu.org>

* Makefile.in: Remove LIBLZO and enable_lzo.
* conf/i386-pc.rmk: Remove lzo support.
* configure.ac: Remove checks for lzo, don't define ENABLE_LZMA.
* include/grub/i386/pc/kernel.h: Define ENABLE_LZMA.  Remove lzo
support.
* kern/i386/pc/lzo1x.S: Remove.
* kern/i386/pc/startup.S: Remove lzo support.
* util/i386/pc/grub-mkimage.c: Likewise.

16 years ago2009-07-19 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sun, 19 Jul 2009 13:59:21 +0000 (13:59 +0000)] 
2009-07-19  Vladimir Serbinenko  <phcoder@gmail.com>

* disk/usbms.c (grub_usbms_transfer): Fix double semicolon.
* fs/xfs.c (grub_xfs_dir): Likewise.
* fs/afs.c (grub_afs_dir): Likewise.
* fs/iso9660.c (grub_iso9660_iterate_dir): Likewise.
(grub_iso9660_open): Likewise.
* fs/jfs.c (grub_jfs_open): Likewise.
* fs/ext2.c (grub_ext2_dir): Likewise.
* include/grub/macho.h (grub_macho_fat_arch): Likewise.
* script/sh/lexer.c (grub_script_yylex): Likewise.

16 years ago2009-07-16 Pavel Roskin <proski@gnu.org>
proski [Thu, 16 Jul 2009 23:00:59 +0000 (23:00 +0000)] 
2009-07-16  Pavel Roskin  <proski@gnu.org>

* configure.ac: Never add "-c" to CFLAGS.

16 years ago2009-07-16 Pavel Roskin <proski@gnu.org>
proski [Thu, 16 Jul 2009 22:43:58 +0000 (22:43 +0000)] 
2009-07-16  Pavel Roskin  <proski@gnu.org>

* configure.ac: Fix incorrect comparison for grub_cv_cc_efiemu.

16 years ago2009-07-16 Pavel Roskin <proski@gnu.org>
proski [Thu, 16 Jul 2009 22:33:20 +0000 (22:33 +0000)] 
2009-07-16  Pavel Roskin  <proski@gnu.org>

* configure.ac: Fix wrong use of grub_cv_cc_no_red_zone where
grub_cv_cc_efiemu should be used.

16 years ago2009-07-16 Pavel Roskin <proski@gnu.org>
proski [Thu, 16 Jul 2009 22:22:02 +0000 (22:22 +0000)] 
2009-07-16  Pavel Roskin  <proski@gnu.org>

* configure.ac: Typo fixes.

16 years ago2009-07-16 Pavel Roskin <proski@gnu.org>
proski [Thu, 16 Jul 2009 22:14:09 +0000 (22:14 +0000)] 
2009-07-16  Pavel Roskin  <proski@gnu.org>

* kern/mm.c (grub_zalloc): New function.
(grub_debug_zalloc): Likewise.
* include/grub/mm.h: Declare grub_zalloc() and
grub_debug_zalloc().
* util/misc.c (grub_zalloc): New function.
* bus/usb/uhci.c (grub_uhci_pci_iter): Use grub_zalloc()
instead of grub_malloc(), remove unneeded initializations.
* bus/usb/usbhub.c (grub_usb_hub_add_dev): Likewise.
* commands/extcmd.c (grub_extcmd_dispatcher): Likewise.
* commands/parttool.c (grub_cmd_parttool): Likewise.
* disk/i386/pc/biosdisk.c (grub_biosdisk_open): Likewise.
* disk/raid5_recover.c (grub_raid5_recover): Likewise.
* disk/raid6_recover.c (grub_raid6_recover): Likewise.
* disk/usbms.c (grub_usbms_finddevs): Likewise.
* efiemu/mm.c (grub_efiemu_request_memalign): Likewise.
* efiemu/pnvram.c (grub_efiemu_pnvram): Likewise.
(grub_cmd_efiemu_pnvram): Likewise.
* fs/i386/pc/pxe.c (grub_pxefs_open): Likewise.
* fs/iso9660.c (grub_iso9660_mount): Likewise.
(grub_iso9660_iterate_dir): Likewise.
* fs/jfs.c (grub_jfs_opendir): Likewise.
* fs/ntfs.c (list_file): Likewise.
(grub_ntfs_mount): Likewise.
* kern/disk.c (grub_disk_open): Likewise.
* kern/dl.c (grub_dl_load_core): Likewise.
* kern/elf.c (grub_elf_file): Likewise.
* kern/env.c (grub_env_context_open): Likewise.
(grub_env_set): Likewise.
(grub_env_set_data_slot): Likewise.
* kern/file.c (grub_file_open): Likewise.
* kern/fs.c (grub_fs_blocklist_open): Likewise.
* loader/i386/multiboot.c (grub_module): Likewise.
* loader/xnu.c (grub_xnu_create_key): Likewise.
(grub_xnu_create_value): Likewise.
* normal/main.c (grub_normal_add_menu_entry): Likewise.
(read_config_file): Likewise.
* normal/menu_entry.c (make_screen): Likewise.
* partmap/sun.c (sun_partition_map_iterate): Likewise.
* script/sh/lexer.c (grub_script_lexer_init): Likewise.
* script/sh/script.c (grub_script_parse): Likewise.
* video/bitmap.c (grub_video_bitmap_create): Likewise.
* video/readers/jpeg.c (grub_video_reader_jpeg): Likewise.
* video/readers/png.c (grub_png_output_byte): Likewise.
(grub_video_reader_png): Likewise.

16 years ago2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Thu, 16 Jul 2009 16:38:19 +0000 (16:38 +0000)] 
2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>

Enable all targets that can be built by default

* configure.ac: enable efiemu runtime, grub-emu, grub-emu-usb,
grub-mkfont and grub-fstest if they can be built

16 years agoMerge branch 'mainline' into newconf
phcoder [Thu, 16 Jul 2009 16:37:18 +0000 (16:37 +0000)] 
Merge branch 'mainline' into newconf

16 years ago2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Thu, 16 Jul 2009 15:36:43 +0000 (15:36 +0000)] 
2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>

Fix hang and segmentation fault in grub-emu-usb

* disk/scsi.c (grub_scsi_open): return err and not grub_errno
* util/usb.c (grub_libusb_devices): likewise
(grub_libusb_init): rename to ...
(GRUB_MOD_INIT (libusb)):...this
(grub_libusb_fini): rename to ..
(GRUB_MOD_FINI (libusb)):...this
* disk/usbms.c (grub_usbms_transfer): fix retry logic
* include/grub/disk.h (grub_raid_init): removed, it's useless
(grub_raid_fini): likewise
(grub_lvm_init): likewise
(grub_lvm_fini): likewise
* util/grub-emu.c (main): don't call grub_libusb_init, it's done
by grub_init_all

16 years ago2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Thu, 16 Jul 2009 14:53:33 +0000 (14:53 +0000)] 
2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>

Fix libusb

* Makefile.in (LIBUSB): new macro
* genmk.rb (Utility/print_tail): new method
(Utility/rule): use intermediary variable #{prefix}_OBJECTS
(top level): call util.print_tail at the end.

16 years ago2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Wed, 15 Jul 2009 22:51:47 +0000 (22:51 +0000)] 
2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>

Make FreeBSD accept zpool.cache

* loader/i386/bsd.c (grub_freebsd_add_meta_module): spoof filename if
type is /boot/zfs/zpool.cache

16 years ago2009-07-16 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Wed, 15 Jul 2009 22:04:41 +0000 (22:04 +0000)] 
2009-07-16  Vladimir Serbinenko  <phcoder@gmail.com>

Fix 64-bit efiemu

* include/grub/efiemu/efiemu.h (grub_efiemu_configuration_table64_t):
correct wrong typedef
* efiemu/prepare.c (SUFFIX (grub_efiemu_prepare)): minor style fixes

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 19:45:44 +0000 (19:45 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* include/grub/disk.h (struct grub_disk_dev): Use enum for id.
* kern/disk.c (struct grub_disk_cache): Likewise.

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 19:30:34 +0000 (19:30 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* commands/probe.c (options): Typo fix.

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 15:06:12 +0000 (15:06 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_BPB_END):
Increase to 0x5a to accommodate FAT32.  Adjust other offsets
accordingly.
Original patch by Yves Blusseau <yves.grub-devel@zetam.org>

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 15:00:26 +0000 (15:00 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* boot/i386/pc/boot.S (general_error_string): Add DOS newline at
the end of "Error" to make the message more readable.

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 14:58:07 +0000 (14:58 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* boot/i386/pc/boot.S (kernel_segment): Remove.
(copy_buffer): Use GRUB_BOOT_MACHINE_KERNEL_ADDR in segment 0
for destination.

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 14:55:24 +0000 (14:55 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* boot/i386/pc/boot.S (boot_version): Remove.
* include/grub/i386/pc/boot.h (GRUB_BOOT_MACHINE_VER_MAJ):
Remove.

16 years ago2009-07-15 Pavel Roskin <proski@gnu.org>
proski [Wed, 15 Jul 2009 14:54:18 +0000 (14:54 +0000)] 
2009-07-15  Pavel Roskin  <proski@gnu.org>

* include/grub/i386/pc/boot.h: Sort all offsets.
(GRUB_BOOT_MACHINE_KERNEL_ADDRESS): Remove, it's unused.
(GRUB_BOOT_MACHINE_KERNEL_SEGMENT): Likewise.
* boot/i386/pc/boot.S: Assert location of every offset listed in
include/grub/i386/pc/boot.h.

16 years ago2009-07-13 Pavel Roskin <proski@gnu.org>
proski [Mon, 13 Jul 2009 23:57:11 +0000 (23:57 +0000)] 
2009-07-13  Pavel Roskin  <proski@gnu.org>

* include/grub/i386/coreboot/machine.h: Rename
GRUB_MACHINE_LINUXBIOS to GRUB_MACHINE_COREBOOT.
* loader/multiboot_loader.c (grub_cmd_multiboot_loader): Allow
multiboot 1 for GRUB_MACHINE_COREBOOT and GRUB_MACHINE_QEMU.

16 years ago2009-07-13 Pavel Roskin <proski@gnu.org>
proski [Mon, 13 Jul 2009 23:04:31 +0000 (23:04 +0000)] 
2009-07-13  Pavel Roskin  <proski@gnu.org>

* kern/dl.c: Force native word size to suppress warnings when
compiling grub-emu.

16 years ago2009-07-13 Pavel Roskin <proski@gnu.org>
proski [Mon, 13 Jul 2009 22:21:49 +0000 (22:21 +0000)] 
2009-07-13  Pavel Roskin  <proski@gnu.org>

* kern/device.c (grub_device_iterate): Change struct part_ent to
hold the name, not a pointer to it.  Use one grub_malloc() per
partition, not two.  Free partition_name if grub_malloc() fails.
Set ents to NULL only before grub_partition_iterate() is called.

16 years ago2009-07-11 Bean <bean123ch@gmail.com>
bean [Sat, 11 Jul 2009 03:59:15 +0000 (03:59 +0000)] 
2009-07-11  Bean  <bean123ch@gmail.com>

* kern/ieee1275/openfw.c (grub_children_iterate): Fix size of
childname.

16 years ago2009-07-10 Bean <bean123ch@gmail.com>
robertmh [Fri, 10 Jul 2009 20:19:08 +0000 (20:19 +0000)] 
2009-07-10  Bean  <bean123ch@gmail.com>
2009-07-10  Robert Millan  <rmh.grub@aybabtu.com>

        * kern/ieee1275/openfw.c (grub_children_iterate)
        (grub_devalias_iterate): Fix size evaluation for property or path
        strings, which was broken since r2132.

16 years ago2009-07-07 Pavel Roskin <proski@gnu.org>
proski [Tue, 7 Jul 2009 20:13:39 +0000 (20:13 +0000)] 
2009-07-07  Pavel Roskin  <proski@gnu.org>

* commands/search.c (search_file): Merge into ...
(search_fs): ... this.  Accept search type as argument.
(grub_cmd_search): Pass search type to search_fs().

16 years ago2009-07-07 Pavel Roskin <proski@gnu.org>
proski [Tue, 7 Jul 2009 20:03:03 +0000 (20:03 +0000)] 
2009-07-07  Pavel Roskin  <proski@gnu.org>

* include/grub/util/console.h: New file.
* util/console.c: Use it instead of grub/machine/console.h.
* util/grub-emu.c: Likewise.

16 years ago2009-07-07 Pavel Roskin <proski@gnu.org>
proski [Tue, 7 Jul 2009 19:54:19 +0000 (19:54 +0000)] 
2009-07-07  Pavel Roskin  <proski@gnu.org>

* lib/arg.c (find_long_option): Remove.
(find_long): Add `len' argument, make `s' const char *.
(grub_arg_parse): Parse long options in place, not in a
temporary buffer.

16 years ago2009-07-06 Pavel Roskin <proski@gnu.org>
proski [Tue, 7 Jul 2009 03:05:01 +0000 (03:05 +0000)] 
2009-07-06  Pavel Roskin  <proski@gnu.org>

* commands/search.c (search_fs): Fix potential NULL pointer
dereference.

16 years ago2009-07-06 Pavel Roskin <proski@gnu.org>
proski [Mon, 6 Jul 2009 20:13:06 +0000 (20:13 +0000)] 
2009-07-06  Pavel Roskin  <proski@gnu.org>

* commands/search.c (search_fs): Replace QUID macro with quid_fn
function pointer.

16 years ago2009-07-06 Daniel Mierswa <impulze@impulze.org>
proski [Mon, 6 Jul 2009 20:07:58 +0000 (20:07 +0000)] 
2009-07-06  Daniel Mierswa  <impulze@impulze.org>

* commands/search.c (search_fs): Use grub_strcasecmp() for UUID
comparison.

16 years ago2009-07-05 Pavel Roskin <proski@gnu.org>
proski [Mon, 6 Jul 2009 02:10:57 +0000 (02:10 +0000)] 
2009-07-05  Pavel Roskin  <proski@gnu.org>

* include/grub/i386/linux.h (struct linux_kernel_params):
Restore padding3, it's still needed.

16 years ago2009-07-05 Pavel Roskin <proski@gnu.org>
proski [Sun, 5 Jul 2009 22:51:05 +0000 (22:51 +0000)] 
2009-07-05  Pavel Roskin  <proski@gnu.org>

* util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on
FreeBSD.
* util/osdetect.lua: Likewise.

16 years ago2009-07-05 Bean <bean123ch@gmail.com>
bean [Sun, 5 Jul 2009 09:59:27 +0000 (09:59 +0000)] 
2009-07-05  Bean  <bean123ch@gmail.com>

* conf/common.rmk (lua_mode_SOURCES): Add script/lua/lstrlib.c.

* script/lua/grub_lib.c (grub_lua_run): Check input parameter.
(grub_lua_getenv): Likewise.
(grub_lua_setenv): Likewise.
(save_errno): New function.
(push_result): Likewise.
(grub_lua_enum_device): Likewise.
(grub_lua_enum_file): Likewise.
(grub_lua_file_open): Likewise.
(grub_lua_file_close): Likewise.
(grub_lua_file_seek): Likewise.
(grub_lua_file_read): Likewise.
(grub_lua_file_getline): Likewise.
(grub_lua_file_getsize): Likewise.
(grub_lua_file_getpos): Likewise.
(grub_lua_file_eof): Likewise.
(grub_lua_file_exist): Likewise.
(grub_lua_add_menu): Likewise.

* script/lua/grub_lua.h (isupper): New inline function.
(islower): Likewise.
(ispunct): Likewise.
(isxdigit): Likewise.
(strcspn): Change to normal function.
(strpbkr): New function declaration.
(memchr): Likewise.

* script/lua/grub_main.c (scan_str): New function.
(strcspn): Likewise.
(strpbrk): Likewise.
(memchr): Likewise.

* script/lua/linit.c (lualibs): Enable the string library.

* util/osdetect.lua: New file.

16 years ago2009-07-04 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Sat, 4 Jul 2009 16:29:01 +0000 (16:29 +0000)] 
2009-07-04  Robert Millan  <rmh.grub@aybabtu.com>

        * include/grub/i386/linux.h (struct linux_kernel_params): Add
        `capabilities' member.

16 years ago2009-07-02 Pavel Roskin <proski@gnu.org>
proski [Thu, 2 Jul 2009 04:12:23 +0000 (04:12 +0000)] 
2009-07-02  Pavel Roskin  <proski@gnu.org>

* genparttoollist.sh: Add missing newline at the end.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Thu, 2 Jul 2009 00:21:07 +0000 (00:21 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* kern/x86_64/efi/callwrap.S: Add missing newline at the end.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 23:58:30 +0000 (23:58 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* util/hostdisk.c (open_device): Remove `const' from
`sysctl_size', as sysctlbyname() can change it (in this case it
doesn't actually happen).

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 23:38:40 +0000 (23:38 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* include/grub/types.h: Define GRUB_LONG_MAX and GRUB_LONG_MIN
using signed long int constants.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 23:07:17 +0000 (23:07 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Make `p'
constant to avoid a warning on FreeBSD.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 22:56:51 +0000 (22:56 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* util/hostdisk.c (device_is_wholedisk): Compile only on systems
where it's needed.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 22:48:38 +0000 (22:48 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* Makefile.in: Install include/grub/machine symlink.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 22:47:28 +0000 (22:47 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* Makefile.in: When installing symlinks, use "cp -fR", which
works on FreeBSD and MacOSX.
From Yves Blusseau <cl7m42e02@sneakemail.com>

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 16:00:34 +0000 (16:00 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* kern/dl.c (grub_dl_resolve_symbol): Make static.
* include/grub/dl.h: Remove grub_dl_resolve_symbol().

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 15:59:05 +0000 (15:59 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* util/misc.c: Move grub_reboot() and grub_halt() ...
* util/grub-emu.c: ... here.  Make main_env static.
* include/grub/util/misc.h: Remove main_env.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 15:39:21 +0000 (15:39 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* kern/mm.c: Use correct format to print size_t.

16 years ago2009-07-01 Pavel Roskin <proski@gnu.org>
proski [Wed, 1 Jul 2009 14:49:22 +0000 (14:49 +0000)] 
2009-07-01  Pavel Roskin  <proski@gnu.org>

* include/grub/elf.h: Define Elf_Sword and Elf_Xword.
* kern/i386/dl.c: Use ELF symbols without "32" or "64".
* kern/powerpc/dl.c: Likewise.
* kern/sparc64/dl.c: Likewise.
* kern/x86_64/dl.c: Likewise.

16 years ago2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Wed, 1 Jul 2009 13:04:38 +0000 (13:04 +0000)] 
2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>

        Fix grub-emu build on sparc64-ieee1275.

        * conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Syncronize with ...
        * conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): ... this.

16 years ago2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Wed, 1 Jul 2009 13:01:33 +0000 (13:01 +0000)] 
2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>

        * util/misc.c: Include `<setjmp.h>' and `<grub/machine/machine.h>'.
        (grub_reboot, grub_halt): New functions.

        * util/i386/pc/misc.c: Delete.  Update all users.
        * util/sparc64/ieee1275/misc.c: Likewise.
        * util/powerpc/ieee1275/misc.c: Likewise.

16 years ago2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Wed, 1 Jul 2009 12:59:47 +0000 (12:59 +0000)] 
2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>

        * conf/i386.rmk (setjmp_mod_SOURCES)
        (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): Move to ...
        * conf/common.rmk (setjmp_mod_SOURCES)
        (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): ... here, and modify
        to use $(target_cpu).
        * conf/x86_64-efi.rmk (setjmp_mod_SOURCES)
        (setjmp_mod_ASFLAGS, setjmp_mod_LDFLAGS): Remove.
        * conf/powerpc-ieee1275.rmk: Likewise.
        * conf/sparc64-ieee1275.rmk: Likewise.

        * conf/i386-pc.rmk (kernel_img_SOURCES): Use
        $(target_cpu) for kern/$(target_cpu)/dl.c.
        * conf/i386-efi.rmk: Likewise.
        * conf/i386-ieee1275.rmk: Likewise.
        * conf/x86_64-efi.rmk: Likewise.
        * conf/i386-coreboot.rmk: Likewise.
        * conf/powerpc-ieee1275.rmk (kernel_img_SOURCES): Use
        $(target_cpu) for kern/$(target_cpu)/dl.c and for
        kern/$(target_cpu)/cache.S.
        * conf/sparc64-ieee1275.rmk: Likewise.

16 years ago2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Wed, 1 Jul 2009 01:04:12 +0000 (01:04 +0000)] 
2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>

        * include/grub/i386/linux.h (linux_kernel_params): Change `mmap_size'
        type to `grub_uint8_t', and adjust `padding9' accordingly.

16 years ago2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Mon, 29 Jun 2009 17:19:35 +0000 (17:19 +0000)] 
2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>

        * include/grub/i386/linux.h (GRUB_VIDEO_TYPE_TEXT): New macro.

        * loader/i386/linux.c [__i386__] (grub_linux_boot): Simplify inline
        assembly in final jump, using register constraints.

        (grub_linux_boot): For text mode, initialize `have_vga' using
        GRUB_VIDEO_TYPE_TEXT rather than 0 (this changes its value to 1).

        Initialize `video_cursor_x' and `video_cursor_y' as late as possible,
        right before the final jump.

        Set `video_mode' to 0x3.

        Document initialization of `video_page', `video_mode' and
        `video_ega_bx'.

16 years ago2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Mon, 29 Jun 2009 15:55:42 +0000 (15:55 +0000)] 
2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>

        * loader/i386/linux.c [__i386__] (grub_linux_boot): Simplify inline
        assembly in final jump, using register constraints.

16 years ago2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Mon, 29 Jun 2009 12:20:56 +0000 (12:20 +0000)] 
2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>

        * include/grub/i386/linux.h (GRUB_LINUX_FLAG_QUIET): New macro.
        * loader/i386/linux.c (grub_cmd_linux): Recognize "quiet" option,
        and set GRUB_LINUX_FLAG_QUIET appropiately.

16 years ago2009-06-29 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Mon, 29 Jun 2009 12:19:08 +0000 (12:19 +0000)] 
2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>

        Fix build on Debian / sparc.

        * configure.ac: Recognize `sparc' target_cpu (as sparc64).

16 years ago2009-06-28 Pavel Roskin <proski@gnu.org>
proski [Mon, 29 Jun 2009 03:37:42 +0000 (03:37 +0000)] 
2009-06-28  Pavel Roskin  <proski@gnu.org>

* kern/i386/qemu/mmap.c (grub_machine_mmap_iterate): Use cast to
fix a warning.

16 years ago2009-06-28 Pavel Roskin <proski@gnu.org>
proski [Mon, 29 Jun 2009 02:59:53 +0000 (02:59 +0000)] 
2009-06-28  Pavel Roskin  <proski@gnu.org>

* util/grub.d/10_linux.in: Match SUSE style initrd names.

16 years ago2009-06-27 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Sat, 27 Jun 2009 17:37:07 +0000 (17:37 +0000)] 
2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>

        * loader/i386/linux.c (grub_linux_boot): Fix uninitialized use of
        `err'.

16 years ago2009-06-27 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Sat, 27 Jun 2009 12:21:18 +0000 (12:21 +0000)] 
2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>

        Revert r2338.

        * loader/i386/linux.c (grub_cmd_linux): Don't call grub_error when
        file can't be opened.  grub_file_open() is already supposed to set
        grub_errno / grub_errmsg appropiately.
        * loader/i386/pc/linux.c (grub_cmd_linux): Likewise.

16 years ago2009-06-27 Pavel Roskin <proski@gnu.org>
robertmh [Sat, 27 Jun 2009 11:18:10 +0000 (11:18 +0000)] 
2009-06-27  Pavel Roskin  <proski@gnu.org>
2009-06-27  Robert Millan  <rmh.grub@aybabtu.com>

        * include/grub/dl.h: Include grub/elf.h.
        (struct grub_dl): Add symtab field.
        * kern/dl.c [GRUB_MACHINE_QEMU]: Define
        GRUB_MODULES_MACHINE_READONLY.
        (grub_dl_resolve_symbols): Populate mod->symtab, making a copy
        of the header for read-only modules.
        (grub_dl_unload): Free mod->symtab for read-only modules.
        * kern/i386/dl.c: Use mod->symtab.
        * kern/powerpc/dl.c: Likewise.
        * kern/sparc64/dl.c: Likewise.
        * kern/x86_64/dl.c: Likewise.

        * conf/i386-qemu.rmk: New file.
        * kern/i386/qemu/startup.S: Likewise.
        * kern/i386/qemu/mmap.c: Likewise.
        * boot/i386/qemu/boot.S: Likewise.
        * include/grub/i386/qemu/time.h: Likewise.
        * include/grub/i386/qemu/serial.h: Likewise.
        * include/grub/i386/qemu/kernel.h: Likewise.
        * include/grub/i386/qemu/console.h: Likewise.
        * include/grub/i386/qemu/boot.h: Likewise.
        * include/grub/i386/qemu/init.h: Likewise.
        * include/grub/i386/qemu/machine.h: Likewise.
        * include/grub/i386/qemu/loader.h: Likewise.
        * include/grub/i386/qemu/memory.h: Likewise.

        * conf/i386-coreboot.rmk (GRUB_BOOT_MACHINE_LINK_ADDR)
        (GRUB_KERNEL_MACHINE_LINK_ADDR): New variables.
        [qemu] (pkglib_IMAGES): Add `boot.img'.
        [qemu] (boot_img_SOURCES, boot_img_ASFLAGS, boot_img_LDFLAGS)
        [qemu] (boot_img_FORMAT): New variables.
        [qemu] (bin_UTILITIES): Add `grub-mkimage'.
        [qemu] (grub_mkimage_SOURCES, grub_mkimage_CFLAGS): New variables.
        [qemu] (kernel_img_SOURCES, kernel_img_HEADERS, kernel_img_CFLAGS)
        [qemu] (kernel_img_ASFLAGS, kernel_img_LDFLAGS)
        [qemu] (kernel_img_FORMAT): New variables.

        * configure.ac: Recognise `i386-qemu'.

        * util/i386/pc/grub-mkimage.c (compress_kernel): Add dummy variant
        (for no compression).
        [GRUB_MACHINE_QEMU] (generate_image): Misc adjustments to produce
        a valid i386 ROM image.  Make `GRUB_KERNEL_MACHINE_COMPRESSED_SIZE',
        `GRUB_KERNEL_MACHINE_INSTALL_DOS_PART' and
        `GRUB_KERNEL_MACHINE_INSTALL_BSD_PART' optional features (with
        ifdefs).

16 years ago2009-06-27 Pavel Roskin <proski@gnu.org>
proski [Sat, 27 Jun 2009 06:10:33 +0000 (06:10 +0000)] 
2009-06-27  Pavel Roskin  <proski@gnu.org>

* efiemu/prepare.c: Eliminate TYPE macro, it makes code hard to
read.
* efiemu/prepare32.c: Likewise.
* efiemu/prepare64.c: Likewise.

16 years ago2009-06-26 Pavel Roskin <proski@gnu.org>
proski [Sat, 27 Jun 2009 03:01:42 +0000 (03:01 +0000)] 
2009-06-26  Pavel Roskin  <proski@gnu.org>

* include/grub/types.h: Define GRUB_TARGET_WORDSIZE.
* include/grub/elf.h: Define symbols without "32" or "64" based
on GRUB_TARGET_WORDSIZE.
* include/grub/multiboot2.h: Use GRUB_TARGET_WORDSIZE.
* efiemu/loadcore32.c: Redefine GRUB_TARGET_WORDSIZE, remove own
ELF definitions.
* efiemu/loadcore64.c: Likewise.
* loader/i386/bsd32.c: Likewise.
* loader/i386/bsd64.c: Likewise.
* kern/dl.c: Remove own ELF definitions.
* util/i386/efi/grub-mkimage.c: Likewise.