freebsd-dev/sbin/fsck_ffs
Bruce Evans 2d187af5d6 Don't attempt to print the statistics for a "clean" preened filesystem
when there isn't even a filesystem.  Attempting to print them tended
to cause SIGSEGV or SIGFPE depending on how far setup() got before it
returned 0.  This was broken in the previous revision by removing a
return statement that the previous case depended on falling into.

PR:	4840 (fixed by this commit)
PR:	2537 (possibly fixed by Lite2 merge and later changes.  setup()
	      does more checking now)
1997-12-20 21:36:58 +00:00
..
SMM.doc Fix the case where fsck would not see sparse directories and the kernel would 1996-10-08 14:54:53 +00:00
dir.c Finished (?) merging with Lite2: cleaned up #include mess. 1997-03-12 16:49:28 +00:00
fsck_ffs.8 Restored lost reference to fsdb(8). 1997-03-12 16:35:26 +00:00
fsck.h Merge from Lite2. Note that Lite2 has it's own filesystem clean check 1997-03-11 12:20:21 +00:00
inode.c patch up some "int *" vs. "time_t *" (long) mismatches. They could be 1997-03-18 20:02:18 +00:00
main.c Don't attempt to print the statistics for a "clean" preened filesystem 1997-12-20 21:36:58 +00:00
Makefile Merge from Lite2. Note that Lite2 has it's own filesystem clean check 1997-03-11 12:20:21 +00:00
pass1.c Restore check for ridiculous directory sizes. 1997-03-18 19:53:54 +00:00
pass1b.c Merge from Lite2. Note that Lite2 has it's own filesystem clean check 1997-03-11 12:20:21 +00:00
pass2.c Finished (?) merging with Lite2: cleaned up #include mess. 1997-03-12 17:01:11 +00:00
pass3.c Merge from Lite2. Note that Lite2 has it's own filesystem clean check 1997-03-11 12:20:21 +00:00
pass4.c Merge from Lite2. Note that Lite2 has it's own filesystem clean check 1997-03-11 12:20:21 +00:00
pass5.c Finished (?) merging with Lite2: cleaned up #include mess. 1997-03-12 17:01:11 +00:00
preen.c Finished (?) merging with Lite2: cleaned up #include mess. 1997-03-12 16:58:35 +00:00
setup.c Kill the Lite2 early "filesystem clean abort" check and go back to 1997-03-13 15:37:23 +00:00
utilities.c Finished (?) merging with Lite2: cleaned up #include mess. 1997-03-12 17:01:11 +00:00