]> git.proxmox.com Git - grub2.git/log
grub2.git
11 years ago * util/grub-mkrescue.in: Fix loongson filename.
Vladimir 'phcoder' Serbinenko [Thu, 25 Apr 2013 00:14:46 +0000 (02:14 +0200)]
* util/grub-mkrescue.in: Fix loongson filename.

11 years ago * util/grub-mkrescue.in: Move all files that don't have a location
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 23:36:20 +0000 (01:36 +0200)]
* util/grub-mkrescue.in: Move all files that don't have a location
set in stone under /boot/grub. Use ISO hard links rather than copies
to save some space.

11 years ago * grub-core/term/ieee1275/console.c (grub_console_dimensions): Ignore
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 22:45:29 +0000 (00:45 +0200)]
* grub-core/term/ieee1275/console.c (grub_console_dimensions): Ignore
bogus SLOF values.

11 years ago Make check work on mips-arc.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 20:24:28 +0000 (22:24 +0200)]
Make check work on mips-arc.

11 years ago * util/grub-mkrescue.in: Alias sashARCS as sash.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 16:56:47 +0000 (18:56 +0200)]
* util/grub-mkrescue.in: Alias sashARCS as sash.

11 years ago * grub-core/term/arc/console.c: Assume that console is 80x24 vt100 if
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 16:39:00 +0000 (18:39 +0200)]
* grub-core/term/arc/console.c: Assume that console is 80x24 vt100 if
it's serial.

11 years ago * util/grub-install.in: Fix target fo qemu_mips.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 13:10:29 +0000 (15:10 +0200)]
* util/grub-install.in: Fix target fo qemu_mips.
Fix extension on EFI.

11 years ago * grub-core/normal/menu_text.c (print_entry): Put an asterisk
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 13:07:24 +0000 (15:07 +0200)]
* grub-core/normal/menu_text.c (print_entry): Put an asterisk
in front of chosen entry to mark it even if highlighting is lost.

11 years ago * grub-core/loader/i386/linux.c (grub_linux_boot): Default to
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 12:53:00 +0000 (14:53 +0200)]
* grub-core/loader/i386/linux.c (grub_linux_boot): Default to
gfxpayload=keep if cbfb is active.

11 years ago * grub-core/disk/ata.c (grub_ata_real_open): Use grub_error properly.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 12:47:14 +0000 (14:47 +0200)]
* grub-core/disk/ata.c (grub_ata_real_open): Use grub_error properly.

11 years ago Add missing video ids to coreboot and ieee1275 video.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 12:44:15 +0000 (14:44 +0200)]
Add missing video ids to coreboot and ieee1275 video.

11 years ago * util/grub-mkrescue.in: Add mips-arc support.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 12:02:58 +0000 (14:02 +0200)]
* util/grub-mkrescue.in: Add mips-arc support.

11 years ago * grub-core/kern/dl.c (grub_dl_resolve_symbols): Handle malloc failure.
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 11:58:31 +0000 (13:58 +0200)]
* grub-core/kern/dl.c (grub_dl_resolve_symbols): Handle malloc failure.

11 years ago Move mips-arc link address. Previous link address was chosen
Vladimir 'phcoder' Serbinenko [Wed, 24 Apr 2013 11:54:17 +0000 (13:54 +0200)]
Move mips-arc link address. Previous link address was chosen
in belief that RAM on SGI platforms grows down while in fact it
grows up from an unusual base.

11 years ago * grub-core/disk/arc/arcdisk.c (grub_arcdisk_iterate_iter):
Vladimir 'phcoder' Serbinenko [Sun, 21 Apr 2013 11:06:22 +0000 (13:06 +0200)]
* grub-core/disk/arc/arcdisk.c (grub_arcdisk_iterate_iter):
Fix a type which prevented CD-ROM and floppy boot.

11 years ago Support coreboot framebuffer.
Vladimir 'phcoder' Serbinenko [Sun, 21 Apr 2013 11:02:10 +0000 (13:02 +0200)]
Support coreboot framebuffer.

* grub-core/video/i386/coreboot/cbfb.c: New file.

11 years ago * grub-core/kern/mm.c (grub_mm_init_region): Fix condition for
Vladimir 'phcoder' Serbinenko [Sat, 20 Apr 2013 15:39:49 +0000 (17:39 +0200)]
* grub-core/kern/mm.c (grub_mm_init_region): Fix condition for
detecting too small regions.

