]> git.proxmox.com Git - grub2.git/log
grub2.git
10 years ago * grub-core/term/terminfo.c: Recognize keys F1-F12.
Vladimir Serbinenko [Sat, 18 Jan 2014 15:57:35 +0000 (16:57 +0100)]
* grub-core/term/terminfo.c: Recognize keys F1-F12.

10 years agoreintroduce BUILD_LDFLAGS for the cross-compile case
Andrey Borzenkov [Sat, 18 Jan 2014 15:50:54 +0000 (19:50 +0400)]
reintroduce BUILD_LDFLAGS for the cross-compile case

This allows providing separate LDFLAGS for build and host environments, which
are not necessary the same for cross-compile case. In particular, it allows
building host programs statically to not depend on presence of libraries at
run-time (e.g. MinGW DLLs on Windows) while continue to use default dynamic
linking at build time.

Also fix obsolete comments in confgure.ac - we do use different environment
for build and host now.

10 years ago * util/grub-mount.c: Extend GCC warning workaround to grub-mount.
Vladimir Serbinenko [Sat, 18 Jan 2014 15:43:29 +0000 (16:43 +0100)]
* util/grub-mount.c: Extend GCC warning workaround to grub-mount.

10 years ago * grub-core/kern/efi/efi.c: Ensure that the result starts with /
Vladimir Serbinenko [Sat, 18 Jan 2014 15:41:47 +0000 (16:41 +0100)]
* grub-core/kern/efi/efi.c: Ensure that the result starts with /
and has no //.

10 years ago * NEWS: Add few missing entries.
Vladimir Serbinenko [Sat, 18 Jan 2014 15:31:10 +0000 (16:31 +0100)]
* NEWS: Add few missing entries.

10 years agoPrefer more portable test(1) constructs
Colin Watson [Fri, 17 Jan 2014 15:24:50 +0000 (15:24 +0000)]
Prefer more portable test(1) constructs

* util/grub.d/00_header.in (make_timeout): Use && rather than test
-a.
* util/grub.d/10_windows.in: Likewise.
* util/grub.d/10_netbsd.in (netbsd_load_fs_module): Use || rather
than test -o.
* util/grub.d/30_os-prober.in: Use && rather than test -a, and ||
rather than test -o.

10 years agofreebsd/hostdisk.c is only ever compiled on FreeBSD
Colin Watson [Fri, 17 Jan 2014 02:30:52 +0000 (02:30 +0000)]
freebsd/hostdisk.c is only ever compiled on FreeBSD

* grub-core/osdep/freebsd/hostdisk.c (grub_util_fd_open): Remove
redundant preprocessor conditional.

10 years agoadd part_apple to EFI rescue image to fix missing prefix
Andrey Borzenkov [Sun, 12 Jan 2014 11:29:21 +0000 (15:29 +0400)]
add part_apple to EFI rescue image to fix missing prefix

On Mac rescue image is booted from HFS+ partition, so bootpath looks like
/ACPI(a0341d0,0)/PCI(1,1f)/ATAPI(0,0,0)/HD(3,5d1,ca3,0000000000000000,20,0)/EndEntire

grub fails to find device for this path because it cannot scan partition
table. The simplest fix is to add part_apple by default.

10 years ago* Makefile.util.def (grub-macbless): Change mansection to 8.
Colin Watson [Wed, 8 Jan 2014 11:05:20 +0000 (11:05 +0000)]
* Makefile.util.def (grub-macbless): Change mansection to 8.

10 years agoarm64: set correct length of device path end entry
Leif Lindholm [Tue, 7 Jan 2014 17:52:50 +0000 (17:52 +0000)]
arm64: set correct length of device path end entry

The length of the Device Path End entry in the grub_linux_boot()
function was incorrectly set to 0. This triggers an assert failure
in debug builds of Tianocore.

Set it to sizeof (grub_efi_device_path_t).

10 years agoChange grub-mkrescue to use bootaa64.efi too
Andrey Borzenkov [Tue, 7 Jan 2014 16:34:25 +0000 (20:34 +0400)]
Change grub-mkrescue to use bootaa64.efi too

Also add ChangeLog entry for previous change.

10 years agofix 32 bit compilation on MinGW-w64
Andrey Borzenkov [Tue, 7 Jan 2014 14:43:02 +0000 (18:43 +0400)]
fix 32 bit compilation on MinGW-w64

Use _FILE_OFFSET_BITS macro to distinguish between native MinGW and
32 bit under MinGW-64. The latter does not require fseeko/ftello
redefinition which it already does in case of _FILE_OFFSET_BITS=64.

