grub/grub-core/lib
Szymon Janc c55f50180d Remove crc.mod and move crc command to hashsum.mod.
Remove lib/crc.c - users updated to use gcrypt implementation.

	* grub-core/commands/crc.c: Removed.
	* grub-core/Makefile.core.def (crc): Module removed.
	* grub-core/commands/hashsum.c (aliases[]): Add crc alias.
	* grub-core/commands/hashsum.c (GRUB_MOD_INIT): Register crc command.
	* grub-core/commands/hashsum.c (GRUB_MOD_FINI): Unregister crc command.
	* grub-core/lib/crc.c: Removed.
	* include/grub/lib/crc.h: Removed.
	* Makefile.util.def (crc): Remove lib/crc.c
	* grub-core/Makefile.core.def (libgrub.a): Remove grub-core/lib/crc.c.
	* util/grub-fstest.c (cmd_crd): Use libgcrypt crc implementation.
	* Makefile.util.def (libgrub.a): Add grub-core/lib/libgcrypt-grub/cipher/crc.c.
	* Makefile.util.def (grub-fstest): Add CFLAGS_GCRY to cflags.
	* Makefile.util.def (grub-fstest): Add CPPFLAGS_GCRY to cppflags.
	* grub-core/efiemu/prepare.c (grub_efiemu_crc): Use libgcrypt crc implementation.
2010-09-20 01:40:58 +02:00
..
efi Enable acpi shutdown on all ACPI platforms. 2010-09-13 20:29:15 +02:00
emu Add missing emu/halt.c 2010-08-30 00:54:15 +02:00
i386 merge mainline into legacy_parser 2010-09-15 11:43:59 +02:00
ieee1275 Reorganise memory map handling 2010-09-04 17:10:10 +02:00
libgcrypt/cipher automake commit without merge history 2010-05-06 11:34:04 +05:30
libgcrypt_wrap automake commit without merge history 2010-05-06 11:34:04 +05:30
mips Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
posix_wrap * grub-core/lib/posix_wrap/sys/types.h (bool): Transform into an enum. 2010-09-05 14:24:39 +02:00
powerpc Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
sparc64 automake commit without merge history 2010-05-06 11:34:04 +05:30
x86_64 Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
xzembed * grub-core/lib/xzembed/xz_dec_stream.c (dec_main): Fix index and block 2010-09-15 00:39:49 +02:00
LzFind.c automake commit without merge history 2010-05-06 11:34:04 +05:30
LzmaDec.c automake commit without merge history 2010-05-06 11:34:04 +05:30
LzmaEnc.c automake commit without merge history 2010-05-06 11:34:04 +05:30
arg.c Fix incorrect echo options handling. 2010-09-14 23:30:06 +02:00
cmos_datetime.c automake commit without merge history 2010-05-06 11:34:04 +05:30
crypto.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
envblk.c automake commit without merge history 2010-05-06 11:34:04 +05:30
hexdump.c automake commit without merge history 2010-05-06 11:34:04 +05:30
legacy_parse.c Support vbeprobe MODE 2010-09-15 14:37:28 +02:00
pbkdf2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
relocator.c Reorganise memory map handling 2010-09-04 17:10:10 +02:00
setjmp.S better fix for setjmp module 2010-08-20 11:39:47 +05:30