aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
Commit message (Expand)AuthorAgeFilesLines
* Make fsck even more char/blk dev tolerant.Poul-Henning Kamp1999-11-272-18/+11
* Allow root-reloading also for chr devices.Poul-Henning Kamp1999-11-271-44/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2813-13/+13
* Also check against chardevs when looking for root.Poul-Henning Kamp1999-07-201-1/+3
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-0313-32/+91
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-0314-379/+556
* These shouldn't have been checked in here..Julian Elischer1998-12-022-406/+0
* This commit was generated by cvs2svn to compensate for changes in r41461,Julian Elischer1998-12-022-0/+406
|\
| * Latest version of fsck from the folks at EX-CSRG specifically Kirk Mckusick.Julian Elischer1998-12-0217-345/+1196
| * Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.Peter Wemm1997-03-1115-0/+5143
* For large filesystems you can run past default resource limits causingMatt Jacob1998-11-051-1/+7
* - Back out softupdate change that already existed in FreeBSD from V1.6,Nate Williams1998-09-231-3/+1
* Use explicitly sized types when laying out the cylinder groups. ThisDoug Rabson1998-08-151-6/+6
* There seem to be two messages that were added with soft-updatesPoul-Henning Kamp1998-08-041-3/+3
* Avoid trying to malloc > (1<<32) bytes of memory due to an arithmeticDoug Rabson1998-08-011-2/+2
* Restored rev.1.11, which I somehow clobbered in rev.1.12.Bruce Evans1998-07-061-1/+4
* Fixed printf format errors.Bruce Evans1998-06-285-21/+22
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-1513-60/+79
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)Julian Elischer1998-06-051-1/+1
* Guess the position of the drive number in the device name better soBruce Evans1998-04-071-6/+7
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-089-48/+152
* If numdirs is zero, print a helpful message instead of divding by zero later.Poul-Henning Kamp1998-03-041-0/+4
* opt_diagnostic.h isn't needed anymore.John Hay1998-02-061-7/+2
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.John Hay1998-02-051-2/+7
* Guard against a block size of 0 in the label. When the firstBruce Evans1998-01-191-0/+5
* Fixed overflow in chkrange(). Some out of bounds block numbers,Bruce Evans1997-12-211-1/+1
* Fixed style bugs in the printing of statistics after preening. UseBruce Evans1997-12-201-15/+16
* Don't attempt to print the statistics for a "clean" preened filesystemBruce Evans1997-12-201-1/+1
* patch up some "int *" vs. "time_t *" (long) mismatches. They could bePeter Wemm1997-03-181-2/+4
* Restore check for ridiculous directory sizes.Peter Wemm1997-03-181-2/+2
* Kill the Lite2 early "filesystem clean abort" check and go back toPeter Wemm1997-03-132-8/+6
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-124-10/+4
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-122-14/+11
* Finished (?) merging with Lite2: cleaned up #include mess and fixed aBruce Evans1997-03-121-3/+1
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-3/+2
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-7/+1
* Restored lost reference to fsdb(8).Bruce Evans1997-03-121-1/+2
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-1115-464/+613
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Sort cross references.Wolfram Schneider1997-01-131-1/+2
* Submitted by: Archie@whistle.comJulian Elischer1996-11-131-1/+9
* Don't give up just because we cant find the blkdev that correspondsPoul-Henning Kamp1996-10-271-2/+3
* Allow the specification of a mountpoint, and resolve it s disk deviceJoerg Wunsch1996-10-251-1/+16
* Fix the case where fsck would not see sparse directories and the kernel wouldGuido van Rooij1996-10-086-2/+78
* ts_sec -> tv_secNate Williams1996-09-201-2/+2
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-142-4/+4
* From: Terry Lambert <terry@lambert.org>Nate Williams1996-05-091-1/+11
* Correct some man page cross references and some fileMike Pritchard1996-02-051-1/+0
* Remove unneeded ctype.hAndrey A. Chernov1995-10-232-2/+0