10 years agouse {grub,boot}aa64.efi for boot images on AArch64
Andrey Borzenkov [Tue, 7 Jan 2014 06:38:54 +0000 (10:38 +0400)]
use {grub,boot}aa64.efi for boot images on AArch64

According to UEFI 2.4 specification, default boot file name on AArch64
is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior). Also set default
GRUB image name to grubaa64.efi to match it.

10 years agostrip .eh_frame section from arm64-efi kernel
Andrey Borzenkov [Mon, 30 Dec 2013 12:56:19 +0000 (12:56 +0000)]
strip .eh_frame section from arm64-efi kernel

Fixes grub-mkimage error "relocation 0x105 is not implemented yet."

10 years ago * NEWS: Add few missing entries. Correct existing ones.
Vladimir Serbinenko [Mon, 30 Dec 2013 05:49:15 +0000 (06:49 +0100)]
* NEWS: Add few missing entries. Correct existing ones.

10 years ago Don't abort() on unavailable coreboot tables if not running on coreboot.
Vladimir Serbinenko [Sat, 28 Dec 2013 16:25:14 +0000 (17:25 +0100)]
Don't abort() on unavailable coreboot tables if not running on coreboot.

10 years agoremove unused error.h from kern/emu/misc.c
Andrey Borzenkov [Sat, 28 Dec 2013 05:01:20 +0000 (09:01 +0400)]
remove unused error.h from kern/emu/misc.c

Fixes compilation on mingw32, where include is apparently missing.

10 years ago* NEWS: The cmosclean command in fact dates back to 1.99. Remove
Colin Watson [Sat, 28 Dec 2013 02:20:27 +0000 (02:20 +0000)]
* NEWS: The cmosclean command in fact dates back to 1.99.  Remove
mention of it from 2.02.

