]> git.proxmox.com Git - grub2.git/log
grub2.git
15 years ago2009-08-08 Pavel Roskin <proski@gnu.org>
proski [Sat, 8 Aug 2009 05:37:49 +0000 (05:37 +0000)]
2009-08-08  Pavel Roskin  <proski@gnu.org>

* util/grub-mkconfig_lib.in (version_test_numeric): Don't use
the "g" modifier in sed when the intention is to strip something
once.  This fixes comparison of kernels with multiple dashes.

15 years ago2009-08-08 Pavel Roskin <proski@gnu.org>
proski [Sat, 8 Aug 2009 04:28:12 +0000 (04:28 +0000)]
2009-08-08  Pavel Roskin  <proski@gnu.org>

* util/grub-mkconfig.in: Define datarootdir, datadir may depend
on it.  Add missing space before closing bracket.  Fix
misleading formatting.

15 years ago2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Fri, 7 Aug 2009 17:18:12 +0000 (17:18 +0000)]
2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * docs/grub.texi: Major overhaul.  Remove all sections that are
        specific to GRUB Legacy, or mostly composed of Legacy-specific
        information.

15 years ago2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Fri, 7 Aug 2009 17:14:16 +0000 (17:14 +0000)]
2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * docs/version.texi: New file.  Provides version information for
        grub.texi.

15 years ago2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Fri, 7 Aug 2009 16:51:13 +0000 (16:51 +0000)]
2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * docs/grub.texi: Update CVS information to SVN.
        Replace outdated "GRUB 2 will include" phrase with "GRUB 2 includes".

15 years ago2009-08-07 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Fri, 7 Aug 2009 14:06:24 +0000 (14:06 +0000)]
2009-08-07  Felix Zielcke  <fzielcke@z-51.de>

* util/grub-mkconfig.in: Remove a wrong `fi'.

15 years agouse \t instead of spaces to indent
fzielcke [Fri, 7 Aug 2009 13:40:43 +0000 (13:40 +0000)]
use \t instead of spaces to indent

15 years ago2009-08-07 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Fri, 7 Aug 2009 13:37:52 +0000 (13:37 +0000)]
2009-08-07  Felix Zielcke  <fzielcke@z-51.de>

* fs/uuid.c (grub_jfs_superblock): New fields unused2 and uuid.
(grub_jfs_uuid): New function.
(grub_jfs_fs): Set uuid field to grub_jfs_uuid.

15 years ago2009-08-07 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Fri, 7 Aug 2009 12:18:03 +0000 (12:18 +0000)]
2009-08-07  Felix Zielcke  <fzielcke@z-51.de>

* util/grub-mkconfig_lib.in (font_path): Move the functionality
of it to ...
* util/grub-mkconfig.in: ... here.  Prefer unicode.pf2 and
unifont.pf2 over ascii.pf2.  Export LANG=C in case ascii.pf2 gets used.

15 years agoSplit in two commits. This one's the second.
robertmh [Fri, 7 Aug 2009 12:05:06 +0000 (12:05 +0000)]
Split in two commits.  This one's the second.

2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * util/grub.d/10_linux.in (test_numeric): Moved from here ...
        * util/grub-mkconfig_lib.in (version_test_numeric): ... to here.
        Update all users.

        * util/grub.d/10_linux.in (test_gt): Strip any basename prefix,
        not just "vmlinu[zx]".
        Moved from here ...
        * util/grub-mkconfig_lib.in (version_test_gt): ... to here.  Update
        all users.

        * util/grub.d/10_linux.in (find_latest): Moved from here ...
        * util/grub-mkconfig_lib.in (version_find_latest): ... to here.  Update
        all users.

15 years agoSplit in two commits. This one's the first.
robertmh [Fri, 7 Aug 2009 12:02:54 +0000 (12:02 +0000)]
Split in two commits.  This one's the first.

2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * util/grub.d/10_linux.in (test_numeric): Moved from here ...
        * util/grub-mkconfig_lib.in (version_test_numeric): ... to here.
        Update all users.

        * util/grub.d/10_linux.in (test_gt): Strip any basename prefix,
        not just "vmlinu[zx]".
        Moved from here ...
        * util/grub-mkconfig_lib.in (version_test_gt): ... to here.  Update
        all users.

        * util/grub.d/10_linux.in (find_latest): Moved from here ...
        * util/grub-mkconfig_lib.in (version_find_latest): ... to here.  Update
        all users.

15 years ago2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Fri, 7 Aug 2009 11:55:36 +0000 (11:55 +0000)]
2009-08-07  Robert Millan  <rmh.grub@aybabtu.com>

        * util/grub.d/10_freebsd.in: Use an absolute device path for
        `vfs.root.mountfrom'.  Set `vfs.root.mountfrom.options=rw'.

15 years ago2009-08-06 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Thu, 6 Aug 2009 07:05:48 +0000 (07:05 +0000)]
2009-08-06  Felix Zielcke  <fzielcke@z-51.de>

* util/grub-mkconfig_lib.in (prepare_grub_to_access_device): Fix
handling of multiple abstraction modules.

15 years ago2009-08-04 Robert Millan <rmh.grub@aybabtu.com>
robertmh [Tue, 4 Aug 2009 21:28:19 +0000 (21:28 +0000)]
2009-08-04  Robert Millan  <rmh.grub@aybabtu.com>

        Fix a bug resulting in black screen when loading Linux using a
        packed video mode.

        * kern/i386/pc/startup.S (grub_vbe_bios_getset_dac_palette_width): New
        function.

        * include/grub/i386/pc/vbe.h (GRUB_VBE_CAPABILITY_DACWIDTH): New macro.
        (grub_vbe_bios_getset_dac_palette_width): New function.
        (grub_vbe_bios_get_dac_palette_width)
        (grub_vbe_bios_set_dac_palette_width): New macros (act as wrappers for
        grub_vbe_bios_getset_dac_palette_width()).

        * video/i386/pc/vbe.c (grub_vbe_probe): Use `GRUB_VBE_STATUS_OK' to
        check for return status.
        (grub_vbe_get_video_mode_info): When getting information for a packed
        mode (<= 8 bpp), obtain DAC palette width using
        grub_vbe_bios_getset_dac_palette_width(), and use that for initializing
        {red,green,blue}_mark_size.

15 years agoFix last ChangeLog entry.
robertmh [Tue, 4 Aug 2009 21:23:11 +0000 (21:23 +0000)]
Fix last ChangeLog entry.

15 years ago2009-08-04 Felix Zielcke <fzielcke@z-51.de>
fzielcke [Tue, 4 Aug 2009 20:10:28 +0000 (20:10 +0000)]
2009-08-04  Felix Zielcke  <fzielcke@z-51.de>

* commands/search.c: Fix help output to match actual code.

15 years ago2009-08-02 Vladimir Serbinenko <phcoder@gmail.com>
phcoder [Sun, 2 Aug 2009 21:57:26 +0000 (21:57 +0000)]
2009-08-02  Vladimir Serbinenko  <phcoder@gmail.com>

* commands/hexdump.c (grub_cmd_hexdump): Use grub_disk_read instead
of homegrown code.

15 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.

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

15 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'.

15 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.

15 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

15 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.

15 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

15 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.

15 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.

15 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>

15 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.

15 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.

15 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.

15 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).

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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

15 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.

15 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.

15 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

15 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

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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

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

15 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

15 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.

15 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

15 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

15 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.

15 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.

15 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>

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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().

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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).

15 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.

15 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.

15 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.

15 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.

15 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>

15 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().

15 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.