Go to file
cgd 5f6a15bcbe implement a 'force check' flag, '-f'. I used the SunOS name, but the Digital
semantics.  now:
	(1) dirty file systems will always be checked; nothing new there.
	(2) if not '-f' clean file systems will _NEVER_ be checked,
		i.e. they won't be checked even if -p isn't specified.  This
		allows one to 'fsck -p ; fsck' to preen, then clean up
		anything that 'fsck -p' barfs on, without waiting for the
		clean file systems to be checked again.
	(3) if '-f' clean file systems will ALWAYS be checked.  This
		allows people to put 'fsck -fp' into /etc/rc on systems
		where they're leery of the FS clean flag state, need
		the extra reliability, and can afford time 'wasted'
		in checks.
The assumption made here is that if a file system is marked clean, it
_IS CLEAN_, really, and shouldn't be checked unless fsck is explicitly
told to (with -f).  This should be a valid assumption, but may not be in
the presence of file system bugs.  Documentation updated to note '-f'.
1995-07-12 01:49:16 +00:00
bin Relocate pointers after re-allocation of the job table. 1995-07-04 16:26:45 +00:00
distrib Did the checkflist thing... 1995-07-07 17:03:01 +00:00
etc Include kernels GENERIC, DISKLESS in binary snapshots. 1995-07-07 16:05:20 +00:00
games fix path of mail reader 1995-07-03 19:44:30 +00:00
gnu on i386, use VM_MAXUSER_ADDRESS for kernel_start, since the real 1995-07-08 01:55:54 +00:00
include Declare h_error as suggested by PR #1065 and done by many other systems. 1995-07-03 22:59:12 +00:00
lib Deal with crash dumps again. 1995-07-05 18:41:25 +00:00
libexec Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182). 1995-07-09 00:30:11 +00:00
regress just include stdlib.h to get malloc proto. 1995-04-29 05:44:35 +00:00
sbin implement a 'force check' flag, '-f'. I used the SunOS name, but the Digital 1995-07-12 01:49:16 +00:00
share add wt(4) 1995-07-11 02:04:57 +00:00
sys Use -O2 1995-07-11 21:28:38 +00:00
usr.bin fix bug pointed out by Dennis Ferguson <dennis@mci.net>. if hold space null 1995-07-11 04:09:50 +00:00
usr.sbin spray(8) manpage, from Jim Jegers. 1995-07-11 01:18:05 +00:00
Makefile work in the face of a /usr/src/obj directory 1995-02-26 01:10:19 +00:00