| 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-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 |
| 2020-04-17 | align buffers used for I/O to DEV_BSIZE so it's executed more optimally | jdolecek |
| 2017-02-08 | Add smaller versions of fsck_ffs(8) and newfs(8) for install media, where | rin |
| 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-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 | Rename ambiguous macros: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-02-04 | Centralize time printing and deal with ctime possibly returning NULL. | christos |
| 2009-04-11 | fix sign-compare issues | lukem |
| 2008-10-09 | Disable userid to username lookups by default. Add a -U flag to perform them. | christos |
| 2008-07-08 | Fix funny whitespace in a variable assignment. | simonb |
| 2008-02-23 | Make sure that the exit values are always sane, and use symbolic instead | christos |
| 2007-04-12 | apply revision 1.31 yet again: | chs |
| 2006-04-21 | Don't use cast expressions as lvalues as newer versions of gcc warn. | skrll |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-27 | sprinkle const. | christos |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-04-30 | Remove stray " I" from message. | christos |
| 2005-04-30 | Dammit, get rid of the debugging abort() calls. It is no fun to have a broken | christos |
| 2005-01-20 | whitespace (pointed out by wiz@) | xtraeme |
| 2005-01-19 | Kill __P(), ANSIfy and WARNS=2 | xtraeme |
| 2004-10-08 | when allocating inodes, such as for the lost+found directory, | dbj |
| 2004-07-20 | Reduce memory usage slightly. | mycroft |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-04-26 | fix 64bit bug in chkrange() | dbj |
| 2004-01-03 | fix logic for handling symlinks in inodes when isappleufs | dbj |
| 2004-01-03 | when doing both -c 2 and -B, swap the blocks listed in the inode | dbj |
| 2004-01-03 | fix paste-o in previous commit | dbj |
| 2004-01-03 | fix bugs with unsigned comparison ofs fs_maxsymlinklen | dbj |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-13 | use bounded string op | itojun |
| 2003-04-08 | Swap the right blocks in an inode in the byteswapping case. | fvdl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2002-09-28 | Add support for the Apple UFS variation on ffs | dbj |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 1999-12-12 | - ARGH /brick fvdl | christos |
| 1999-11-15 | Changes for softdep code. | fvdl |
| 1999-09-06 | make sure that we don't try to allocate negative memory when blks == 0. | christos |
| 1998-10-23 | Use DINODE_SIZE rather than sizeof(struct dinode) and/or pointer arithmetic. | thorpej |
| 1998-07-28 | __AUDIT__ cleanup. | mycroft |