freebsd-dev/sbin/fsck_ifs
Adrian Chadd 5332f2e5d8 Pre-IFS commit. Commit IFS-aware fsck and mount utilities.
mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out
           and "ufs" replaced with "ifs" in the right places. It will only
           mount a single filesystem, rather than the -t <type> magic that
           our real mount does.

fsck_ifs:  repocopy of sbin/fsck_ffs, but the directory structure stuff
           (pass2 and some refcount checks) has been #ifdef'ed out.

src/sbin/Makefile: Build these two utilities

There is probably cruft code left in both which can be removed at a later
date, especially in mount_ifs, but I trust that people will not try
mount_ifs -a ..

Note: there are no man pages installed for these two commands as I haven't
actually written them yet.
2000-10-14 02:44:56 +00:00
..
dir.c If the lost+found directory is created by fsck, it will do a cacheino() 2000-07-24 19:50:20 +00:00
fsck_ifs.8 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fsck.h Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
fsutil.c .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget 2000-10-09 09:42:51 +00:00
inode.c Make a tighter test for valid inode numbers in getnextinode(). 2000-07-15 18:28:36 +00:00
main.c Pre-IFS commit. Commit IFS-aware fsck and mount utilities. 2000-10-14 02:44:56 +00:00
Makefile Pre-IFS commit. Commit IFS-aware fsck and mount utilities. 2000-10-14 02:44:56 +00:00
pass1.c Ensure that block and character devices as well as fifo's and sockets 2000-07-12 06:19:22 +00:00
pass1b.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
pass2.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
pass3.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
pass4.c Pre-IFS commit. Commit IFS-aware fsck and mount utilities. 2000-10-14 02:44:56 +00:00
pass5.c Teach fsck about snapshot files. These changes should have no 2000-07-06 02:03:11 +00:00
preen.c Reviewed by: rwatson, bp 2000-10-09 08:26:35 +00:00
setup.c Pre-IFS commit. Commit IFS-aware fsck and mount utilities. 2000-10-14 02:44:56 +00:00
utilities.c Some missed magic in the fsck wrapper commit which is required by other 2000-10-09 09:21:04 +00:00