grub/grub-core/fs
Vladimir 'phcoder' Serbinenko 4e27343fb0 * conf/Makefile.common (CFLAGS_GNULIB): Add
-Wno-unsafe-loop-optimizations.
	* configure.ac: Remove -Wmissing-declarations and -Wmissing-prototypes
	on tools.
	* grub-core/commands/legacycfg.c: Add pragma to skip
	-Wunsafe-loop-optimizations.
	(check_password_md5_real): Fix loop counter type.
	* grub-core/commands/testload.c (grub_cmd_testload): Fix over the EOF
	reading.
	* grub-core/disk/ldm.c (grub_util_get_ldm): Fix logic error.
	* grub-core/fs/zfs/zfs_sha256.c (zio_checksum_SHA256): Add safety
	loop condition.
	* grub-core/io/gzio.c: Add pragma to skip -Wunsafe-loop-optimizations.
	* grub-core/lib/LzmaEnc.c (GetOptimum): Avoid possible infinite loop.
	* grub-core/net/net.c (grub_net_route_address): Add safety loop
	condition.
	* grub-core/normal/charset.c (bidi_line_wrap): Likewise.
	* grub-core/normal/cmdline.c (grub_set_history): Fix loop types and
	avoid possible infinite loops.
	* grub-core/script/parser.y: Add pragma to skip -Wmissing-declarations
	and -Wunsafe-loop-optimizations.
	* grub-core/script/yylex.l: Likewise.
	* util/grub-mkfont.c: Add pragma to skip -Wunsafe-loop-optimizations.
	(print_glyphs): Avoid infinite loops.
	* util/grub-mkimage.c (compress_kernel_xz): Fix format security.
2012-02-24 12:30:32 +01:00
..
zfs * conf/Makefile.common (CFLAGS_GNULIB): Add 2012-02-24 12:30:32 +01:00
affs.c * grub-core/fs/affs.c (grub_affs_read_block): Avoid <= in loop 2012-02-22 05:22:39 +01:00
afs.c Leverage BFS implementation to read AFS. 2011-10-30 16:10:18 +01:00
bfs.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
btrfs.c * grub-core/fs/btrfs.c (find_device): Fix typos. 2012-02-23 22:27:25 +01:00
cpio.c * grub-core/fs/cpio.c (grub_cpio_dir): Fix a bug with multiple listing. 2012-02-09 14:27:05 +01:00
cpio_be.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
exfat.c exfat reader 2011-04-11 18:13:00 +02:00
ext2.c * grub-core/fs/ext2.c (grub_ext2_label): Fix field size. Change to 2012-01-31 22:12:57 +01:00
fat.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
fshelp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
hfs.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
hfsplus.c * grub-core/fs/hfs.c (macroman_to_utf8): Convert / to :. 2012-01-14 23:34:33 +01:00
iso9660.c Increase warning level. 2012-02-10 16:48:48 +01:00
jfs.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
minix.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
minix2.c Split minix.mod into minix.mod and minix2.mod. 2010-09-08 19:13:48 +02:00
minix3.c minix3fs support 2011-04-11 08:16:13 +02:00
newc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
nilfs2.c * grub-core/fs/nilfs2.c (grub_nilfs2_super_block): Expand volume_name 2012-01-31 22:43:29 +01:00
ntfs.c * grub-core/fs/ntfs.c (locate_attr): Avoid set in if. 2012-02-12 18:47:46 +01:00
ntfscomp.c * include/grub/ntfs.h: Add GRUB_NTFS_ prefix. All users updated. 2011-10-27 02:59:45 +02:00
odc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
reiserfs.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
romfs.c * grub-core/fs/romfs.c (grub_romfs_mount): Fix a bug with labels going 2012-01-31 22:25:07 +01:00
sfs.c * docs/grub.texi (Filesystems): Mention SFS as Latin1 filesystem. 2011-12-25 22:39:56 +01:00
squash4.c * grub-core/fs/squash4.c (direct_read): Rename read to curread to 2012-02-10 12:17:40 +01:00
tar.c automake commit without merge history 2010-05-06 11:34:04 +05:30
udf.c * grub-core/fs/udf.c (grub_udf_partmap): Add packed attribute 2011-12-13 13:58:33 +01:00
ufs.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
ufs2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
xfs.c * grub-core/fs/xfs.c (grub_xfs_iterate_dir): Use grub_get_unaligned16 2011-12-13 02:02:38 +01:00