]> git.proxmox.com Git - grub2.git/log
grub2.git
11 years ago * grub-core/Makefile.am: Fix compilation problem with some
Vladimir 'phcoder' Serbinenko [Thu, 30 May 2013 19:55:18 +0000 (21:55 +0200)]
* grub-core/Makefile.am: Fix compilation problem with some
automake versions.

11 years ago * configure.ac: Add Ubuntu path to unifont and report unifont path used.
Vladimir 'phcoder' Serbinenko [Thu, 30 May 2013 19:51:34 +0000 (21:51 +0200)]
* configure.ac: Add Ubuntu path to unifont and report unifont path used.

11 years ago * Makefile.am, conf/Makefile.common: Fix compilation problem with some
Vladimir 'phcoder' Serbinenko [Thu, 30 May 2013 19:36:12 +0000 (21:36 +0200)]
* Makefile.am, conf/Makefile.common: Fix compilation problem with some
automake versions.

11 years ago * grub-core/commands/acpihalt.c: Fix handling of DSDT in presence of
Vladimir 'phcoder' Serbinenko [Thu, 30 May 2013 19:32:01 +0000 (21:32 +0200)]
* grub-core/commands/acpihalt.c: Fix handling of DSDT in presence of
SSDT.

11 years ago * grub-core/partmap/dfly.c: New partition map.
Radosław Szymczyszyn [Wed, 15 May 2013 15:26:49 +0000 (17:26 +0200)]
* grub-core/partmap/dfly.c: New partition map.

11 years ago * grub-core/kern/corecmd.c (grub_core_cmd_ls): Fix empty path
Vladimir 'phcoder' Serbinenko [Wed, 15 May 2013 08:11:25 +0000 (10:11 +0200)]
* grub-core/kern/corecmd.c (grub_core_cmd_ls): Fix empty path
checking.
Reported by: Francesco Lavra.

11 years ago* gentpl.py: Replace EXTRA_DIST with dist_noinst_DATA or
Andrey Borzenkov [Tue, 14 May 2013 16:54:05 +0000 (20:54 +0400)]
* gentpl.py: Replace EXTRA_DIST with dist_noinst_DATA or
dist_<directory>_DATA. EXTRA_DIST is ignored by automake inside
false conditions.
* conf/Makefile.common: define dist_grubconf_DATA

11 years ago Progressively skip menu elements on small terminals rather
Vladimir 'phcoder' Serbinenko [Tue, 14 May 2013 06:57:18 +0000 (08:57 +0200)]
Progressively skip menu elements on small terminals rather
than crashing.

11 years ago * grub-core/normal/cmdline.c (grub_cmdline_get): Fix off-by-one error
Vladimir 'phcoder' Serbinenko [Tue, 14 May 2013 06:54:18 +0000 (08:54 +0200)]
* grub-core/normal/cmdline.c (grub_cmdline_get): Fix off-by-one error
to avoid losing last column.

11 years ago * po/exclude.pot: Add missing string "%C".
Vladimir 'phcoder' Serbinenko [Tue, 14 May 2013 06:47:10 +0000 (08:47 +0200)]
* po/exclude.pot: Add missing string "%C".

11 years ago * tests/util/grub-shell.in: Remove the temporary directory on grub-emu
Vladimir 'phcoder' Serbinenko [Tue, 14 May 2013 06:41:39 +0000 (08:41 +0200)]
* tests/util/grub-shell.in: Remove the temporary directory on grub-emu
after the test.

11 years ago * util/grub-install.in: Gettextize "Not found" message.
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 13:54:22 +0000 (15:54 +0200)]
* util/grub-install.in: Gettextize "Not found" message.

11 years ago Fix distfiles list.
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 13:48:08 +0000 (15:48 +0200)]
Fix distfiles list.
Reported by: Andrey Borzenkov <arvidjaar@gmail.com>

11 years agoRemove empty util/powerpc
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 12:39:41 +0000 (14:39 +0200)]
Remove empty util/powerpc

