grub/grub-core/commands
Vladimir 'phcoder' Serbinenko fc836af9a5 * grub-core/commands/terminal.c (grub_cmd_terminal_input): Silence
aliasing warning.
	(grub_cmd_terminal_output): Likewise.
	Reported and tested by: Grégoire Sutre.
2011-01-08 01:50:06 +01:00
..
efi * grub-core/commands/efi/lsefimmap.c (grub_cmd_lsefimmap): 2010-09-21 16:58:08 +01:00
i386 * grub-core/commands/i386/cmostest.c (+parse_args): New function. 2010-09-19 01:15:44 +02:00
ieee1275 automake commit without merge history 2010-05-06 11:34:04 +05:30
mips/yeeloong merge with mainline 2010-07-13 00:43:28 +05:30
acpi.c Unify memory types. 2010-09-19 00:04:31 +02:00
acpihalt.c * grub-core/commands/acpihalt.c (grub_acpi_halt): Sleep for 1.5 before 2010-12-25 14:09:36 +01:00
blocklist.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
boot.c automake commit without merge history 2010-05-06 11:34:04 +05:30
cat.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
cmp.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
configfile.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
date.c automake commit without merge history 2010-05-06 11:34:04 +05:30
echo.c * grub-core/commands/echo.c (grub_cmd_echo): Make UTF-8-clean by 2010-12-21 13:52:07 +00:00
extcmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
gptsync.c merge with mainline 2010-06-08 09:36:44 +05:30
halt.c automake commit without merge history 2010-05-06 11:34:04 +05:30
hashsum.c * grub-core/commands/hashsum.c (GRUB_MOD_INIT): Make "Compute or 2010-09-21 11:14:06 +01:00
hdparm.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
help.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
hexdump.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
iorw.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
keylayouts.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
keystatus.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
legacycfg.c * grub-core/commands/legacycfg.c (GRUB_MOD_INIT): Fix typo in 2011-01-04 13:05:19 +00:00
loadenv.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
ls.c * docs/grub.texi (serial): Remove obsolete comment about GRUB 2010-09-16 14:13:48 +01:00
lsacpi.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
lsmmap.c Reorganise memory map handling 2010-09-04 17:10:10 +02:00
lspci.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
memrw.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
menuentry.c fix changelog and doc 2010-11-25 19:05:16 +05:30
minicmd.c Remove deprecated root command. 2010-09-14 22:21:35 +02:00
parttool.c * grub-core/commands/parttool.c (grub_cmd_parttool): Fix a variable 2010-09-15 21:48:24 +02:00
password.c legacy_password implementation 2010-09-12 01:07:41 +02:00
password_pbkdf2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
probe.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
read.c merge with mainline 2010-07-13 00:43:28 +05:30
reboot.c automake commit without merge history 2010-05-06 11:34:04 +05:30
regexp.c * grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused 2010-11-30 21:35:59 +01:00
search.c support subpartition hints 2010-09-13 12:16:22 +02:00
search_file.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_label.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30
search_wrap.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
setpci.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
sleep.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
terminal.c * grub-core/commands/terminal.c (grub_cmd_terminal_input): Silence 2011-01-08 01:50:06 +01:00
test.c Rename jail to extractor 2010-09-20 23:01:34 +02:00
testload.c * grub-core/commands/efi/lsefisystab.c: Correct header. 2010-09-20 13:18:41 +01:00
true.c automake commit without merge history 2010-05-06 11:34:04 +05:30
usbtest.c merge with mainline 2010-08-22 21:00:22 +05:30
videoinfo.c Support vbeprobe MODE 2010-09-15 14:37:28 +02:00
videotest.c Allow specifying video mode 2010-09-12 02:18:14 +02:00
wildcard.c * grub-core/commands/regexp.c (grub_cmd_regexp): Remove unused 2010-11-30 21:35:59 +01:00
xnu_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30