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