11 years ago * grub-core/net/bootp.c (grub_cmd_bootp): Check if there is any card
Paulo Flabiano Smorigo [Sat, 11 May 2013 09:25:29 +0000 (11:25 +0200)]
* grub-core/net/bootp.c (grub_cmd_bootp): Check if there is any card
present.
* include/grub/err.h (grub_err_t): New enum value GRUB_ERR_NET_NO_CARD.

11 years ago * grub-core/tests/setjmp_test.c: Ignore missing noreturn.
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 08:17:19 +0000 (10:17 +0200)]
* grub-core/tests/setjmp_test.c: Ignore missing noreturn.

11 years ago * grub-core/fs/hfspluscomp.c (grub_hfsplus_compress_attr): Add packed
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 07:59:59 +0000 (09:59 +0200)]
* grub-core/fs/hfspluscomp.c (grub_hfsplus_compress_attr): Add packed
attribute since structure is not necessarily aligned.

11 years agoIgnore po/POTFILES-shell.in
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 07:35:33 +0000 (09:35 +0200)]
Ignore po/POTFILES-shell.in

11 years ago * docs/grub.texi (Device syntax): Clarify description of network
Andrey Borzenkov [Sat, 11 May 2013 05:23:26 +0000 (09:23 +0400)]
* docs/grub.texi (Device syntax): Clarify description of network
drives.

11 years ago Redirect xasprintf to grub_xvasprintf rather than having #ifdef's
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 18:57:32 +0000 (20:57 +0200)]
Redirect xasprintf to grub_xvasprintf rather than having #ifdef's
for vasprintf presence.

11 years ago * util/grub-install.in: Handle efibootmgr presence check.
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 14:58:25 +0000 (16:58 +0200)]
* util/grub-install.in: Handle efibootmgr presence check.
Reported by: Leif Lindholm.

11 years ago * grub-core/commands/testspeed.c: Reuse formatting string to decrease
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 14:25:36 +0000 (16:25 +0200)]
* grub-core/commands/testspeed.c: Reuse formatting string to decrease
new strings to translate.

11 years ago * util/grub-mkrescue.in: Replace `STR' with `STRING' to avoid adding
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 14:23:47 +0000 (16:23 +0200)]
* util/grub-mkrescue.in: Replace `STR' with `STRING' to avoid adding
yet another string (pun intended) to translate.

11 years ago * po/POTFILES-shell.in: Autogenerate it.
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 14:17:13 +0000 (16:17 +0200)]
* po/POTFILES-shell.in: Autogenerate it.

11 years ago * grub-core/net/net.c (grub_net_open_real): Autoload network modules.
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 12:17:10 +0000 (14:17 +0200)]
* grub-core/net/net.c (grub_net_open_real): Autoload network modules.

11 years ago * grub-core/term/terminfo.c: Rename ANSI_C0 to ANSI_CSI to avoid
Vladimir 'phcoder' Serbinenko [Fri, 10 May 2013 12:07:41 +0000 (14:07 +0200)]
* grub-core/term/terminfo.c: Rename ANSI_C0 to ANSI_CSI to avoid
misnomer.

11 years ago * docs/grub.texi: (Network): Add description of net_default_interface,
Andrey Borzenkov [Wed, 8 May 2013 14:42:48 +0000 (18:42 +0400)]
* docs/grub.texi: (Network): Add description of net_default_interface,
net_default_ip and net_default_mac. Rewrite variables description
to emphasize that they are per-interface.

11 years ago New test: cmdline and cat.
Vladimir 'phcoder' Serbinenko [Wed, 8 May 2013 09:49:25 +0000 (11:49 +0200)]
New test: cmdline and cat.

11 years ago * grub-core/commands/cat.c: Show UTF-8 characters.
Vladimir 'phcoder' Serbinenko [Wed, 8 May 2013 09:09:08 +0000 (11:09 +0200)]
* grub-core/commands/cat.c: Show UTF-8 characters.

11 years ago * conf/Makefile.common: Poison float and double on non-emu.
Vladimir 'phcoder' Serbinenko [Wed, 8 May 2013 09:05:37 +0000 (11:05 +0200)]
* conf/Makefile.common: Poison float and double on non-emu.

