summaryrefslogtreecommitdiffstats
path: root/sbin/fsck/fsck.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-103/+91
| | | | | skipping code that overrides ours sooner. One should be eliminated, but for now it works.
* Fix the case where fsck would not see sparse directories and the kernel wouldguido1996-10-081-0/+1
| | | | | | | panic. If such a thing is fixed fsck needs a rerun (and bugs the user to do so). Reviewed by: Kirk McKusick
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-2/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Update declaration to match the change made to dir.c a few hours ago.bde1995-04-021-1/+1
|
* Submitted by: phk, added to by bdebde1995-04-021-7/+83
| | | | Fix all the warnings from `gcc -Wall'.
* Added filesystem clean bit support. This only affects fsck during adg1994-08-201-0/+1
| | | | | | | preen (-p), and in that case the filesystem is skipped if it is clean. A new flag "-f" for 'force' has been added which basically gives back the old behavior of checking all the filesystems all the time. This very closely models the behavior of SunOS and Ultrix.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+215
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud