- 04 Mar, 2015 1 commit
-
-
Vladimir Serbinenko authored
libgcc for boot environment isn't always present and compatible. libgcc is often absent if endianness or bit-size at boot is different from running OS. libgcc may use optimised opcodes that aren't available on boot time. So instead of relying on libgcc shipped with the compiler, supply the functions in GRUB directly. Tests are present to ensure that those replacement functions behave the way compiler expects them to.
-
- 15 Dec, 2013 1 commit
-
-
Vladimir Serbinenko authored
This test allows to check sleep without qemu. Keep qemu version as well as functional test won't notice if all clocks are going too fast or too slow.
-
- 12 Nov, 2013 5 commits
-
-
Vladimir Serbinenko authored
on platforms where no legacycfg is compiled. * grub-core/tests/lib/functional_test.c: Tolerate failure to load legacy_password_test.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
* grub-core/commands/legacycfg.c: Remove variable length arrays.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
- 08 Nov, 2013 1 commit
-
-
Vladimir Serbinenko authored
-
- 08 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 07 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 04 May, 2013 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
test.
-
Vladimir 'phcoder' Serbinenko authored
-
- 03 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 02 May, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 02 Jan, 2013 1 commit
-
-
Colin Watson authored
test failures, so that a failing unit test correctly causes 'make check' to fail.
-
- 27 May, 2012 1 commit
-
-
Peter Jones authored
correctly, and the compiler complains. * grub-core/tests/example_functional_test.c (example_test): Add missing text. * grub-core/tests/lib/test.c (add_failure): Rewrite. * include/grub/test.h (grub_test_assert_helper): New declaration. (grub_test_assert): Use grub_test_assert_helper.
-
- 24 Jan, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
compact and more efficient code. * grub-core/kern/list.c (grub_list_push): Moved from here ... * include/grub/list.h (grub_list_push): ... to here. Set prev. (grub_list_remove): Moved from here ... * include/grub/list.h (grub_list_remove): ... here. Use and set prev. (grub_prio_list_insert): Set prev. * include/grub/list.h (grub_list): Add prev. All users updated.
-
- 12 Apr, 2011 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
guidelines. * grub-core/kern/dl.c (grub_dl_check_license): New function. (grub_dl_load_core): Use grub_dl_check_license. * include/grub/dl.h (GRUB_MOD_SECTION): New macro. (GRUB_MOD_LICENSE): Likewise. (GRUB_MOD_DUAL_LICENSE): Likewise. All modules updated.
-
- 15 Sep, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
users updated. (GRUB_COMMAND_FLAG_MENU): Likewise. (GRUB_COMMAND_FLAG_BOTH): Likewise. (GRUB_COMMAND_FLAG_TITLE): Removed. (GRUB_COMMAND_FLAG_NO_ECHO): Likewise. (GRUB_COMMAND_FLAG_EXTCMD): Moved into enum. (GRUB_COMMAND_FLAG_DYNCMD): Likewise. (GRUB_COMMAND_FLAG_BLOCKS): Likewise. (grub_command_flags_t): New enum. All users updated.
-
- 06 May, 2010 1 commit
-
-
BVK Chaitanya authored
-