11 years ago * configure.ac: Don't disable extended registers on emu.
Vladimir 'phcoder' Serbinenko [Wed, 8 May 2013 09:01:11 +0000 (11:01 +0200)]
* configure.ac: Don't disable extended registers on emu.

11 years ago * configure.ac: Don't use extended registers on x86_64.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 18:42:05 +0000 (20:42 +0200)]
* configure.ac: Don't use extended registers on x86_64.
Reported by: Peter Jones.

11 years ago * grub-core/term/efi/console.c: Fix compile error.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 18:40:00 +0000 (20:40 +0200)]
* grub-core/term/efi/console.c: Fix compile error.

11 years ago Compressed HFS+ support.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 13:46:17 +0000 (15:46 +0200)]
Compressed HFS+ support.

11 years ago * grub-core/commands/videoinfo.c: Use "paletted" rather than "packed
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 12:44:05 +0000 (14:44 +0200)]
* grub-core/commands/videoinfo.c: Use "paletted" rather than "packed
pixel".

11 years ago Menu color test.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 12:38:29 +0000 (14:38 +0200)]
Menu color test.

11 years ago * grub-core/tests/setjmp_test.c: New test.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 10:28:59 +0000 (12:28 +0200)]
* grub-core/tests/setjmp_test.c: New test.

11 years ago New variables 'net_default_*' to determine MAC/IP of default interface.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 10:05:36 +0000 (12:05 +0200)]
New variables 'net_default_*' to determine MAC/IP of default interface.

11 years ago * tests/gettext_strings_test.in: A test to check for strings not
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:47:30 +0000 (11:47 +0200)]
* tests/gettext_strings_test.in: A test to check for strings not
marked for translation.

11 years ago * autogen.sh: Exclude unused libgcrypt files from translation.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:45:47 +0000 (11:45 +0200)]
* autogen.sh: Exclude unused libgcrypt files from translation.

11 years ago Simplify few strings.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:44:15 +0000 (11:44 +0200)]
Simplify few strings.

11 years ago Mark few forgotten strings for translation.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:41:47 +0000 (11:41 +0200)]
Mark few forgotten strings for translation.

11 years ago * grub-core/loader/linux.c: Use grub_dprintf for debug statements
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:38:49 +0000 (11:38 +0200)]
* grub-core/loader/linux.c: Use grub_dprintf for debug statements
rather than printf.

11 years ago * grub-core/video/readers/jpeg.c: Use grub_dprintf for debug statements
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:37:11 +0000 (11:37 +0200)]
* grub-core/video/readers/jpeg.c: Use grub_dprintf for debug statements
rather than printf.
* grub-core/video/readers/tga.c: Likewise.

11 years ago * tests/priority_queue_unit_test.cc: New test.
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:30:48 +0000 (11:30 +0200)]
* tests/priority_queue_unit_test.cc: New test.

11 years ago * grub-core/font/font.c: Use grub_dprintf for debug statements rather
Vladimir 'phcoder' Serbinenko [Tue, 7 May 2013 09:26:15 +0000 (11:26 +0200)]
* grub-core/font/font.c: Use grub_dprintf for debug statements rather
than printf.

11 years ago Reimplement grub-reboot to not depend on saved_entry. Use next_entry
Andrey Borzenkov [Mon, 6 May 2013 18:13:34 +0000 (22:13 +0400)]
Reimplement grub-reboot to not depend on saved_entry. Use next_entry
    variable for one time boot menu entry.

11 years ago * grub-core/commands/testspeed.c: New command testspeed.
Bean [Sun, 5 May 2013 16:16:48 +0000 (18:16 +0200)]
* grub-core/commands/testspeed.c: New command testspeed.

11 years ago Factor-out human-size printing.
Vladimir 'phcoder' Serbinenko [Sun, 5 May 2013 09:31:53 +0000 (11:31 +0200)]
Factor-out human-size printing.

11 years ago Agglomerate more mallocs to speed-up gfxterm.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 20:23:23 +0000 (22:23 +0200)]
Agglomerate more mallocs to speed-up gfxterm.