10 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
Vladimir Serbinenko [Fri, 27 Dec 2013 10:20:37 +0000 (11:20 +0100)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/grub

Conflicts:
ChangeLog

10 years ago* NEWS: First draft of 2.02 entry.
Colin Watson [Fri, 27 Dec 2013 03:05:38 +0000 (03:05 +0000)]
* NEWS: First draft of 2.02 entry.

10 years ago* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
Colin Watson [Fri, 27 Dec 2013 03:03:32 +0000 (03:03 +0000)]
* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
* docs/grub.texi (Getting the source code): Likewise.

10 years ago * grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
Vladimir Serbinenko [Wed, 25 Dec 2013 22:31:42 +0000 (23:31 +0100)]
* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.

As these functions are used on pre-ARMv6 CPUs as well we don't want
to make assembler assume that architecture is higher than default one.

10 years agofix EFI detection on Windows
Andrey Borzenkov [Wed, 25 Dec 2013 18:36:28 +0000 (22:36 +0400)]
fix EFI detection on Windows

We are on legacy BIOS if GetFirmwareEnvironmentVariable fails (returns
zero) *and* extended error information is ERROR_INVALID_FUNCTION.

Cf. http://msdn.microsoft.com/en-us/library/windows/desktop/ms724325%28v=vs.85%29.aspx

10 years ago * configure.ac: Set version to 2.02~beta2.
Vladimir Serbinenko [Tue, 24 Dec 2013 20:53:23 +0000 (21:53 +0100)]
* configure.ac: Set version to 2.02~beta2.

10 years ago * grub-core/disk/efi/efidisk.c (name_devices): Skip Apple ghosts.
Vladimir Serbinenko [Tue, 24 Dec 2013 19:32:14 +0000 (20:32 +0100)]
* grub-core/disk/efi/efidisk.c (name_devices): Skip Apple ghosts.

10 years ago * util/grub-probe.c: Improve help message and simplify list handling.
Andrey Borzenkov [Tue, 24 Dec 2013 19:30:16 +0000 (20:30 +0100)]
* util/grub-probe.c: Improve help message and simplify list handling.

10 years ago Fix buffer overflow in grub_efi_print_device_path.
Vladimir Serbinenko [Tue, 24 Dec 2013 18:04:46 +0000 (19:04 +0100)]
Fix buffer overflow in grub_efi_print_device_path.

10 years ago Show SATA device path.
Vladimir Serbinenko [Tue, 24 Dec 2013 17:10:28 +0000 (18:10 +0100)]
Show SATA device path.

10 years ago Revert grub-file usage in grub-mkconfig.
Vladimir Serbinenko [Tue, 24 Dec 2013 16:47:27 +0000 (17:47 +0100)]
Revert grub-file usage in grub-mkconfig.

10 years ago Make newly-created files other than grub.cfg world-readable.
Vladimir Serbinenko [Tue, 24 Dec 2013 16:36:10 +0000 (17:36 +0100)]
Make newly-created files other than grub.cfg world-readable.

10 years ago * util/grub.d/00_header.in: Improve compatibility with old config.
Andrey Borzenkov [Tue, 24 Dec 2013 16:26:05 +0000 (17:26 +0100)]
* util/grub.d/00_header.in: Improve compatibility with old config.

10 years ago Make rijndael.c respect aliasing rules.
Vladimir Serbinenko [Tue, 24 Dec 2013 15:57:28 +0000 (16:57 +0100)]
Make rijndael.c respect aliasing rules.

Trivial backport of dfb4673da8ee52d95e0a62c9f49ca8599943f22e.

10 years ago Make grub_util_device_is_mapped_stat available in grub-emu core.
Vladimir Serbinenko [Tue, 24 Dec 2013 15:56:14 +0000 (16:56 +0100)]
Make grub_util_device_is_mapped_stat available in grub-emu core.

10 years ago Add -Qn to TARGET_CFLAGS if it's supported.
Vladimir Serbinenko [Tue, 24 Dec 2013 14:00:46 +0000 (15:00 +0100)]
Add -Qn to TARGET_CFLAGS if it's supported.
Fixes compilation on cygwin.

Reported by: Andrey Borzenkov.
Suggested by: Andrey Borzenkov.

10 years ago Save TARGET_CC version in modinfo.sh.
Vladimir Serbinenko [Tue, 24 Dec 2013 13:47:44 +0000 (14:47 +0100)]
Save TARGET_CC version in modinfo.sh.

Suggested by: Andrey Borzenkov.

10 years ago Make grub_util_devmapper_part_to_disk and grub_util_find_partition_start
Vladimir Serbinenko [Tue, 24 Dec 2013 13:16:57 +0000 (14:16 +0100)]
Make grub_util_devmapper_part_to_disk and grub_util_find_partition_start
follow the same algorithm to avoid method mismatch. Don't assume
DMRAID- UUID to mean full disk but instead check that mapping is linear.

10 years ago Declare GRUB_EFI_VENDOR_APPLE_GUID.
Vladimir Serbinenko [Tue, 24 Dec 2013 13:14:19 +0000 (14:14 +0100)]
Declare GRUB_EFI_VENDOR_APPLE_GUID.

10 years ago Dump type and vendor specific data when printing device path.
Vladimir Serbinenko [Tue, 24 Dec 2013 13:05:48 +0000 (14:05 +0100)]
Dump type and vendor specific data when printing device path.

10 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
Vladimir Serbinenko [Mon, 23 Dec 2013 17:17:29 +0000 (18:17 +0100)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/grub

10 years ago ARM64 support for grub-mkrescue.
Vladimir Serbinenko [Mon, 23 Dec 2013 16:52:52 +0000 (17:52 +0100)]
ARM64 support for grub-mkrescue.

10 years ago Install modinfo.sh to keep build information around.
Vladimir Serbinenko [Mon, 23 Dec 2013 16:51:39 +0000 (17:51 +0100)]
Install modinfo.sh to keep build information around.

10 years ago * grub-core/modinfo.sh.in: Add build config information.
Vladimir Serbinenko [Mon, 23 Dec 2013 16:37:19 +0000 (17:37 +0100)]
* grub-core/modinfo.sh.in: Add build config information.

10 years ago ARM64 grub-file and grub-mkconfig support.
Vladimir Serbinenko [Mon, 23 Dec 2013 16:35:18 +0000 (17:35 +0100)]
ARM64 grub-file and grub-mkconfig support.

10 years ago Remove leftover options defines.
Vladimir Serbinenko [Mon, 23 Dec 2013 16:24:52 +0000 (17:24 +0100)]
Remove leftover options defines.

10 years agoUpdate some documentation to refer to Git rather than Bazaar.
Colin Watson [Mon, 23 Dec 2013 14:43:41 +0000 (14:43 +0000)]
Update some documentation to refer to Git rather than Bazaar.

* docs/grub.texi (Obtaining and Building GRUB): Refer to Git rather
than Bazaar.
* po/README: Likewise.  Fix spelling mistake.

10 years agoDon't distribute config.h.
Colin Watson [Mon, 23 Dec 2013 14:30:35 +0000 (14:30 +0000)]
Don't distribute config.h.

* Makefile.am (platform_HEADERS): Move to ...
(nodist_platform_HEADERS): ... here.  Fixes gettext_strings_test
failure when building from a distributed tarball.

10 years ago* configure.ac: Fix spelling.
Colin Watson [Mon, 23 Dec 2013 13:32:35 +0000 (13:32 +0000)]
* configure.ac: Fix spelling.
* grub-core/commands/parttool.c: Fix grammar.
* grub-core/disk/ldm.c: Use consistent capitalisation for "LDM
Embedding Partition".

10 years ago * include/grub/arm64/linux.h: Remove leftovers. Add missing prefixes.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:56:31 +0000 (05:56 +0100)]
* include/grub/arm64/linux.h: Remove leftovers. Add missing prefixes.

10 years ago * grub-core/loader/arm64/linux.c: Add missing bracket.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:34:13 +0000 (05:34 +0100)]
* grub-core/loader/arm64/linux.c: Add missing bracket.

