Age | Commit message (Expand) | Author |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while | Todd C. Miller |
2017-04-10 | Remove always false comparison: inosused type is ino_t, which is | Frederic Cambus |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-09-09 | Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) | Theo Buehler |
2016-09-01 | better words for -b, wiyh help from jmc@ | Otto Moerbeek |
2016-09-01 | better computation of location of alternate superblocks, based on info | Otto Moerbeek |
2016-08-20 | fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3), | Theo Buehler |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-24 | hotroot is calculated late in fsck_ffs, so defer the pledge. | Theo de Raadt |
2015-11-23 | Cannot pledge() in the hotroot case | Theo de Raadt |
2015-11-23 | Use pledge "disklabel" as needed. The theory here is these tools become more | Theo de Raadt |
2015-10-15 | corrects pledge code for fsck_ffs and fsck_ext2fs | Sebastien Marie |
2015-10-15 | fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that | Theo de Raadt |
2015-10-14 | Since the fsck_* programs now only handle one filesystem, this creates | Theo de Raadt |
2015-10-14 | Only accept one filesystem/device as argument for checking. Few people | Theo de Raadt |
2015-09-05 | snprintf+write --> dprintf | Philip Guenther |
2015-08-22 | spacing | Theo de Raadt |
2015-07-27 | document "F" in interactive mode, like for fsck.8; | Jason McIntyre |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-19 | remove #ifndef #define blocks trying to handle lack of BUFSIZ | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-14 | rely on reallocarray() to give us the overflow detection, rather than | Theo de Raadt |
2014-10-08 | trivial use of getreallocarray() | Theo de Raadt |
2014-09-06 | inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t; | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-09 | Modernize spelling. 'Mimick' -> 'Mimic' in comment. | Kenneth R Westerback |
2014-05-09 | Fix '-b' option to work with the superblock locations output by newfs | Kenneth R Westerback |
2013-11-22 | Kirk was being waaaay too chummy with the compiler when he trusted | Philip Guenther |
2013-11-11 | incorrect %lld for an int | Theo de Raadt |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-03 | Add missing (long long) cast of variable, (long long) casts | Kenneth R Westerback |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-25 | big int_t/time_t fixes; ok deraadt@ krw@ | Otto Moerbeek |
2013-04-24 | pretty print bigger off_t | Theo de Raadt |
2013-02-11 | Xr scan_ffs 8; requested by Scott McEachern | Jason McIntyre |
2011-05-08 | Small memory optimization from NetBSD; ok krw@ millert@ | Otto Moerbeek |
2011-05-02 | Remove unused variable | Charles Longeau |
2011-04-24 | remove support for (very) old ffs on-disk formats; ok krw@ and no | Otto Moerbeek |
2011-04-16 | Blend in some code from netbsd and freebsd that reduces memory consumption | Otto Moerbeek |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-07-09 | kill redundant docheck() function; ok deraadt@ | Otto Moerbeek |
2010-07-09 | Avoid crashes by using correct types for block numbers, which can grow | Otto Moerbeek |