- 21 Jan, 2015 3 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- 19 Jan, 2015 1 commit
-
-
Kris Moore authored
-
- 28 Nov, 2014 2 commits
-
-
Andrei Borzenkov authored
CID: 73813, 73710
-
Andrei Borzenkov authored
configure_ciphers: - several memory leaks where allocated ciphers were not freed. CID: 73813, 73710 - use after free. It is probably quite innocent as grub is single threaded, but could potentially be a problem with memory allocator debugger turned on. CID: 73730 luks_recover_key: - memory leak. CID: 73854
-
- 22 Sep, 2014 1 commit
-
-
Andrey Borzenkov authored
This tries to catch all cases where grub_cpu_to_XXX was used for constant expressions (including sizeof).
-
- 10 Aug, 2014 1 commit
-
-
Vladimir Serbinenko authored
safety to avoid triggerring VirtualBox bug.
-
- 10 Apr, 2014 1 commit
-
-
Colin Watson authored
* grub-core/disk/lvm.c (grub_lvm_detect): Search for "logical_volumes" block a little more accurately.
-
- 31 Mar, 2014 1 commit
-
-
Colin Watson authored
Commit 588744d0 caused grub-mkconfig no longer to be forgiving of trailing spaces on grub-probe output lines, which among other things means that util/grub.d/10_linux.in no longer detects LVM. To fix this, make grub-probe's output delimiting more consistent. As a bonus, this improves the coverage of the -0 option. Fixes Debian bug #735935. * grub-core/disk/cryptodisk.c (grub_util_cryptodisk_get_abstraction): Add a user-data argument. * grub-core/disk/diskfilter.c (grub_diskfilter_get_partmap): Likewise. * include/grub/cryptodisk.h (grub_util_cryptodisk_get_abstraction): Update prototype. * include/grub/diskfilter.h (grub_diskfilter_get_partmap): Likewise. * util/grub-install.c (push_partmap_module, push_cryptodisk_module, probe_mods): Adjust for extra user-data arguments. * util/grub-probe.c (do_print, probe_partmap, probe_cryptodisk_uuid, probe_abstraction): Use configured delimiter. Update callers.
-
- 20 Feb, 2014 1 commit
-
-
Vladimir Serbinenko authored
exclusively.
-
- 29 Jan, 2014 5 commits
-
-
Vladimir Serbinenko authored
7 seconds to recover if last poweroff was bad.
-
Vladimir Serbinenko authored
transferred data.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
slots to avoid pointing to uninited area.
-
Vladimir Serbinenko authored
enabling busmaster for the end.
-
- 24 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 23 Dec, 2013 1 commit
-
-
Colin Watson authored
* grub-core/commands/parttool.c: Fix grammar. * grub-core/disk/ldm.c: Use consistent capitalisation for "LDM Embedding Partition".
-
- 21 Dec, 2013 2 commits
-
-
Vladimir Serbinenko authored
for size.
-
Vladimir Serbinenko authored
for pointer difference.
-
- 18 Dec, 2013 1 commit
-
-
Aleš Nesrsta authored
Reuse the same tag on retries.
-
- 17 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 16 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
This is not required as cache code already checks driver id as well.
-
- 15 Dec, 2013 3 commits
-
-
Vladimir Serbinenko authored
In case of quick removal of loopback and adding another one it may get same ID, confusing the cache system.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Just "packed" doesn't always pack the way we expect.
-
- 14 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
existing code would work even if by some reason bogus definition is used by EFI implementations.
-
- 11 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
unaligned u16 rather than u8[2].
-
- 04 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
* grub-core/net/drivers/ieee1275/ofnet.c: Likewise.
-
- 26 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
and maybe some other firmwares.
-
- 22 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
at compile time that enough of scratch size is available.
-
- 17 Nov, 2013 1 commit
-
-
Ian Campbell authored
-
- 16 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
We have only 92K of stack and using over 4K per frame is wasteful * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Allocate on heap rather than stack.
-
- 14 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
"1" prior to handoff. Reported by: M A Young.
-
- 13 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
level / 3 division explicitly unsigned. Saves few bytes.
-
- 12 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
API.
-
- 11 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
* grub-core/disk/cryptodisk.c: Likewise. * grub-core/disk/geli.c: Likewise. * grub-core/disk/luks.c: Likewise.
-
- 09 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
XEN PV environment and load kernels.
-
- 07 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
function. * grub-core/loader/i386/xnu.c (hextoval): Likewise. * grub-core/disk/geli.c (ascii2hex): Likewise.
-
- 06 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
-