11 years ago * grub-core/Makefile.core.def (legacycfg): Enable on EFI.
Vladimir 'phcoder' Serbinenko [Sat, 20 Apr 2013 11:46:58 +0000 (13:46 +0200)]
* grub-core/Makefile.core.def (legacycfg): Enable on EFI.

11 years ago * grub-core/lib/efi/relocator.c (grub_relocator_firmware_alloc_region):
Vladimir 'phcoder' Serbinenko [Sat, 20 Apr 2013 11:39:04 +0000 (13:39 +0200)]
* grub-core/lib/efi/relocator.c (grub_relocator_firmware_alloc_region):
Remove dprintf.
* grub-core/lib/relocator.c (malloc_in_range): Likewise.

11 years ago * grub-core/kern/ieee1275/init.c (grub_claim_heap): Improve handling
Vladimir 'phcoder' Serbinenko [Fri, 19 Apr 2013 13:27:09 +0000 (15:27 +0200)]
* grub-core/kern/ieee1275/init.c (grub_claim_heap): Improve handling
of GRUB_IEEE1275_FLAG_FORCE_CLAIM.
* grub-core/loader/powerpc/ieee1275/linux.c
(grub_linux_claimmap_iterate): Handle GRUB_IEEE1275_FLAG_FORCE_CLAIM.

11 years ago * grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options):
Vladimir 'phcoder' Serbinenko [Fri, 19 Apr 2013 13:14:28 +0000 (15:14 +0200)]
* grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options):
Look for /boot-rom as well as /rom/boot-rom.

11 years ago * grub-core/commands/videotest.c (grub_cmd_videotest): Fix error
Vladimir 'phcoder' Serbinenko [Fri, 19 Apr 2013 13:09:15 +0000 (15:09 +0200)]
* grub-core/commands/videotest.c (grub_cmd_videotest): Fix error
handling when creating text_layer failed.
* grub-core/video/video.c (grub_video_create_render_target):
Set result to 0 on error.
(grub_video_delete_render_target): Do not dereference NULL.

11 years ago * grub-core/kern/elfXX.c (grub_elfXX_load): Handle
Vladimir 'phcoder' Serbinenko [Fri, 19 Apr 2013 13:05:11 +0000 (15:05 +0200)]
* grub-core/kern/elfXX.c (grub_elfXX_load): Handle
GRUB_ELF_LOAD_FLAGS_30BITS and GRUB_ELF_LOAD_FLAGS_62BITS.
* grub-core/loader/powerpc/ieee1275/linux.c (grub_linux_load32),
(grub_linux_load64): Mask out 2 high bits.

11 years ago* util/grub.d/30_os-prober.in: Add onstr to linux entries in one
Andrey Borzenkov [Fri, 19 Apr 2013 08:08:46 +0000 (12:08 +0400)]
* util/grub.d/30_os-prober.in: Add onstr to linux entries in one
more place.

11 years ago Add support for pseries and other bootinfo machines to grub-mkrescue.
Vladimir 'phcoder' Serbinenko [Thu, 18 Apr 2013 22:36:23 +0000 (00:36 +0200)]
Add support for pseries and other bootinfo machines to grub-mkrescue.

Tested by: Paulo Flabiano Smorigo.

11 years ago * util/grub-mkrescue.in: Add GPT for EFI boot.
Vladimir 'phcoder' Serbinenko [Wed, 17 Apr 2013 17:08:31 +0000 (19:08 +0200)]
* util/grub-mkrescue.in: Add GPT for EFI boot.

11 years ago * grub-core/disk/efi/efidisk.c: Detect floppies by ACPI ID.
Vladimir 'phcoder' Serbinenko [Wed, 17 Apr 2013 17:05:57 +0000 (19:05 +0200)]
* grub-core/disk/efi/efidisk.c: Detect floppies by ACPI ID.
It improves performance in qemu.

11 years ago * build-aux/snippet: Add missing gnulib files.
Vladimir 'phcoder' Serbinenko [Wed, 17 Apr 2013 05:00:37 +0000 (07:00 +0200)]
* build-aux/snippet: Add missing gnulib files.

11 years ago * grub-core/disk/efi/efidisk.c: Really limit transfer chunk size.
Andrey Borzenkov [Tue, 16 Apr 2013 20:10:59 +0000 (22:10 +0200)]
* grub-core/disk/efi/efidisk.c: Really limit transfer chunk size.