10 years ago Add arm64-efi recognition to grub-file.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:33:44 +0000 (05:33 +0100)]
Add arm64-efi recognition to grub-file.

10 years ago Fix ia64-efi recognition in grub-file.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:27:04 +0000 (05:27 +0100)]
Fix ia64-efi recognition in grub-file.

10 years ago Recognize raspberry pi kernel in grub-file.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:19:42 +0000 (05:19 +0100)]
Recognize raspberry pi kernel in grub-file.

10 years ago Enable cache on ARM U-Boot port.
Vladimir Serbinenko [Mon, 23 Dec 2013 04:01:58 +0000 (05:01 +0100)]
Enable cache on ARM U-Boot port.

Without it the port is reidiculously slow.

10 years ago Fix ARM cache maintainance.
Vladimir Serbinenko [Mon, 23 Dec 2013 03:27:53 +0000 (04:27 +0100)]
Fix ARM cache maintainance.

More code was converted from ASM to C for easier handling.

10 years ago * grub-core/kern/arm/cache.c (grub_arm_disable_caches_mmu): Use v6
Vladimir Serbinenko [Sun, 22 Dec 2013 21:33:35 +0000 (22:33 +0100)]
* grub-core/kern/arm/cache.c (grub_arm_disable_caches_mmu): Use v6
algorithm on v5.

Suggested by: Leif Lindholm.

10 years agogrub-mkconfig: fix Xen platform conditions
Andrey Borzenkov [Sun, 22 Dec 2013 19:47:26 +0000 (23:47 +0400)]
grub-mkconfig: fix Xen platform conditions

10 years agosplit grub-mkresecue help text to facilitate translations
Andrey Borzenkov [Sun, 22 Dec 2013 18:51:54 +0000 (22:51 +0400)]
split grub-mkresecue help text to facilitate translations

Split single string in help message into several strings used before in shell
grub-mkrescue to minimize changes to existing translations.

Reported by Benno Schulenberg

10 years agoarm64: add EFI Linux loader
Leif Lindholm [Wed, 4 Dec 2013 15:21:16 +0000 (15:21 +0000)]
arm64: add EFI Linux loader

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
10 years agofdt: additions required for arm64 Linux loader
Leif Lindholm [Wed, 4 Dec 2013 13:09:21 +0000 (13:09 +0000)]
fdt: additions required for arm64 Linux loader

- Add grub_fdt_create_empty_tree() function.
- Add 64-bit setprop.

10 years ago Add module loading and parsing boot time checkpoints.
Vladimir Serbinenko [Sun, 22 Dec 2013 17:14:42 +0000 (18:14 +0100)]
Add module loading and parsing boot time checkpoints.

10 years ago * grub-core/loader/arm/linux.c: Pass arguments through on ATAG
Vladimir Serbinenko [Sun, 22 Dec 2013 17:14:00 +0000 (18:14 +0100)]
* grub-core/loader/arm/linux.c: Pass arguments through on ATAG
platforms.

10 years ago * util/grub-mkconfig.in: Skip non-executable files.
Lars Wendler [Sun, 22 Dec 2013 15:38:28 +0000 (16:38 +0100)]
* util/grub-mkconfig.in: Skip non-executable files.

10 years ago Workaround buggy timer in raspberry pie by using our own timer
Vladimir Serbinenko [Sun, 22 Dec 2013 01:48:42 +0000 (02:48 +0100)]
Workaround buggy timer in raspberry pie by using our own timer
implementation.

