- 06 Jan, 2016 1 commit
-
-
Vladimir Serbinenko authored
So that we can use it in grub-emu as well as utils.
-
- 31 Dec, 2015 4 commits
-
-
Vladimir Serbinenko authored
clang as incomplete mcmodel=large support. As we don't currently need full mcmodel=large support for sparc64, relax those checks.
-
Vladimir Serbinenko authored
Check that they point to the same module, so will end up in the same chunk of memory.
-
Vladimir Serbinenko authored
-
Andrey Borzenkov authored
Currently only Windows gets distinguished icons, everything else is displayed using the same generic one. Add additional --class based on os-prober returned label, which usually is expected to match primary distribution name. Also use it for Windows as well - chainloader prober may actually return different strings (Windows, MS-DOS, Windows9xME).
-
- 29 Dec, 2015 2 commits
-
-
Vladimir Serbinenko authored
Reported by: Thomas Schmitt
-
Vladimir Serbinenko authored
Brackets detection was copied from somewhere else and makes no sense in case of grub-mount and prevents user from accessing and files with ) in them.
-
- 07 Nov, 2015 1 commit
-
-
Andrei Borzenkov authored
This did not cause real problem but is good for reproducible builds. I hit it with recent bootinfoscript that displays embedded config; I was puzzled by random garbage at the end. Prezero memory buffer used to assemble core.img. This makes individual memset redundant. Also ensure buffer is filled with zeroes in several other places. Also remove redundant zeroing code where we fill in the whole memory block anyway.
-
- 07 Oct, 2015 1 commit
-
-
Eric Snowberg authored
Incorrect drive name was being passed into grub_util_sparc_setup, causing the grub-install to fail. Signed-off-by:
Eric Snowberg <eric.snowberg@oracle.com>
-
- 27 Jul, 2015 1 commit
-
-
Vladimir Serbinenko authored
r+ does not create a file if none exists.
-
- 19 Jun, 2015 2 commits
-
-
Andrei Borzenkov authored
Found by: Coverity scan. CID: 73772
-
Andrei Borzenkov authored
Current code in probe() could not be verified to not contain memory leaks. Restructure code and ensure grub_device_close is always called at the end of loop. Calms down Coverity scan. CID: 73739
-
- 13 May, 2015 1 commit
-
-
Andrei Borzenkov authored
grub_util_{info,warn,error} already add trailing newlines, so remove them from format strings. Also trailing full stops are already added.
-
- 07 May, 2015 3 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
This helps us to be in line with xorriso -as mkisofs. Suggested by: Thomas Schmitt
-
- 29 Apr, 2015 1 commit
-
-
Andrei Borzenkov authored
Otherwise scripts will source wrong grub-mkconfig_lib.
-
- 24 Apr, 2015 1 commit
-
-
Vladimir Serbinenko authored
It clashhes with -V which is alias to -volid.
-
- 29 Mar, 2015 1 commit
-
-
Andrei Borzenkov authored
-
- 27 Mar, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 20 Mar, 2015 1 commit
-
-
Vladimir Serbinenko authored
-
- 04 Mar, 2015 1 commit
-
-
Vladimir Serbinenko authored
canonicalize_file_name clashed with gnulib function. Additionally it was declared in 2 places: emu/misc.h and util/misc.h. Added grub_ prefix and removed second declaration.
-
- 28 Feb, 2015 2 commits
-
-
Andrei Borzenkov authored
-
Vladimir Serbinenko authored
-
- 13 Feb, 2015 1 commit
-
-
Jiri Slaby authored
gcc5 reports: ../util/mkimage.c: In function 'grub_install_get_image_target': ../util/mkimage.c:954:5: error: loop exit may only be reached after undefined behavior [-Werror=aggressive-loop-optimizations] && j < ARRAY_SIZE (image_targets[i].names); j++) ^ ../util/mkimage.c:953:39: note: possible undefined statement is here for (j = 0; image_targets[i].names[j] ^ Well, let's move the index 'j' test before accesing the array to: 1) make the loop obvious 2) make gcc happy Signed-off-by:
Jiri Slaby <jslaby@suse.cz>
-
- 31 Jan, 2015 3 commits
-
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Move fatal check whether symtab_section is NULL before first reference. Found by: Coverity scan.
-
- 28 Jan, 2015 1 commit
-
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
- 27 Jan, 2015 8 commits
-
-
Vladimir Serbinenko authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
Andrei Borzenkov authored
Found by: Coverity scan.
-
- 26 Jan, 2015 3 commits
-
-
Vladimir Serbinenko authored
Found by: Coverity scan.
-
Vladimir Serbinenko authored
Found by: Coverity scan.
-
Vladimir Serbinenko authored
Found by: Coverity scan.
-