11 years ago Speed-up gfxterm by slightly agglomerating mallocs.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 13:07:13 +0000 (15:07 +0200)]
Speed-up gfxterm by slightly agglomerating mallocs.

11 years ago More video checks.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 12:00:14 +0000 (14:00 +0200)]
More video checks.

11 years ago Speed-up gfxterm by saving intermediate results in index+alpha
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:58:30 +0000 (13:58 +0200)]
Speed-up gfxterm by saving intermediate results in index+alpha
format.

11 years ago * grub-core/tests/lib/functional_test.c: Don't stop on first failed
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:54:08 +0000 (13:54 +0200)]
* grub-core/tests/lib/functional_test.c: Don't stop on first failed
test.

11 years ago * grub-core/normal/menu_text.c (menu_clear_timeout): Clear second
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:52:21 +0000 (13:52 +0200)]
* grub-core/normal/menu_text.c (menu_clear_timeout): Clear second
line of timeout as it may contain the rest of long line.

11 years ago * grub-core/normal/main.c: Fix freed memory dereference.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:50:16 +0000 (13:50 +0200)]
* grub-core/normal/main.c: Fix freed memory dereference.

11 years ago Fix several memory leaks.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:47:10 +0000 (13:47 +0200)]
Fix several memory leaks.

11 years ago * grub-core/normal/menu.c (run_menu): Fix timeout reference point.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:43:07 +0000 (13:43 +0200)]
* grub-core/normal/menu.c (run_menu): Fix timeout reference point.

11 years ago * grub-core/gettext/gettext.c: Try $lang.gmo as well.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:40:52 +0000 (13:40 +0200)]
* grub-core/gettext/gettext.c: Try $lang.gmo as well.

11 years ago Fix test -a and -o precedence.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:38:59 +0000 (13:38 +0200)]
Fix test -a and -o precedence.
Reported by: adrian15.

11 years ago * grub-core/font/font.c (grub_font_construct_glyph): Fix memory leak.
Vladimir 'phcoder' Serbinenko [Sat, 4 May 2013 11:11:57 +0000 (13:11 +0200)]
* grub-core/font/font.c (grub_font_construct_glyph): Fix memory leak.

11 years agoRename grub-core/tests/checksums.c into grub-core/tests/checksums.h
Andrey Borzenkov [Fri, 3 May 2013 14:39:17 +0000 (18:39 +0400)]
Rename grub-core/tests/checksums.c into grub-core/tests/checksums.h
and add it as source to functional_test module.

11 years ago * grub-core/tests/video_checksum.c: Don't set GENERATE_MODE.
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:50:05 +0000 (14:50 +0200)]
* grub-core/tests/video_checksum.c: Don't set GENERATE_MODE.

11 years ago New series of tests for gfxterm and gfxmenu.
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:09:55 +0000 (14:09 +0200)]
New series of tests for gfxterm and gfxmenu.

11 years ago * grub-core/gfxmenu/gfxmenu.c (grub_gfxmenu_try): Allow specifying
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:08:51 +0000 (14:08 +0200)]
* grub-core/gfxmenu/gfxmenu.c (grub_gfxmenu_try): Allow specifying
the theme path relative to $prefix/themes.

11 years ago * grub-core/video/fb/fbblit.c (grub_video_fbblit_blend_BGR888_RGBA8888):
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:07:30 +0000 (14:07 +0200)]
* grub-core/video/fb/fbblit.c (grub_video_fbblit_blend_BGR888_RGBA8888):
Fix order bug.
(grub_video_fbblit_blend_RGB888_RGBA8888): Likewise.

11 years ago * include/grub/gui.h (grub_gfxmenu_timeout_unregister): Free cb
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:05:57 +0000 (14:05 +0200)]
* include/grub/gui.h (grub_gfxmenu_timeout_unregister): Free cb
descriptor.