11 years ago * autogen.sh: Use "-f" in addition for "-h" when checking file presence.
Andrey Borzenkov [Tue, 16 Apr 2013 14:18:12 +0000 (16:18 +0200)]
* autogen.sh: Use "-f" in addition for "-h" when checking file presence.

11 years ago * grub-core/disk/efi/efidisk.c: Limit disk read or write chunk to 0x500
Peter Jones [Mon, 15 Apr 2013 07:12:14 +0000 (09:12 +0200)]
* grub-core/disk/efi/efidisk.c: Limit disk read or write chunk to 0x500
sectors.
Based on patch by Peter Jones.

11 years ago Fix DMRAID partition handling.
Vladimir 'phcoder' Serbinenko [Mon, 15 Apr 2013 06:37:13 +0000 (08:37 +0200)]
Fix DMRAID partition handling.

11 years ago * tests/grub_cmd_date.in: Skip on sparc64.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 23:54:23 +0000 (01:54 +0200)]
* tests/grub_cmd_date.in: Skip on sparc64.

11 years ago * tests/grub_script_expansion.in: Use fixed-string grep to skip over
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 23:53:33 +0000 (01:53 +0200)]
* tests/grub_script_expansion.in: Use fixed-string grep to skip over
firmware error messages.

11 years ago * grub-core/kern/ieee1275/openfw.c (grub_ieee1275_devalias_next): Make
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 22:40:19 +0000 (00:40 +0200)]
* grub-core/kern/ieee1275/openfw.c (grub_ieee1275_devalias_next): Make
source and destination differ.

11 years ago * grub-core/disk/ieee1275/ofdisk.c: Fix CD-ROM and boot device
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 22:38:39 +0000 (00:38 +0200)]
* grub-core/disk/ieee1275/ofdisk.c: Fix CD-ROM and boot device
detection.

11 years ago * grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 17:57:15 +0000 (19:57 +0200)]
* grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
match config-util.h to avoid warnings and increase compatibility.

11 years ago Add option to compress files on install/image creation.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 17:24:05 +0000 (19:24 +0200)]
Add option to compress files on install/image creation.

11 years ago * docs/grub-dev.texi: Rearrange menu to match the section order.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 17:07:55 +0000 (19:07 +0200)]
* docs/grub-dev.texi: Rearrange menu to match the section order.
Reported by: Bryan Hundven.

11 years ago * grub-core/loader/i386/linux.c: Remove useless leftover pointer.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 17:01:23 +0000 (19:01 +0200)]
* grub-core/loader/i386/linux.c: Remove useless leftover pointer.

11 years ago Move GRUB out of system area when using xorriso 1.2.9 or later.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 16:53:14 +0000 (18:53 +0200)]
Move GRUB out of system area when using xorriso 1.2.9 or later.

11 years ago * tests/grub_cmd_date.in: Add missing exit 1.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 15:19:04 +0000 (17:19 +0200)]
* tests/grub_cmd_date.in: Add missing exit 1.

11 years ago * tests/partmap_test.in: Skip on sparc64.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 15:16:32 +0000 (17:16 +0200)]
* tests/partmap_test.in: Skip on sparc64.

11 years ago Support grub-shell on sparc64.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 15:13:58 +0000 (17:13 +0200)]
Support grub-shell on sparc64.

11 years ago Support mkrescue on sparc64.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 15:10:55 +0000 (17:10 +0200)]
Support mkrescue on sparc64.

11 years ago Allow IEEE1275 ports on path even if it wasn't detected automatically.
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 15:01:31 +0000 (17:01 +0200)]
Allow IEEE1275 ports on path even if it wasn't detected automatically.
Needed on OpenBIOS due to incomplete device tree.

11 years ago * grub-core/disk/ieee1275/ofdisk.c: Iterate over bootpath even if it
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 14:55:20 +0000 (16:55 +0200)]
* grub-core/disk/ieee1275/ofdisk.c: Iterate over bootpath even if it
would be otherwise excluded.

11 years ago * grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options):
Vladimir 'phcoder' Serbinenko [Sun, 14 Apr 2013 14:52:49 +0000 (16:52 +0200)]
* grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options):
Inline name defines used only once.

11 years ago Fix memory leaks in ofnet.
Vladimir 'phcoder' Serbinenko [Sat, 13 Apr 2013 18:12:11 +0000 (20:12 +0200)]
Fix memory leaks in ofnet.
Reported by: Francesco Lavra.

