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