- 12 Feb, 2016 1 commit
-
-
Vladimir Serbinenko authored
-
- 22 Jan, 2016 1 commit
-
-
Michael Chang authored
-
- 10 Jan, 2016 1 commit
-
-
Andrei Borzenkov authored
Condition was apparently reversed so GRUB assumed all devices were files. This later made it skip BLKFLSBUF ioctl on Linux which caused various page cache coherency issues. Observed were - failure to validate blocklist install (read content did not match just written) - failure to detect Linux MD on disk after online hot addition (GRUB got stale superblock) Closes: 46691
-
- 06 Jan, 2016 2 commits
-
-
Vladimir Serbinenko authored
Use it to add custom files, so that tests which need them work.
-
Vladimir Serbinenko authored
So that we can use it in grub-emu as well as utils.
-
- 17 May, 2015 1 commit
-
-
Andrei Borzenkov authored
grub-macbless calls grub_util_biosdisk_init with NULL device.map.
-
- 23 Mar, 2015 1 commit
-
-
Colin Watson authored
_BSD_SOURCE was added to allow the use of DT_DIR, but that was removed in e768b770. While adding _DEFAULT_SOURCE as well works around problems with current glibc, neither is in fact needed nowadays.
-
- 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.
-
- 27 Feb, 2015 1 commit
-
-
Vladimir Serbinenko authored
Fixes compile of arm64-emu.
-
- 21 Jan, 2015 1 commit
-
-
Vladimir Serbinenko authored
-
- 15 Sep, 2014 1 commit
-
-
Khem Raj authored
* grub-core/kern/emu/hostfs.c: squahes below warning warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" Signed-off-by:
Khem Raj <raj.khem@gmail.com>
Upstream-Status: Submitted
-
- 28 Dec, 2013 1 commit
-
-
Andrey Borzenkov authored
Fixes compilation on mingw32, where include is apparently missing.
-
- 21 Dec, 2013 2 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- 17 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 10 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 09 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
on ia64 as __clear_cache is a dummy on ia64.
-
- 08 Dec, 2013 5 commits
-
-
Vladimir Serbinenko authored
compilation with GCC <= 4.2. * grub-core/kern/emu/argp_common.c: Likewise.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- 06 Dec, 2013 1 commit
-
-
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)
-
- 04 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 29 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 22 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
do essentially the same thing, do it in similar way.
-
- 17 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
-
- 10 Nov, 2013 2 commits
-
-
Vladimir Serbinenko authored
Reported by: Glenn Washburn.
-
Vladimir Serbinenko authored
XEN PV environment and load kernels.
-
- 02 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
reading large extents and decrease amount of blocklist hook calls.
-
- 28 Oct, 2013 2 commits
-
-
Vladimir Serbinenko authored
and grub_hostfs_init.
-
Vladimir Serbinenko authored
windows method on other platforms without good stat as well.
-
- 19 Oct, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 15 Oct, 2013 4 commits
-
-
Vladimir 'phcoder' Serbinenko authored
use OS-dependent versions rather than to rely on stat().
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
closedir to handle filename charset translation.
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/Makefile.core.def (kernel): Don't add error.c and progname.c explicitly as it's already in libgnu.a.
-
- 14 Oct, 2013 3 commits
-
-
Vladimir 'phcoder' Serbinenko authored
fseeko.
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
* grub-core/kern/emu/main.c: Add missing include. * grub-core/osdep/basic/init.c (grub_util_host_init) [!GRUB_UTIL]: Don't call grub_util_init_nls. * grub-core/osdep/windows/init.c (grub_util_host_init) [!GRUB_UTIL]: Likewise.
-