- 20 Nov, 2013 6 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Axel Kellermann authored
selectively skipping systems.
-
Colin Watson authored
grub-core/osdep/aros/config.c to extra_dist. * conf/Makefile.extra-dist (EXTRA_DIST): Add docs/autoiso.cfg, docs/osdetect.cfg, grub-core/gnulib-fix-null-deref.diff, grub-core/gnulib-fix-width.diff, grub-core/gnulib-no-abort.diff, and grub-core/gnulib-no-gets.diff.
-
Vladimir Serbinenko authored
quite some time locally. Most of the test require root so they are skipped when run without necessarry privelegies.
-
Colin Watson authored
installed paths of grub-bios-setup and grub-sparc64-setup.
-
- 19 Nov, 2013 2 commits
-
-
Colin Watson authored
grub_util_get_localedir () rather than LOCALEDIR. (grub_install_copy_files): Likewise.
-
Josh Triplett authored
16-byte boundary, as required by the x86-64 ABI, before calling grub_main. In some cases, GCC emits code that assumes this alignment, which crashes if not aligned. The EFI firmware is also entitled to assume that stack alignment without checking.
-
- 18 Nov, 2013 32 commits
-
-
Josh Triplett authored
4k page boundaries as expected by firmware rather than 1k boundaries. (grub_mmap_malign_and_register): Likewise.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
fragmentation 512M is enough.
-
Vladimir Serbinenko authored
pointer to 32K. This is the size of cache element which is the most common allocation >1K. This way the pointer is always around blocks of 32K and so we keep performance while decreasing fragmentation.
-
Colin Watson authored
but for symmetry). * tests/lzocompress_test.in: Skip if lzop is not installed. * tests/xzcompress_test.in: Skip if xz is not installed.
-
Vladimir Serbinenko authored
current memory when allocating large chunks. This significantly decreases memory fragmentation.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
clock frequency to 200 MHz,
-
Vladimir Serbinenko authored
-
Colin Watson authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Load config file from (cbfsdisk)/etc/grub.cfg.
-
Vladimir Serbinenko authored
destination directory.
-
Colin Watson authored
files have not been built.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
on primary master on pseries.
-
Vladimir Serbinenko authored
already loaded. This saves memory needed for tests,
-
Vladimir Serbinenko authored
work again.
-
Vladimir Serbinenko authored
work again.
-
Colin Watson authored
Handle errors from mkstemp. (grub_util_make_temporary_dir): Handle errors from mkdtemp.
-
Vladimir Serbinenko authored
master since with some combinations of qemu and firmware only primary IDE channel is available.
-
Vladimir Serbinenko authored
low-memory platforms where we don't have enough memory for them. * grub-core/tests/videotest_checksum.c: Likewise.
-
Vladimir Serbinenko authored
already loaded. This saves memory needed for tests,
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
the devices before accessing them.
-
Vladimir Serbinenko authored
as file argument.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
(grub_file_close): Free file->name.
-
Vladimir Serbinenko authored
(grub_load_public_key): Likewise. (grub_verify_signature_real): Likewise. (grub_cmd_verify_signature): Likewise.
-
Vladimir Serbinenko authored
memory leak.
-
Vladimir Serbinenko authored
(grub_longjmp): Restore r31. * include/grub/powerpc/setjmp.h (grub_jmp_buf): Reserve space for r31.
-