NetBSD/sbin/fsck_ffs
lukem f937c412f3 bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable
	CC_WNO_ADDRESS_OF_PACKED_MEMBER
with options for both clang and gcc, to replace
	CLANG_NO_ADDR_OF_PACKED_MEMBER
	CC_NO_ADDR_OF_PACKED_MEMBER
	GCC_NO_ADDR_OF_PACKED_MEMBER

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 08:52:53 +00:00
..
SMM.doc
Makefile bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER 2023-06-03 08:52:53 +00:00
Makefile.common
dir.c
extern.h Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
fsck.h catch up with sign changes in the fs.h 2023-01-14 12:12:50 +00:00
fsck_ffs.8 Restore backward compatibility of UFS2 with previous NetBSD releases by 2022-11-17 06:40:38 +00:00
inode.c Use %zu rather than %lu to print a size_t (should fix i386 build). 2023-01-14 17:01:10 +00:00
main.c ufs: fixed signed/unsigned bugs affecting large file systems 2023-01-07 19:41:29 +00:00
pass1.c ufs: fixed signed/unsigned bugs affecting large file systems 2023-01-07 19:41:29 +00:00
pass1b.c ufs: fixed signed/unsigned bugs affecting large file systems 2023-01-07 19:41:29 +00:00
pass2.c Apply this commit from FreeBSD: 2023-03-27 22:53:37 +00:00
pass3.c
pass4.c catch up with sign changes in the fs.h 2023-01-14 12:12:50 +00:00
pass5.c ufs: more signed/unsigned fixes 2023-01-08 05:25:24 +00:00
pass6.c
quota2.c
setup.c ufs: more signed/unsigned fixes 2023-01-08 05:25:24 +00:00
utilities.c catch up with sign changes in the fs.h 2023-01-14 12:12:50 +00:00
wapbl.c Fix misleading fsck_ffs messages about wapbl journal replay. 2022-07-25 05:15:08 +00:00