grub/fs
phcoder 6e2a90859a 2009-08-28 Vladimir Serbinenko <phcoder@gmail.com>
Split befs.mod and afs.mod into *_be.mod and *.mod

	* conf/common.rmk (grub_probe_SOURCES): Add afs_be.c and befs_be.c.
	(grub_fstest_SOURCES): Likewise.
	(pkglib_MODULES): Add afs_be.mod and befs_be.mod.
	(afs_be_mod_SOURCES): New variable.
	(afs_be_mod_CFLAGS): Likewise.
	(afs_be_mod_LDFLAGS): Likewise.
	(befs_be_mod_SOURCES): Likewise.
	(befs_be_mod_CFLAGS): Likewise.
	(befs_be_mod_LDFLAGS): Likewise.
	* conf/i386-coreboot.rmk (grub_emu_SOURCES): Add afs_be.c and befs_be.c.
	* conf/i386-efi.rmk (grub_emu_SOURCES): Likewise.
	* conf/i386-ieee1275.rmk (grub_emu_SOURCES): Likewise.
	* conf/i386-pc.rmk (grub_setup_SOURCES): Likewise.
	(grub_emu_SOURCES): Likewise.
	* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Likewise.
	* conf/sparc64-ieee1275.rmk (grub_emu_SOURCES): Likewise.
	* conf/x86_64-efi.rmk (grub_emu_SOURCES): Likewise.
	* fs/afs_be.c: New file.
	* fs/befs_be.c: New file.
	* fs/afs.c (GRUB_AFS_FSNAME_SUFFIX): New definition.
	(GRUB_AFS_FSNAME): Use GRUB_AFS_FSNAME_SUFFIX.
	(U16): Replaced with ...
	(grub_afs_to_cpu16): ...this. All users updated.
	(U32): Replaced with ...
	(grub_afs_to_cpu32): ...this. All users updated.
	(U64): Replaced with ...
	(grub_afs_to_cpu64): ...this. All users updated.
	(GRUB_AFS_BO_LITTLE_ENDIAN): Remove.
	(GRUB_AFS_BO_BIG_ENDIAN): Likewise.
	(grub_afs_validate_sblock): Check only one endiannness.
	(GRUB_MOD_INIT (befs)) [MODE_BIGENDIAN && MODE_BFS]: Rename to ..
	(GRUB_MOD_INIT (befs_be)) [MODE_BIGENDIAN && MODE_BFS]: ... this.
	(GRUB_MOD_INIT (afs)) [MODE_BIGENDIAN && !MODE_BFS]: Rename to ..
	(GRUB_MOD_INIT (afs_be)) [MODE_BIGENDIAN && !MODE_BFS]: ... this.
	(GRUB_MOD_FINI (befs)) [MODE_BIGENDIAN && MODE_BFS]: Rename to ..
	(GRUB_MOD_FINI (befs_be)) [MODE_BIGENDIAN && MODE_BFS]: ... this.
	(GRUB_MOD_FINI (afs)) [MODE_BIGENDIAN && !MODE_BFS]: Rename to ..
	(GRUB_MOD_FINI (afs_be)) [MODE_BIGENDIAN && !MODE_BFS]: ... this.
2009-08-28 13:01:26 +00:00
..
i386/pc 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
affs.c 2009-08-15 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-15 14:45:08 +00:00
afs.c 2009-08-28 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-28 13:01:26 +00:00
afs_be.c 2009-08-28 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-28 13:01:26 +00:00
befs.c 2009-07-20 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-20 21:18:59 +00:00
befs_be.c 2009-08-28 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-28 13:01:26 +00:00
cpio.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
ext2.c 2009-07-19 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-19 13:59:21 +00:00
fat.c 2009-08-17 Robert Millan <rmh.grub@aybabtu.com> 2009-08-17 12:46:58 +00:00
fshelp.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
hfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
hfsplus.c 2009-08-23 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-23 15:35:22 +00:00
iso9660.c 2009-07-19 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-19 13:59:21 +00:00
jfs.c 2009-08-08 Robert Millan <rmh.grub@aybabtu.com> 2009-08-08 18:53:49 +00:00
minix.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
ntfs.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
ntfscomp.c 2009-06-18 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-18 13:51:06 +00:00
reiserfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
sfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
tar.c 2009-02-08 Robert Millan <rmh@aybabtu.com> 2009-02-08 21:50:27 +00:00
udf.c 2009-06-11 Giuseppe Caizzone <acaizzo@gmail.com> 2009-06-11 19:32:13 +00:00
ufs.c 2009-08-14 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-14 13:42:03 +00:00
ufs2.c 2009-08-14 Vladimir Serbinenko <phcoder@gmail.com> 2009-08-14 13:31:09 +00:00
xfs.c 2009-08-26 Bean <bean123ch@gmail.com> 2009-08-26 14:17:34 +00:00