grub/grub-core/commands
Vladimir 'phcoder' Serbinenko bf3a385792 Add missing const qualifiers.
* grub-core/commands/i386/pc/sendkey.c (keysym): Add missing const.
	* grub-core/commands/lspci.c (grub_pci_classname): Likewise.
	* grub-core/commands/menuentry.c (hotkey_aliases): Likewise.
	* grub-core/disk/lvm.c (grub_lvm_getvalue): Likewise.
	(grub_lvm_check_flag): Likewise.
	* grub-core/efiemu/i386/coredetect.c
	(grub_efiemu_get_default_core_name): Likewise
	* grub-core/efiemu/main.c (grub_efiemu_autocore): Likewise.
	* grub-core/fs/hfsplus.c (grub_hfsplus_catkey_internal): Likewise.
	* grub-core/fs/ntfs.c (fixup): Likewise.
	* grub-core/fs/xfs.c (grub_xfs_iterate_dir): Likewise.
	* grub-core/fs/zfs/zfs.c (decomp_entry): Likewise.
	(fzap_lookup): Likewise.
	(zap_lookup): Likewise.
	* grub-core/gnulib/regcomp.c (init_dfa): Likewise.
	* grub-core/lib/legacy_parse.c (check_option): Likewise.
	* grub-core/lib/posix_wrap/langinfo.h (nl_langinfo): Likewise.
	* grub-core/loader/i386/bsd.c (grub_bsd_add_meta): Likewise.
	(grub_freebsd_add_meta_module): Likewise.
	(grub_cmd_freebsd_module): Likewise.
	* grub-core/loader/i386/xnu.c (tbl_alias): Likewise.
	* grub-core/loader/xnu.c (grub_xnu_register_memory): Likewise.
	(grub_xnu_writetree_get_size): Likewise.
	(grub_xnu_writetree_toheap_real): Likewise.
	(grub_xnu_find_key): Likewise.
	(grub_xnu_create_key): Likewise.
	(grub_xnu_create_value): Likewise.
	(grub_xnu_register_memory): Likewise.
	(grub_xnu_check_os_bundle_required): Likewise.
	(grub_xnu_scan_dir_for_kexts): Likewise.
	(grub_xnu_load_kext_from_dir): Likewise.
	* grub-core/normal/color.c (color_list): Likewise.
	* grub-core/normal/completion.c (current_word): Likewise.
	* grub-core/normal/menu_entry.c (insert_string): Likewise.
	* grub-core/term/serial.c (grub_serial_find): Likewise.
	* grub-core/term/tparm.c (grub_terminfo_tparm): Likewise.
	* include/grub/efiemu/efiemu.h (grub_efiemu_get_default_core_name):
	Likewise.
	* include/grub/i386/bsd.h (grub_bsd_add_meta): Likewise.
	(grub_freebsd_add_meta_module): Likewise.
	* include/grub/lib/arg.h (grub_arg_option): Likewise.
	* include/grub/net.h (grub_net_card_driver): Likewise.
	(grub_net_card): Likewise.
	(grub_net_app_protocol): Likewise.
	* include/grub/parttool.h (grub_parttool_argdesc): Likewise.
	* include/grub/serial.h (grub_serial_find): Likewise.
	* include/grub/tparm.h (grub_terminfo_tparm): Likewise.
	* include/grub/xnu.h (grub_xnu_create_key): Likewise.
	(grub_xnu_create_value): Likewise.
	(grub_xnu_find_key): Likewise.
	(grub_xnu_scan_dir_for_kexts): Likewise.
	(grub_xnu_load_kext_from_dir): Likewise.

	* include/grub/zfs/zio_checksum.h (zio_checksum_t): Moved from here ...
	* grub-core/fs/zfs/zfs.c (zio_checksum_t): ...here.
	* include/grub/zfs/zio_checksum.h (zio_checksum_info):
	Moved from here ...
	* grub-core/fs/zfs/zfs.c (zio_checksum_info): ... here. Added missing const.
2011-11-30 16:20:13 +01:00
..
arc sgi support 2011-05-13 16:36:05 +02:00
efi * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
i386 Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
ieee1275 * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
mips/loongson * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
acpi.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
acpihalt.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
blocklist.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
boot.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
cacheinfo.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
cat.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
cmp.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
configfile.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
date.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02: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/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
halt.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hashsum.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
hdparm.c merge mainline into ahci 2011-05-16 17:17:04 +02:00
help.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hexdump.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
iorw.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
keylayouts.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
keystatus.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
legacycfg.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
loadenv.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
ls.c Merge Mainline. 2011-05-27 00:23:33 -03:00
lsacpi.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
lsmmap.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
lspci.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
memrw.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
menuentry.c Add missing const qualifiers. 2011-11-30 16:20:13 +01:00
minicmd.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
parttool.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
password.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
password_pbkdf2.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
probe.c * grub-core/commands/probe.c (grub_cmd_probe): Fix error message. 2011-11-11 17:08:29 +01:00
read.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
reboot.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
regexp.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
search.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +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 Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
setpci.c * grub-core/commands/efi/fixvideo.c: Gettextize. 2011-11-12 00:34:14 +01:00
sleep.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
terminal.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
test.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
testload.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
time.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
true.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
usbtest.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
videoinfo.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
videotest.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
wildcard.c Add const keyword to grub_env_get and gettextize week days. 2011-11-11 20:34:37 +01:00
xnu_uuid.c * grub-core/commands/xnu_uuid.c (grub_cmd_xnu_uuid): Support 2011-10-27 02:55:07 +02:00