grub/grub-core/commands
Vladimir 'phcoder' Serbinenko 9696382e79 GRUB-legacy configuration file support.
* Makefile.util.def (grub-menulst2cfg): New util.
	* docs/man/grub-menulst2cfg.h2m: New file.
	* grub-core/Makefile.core.def (legacycfg): New module.
	* grub-core/commands/legacycfg.c: New file.
	* grub-core/commands/menuentry.c (append_menu_entry): Rename to ...
	(grub_normal_add_menu_entry): ... this.
	* grub-core/commands/password.c (grub_cmd_password): Split main part to ...
	(grub_normal_set_password): ...this.
	* grub-core/commands/videoinfo.c (grub_cmd_videoinfo): Support MODE.
	* grub-core/loader/i386/linux.c (linux_vesafb_res): Move to ..,
	* grub-core/lib/i386/pc/vesa_modes_table.c: ... here.
	* grub-core/lib/legacy_parse.c: New file.
	* grub-core/normal/auth.c (grub_cmd_authenticate): New command.
	* include/grub/i386/pc/vesa_modes_table.h: New file.
	* include/grub/legacy_parse.h: Likewise.
	* include/grub/normal.h (grub_normal_add_menu_entry): New proto.
	* util/grub-menulst2cfg.c: New file.

	* grub-core/Makefile.core.def (lsapm): New module.
	* grub-core/commands/i386/pc/lsapm.c: New file.
	* grub-core/loader/i386/multiboot_mbi.c (make_mbi) [GRUB_MACHINE_PCBIOS]: Pass APM info.
	* grub-core/loader/multiboot_mbi2.c (make_mbi) [GRUB_MACHINE_PCBIOS]:
	Likewise.
	* include/grub/i386/pc/apm.h: New file.
	* include/multiboot.h (multiboot_apm_info): New struct.
2010-09-18 16:21:57 +02:00
..
efi Fix memory leak 2010-09-01 09:34:09 +02:00
i386 merge mainline into legacy_parser 2010-09-15 11:43:59 +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 * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
acpihalt.c Enable acpi shutdown on all ACPI platforms. 2010-09-13 20:29:15 +02: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 * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +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 automake commit without merge history 2010-05-06 11:34:04 +05:30
crc.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
date.c automake commit without merge history 2010-05-06 11:34:04 +05:30
echo.c Fix incorrect echo options handling. 2010-09-14 23:30:06 +02: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 * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02: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
keystatus.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
legacycfg.c Support legacy_check_password 2010-09-15 13:51:02 +02: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 automake commit without merge history 2010-05-06 11:34:04 +05:30
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 merge mainline into legacy_parser 2010-09-15 11:43:59 +02:00
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 * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02: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 * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
setpci.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
sleep.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
terminal.c merge with mainline 2010-08-22 21:00:22 +05:30
test.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
testload.c Reintroduce testload. 2010-09-05 16:40:41 +02: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/wildcard.c (make_regex): Escape brackets. 2010-09-12 20:15:30 +02:00
xnu_uuid.c automake commit without merge history 2010-05-06 11:34:04 +05:30