grub/grub-core/commands
Vladimir 'phcoder' Serbinenko a6393224c4 Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
..
arc Remove nested functions from device iterators. 2013-01-20 15:52:15 +00:00
efi Remove nested functions from PCI iterators. 2013-01-13 01:10:41 +00:00
i386 Support coreboot framebuffer. 2013-04-21 13:02:10 +02:00
ieee1275 * grub-core/commands/gptsync.c: Fix typographic quoting. 2012-03-03 13:05:08 +01:00
mips/loongson * grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments. 2012-03-02 15:09:10 +01:00
acpi.c * grub-core/commands/acpi.c: Use sizeof rather than hardcoding the size. 2013-04-05 11:01:19 +02:00
acpihalt.c * grub-core/commands/acpihalt.c (skip_ext_op): Add support for 2013-03-26 11:29:52 +01:00
blocklist.c Remove nested functions from disk and file read hooks. 2013-02-27 17:19:15 +01:00
boot.c Terminate UNDI and PXE before launching the payload to avoid problems 2012-04-11 22:32:31 +02:00
boottime.c * grub-core/commands/boottime.c: Fix copyright header. 2013-03-20 17:16:35 +01:00
cacheinfo.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
cat.c * grub-core/commands/cat.c (grub_cmd_cat): Fix termination key check. 2012-03-11 14:36:02 +01:00
cmp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
configfile.c * grub-core/commands/configfile.c (GRUB_MOD_INIT): Correct 2012-10-12 15:34:33 +01:00
date.c * grub-core/commands/date.c (GRUB_MOD_INIT): Remove non-uniform 2012-03-03 13:09:14 +01:00
echo.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
extcmd.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gptsync.c * grub-core/commands/gptsync.c (grub_cmd_gptsync): Propagate the 2012-05-30 13:51:50 +02:00
halt.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
hashsum.c Import gcrypt public-key cryptography and implement signature checking. 2013-01-11 21:32:42 +01:00
hdparm.c * grub-core/commands/hdparm.c (le16_to_char): Always byte-swap strings. 2012-06-06 12:22:32 +02:00
help.c * include/grub/list.h (FOR_LIST_ELEMENTS_SAFE): New macro. 2012-07-02 11:19:22 +02:00
hexdump.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
iorw.c Replace grub_target_addr with more appropriate types. 2012-02-27 14:13:24 +01:00
keylayouts.c Handle Japanese special keys. 2013-04-12 22:26:38 +02:00
keystatus.c Fix USB devices not being detected when requested 2013-03-19 20:35:21 +01:00
legacycfg.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
loadenv.c * grub-core/commands/loadenv.c (grub_cmd_list_env): Move print_var 2013-03-02 11:45:01 +01:00
ls.c * grub-core/commands/ls.c (grub_ls_print_devices): Add missing 2013-01-21 17:46:24 +01:00
lsacpi.c * grub-core/commands/lsacpi.c: Fix types on 64-bit platform. 2013-02-06 17:37:29 +01:00
lsmmap.c Replace the region at 0 from coreboot tables to available in BSD 2013-03-25 10:23:04 +01:00
lspci.c Remove nested functions from PCI iterators. 2013-01-13 01:10:41 +00:00
memrw.c Replace grub_target_addr with more appropriate types. 2012-02-27 14:13:24 +01:00
menuentry.c * grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments 2012-05-04 01:20:38 +02:00
minicmd.c * grub-core/commands/i386/pc/drivemap.c: Add TRANSLATORS comments. 2012-03-02 15:09:10 +01:00
parttool.c Make 'make check' work on emu. 2013-04-27 02:00:16 +02:00
password.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
password_pbkdf2.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
pcidump.c Add new command pcidump. 2013-01-16 20:44:11 +01:00
probe.c * grub-core/commands/probe.c (options): Replace VAR with VARNAME and 2012-03-08 19:07:23 +01:00
read.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
reboot.c Add noreturn attributes and remove unreachable code. 2011-12-13 15:13:51 +01:00
regexp.c * grub-core/commands/regexp.c (set_matches): Move setvar out of its 2013-03-03 15:24:02 +01:00
search.c Remove nested functions from device iterators. 2013-01-20 15:52:15 +00:00
search_file.c * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 2012-02-03 11:46:18 +01:00
search_label.c * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 2012-02-03 11:46:18 +01:00
search_uuid.c * grub-core/commands/search_file.c (SEARCH_TARGET): Remove obsolete 2012-02-03 11:46:18 +01:00
search_wrap.c * grub-core/commands/search_wrap.c (grub_cmd_search): Handle old 2012-04-19 11:32:59 +02:00
setpci.c Rewrite spkmodem to use PIT for timing. Double the speed. 2013-01-17 20:06:52 +01:00
sleep.c * grub-core/commands/sleep.c (do_print): Add missing grub_refresh. 2012-05-22 00:02:21 +02:00
terminal.c Fix USB devices not being detected when requested 2013-03-19 20:35:21 +01:00
test.c Remove nested functions from filesystem directory iterators. 2013-01-21 01:33:46 +00:00
testload.c Remove nested functions from disk and file read hooks. 2013-02-27 17:19:15 +01:00
time.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
true.c * grub-core/commands/acpihalt.c: Add TRANSLATORS comments. 2012-03-03 12:59:28 +01:00
usbtest.c Fix USB devices not being detected when requested 2013-03-19 20:35:21 +01:00
verify.c * grub-core/commands/verify.c: Use GRUB_CHAR_BIT. 2013-04-05 10:52:13 +02:00
videoinfo.c Remove nested functions from videoinfo iterators. 2013-03-01 11:11:36 +01:00
videotest.c * grub-core/commands/videotest.c (grub_cmd_videotest): Fix error 2013-04-19 15:09:15 +02:00
wildcard.c Remove nested functions from filesystem directory iterators. 2013-01-21 01:33:46 +00:00
xnu_uuid.c * grub-core/commands/videoinfo.c: Add TRANSLATORS comments. 2012-03-10 13:19:46 +01:00