NetBSD/sbin/fsck_lfs
dsl e69ce3e4bf Add a -q (quiet) option to print nothing for clean filesystems.
Support in fsck_ffs and stub in fsck_xxx.
Push a few more messages through pwarn() instead of printf() to ensure
disk name is shown.
2003-10-20 12:04:38 +00:00
..
Makefile Add working writing ability to fsck_lfs, including roll-forward, based on 2003-03-28 08:09:52 +00:00
bufcache.c Check inode free list tail pointer as well as head pointer, and write both 2003-03-31 19:56:59 +00:00
bufcache.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
dir.c fix NULL pointer pointer dereference in fileerror() when ino is NULL 2003-10-05 17:11:23 +00:00
extern.h use bounded string op 2003-07-13 08:05:58 +00:00
fsck.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
fsck_lfs.8 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
fsck_vars.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
inode.c make this work for big (ie. with indirect blocks) directories 2003-10-03 12:22:15 +00:00
lfs.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
lfs.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
main.c Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
pass0.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
pass1.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
pass2.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
pass3.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
pass4.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
pass5.c Add working writing ability to fsck_lfs, including roll-forward, based on 2003-03-28 08:09:52 +00:00
pass6.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
segwrite.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
segwrite.h Add working writing ability to fsck_lfs, including roll-forward, based on 2003-03-28 08:09:52 +00:00
setup.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 10:04:22 +00:00
utilities.c Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
vars.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
vnode.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
vnode.h Add working writing ability to fsck_lfs, including roll-forward, based on 2003-03-28 08:09:52 +00:00