10 years ago * include/grub/arm/uboot/kernel.h (GRUB_KERNEL_MACHINE_HEAP_SIZE):
Vladimir Serbinenko [Sat, 21 Dec 2013 23:32:55 +0000 (00:32 +0100)]
* include/grub/arm/uboot/kernel.h (GRUB_KERNEL_MACHINE_HEAP_SIZE):
Increase to 16 MiB to allow loading the whole memdisk.

10 years ago Fix ARM Linux Loader on non-FDT platforms.
Vladimir Serbinenko [Sat, 21 Dec 2013 23:30:19 +0000 (00:30 +0100)]
Fix ARM Linux Loader on non-FDT platforms.

10 years ago * configure.ac: Choose link format based on host_os on emu.
Vladimir Serbinenko [Sat, 21 Dec 2013 19:19:34 +0000 (20:19 +0100)]
* configure.ac: Choose link format based on host_os on emu.

10 years ago * grub-core/osdep/unix/getroot.c: Non-unix build fix.
Vladimir Serbinenko [Sat, 21 Dec 2013 17:10:05 +0000 (18:10 +0100)]
* grub-core/osdep/unix/getroot.c: Non-unix build fix.

10 years ago * grub-core/kern/emu/main.c: Build fix for emu.
Vladimir Serbinenko [Sat, 21 Dec 2013 17:09:19 +0000 (18:09 +0100)]
* grub-core/kern/emu/main.c: Build fix for emu.

10 years ago Build fixes for argp.h with older gcc.
Vladimir Serbinenko [Sat, 21 Dec 2013 17:08:25 +0000 (18:08 +0100)]
Build fixes for argp.h with older gcc.

10 years ago * util/grub-glue-efi.c: Use "universal binary" rather "fat binary"
Vladimir Serbinenko [Sat, 21 Dec 2013 15:12:24 +0000 (16:12 +0100)]
* util/grub-glue-efi.c: Use "universal binary" rather "fat binary"
in strings.

Suggested by: David Prévot.

10 years ago * include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.
Vladimir Serbinenko [Sat, 21 Dec 2013 14:35:15 +0000 (15:35 +0100)]
* include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.

10 years ago Enable -Wformat=2 if it's supported.
Vladimir Serbinenko [Sat, 21 Dec 2013 14:28:28 +0000 (15:28 +0100)]
Enable -Wformat=2 if it's supported.

10 years ago * configure.ac: Add -Wmissing-include-dirs -Wmissing-prototypes
Vladimir Serbinenko [Sat, 21 Dec 2013 13:47:55 +0000 (14:47 +0100)]
* configure.ac: Add -Wmissing-include-dirs -Wmissing-prototypes
-Wmissing-declarations if supported.

10 years ago* grub-core/commands/macbless.c (grub_mac_bless_inode): Pass inode as u32
Vladimir Serbinenko [Sat, 21 Dec 2013 13:40:53 +0000 (14:40 +0100)]
* grub-core/commands/macbless.c (grub_mac_bless_inode): Pass inode as u32
as both HFS and HFS+ have 32-bit inodes.

10 years ago * include/grub/misc.h (grub_strtol): Fix overflow.
Vladimir Serbinenko [Sat, 21 Dec 2013 13:35:46 +0000 (14:35 +0100)]
* include/grub/misc.h (grub_strtol): Fix overflow.

10 years ago * include/grub/term.h (grub_unicode_estimate_width): Use grub_size_t
Vladimir Serbinenko [Sat, 21 Dec 2013 13:33:36 +0000 (14:33 +0100)]
* include/grub/term.h (grub_unicode_estimate_width): Use grub_size_t
as return type in both conditionals.

10 years ago * include/grub/video.h (grub_video_rgba_color_rgb): Fix prototype
Vladimir Serbinenko [Sat, 21 Dec 2013 13:31:47 +0000 (14:31 +0100)]
* include/grub/video.h (grub_video_rgba_color_rgb): Fix prototype
to use uint8_t for color.

10 years ago * util/misc.c (grub_util_get_image_size): Check for overflow.
Vladimir Serbinenko [Sat, 21 Dec 2013 13:28:14 +0000 (14:28 +0100)]
* util/misc.c (grub_util_get_image_size): Check for overflow.

10 years ago * grub-core/disk/raid6_recover.c (grub_raid_block_mulx): Use grub_size_t
Vladimir Serbinenko [Sat, 21 Dec 2013 13:16:49 +0000 (14:16 +0100)]
* grub-core/disk/raid6_recover.c (grub_raid_block_mulx): Use grub_size_t
for size.

