- 07 Dec, 2013 6 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Andrey Borzenkov authored
Compare function used in qsort gets arguments by reference, so strcmp cannot be used directly - it expects pointer to char, but gets pointer to pointer to char. Introduce new helper grub_qsort_strcmp and use it in grub-install. This helper is going to be used in a couple more places as well so add it to global file, not in grub-install.c.
-
Andrey Borzenkov authored
-
- 06 Dec, 2013 4 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Move more code to common dl.c. Add missing veneers for arm and arm64. Decreases kernel size by 70 bytes on i386-pc (40-50 compressed)
-
Vladimir Serbinenko authored
-
- 05 Dec, 2013 7 commits
-
-
Mike Gilbert authored
-
Vladimir Serbinenko authored
-
Colin Watson authored
* grub-core/osdep/linux/hostdisk.c (grub_util_find_partition_start_os): Initialise start to avoid spurious compiler warning.
-
Colin Watson authored
This lets us cope with block device drivers that don't implement HDIO_GETGEO. Fixes Ubuntu bug #1237519. * grub-core/osdep/linux/hostdisk.c (sysfs_partition_path): New function. (sysfs_partition_start): Likewise. (grub_util_find_partition_start_os): Try sysfs_partition_start before HDIO_GETGEO.
-
Leif Lindholm authored
-
Vladimir Serbinenko authored
Current code improperly assumes that both __bss_start and _end are aligned to 8-bytes. Eliminating this assumption and explicitly align modules.
-
Vladimir Serbinenko authored
so it doesn't land in the middle of loaded image.
-
- 04 Dec, 2013 14 commits
-
-
Vladimir Serbinenko authored
gcc >= 3.1 to optional. Note: while this allows to compile with older GCC, official requirements remain the same and no support for older GCC.
-
Colin Watson authored
Copying the themes directory in grub-shell isn't parallel-test-friendly and breaks on the second test when the source directory is read-only (as in "make distcheck"). Instead, add a hidden --themes-directory option to grub-mkrescue et al, and use it in grub-shell.
-
Vladimir Serbinenko authored
as it's no longer necessarry.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
* INSTALL: Note that GRUBwas successfully compiled with clang 3.2 for ppc.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
arguments doesn't work if TARGET_CFLAGS is specified on command line.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Remove variable length arrays. * grub-core/term/efi/console.c (grub_console_putchar): Likewise.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
except compile-time ones. Solves variable shadowing in constructions like cpu_to_le (le_to_cpu(x) + 1).
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
minutes.
-
Vladimir Serbinenko authored
* grub-core/net/drivers/ieee1275/ofnet.c: Likewise.
-
- 03 Dec, 2013 4 commits
-
-
Colin Watson authored
lib/arm64/setjmp.S.
-
Colin Watson authored
-
Colin Watson authored
-
Colin Watson authored
-
- 02 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
Reported by: qwertial
-
- 01 Dec, 2013 1 commit
-
-
Andrey Borzenkov authored
grub-core/kern/arm64/dl_helper.c:26:28: fatal error: grub/cpu/reloc.h: No such file or directory
-
- 30 Nov, 2013 3 commits
-
-
Vladimir Serbinenko authored
-
Leif Lindholm authored
-
Andrey Borzenkov authored
-