Age | Commit message (Expand) | Author |
2024-09-15 | remove unused variables | Jonathan Gray |
2024-05-09 | ctime(3) and ctime_r(3) can fail when timestamps are way off. | Florian Obser |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-09 | Delete support for FFS filesystems before the in-inode symlink | Philip Guenther |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-08 | dump/fsck_ffs: convert two function definitions to ansi, missed | Theo Buehler |
2022-09-01 | Nuke comment about not using d_sbsize. | Kenneth R Westerback |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-27 | shuffle externs (and definitions) around to satisfy -fno-common | Theo de Raadt |
2020-07-13 | Both phase 1 and phase 5 need the cylinder group meta data, so save those | Otto Moerbeek |
2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the | Otto Moerbeek |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-02-06 | Replace overlapping memcpy() with memmove() in getpathname(). | Todd C. Miller |
2018-09-24 | Use unveil(2). These programs fit together in various strange ways, | Theo de Raadt |
2018-09-16 | Use user_from_uid(3) and group_from_gid(3) in a few more places | Todd C. Miller |
2018-01-05 | the value of bflag is a blockno, so use the proper type, avoids | Otto Moerbeek |
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 |