11 years ago * docs/man/grub-glue-efi.h2m: Add missing file.
Vladimir 'phcoder' Serbinenko [Sat, 13 Apr 2013 00:26:34 +0000 (02:26 +0200)]
* docs/man/grub-glue-efi.h2m: Add missing file.

11 years ago * util/grub-mkrescue.in: Fix wrong architecture for ppc dir.
Vladimir 'phcoder' Serbinenko [Sat, 13 Apr 2013 00:02:19 +0000 (02:02 +0200)]
* util/grub-mkrescue.in: Fix wrong architecture for ppc dir.

11 years ago Better support Apple Intel Macs on CD.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 22:38:04 +0000 (00:38 +0200)]
Better support Apple Intel Macs on CD.

11 years ago Replace stpcpy with grub_stpcpy in tools.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 20:37:59 +0000 (22:37 +0200)]
Replace stpcpy with grub_stpcpy in tools.

11 years ago Handle Japanese special keys.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 20:26:38 +0000 (22:26 +0200)]
Handle Japanese special keys.
Reported by: Hiroyuki YAMAMORI.
Codes supplied by: Hiroyuki YAMAMORI.

11 years ago * util/grub-mkimage.c: Document memdisk implying --prefix.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 19:08:53 +0000 (21:08 +0200)]
* util/grub-mkimage.c: Document memdisk implying --prefix.

11 years ago * grub-core/bus/usb/ehci.c (grub_ehci_fini_hw): Ignore errors, not
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 18:51:11 +0000 (20:51 +0200)]
* grub-core/bus/usb/ehci.c (grub_ehci_fini_hw): Ignore errors, not
much we can do about it anyway.

11 years ago Fix handling of split transfers.
Aleš Nesrsta [Fri, 12 Apr 2013 18:42:46 +0000 (20:42 +0200)]
Fix handling of split transfers.

11 years ago * grub-core/net/http.c: Fix bad free.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 18:17:53 +0000 (20:17 +0200)]
* grub-core/net/http.c: Fix bad free.

11 years ago * grub-core/net/drivers/ieee1275/ofnet.c: Don't attempt to send more
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 17:25:16 +0000 (19:25 +0200)]
* grub-core/net/drivers/ieee1275/ofnet.c: Don't attempt to send more
than buffer size.

11 years ago Disable partmap check on i386-ieee1275 due to openfirmware issues.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 15:51:43 +0000 (17:51 +0200)]
Disable partmap check on i386-ieee1275 due to openfirmware issues.

11 years ago * tests/util/grub-shell.in: Fix it on powerpc.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 12:52:05 +0000 (14:52 +0200)]
* tests/util/grub-shell.in: Fix it on powerpc.

11 years ago Turn off QEMU ACPI-way since new releases don't have shutdown port
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 12:49:33 +0000 (14:49 +0200)]
Turn off QEMU ACPI-way since new releases don't have shutdown port
anymore.

11 years ago * docs/grub.texi: Update coreboot status info.
Vladimir 'phcoder' Serbinenko [Fri, 12 Apr 2013 12:03:52 +0000 (14:03 +0200)]
* docs/grub.texi: Update coreboot status info.

11 years ago * tests/grub_cmd_date.in: New test for datetime.
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 23:47:38 +0000 (01:47 +0200)]
* tests/grub_cmd_date.in: New test for datetime.

11 years ago * tests/partmap_test.in: Fix missing qemudisk setting.
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 23:44:14 +0000 (01:44 +0200)]
* tests/partmap_test.in: Fix missing qemudisk setting.

11 years ago Support i386-ieee1275 grub-mkrescue and make check on it.
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 23:29:45 +0000 (01:29 +0200)]
Support i386-ieee1275 grub-mkrescue and make check on it.

11 years ago Merge powerpc grub-mkrescue flavour with common. Use xorriso HFS+
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 21:15:26 +0000 (23:15 +0200)]
Merge powerpc grub-mkrescue flavour with common. Use xorriso HFS+
feature for it.

11 years ago * docs/grub.texi: Fix description of GRUB_CMDLINE_XEN and
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 19:46:21 +0000 (21:46 +0200)]
* docs/grub.texi: Fix description of GRUB_CMDLINE_XEN and
GRUB_CMDLINE_XEN_DEFAULT.
Reported by:  Marc Warne (GigaTux) <gigatux>

