NetBSD/usr.sbin/fstyp
mrg cb93b81028 add support for new GCC 9 warnings that may be too much to fix
right now.  new address-of-packed-member and format-overflow
warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd
GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.

apply to a bunch of the tree.  mostly, these are real bugs that
should be fixed, but in many cases, only by removing the 'packed'
attribute from some structure that doesn't really need it.  (i
looked at many different ones, and while perhaps 60-80% were
already properly aligned, it wasn't clear to me that the uses
were always coming from sane data vs network alignment, so it
doesn't seem safe to remove packed without careful research for
each affect struct.)  clang already warned (and was not erroring)
for many of these cases, but gcc picked up dozens more.
2020-09-06 07:20:26 +00:00
..
Makefile add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
apfs.c fstyp: Add APFS support 2019-12-27 11:15:06 +00:00
cd9660.c
exfat.c usr.sbin/fstyp: Fix -Werror=conversion error. 2020-02-08 12:56:56 +00:00
ext2fs.c
fstyp.8 Try fixing a sentence. 2020-01-01 20:11:44 +00:00
fstyp.c Recognize wedges and device mapper volumes as "disk". 2020-01-03 07:50:58 +00:00
fstyp.h fstyp: Cleanup and minor sync up with FreeBSD/DragonFlyBSD 2020-01-01 09:08:52 +00:00
hammer.c fstyp: Use strlcpy(3) for HAMMER1 2020-01-15 15:30:46 +00:00
hammer2.c fstyp: Fix incorrect pfs_type test for HAMMER2 inode 2020-08-14 18:35:57 +00:00
hammer2_disk.h fstyp: Add HAMMER1/2 support 2020-01-01 08:56:41 +00:00
hammer_disk.h fstyp: Add HAMMER1/2 support 2020-01-01 08:56:41 +00:00
hfsplus.c fstyp: Add HFS+ support 2019-12-27 11:06:23 +00:00
msdosfs.c
msdosfs.h
ntfs.c fstyp: Use iconv(3) to convert NTFS vol labels correctly 2019-12-28 08:22:30 +00:00
ufs.c
zfs.c