| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-08 | Add some references, most of these were removed when we stopped building |  jsg | 1 | -3/+4 |
| 2021-01-27 | shuffle externs (and definitions) around to satisfy -fno-common |  deraadt | 2 | -41/+87 |
| 2020-07-13 | Both phase 1 and phase 5 need the cylinder group meta data, so save those |  otto | 5 | -32/+149 |
| 2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the |  otto | 6 | -22/+26 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -5/+5 |
| 2019-02-06 | Replace overlapping memcpy() with memmove() in getpathname(). |  millert | 1 | -3/+3 |
| 2018-09-24 | Use unveil(2). These programs fit together in various strange ways, |  deraadt | 2 | -3/+9 |
| 2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places |  millert | 1 | -7/+4 |
| 2018-01-05 | the value of bflag is a blockno, so use the proper type, avoids |  otto | 3 | -10/+11 |
| 2017-04-13 | fix wrongly indented lines |  jsg | 1 | -2/+2 |
| 2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while |  millert | 1 | -3/+8 |
| 2017-04-10 | Remove always false comparison: inosused type is ino_t, which is |  fcambus | 1 | -4/+2 |
| 2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by |  krw | 1 | -1/+3 |
| 2016-09-09 | Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) |  tb | 3 | -15/+13 |
| 2016-09-01 | better words for -b, wiyh help from jmc@ |  otto | 1 | -3/+12 |
| 2016-09-01 | better computation of location of alternate superblocks, based on info |  otto | 1 | -33/+24 |
| 2016-08-20 | fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3), |  tb | 1 | -4/+10 |
| 2015-12-10 | Remove NULL-checks before free(). ok tb@ |  mmcc | 1 | -3/+2 |
| 2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. |  deraadt | 2 | -6/+6 |
| 2015-11-23 | Cannot pledge() in the hotroot case |  deraadt | 1 | -3/+4 |
| 2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more |  deraadt | 1 | -1/+6 |
| 2015-10-15 | corrects pledge code for fsck_ffs and fsck_ext2fs |  semarie | 1 | -1/+6 |
| 2015-10-15 | fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that |  deraadt | 2 | -18/+18 |
| 2015-10-14 | Since the fsck_* programs now only handle one filesystem, this creates |  deraadt | 1 | -8/+14 |
| 2015-10-14 | Only accept one filesystem/device as argument for checking. Few people |  deraadt | 2 | -15/+23 |
| 2015-09-05 | snprintf+write --> dprintf |  guenther | 1 | -5/+4 |
| 2015-08-22 | spacing |  deraadt | 1 | -2/+2 |
| 2015-07-27 | document "F" in interactive mode, like for fsck.8; |  jmc | 1 | -2/+13 |
| 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 | 11 | -22/+19 |
| 2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ |  deraadt | 1 | -5/+1 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 11 | -37/+51 |
| 2014-10-14 | rely on reallocarray() to give us the overflow detection, rather than |  deraadt | 1 | -11/+7 |
| 2014-10-08 | trivial use of getreallocarray() |  deraadt | 1 | -3/+3 |
| 2014-09-06 | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; |  guenther | 9 | -46/+47 |
| 2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 1 | -2/+1 |
| 2014-05-29 | fsck should use the same values in checking as newfs does in creating |  krw | 1 | -6/+9 |
| 2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when |  krw | 1 | -11/+9 |
| 2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. |  krw | 3 | -6/+5 |
| 2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with |  krw | 1 | -15/+5 |
| 2014-05-09 | Modernize spelling. 'Mimick' -> 'Mimic' in comment. |  krw | 1 | -2/+2 |
| 2014-05-09 | Fix '-b' option to work with the superblock locations output by newfs |  krw | 3 | -30/+26 |
| 2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted |  guenther | 1 | -5/+6 |
| 2013-11-11 | incorrect %lld for an int |  deraadt | 1 | -2/+2 |
| 2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with |  krw | 1 | -4/+4 |
| 2013-11-03 | Add missing (long long) cast of variable, (long long) casts |  krw | 1 | -6/+8 |
| 2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use |  krw | 1 | -3/+3 |
| 2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t |  krw | 3 | -19/+26 |
| 2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 12 | -56/+56 |
| 2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ |  otto | 1 | -2/+3 |