11 years ago Import new gnulib.
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 19:12:46 +0000 (21:12 +0200)]
Import new gnulib.

11 years ago Use ACPI shutdown intests as traditional port was removed.
Vladimir 'phcoder' Serbinenko [Thu, 11 Apr 2013 19:09:43 +0000 (21:09 +0200)]
Use ACPI shutdown intests as traditional port was removed.

11 years ago * util/grub.d/30_os-prober.in: Add onstr to entries for visual
Andrey Borzenkov [Thu, 11 Apr 2013 13:11:14 +0000 (15:11 +0200)]
* util/grub.d/30_os-prober.in: Add onstr to entries for visual
distinction.

11 years ago Fix missing PVs if they don't contain "interesting" LV. Closes #38677.
Vladimir 'phcoder' Serbinenko [Wed, 10 Apr 2013 22:08:27 +0000 (00:08 +0200)]
Fix missing PVs if they don't contain "interesting" LV. Closes #38677.
Fix few warining messages and leaks while on it.

11 years ago * autogen.sh: Use "-h", not "-f", to test for existence of symbolic
Andrey Borzenkov [Wed, 10 Apr 2013 13:57:40 +0000 (15:57 +0200)]
* autogen.sh: Use "-h", not "-f", to test for existence of symbolic
links under grub-core/lib/libgcrypt-grub/mpi.

11 years ago Fix ia64-efi image generation on big-endian machines. Deduplicate
Vladimir 'phcoder' Serbinenko [Tue, 9 Apr 2013 17:19:19 +0000 (19:19 +0200)]
Fix ia64-efi image generation on big-endian machines. Deduplicate
some code while on it.
Reported by: Leif Lindholm.

11 years ago * grub-core/Makefile.core.def: Add kern/elfXX.c to elf module
Andrey Borzenkov [Mon, 8 Apr 2013 17:57:56 +0000 (19:57 +0200)]
* grub-core/Makefile.core.def: Add kern/elfXX.c to elf module
as extra_dist.

11 years ago * grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.
Andrey Borzenkov [Mon, 8 Apr 2013 17:51:33 +0000 (19:51 +0200)]
* grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.

11 years ago * docs/grub-dev.texi: Move @itemize after @subsection to satisfy
Bryan Hundven [Mon, 8 Apr 2013 13:23:07 +0000 (15:23 +0200)]
* docs/grub-dev.texi: Move @itemize after @subsection to satisfy
texinfo-5.1.

11 years ago * grub-core/normal/term.c: Few more fixes for menu entry editor
Vladimir 'phcoder' Serbinenko [Mon, 8 Apr 2013 12:35:26 +0000 (14:35 +0200)]
* grub-core/normal/term.c: Few more fixes for menu entry editor
rendering.
Reported by: Andrey Borzenkov <arvidjaar@gmail.com>

11 years ago * grub-core/normal/term.c: Few more fixes for menu entry editor
Vladimir 'phcoder' Serbinenko [Sun, 7 Apr 2013 15:48:22 +0000 (17:48 +0200)]
* grub-core/normal/term.c: Few more fixes for menu entry editor
rendering.
Reported by: Andrey Borzenkov <arvidjaar@gmail.com>

11 years ago * conf/Makefile.extra-dist (EXTRA_DIST): Add
Andrey Borzenkov [Sat, 6 Apr 2013 18:49:02 +0000 (20:49 +0200)]
* conf/Makefile.extra-dist (EXTRA_DIST): Add
grub-core/lib/libgcrypt/src/gcrypt.h.in and util/import_gcrypth.sed.

11 years ago * util/grub-install_header: Use @PACKAGE@.mo in message catalog name
Andrey Borzenkov [Sat, 6 Apr 2013 18:14:29 +0000 (20:14 +0200)]
* util/grub-install_header: Use @PACKAGE@.mo in message catalog name
instead of hardcoding grub.mo.

11 years ago * util/grub.d/30_os-prober.in: Support btrrfs linux-prober extensions.
Fedora Ninjas [Fri, 5 Apr 2013 12:55:37 +0000 (14:55 +0200)]
* util/grub.d/30_os-prober.in: Support btrrfs linux-prober extensions.