11 years ago * grub-core/gfxmenu/view.c (grub_gfxmenu_view_new): Clear
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 12:02:49 +0000 (14:02 +0200)]
* grub-core/gfxmenu/view.c (grub_gfxmenu_view_new): Clear
grub_gfxmenu_timeout_notifications.
(grub_gfxmenu_view_destroy): Likewise.

11 years ago * grub-core/normal/term.c (print_ucs4_real): Fix startwidth in dry run.
Vladimir 'phcoder' Serbinenko [Fri, 3 May 2013 11:56:45 +0000 (13:56 +0200)]
* grub-core/normal/term.c (print_ucs4_real): Fix startwidth in dry run.

11 years ago Several fixes to ieee1275 and big-endian video.
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 20:30:20 +0000 (22:30 +0200)]
Several fixes to ieee1275 and big-endian video.

11 years ago Add missing exports on mips.
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 16:10:11 +0000 (18:10 +0200)]
Add missing exports on mips.

11 years ago * grub-core/tests/videotest_checksum.c (videotest_checksum): Error out
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 16:08:42 +0000 (18:08 +0200)]
* grub-core/tests/videotest_checksum.c (videotest_checksum): Error out
if no unifont is found.
Restore original keyboard.

11 years ago * grub-core/loader/i386/linux.c (grub_linux_setup_video): Add
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 16:06:39 +0000 (18:06 +0200)]
* grub-core/loader/i386/linux.c (grub_linux_setup_video): Add
GRUB_VIDEO_ADAPTER_CAPTURE: to handled drived ids.

11 years ago First automated video test (running videotest and comparing results)
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 12:39:03 +0000 (14:39 +0200)]
First automated video test (running videotest and comparing results)

11 years ago * grub-core/commands/videotest.c: Reduce flickering and draw 6 squares
Vladimir 'phcoder' Serbinenko [Thu, 2 May 2013 12:34:13 +0000 (14:34 +0200)]
* grub-core/commands/videotest.c: Reduce flickering and draw 6 squares
instead of 2 to have full RGB/CMY test pattern.

11 years ago Add few more tests.
Vladimir 'phcoder' Serbinenko [Tue, 30 Apr 2013 15:41:32 +0000 (17:41 +0200)]
Add few more tests.

11 years ago * include/grub/arc/arc.h: Account for missing "other" peripheral on
Vladimir 'phcoder' Serbinenko [Tue, 30 Apr 2013 15:40:31 +0000 (17:40 +0200)]
* include/grub/arc/arc.h: Account for missing "other" peripheral on
ARCS. All users updated.

11 years ago * grub-core/kern/mips/loongson/init.c: Support halt for loongson 2E.
Vladimir 'phcoder' Serbinenko [Tue, 30 Apr 2013 15:37:37 +0000 (17:37 +0200)]
* grub-core/kern/mips/loongson/init.c: Support halt for loongson 2E.

11 years ago * grub-core/partmap/amiga.c: Fix size of checksummed block.
Vladimir 'phcoder' Serbinenko [Tue, 30 Apr 2013 15:34:29 +0000 (17:34 +0200)]
* grub-core/partmap/amiga.c: Fix size of checksummed block.

11 years ago * configure.ac: Use -mcmodel=large on x86_64-emu as well.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 17:14:46 +0000 (19:14 +0200)]
* configure.ac: Use -mcmodel=large on x86_64-emu as well.
Reported by: qwertial.

11 years ago * grub-core/gfxmenu/circular_progress.c: Set start_angle in degrees
Vladimir Testov [Mon, 29 Apr 2013 13:32:56 +0000 (15:32 +0200)]
* grub-core/gfxmenu/circular_progress.c: Set start_angle in degrees
with syntax "XXX deg"/"XXX °".

11 years ago Make PCI init in i386-qemu port more robust.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 13:09:39 +0000 (15:09 +0200)]
Make PCI init in i386-qemu port more robust.

11 years ago * grub-core/gfxmenu/gui_list.c: Refresh first_shown_entry value when
Vladimir Testov [Mon, 29 Apr 2013 11:40:11 +0000 (13:40 +0200)]
* grub-core/gfxmenu/gui_list.c: Refresh first_shown_entry value when
cached view is reused.
* grub-core/gfxmenu/view.c: Call the refresh procedure for all
open boot menus.

