| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-08 | minor formatting tweak: remove incorrect .Ar and garbage collect .Tn |  schwarze | 1 | -5/+3 |
| 2020-02-08 | ncheck was in v6 |  jsg | 1 | -2/+6 |
| 2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. |  deraadt | 1 | -3/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -5/+5 |
| 2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. |  bentley | 1 | -3/+3 |
| 2016-05-28 | Don't pledge before opendev() and ioctl DIOCGDINFO were called. |  tb | 1 | -4/+1 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 1 | -1/+4 |
| 2015-11-23 | ncheck_ffs may be invoked more simply as ncheck, |  jmc | 1 | -3/+8 |
| 2015-10-11 | Pledge that ncheck_ffs only uses "stdio" after opening the device. |  doug | 1 | -1/+5 |
| 2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ |  deraadt | 1 | -5/+5 |
| 2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or |  deraadt | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+4 |
| 2014-10-09 | fairly obvious reallocarray() conversion, where the size is recalculated |  deraadt | 1 | -6/+3 |
| 2014-07-09 | Oops. Forgot makefile ... |  krw | 1 | -1/+3 |
| 2014-07-09 | Enable specifying the filesystem of interest by the duid. |  krw | 1 | -6/+19 |
| 2014-05-27 | Where trying to pread() a single disk sector, the i/o must be for the |  krw | 1 | -9/+17 |
| 2014-05-24 | Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in |  krw | 1 | -20/+18 |
| 2014-05-22 | Nuke some trailing whitespace to shrink subsequent diffs. |  krw | 1 | -2/+2 |
| 2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with |  krw | 1 | -7/+5 |
| 2014-05-13 | Since this is limited to ffs, use ufsinfo_t instead of ino_t. |  guenther | 1 | -58/+68 |
| 2014-05-11 | replace realloc(p, N * M) with reallocarray(p, N, M) and remove some |  halex | 1 | -13/+5 |
| 2014-05-11 | struct direct's d_ino is no longer the same size as an ino_t, so copy it |  guenther | 1 | -2/+4 |
| 2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 1 | -8/+10 |
| 2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. |  schwarze | 1 | -3/+3 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 1 | -8/+8 |
| 2013-04-24 | pretty print bigger off_t |  deraadt | 1 | -12/+14 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-06-02 | snprintf returns int, not size_t. |  ray | 1 | -3/+4 |
| 2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 2 | -7/+8 |
| 2007-07-09 | correct a typo in an error message. |  thib | 1 | -5/+9 |
| 2007-06-29 | more daddr64_t changes; checked by otto |  deraadt | 1 | -3/+3 |
| 2007-06-01 | ufs1_daddr_t cleanup, okay otto@ |  pedro | 1 | -6/+6 |
| 2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib |  deraadt | 1 | -10/+10 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-21 | Add ffs2 support; some parts adapted from ffs2 dump changes in FreeBSD. |  millert | 1 | -69/+143 |
| 2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep |  pedro | 1 | -3/+3 |
| 2006-04-02 | use SEEK_* for lseek() |  deraadt | 1 | -4/+4 |
| 2005-11-12 | more asprintf; ok dhill@mindcry.org |  deraadt | 1 | -8/+3 |
| 2005-04-12 | handle snprintf potential -1 case |  deraadt | 1 | -4/+4 |
| 2004-08-08 | spacing |  deraadt | 1 | -3/+3 |
| 2003-11-21 | - standard SYNOPSIS |  jmc | 2 | -22/+22 |
| 2003-09-25 | realloc fixes; 3rd rev to make markus happier |  deraadt | 1 | -16/+27 |
| 2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes |  tedu | 1 | -17/+17 |
| 2003-07-29 | spaces |  deraadt | 1 | -4/+4 |
| 2003-06-11 | ansification |  deraadt | 1 | -3/+4 |
| 2003-06-04 | term 3 & 4 from tholo after permission |  deraadt | 2 | -13/+3 |
| 2003-06-03 | - section reorder |  jmc | 1 | -11/+29 |
| 2003-03-06 | Make fsdb(8) a little easier to find with some cross references. |  hugh | 1 | -2/+3 |
| 2003-02-07 | typos; |  jmc | 1 | -3/+3 |