freebsd-dev/sbin/fsck_ffs
Kirk McKusick 7c332e97bb Ask to look for alternate UFS2 superblocks when the standard one is unusable.
This feature was inadvertently lost in commit c0bfa109b9.
2022-07-20 22:52:10 -07:00
..
dir.c Eliminate an unnecessary rerun request in fsck_ffs. 2021-09-22 16:20:19 -07:00
ea.c [skip ci] correct a few SPDX license tags 2021-07-07 13:52:20 -06:00
fsck_ffs.8
fsck.h Clean up comments in fsck.h. 2022-05-10 16:06:15 -07:00
fsutil.c Ask to look for alternate UFS2 superblocks when the standard one is unusable. 2022-07-20 22:52:10 -07:00
gjournal.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
globs.c Have fsck_ffs(8) properly correct superblock check-hash failures. 2022-02-04 11:47:48 -08:00
inode.c Properly specify the level of indirect block being looked up. 2022-05-05 16:58:03 -07:00
main.c fsck_ffs(8): Fix a typo in a source code comment 2022-04-09 14:38:00 +02:00
Makefile
Makefile.depend
pass1.c Ensure that files with no allocated blocks are trimmed to zero length. 2021-05-11 14:52:26 -07:00
pass1b.c Fix fsck_ffs Pass 1b error exit "bad inode number 256 to nextinode". 2021-05-19 14:39:24 -07:00
pass2.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass3.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass4.c Rewrite the disk I/O management system in fsck_ffs(8). Other than 2021-01-07 15:03:15 -08:00
pass5.c Use proper type (ino_t) for inode numbers to avoid improper sign extention 2020-10-25 21:04:07 +00:00
setup.c Ensure that fsck(8) / fsck_ffs(8) produces the correct exit code 2022-03-16 11:37:15 -07:00
suj.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
utilities.c