freebsd-dev/sbin/fsck_ffs
Kirk McKusick 15fca934f6 Add support for the -F flag which determines whether a specified
filesystem needs foreground checking (usually at boot time) or
can defer to background checking (after the system is up and running).
See the manual page, fsck_ffs(8), for details on the -F and -B options.
These options are primarily intended for use by the fsck front end.

All output is directed to stdout so that the output is coherent
when redirected to a file or a pipe. Unify the code with the fsck
front end that allows either a device or a mount point to be
specified as the argument to be checked.
2001-04-24 22:38:08 +00:00
..
SMM.doc Preceed/preceeding are not english words. Use precede or preceding. 2001-02-18 10:25:42 +00:00
dir.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
fsck_ffs.8 Add support for the -F flag which determines whether a specified 2001-04-24 22:38:08 +00:00
fsck.h Add support for the -F flag which determines whether a specified 2001-04-24 22:38:08 +00:00
fsutil.c Add support for the -F flag which determines whether a specified 2001-04-24 22:38:08 +00:00
inode.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
main.c Add support for the -F flag which determines whether a specified 2001-04-24 22:38:08 +00:00
Makefile - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:33:27 +00:00
pass1.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
pass1b.c Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of 2000-12-15 14:23:55 +00:00
pass2.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
pass3.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
pass4.c Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt of 2000-12-15 14:23:55 +00:00
pass5.c Minor background cleanups: 2001-04-16 22:22:21 +00:00
preen.c Additions to run checks on live filesystems. This change will not 2001-03-21 09:48:03 +00:00
setup.c In fsdb, call sblock_init() which is now necessary to initialise 2001-04-23 21:39:14 +00:00
utilities.c Add support for the -F flag which determines whether a specified 2001-04-24 22:38:08 +00:00