| 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-01-08 | ufs: more signed/unsigned fixes | chs |
| 2023-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2020-04-17 | align buffers used for I/O to DEV_BSIZE so it's executed more optimally | jdolecek |
| 2018-10-05 | Add a test for duplicate inodes on the persistent snapshot list. | hannken |
| 2017-02-08 | Add smaller versions of fsck_ffs(8) and newfs(8) for install media, where | rin |
| 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 | 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 |
| 2012-01-29 | use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). | nonaka |
| 2011-08-14 | WARNS=4 | christos |
| 2011-06-09 | share more code. | christos |
| 2011-03-20 | initialise memory allocated for uquot_user_hash & uquot_group_hash. | bouyer |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-01-31 | Skip handling of APPLEUFS_LABEL if it is smaller than a device block. | mlelstv |
| 2009-09-27 | Restore changes from 1.86 and 1.87 after commit of 1.88. | bouyer |
| 2009-09-13 | Do some basic checks of the WAPBL journal, to abort the boot before the | bouyer |
| 2009-04-07 | fix a logic error in the previous, as point out by frank kardel. | mrg |
| 2009-03-25 | don't ignore "fsck -f" when given with "-p" on a wapbl filesystem. | mrg |
| 2009-02-25 | don't copy the address of a pointer. Noticed by Anon Ymous | christos |
| 2008-08-30 | Add fss(4) snapshot support to fsck_ffs(8) (via -x or -X options, like | bouyer |
| 2008-07-31 | Merge the simonb-wapbl branch. From the original branch commit: | simonb |
| 2008-02-23 | Make sure that the exit values are always sane, and use symbolic instead | christos |
| 2007-08-22 | Avoid zero-divides from Anon Ymous | christos |
| 2006-08-26 | - Deal with wedges and the new disk geometry structures, instead of using | christos |
| 2006-03-17 | Check for allocation failures in malloc, calloc, realloc, asprintf, and | rumble |
| 2005-06-27 | sprinkle const. | christos |
| 2005-06-02 | for ufs2, assume FS_44INODEFMT | dbj |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-01-19 | Kill __P(), ANSIfy and WARNS=2 | xtraeme |
| 2004-10-29 | Rewrite getdisklabelpart() to avoid problems with isdigit(*ch_ptr) and | dsl |
| 2004-04-14 | add support for downgrading a filesystem fslevel from 4 to 3 | dbj |
| 2004-04-14 | set fs_old_nrpos to 1 when doing -c4 upgrade. | dbj |
| 2004-04-12 | fix whitespace in debug printf | dbj |
| 2004-03-21 | Don't use an ffsv1 superblock from 64k (SBLOCK_UFS2) when looking | dsl |
| 2004-01-20 | don't calculate fake superblock used for finding alternate superblocks | dbj |
| 2004-01-12 | change the message "COVERTING TO FFSv2 SUPERBLOCK" to | dbj |
| 2004-01-10 | - some KNF (80 cols) | mrg |
| 2004-01-09 | use %#llx instead of %llx when printing incorrect qfmask or qbmask | dbj |
| 2004-01-09 | do not upgrade superblock or set FS_FLAGS_UPDATED unless -c 4 option | dbj |
| 2004-01-02 | add uuid field to apple ufs volume label | dbj |
| 2003-10-20 | Add a -q (quiet) option to print nothing for clean filesystems. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-11 | Correctly detect a UFS1 file system of non-native endian. | enami |
| 2003-04-06 | Write update some old fields when writing the superblock, similar to | fvdl |