summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
AgeCommit message (Expand)Author
2023-07-05Revert "fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S)."riastradh
2023-07-04fsck_ffs(8): Fix whitespace issues.riastradh
2023-07-04fsck_ffs(8): Ensure A divides S before aligned_alloc(A, S).riastradh
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-03-27Apply this commit from FreeBSD:chs
2023-01-14Use %zu rather than %lu to print a size_t (should fix i386 build).kre
2023-01-14catch up with sign changes in the fs.hchristos
2023-01-08ufs: more signed/unsigned fixeschs
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2022-11-18Fix clearing of permissions when finding unexpected extended attributsmartin
2022-11-17Make the "non-zero exattr fields" message show the inode number.martin
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2022-07-25Fix misleading fsck_ffs messages about wapbl journal replay.dholland
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-04-19Enable the code to clean the extattr blockschristos
2020-04-18add NO_IOBUF_ALIGNED to not pull aligned_alloc() for really constrainedjdolecek
2020-04-17align buffers used for I/O to DEV_BSIZE so it's executed more optimallyjdolecek
2020-04-06Sync "common" declarations with ifdefs in header.martin
2020-04-06dion't define endian as well as try to declare it as a variable.mrg
2020-04-05Fix depenency on common symbols in sbin.joerg
2019-10-28inode.c needs -O0 for vaxchristos
2019-08-15fsck: Stop defining the same variable concurrently in bss and datakamil
2019-05-05Add a -z flag to zero out the up to 4 bytes of padding in directory entrychristos
2019-05-05simplify the endian byte-swapping code.christos
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-11-08"s/ are are / are /" in comment. No functional change.msaitoh
2018-10-05Add a test for duplicate inodes on the persistent snapshot list.hannken
2018-06-11Restore the MKGROFF=bo MKCXX=yes buildkamil
2018-02-13Treat an inode with "mode == 0" and "blocks != 0" as partially allocatedhannken
2017-02-08__empty -> __nothingrin
2017-02-08use __emptychristos
2017-02-08Add smaller versions of fsck_ffs(8) and newfs(8) for install media, whererin
2017-02-07Do not compile in progress.c when SMALLPROG is defined.rin
2016-09-11Document the version fsck_ffs first appeared.sevan
2016-03-23-O0 for pass1.c and vaxchristos
2015-06-16a few more \n's in errorschristos
2015-06-16fix error messages containing \nchristos
2014-07-05Reorg docs, part 3:dholland
2014-07-05Rework /usr/share/doc.dholland
2014-04-05Iterate over fields of struct seperately to avoid warnings from pedantic comp...justin
2013-12-02Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).bouyer
2013-10-19fix unused variable warnings.christos
2013-06-23Stick ffs_ in front of the following macros:dholland
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-23fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()dholland
2013-06-19blkoff() -> ffs_blkoff() stragglersdholland
2013-06-19Rename ambiguous macros:dholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2013-01-06Show pass1 SIGINFO output on stderr like other passes, not on stdout.riastradh