]> git.ipfire.org Git - thirdparty/grub.git/log
thirdparty/grub.git
12 years agoLeif's ARMv6 cache support
Leif Lindholm [Thu, 16 May 2013 14:23:31 +0000 (16:23 +0200)] 
Leif's ARMv6 cache support

12 years ago * grub-core/partmap/dfly.c: New partition map.
Vladimir 'phcoder' Serbinenko [Thu, 16 May 2013 14:18:37 +0000 (16:18 +0200)] 
* grub-core/partmap/dfly.c: New partition map.

12 years ago * grub-core/lib/dtc/libfdt-grub.diff: Remove extraneous uintptr_t
Vladimir 'phcoder' Serbinenko [Thu, 16 May 2013 14:17:05 +0000 (16:17 +0200)] 
* grub-core/lib/dtc/libfdt-grub.diff: Remove extraneous uintptr_t
declaration.

12 years agoAdd missing setjmp.h
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 08:43:22 +0000 (10:43 +0200)] 
Add missing setjmp.h

12 years agoMove common function to dl_helper.c
Leif Lindholm [Sat, 11 May 2013 08:42:11 +0000 (10:42 +0200)] 
Move common function to dl_helper.c

12 years agomerge mainline into arm
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 08:24:37 +0000 (10:24 +0200)] 
merge mainline into arm

12 years agomerge mainline into arm
Vladimir 'phcoder' Serbinenko [Sat, 11 May 2013 08:24:24 +0000 (10:24 +0200)] 
merge mainline into arm

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

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

12 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 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".

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 years agoLeif's API fixes
Leif Lindholm [Fri, 3 May 2013 13:07:39 +0000 (15:07 +0200)] 
Leif's API fixes

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

12 years agoLeif's build fixes
Leif Lindholm [Fri, 3 May 2013 12:41:08 +0000 (14:41 +0200)] 
Leif's build fixes

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

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

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

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

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

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

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

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

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

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

12 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)

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

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

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

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

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

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

12 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 °".

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 years ago * INSTALL: Document linguas.sh.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 11:50:18 +0000 (13:50 +0200)] 
* INSTALL: Document linguas.sh.

12 years ago Remove POTFILES.in and regenerate it in autogen.sh.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 11:49:21 +0000 (13:49 +0200)] 
Remove POTFILES.in and regenerate it in autogen.sh.

12 years ago Move --directory/--override-directorry to grub-install_header and unify.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 11:35:51 +0000 (13:35 +0200)] 
Move --directory/--override-directorry to grub-install_header and unify.

12 years ago * grub-core/term/morse.c: Macroify dih and dah.
Vladimir 'phcoder' Serbinenko [Sun, 28 Apr 2013 11:27:51 +0000 (13:27 +0200)] 
* grub-core/term/morse.c: Macroify dih and dah.

12 years ago * include/grub/macho.h: Set GRUB_MACHO_FAT_EFI_MAGIC as unsigned.
Paulo Flabiano Smorigo [Sat, 27 Apr 2013 21:06:52 +0000 (23:06 +0200)] 
* include/grub/macho.h: Set GRUB_MACHO_FAT_EFI_MAGIC as unsigned.

12 years agomissing file
Vladimir 'phcoder' Serbinenko [Sat, 27 Apr 2013 20:55:02 +0000 (22:55 +0200)] 
missing file