11 years ago Use GRUB_PROPERLY_ALIGNED_ARRAY in grub-core/disk/cryptodisk.c and
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 11:26:10 +0000 (13:26 +0200)]
Use GRUB_PROPERLY_ALIGNED_ARRAY in grub-core/disk/cryptodisk.c and
grub-core/disk/geli.c.

11 years ago * util/grub-mkfont.c: Prefer enum to #define.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 09:13:37 +0000 (11:13 +0200)]
* util/grub-mkfont.c: Prefer enum to #define.

11 years ago * grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 09:01:19 +0000 (11:01 +0200)]
* grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size.

11 years ago Replace 8 with GRUB_CHAR_BIT in several places when appropriate.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 08:59:26 +0000 (10:59 +0200)]
Replace 8 with GRUB_CHAR_BIT in several places when appropriate.

11 years ago Add new defines GRUB_RSDP_SIGNATURE_SIZE and GRUB_RSDP_SIGNATURE.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 08:56:43 +0000 (10:56 +0200)]
Add new defines GRUB_RSDP_SIGNATURE_SIZE and GRUB_RSDP_SIGNATURE.

11 years ago * grub-core/commands/verify.c: Use GRUB_CHAR_BIT.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 08:52:13 +0000 (10:52 +0200)]
* grub-core/commands/verify.c: Use GRUB_CHAR_BIT.

11 years ago * include/grub/bsdlabel.h: Use enums.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 08:33:53 +0000 (10:33 +0200)]
* include/grub/bsdlabel.h: Use enums.

11 years ago Move GRUB_CHAR_BIT to types.h.
Vladimir 'phcoder' Serbinenko [Fri, 5 Apr 2013 08:31:12 +0000 (10:31 +0200)]
Move GRUB_CHAR_BIT to types.h.

11 years ago * docs/grub.texi: Document more user commands.
Andrey Borzenkov [Fri, 5 Apr 2013 08:18:42 +0000 (10:18 +0200)]
* docs/grub.texi: Document more user commands.

11 years ago * docs/grub.texi: Document menuentry --id option.
Andrey Borzenkov [Fri, 5 Apr 2013 08:08:20 +0000 (10:08 +0200)]
* docs/grub.texi: Document menuentry --id option.

11 years ago * util/grub-mkimage.c: Introduce new define EFI32_HEADER_SIZE.
Francesco Lavra [Thu, 4 Apr 2013 18:07:44 +0000 (20:07 +0200)]
* util/grub-mkimage.c: Introduce new define EFI32_HEADER_SIZE.

11 years ago Unify file copying setup across different install scripts. Add
Vladimir 'phcoder' Serbinenko [Thu, 4 Apr 2013 17:59:59 +0000 (19:59 +0200)]
Unify file copying setup across different install scripts. Add
options for performing partial install.

11 years ago * grub-core/disk/efi/efidisk.c: Handle partitions on non-512B disks.
Peter Jones [Thu, 4 Apr 2013 08:35:50 +0000 (10:35 +0200)]
* grub-core/disk/efi/efidisk.c: Handle partitions on non-512B disks.

Also-By: Vladimir Serbinenko <phcoder@gmail.com>
11 years ago Use TSC as a possible time source on i386-ieee1275.
Vladimir 'phcoder' Serbinenko [Thu, 4 Apr 2013 07:55:44 +0000 (09:55 +0200)]
Use TSC as a possible time source on i386-ieee1275.

11 years ago * grub-core/bus/usb/usbtrans.c (grub_usb_bulk_readwrite_packetize):
Vladimir 'phcoder' Serbinenko [Thu, 4 Apr 2013 06:56:45 +0000 (08:56 +0200)]
* grub-core/bus/usb/usbtrans.c (grub_usb_bulk_readwrite_packetize):
Init err.

11 years ago * util/grub-setup.c (setup): Handle some corner cases.
Vladimir 'phcoder' Serbinenko [Thu, 4 Apr 2013 06:55:06 +0000 (08:55 +0200)]
* util/grub-setup.c (setup): Handle some corner cases.

11 years ago * grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.
Vladimir 'phcoder' Serbinenko [Thu, 4 Apr 2013 06:54:02 +0000 (08:54 +0200)]
* grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.

11 years ago * grub-core/commands/verify.c: Save verified file to avoid it being
Vladimir 'phcoder' Serbinenko [Wed, 3 Apr 2013 15:32:33 +0000 (17:32 +0200)]
* grub-core/commands/verify.c: Save verified file to avoid it being
tampered with after verification was done.