10 years ago * grub-core/disk/lvm.c: Use grub_size_t for sizes and grub_ssize_t
Vladimir Serbinenko [Sat, 21 Dec 2013 13:15:04 +0000 (14:15 +0100)]
* grub-core/disk/lvm.c: Use grub_size_t for sizes and grub_ssize_t
for pointer difference.

10 years ago * util/import_gcry.py: Skip sample keys.
Vladimir Serbinenko [Sat, 21 Dec 2013 13:07:42 +0000 (14:07 +0100)]
* util/import_gcry.py: Skip sample keys.

10 years ago * util/misc.c (grub_qsort_strcmp): Don't discard const attribute.
Vladimir Serbinenko [Sat, 21 Dec 2013 13:04:50 +0000 (14:04 +0100)]
* util/misc.c (grub_qsort_strcmp): Don't discard const attribute.

10 years ago * configure.ac: Remove duplicate warning arguments.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:53:42 +0000 (13:53 +0100)]
* configure.ac: Remove duplicate warning arguments.

10 years ago Add missing static qualifiers.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:50:13 +0000 (13:50 +0100)]
Add missing static qualifiers.

10 years ago Add missing includes.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:47:27 +0000 (13:47 +0100)]
Add missing includes.

10 years ago Inline printf templates when possible to enable format checking.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:40:18 +0000 (13:40 +0100)]
Inline printf templates when possible to enable format checking.

10 years ago * include/grub/crypto.h: Don't discard const attribute.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:36:42 +0000 (13:36 +0100)]
* include/grub/crypto.h: Don't discard const attribute.

10 years ago * grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it
Vladimir Serbinenko [Sat, 21 Dec 2013 12:35:28 +0000 (13:35 +0100)]
* grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it
was intended.

10 years ago * grub-core/lib/crypto.c: Don't discard const attribute.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:34:03 +0000 (13:34 +0100)]
* grub-core/lib/crypto.c: Don't discard const attribute.

10 years ago * grub-core/lib/disk.c: Fix potential overflow.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:32:39 +0000 (13:32 +0100)]
* grub-core/lib/disk.c: Fix potential overflow.

10 years ago * grub-core/lib/arg.c: Don't discard const attribute.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:28:52 +0000 (13:28 +0100)]
* grub-core/lib/arg.c: Don't discard const attribute.

10 years ago * grub-core/kern/dl.c: Don't discard const attribute.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:26:27 +0000 (13:26 +0100)]
* grub-core/kern/dl.c: Don't discard const attribute.

10 years ago * grub-core/kern/disk.c: Fix potential overflow.
Vladimir Serbinenko [Sat, 21 Dec 2013 12:23:37 +0000 (13:23 +0100)]
* grub-core/kern/disk.c: Fix potential overflow.

10 years ago * conf/Makefile.common: Don't include non-existing directory
Vladimir Serbinenko [Sat, 21 Dec 2013 12:21:42 +0000 (13:21 +0100)]
* conf/Makefile.common: Don't include non-existing directory
grub-core/lib/libgcrypt-grub/include.

10 years ago Clarify several translatable messages.
Vladimir Serbinenko [Sat, 21 Dec 2013 02:21:45 +0000 (03:21 +0100)]
Clarify several translatable messages.

10 years ago Correct some translatable strings.
David Prévot [Sat, 21 Dec 2013 02:03:31 +0000 (03:03 +0100)]
Correct some translatable strings.

10 years ago * util/grub-mkrescue.c: Rephrase mkrescue description.
Colin Watson [Sat, 21 Dec 2013 01:37:14 +0000 (02:37 +0100)]
* util/grub-mkrescue.c: Rephrase mkrescue description.

10 years ago Clarify several translatable messages.
Vladimir Serbinenko [Sat, 21 Dec 2013 00:41:16 +0000 (01:41 +0100)]
Clarify several translatable messages.

10 years agoMerge branch 'master' of git.sv.gnu.org:/srv/git/grub
Vladimir Serbinenko [Fri, 20 Dec 2013 16:13:24 +0000 (17:13 +0100)]
Merge branch 'master' of git.sv.gnu.org:/srv/git/grub

10 years agoBe more verbose about some configure failures.
Colin Watson [Fri, 20 Dec 2013 16:09:43 +0000 (16:09 +0000)]
Be more verbose about some configure failures.