11 years ago Unify more code in grub-install_header.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:26:43 +0000 (12:26 +0200)]
Unify more code in grub-install_header.

11 years ago Add few new tests.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:25:57 +0000 (12:25 +0200)]
Add few new tests.

11 years ago Enforce disabling of firmware disk drivers when native drivers kick in.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:16:46 +0000 (12:16 +0200)]
Enforce disabling of firmware disk drivers when native drivers kick in.

11 years ago * grub-core/commands/nativedisk.c: Customize the list of modules on
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:14:57 +0000 (12:14 +0200)]
* grub-core/commands/nativedisk.c: Customize the list of modules on
platform. Don't try to search for disks already using native drivers.

11 years ago * grub-core/bus/usb/uhci.c: Fix DMA handling and enable on all PCI
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:05:19 +0000 (12:05 +0200)]
* grub-core/bus/usb/uhci.c: Fix DMA handling and enable on all PCI
platforms.

11 years ago * grub-core/script/execute.c (grub_script_arglist_to_argv): Fix
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:02:26 +0000 (12:02 +0200)]
* grub-core/script/execute.c (grub_script_arglist_to_argv): Fix
handling of variables containing backslash.

11 years ago * include/grub/list.h (FOR_LIST_ELEMENTS_SAFE):Fix a NULL pointer
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 10:00:31 +0000 (12:00 +0200)]
* include/grub/list.h (FOR_LIST_ELEMENTS_SAFE):Fix a NULL pointer
dereference.
Reported by: qwertial.

11 years ago * grub-core/kern/mips/arc/init.c: Fix prefix detection.
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 09:59:18 +0000 (11:59 +0200)]
* grub-core/kern/mips/arc/init.c: Fix prefix detection.

11 years ago * grub-core/lib/arg.c (grub_arg_show_help): Fix a NULL pointer
Vladimir 'phcoder' Serbinenko [Mon, 29 Apr 2013 09:57:51 +0000 (11:57 +0200)]
* grub-core/lib/arg.c (grub_arg_show_help): Fix a NULL pointer
dereference.
Reported by: qwertial.

11 years ago * docs/grub.texi: Add a comment about usefullness of nativedisk.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 16:53:59 +0000 (18:53 +0200)]
* docs/grub.texi: Add a comment about usefullness of nativedisk.

11 years ago * grub-core/commands/nativedisk.c: Ignore unknown filesystem error.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 16:52:53 +0000 (18:52 +0200)]
* grub-core/commands/nativedisk.c: Ignore unknown filesystem error.

11 years ago New command `nativedisk'.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 13:31:33 +0000 (15:31 +0200)]
New command `nativedisk'.

11 years ago * grub-core/io/lzopio.c: Use GRUB_PROPERLY_ALIGNED_ARRAY.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 13:18:50 +0000 (15:18 +0200)]
* grub-core/io/lzopio.c: Use GRUB_PROPERLY_ALIGNED_ARRAY.
* grub-core/loader/i386/bsd.c: Likewise.

11 years ago * grub-core/disk/ahci.c: Fix compilation for amd64 (format warnings).
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 13:17:43 +0000 (15:17 +0200)]
* grub-core/disk/ahci.c: Fix compilation for amd64 (format warnings).

11 years ago * include/grub/efi/api.h (GRUB_EFI_DEVICE_PATH_LENGTH): Use
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 13:15:57 +0000 (15:15 +0200)]
* include/grub/efi/api.h (GRUB_EFI_DEVICE_PATH_LENGTH): Use
grub_get_unaligned16 rather than shifts.

11 years ago * grub-core/kern/file.c: Use const char * rather than casting to
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 12:06:57 +0000 (14:06 +0200)]
* grub-core/kern/file.c: Use const char * rather than casting to
non-const.

11 years ago * grub-core/commands/probe.c: Add missing grub_device_close.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 11:54:32 +0000 (13:54 +0200)]
* grub-core/commands/probe.c: Add missing grub_device_close.