summaryrefslogtreecommitdiffstats
path: root/sbin/fsck
Commit message (Expand)AuthorAgeFilesLines
* Use explicitly sized types when laying out the cylinder groups. Thisdfr1998-08-151-6/+6
* There seem to be two messages that were added with soft-updatesphk1998-08-041-3/+3
* Avoid trying to malloc > (1<<32) bytes of memory due to an arithmeticdfr1998-08-011-2/+2
* Restored rev.1.11, which I somehow clobbered in rev.1.12.bde1998-07-061-1/+4
* Fixed printf format errors.bde1998-06-285-21/+22
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-1513-60/+79
* Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-051-1/+1
* Guess the position of the drive number in the device name better sobde1998-04-071-6/+7
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-089-48/+152
* If numdirs is zero, print a helpful message instead of divding by zero later.phk1998-03-041-0/+4
* opt_diagnostic.h isn't needed anymore.jhay1998-02-061-7/+2
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.jhay1998-02-051-2/+7
* Guard against a block size of 0 in the label. When the firstbde1998-01-191-0/+5
* Fixed overflow in chkrange(). Some out of bounds block numbers,bde1997-12-211-1/+1
* Fixed style bugs in the printing of statistics after preening. Usebde1997-12-201-15/+16
* Don't attempt to print the statistics for a "clean" preened filesystembde1997-12-201-1/+1
* patch up some "int *" vs. "time_t *" (long) mismatches. They could bepeter1997-03-181-2/+4
* Restore check for ridiculous directory sizes.peter1997-03-181-2/+2
* Kill the Lite2 early "filesystem clean abort" check and go back topeter1997-03-132-8/+6
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-124-10/+4
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-122-14/+11
* Finished (?) merging with Lite2: cleaned up #include mess and fixed abde1997-03-121-3/+1
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-3/+2
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-7/+1
* Restored lost reference to fsdb(8).bde1997-03-121-1/+2
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-1115-464/+613
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Sort cross references.wosch1997-01-131-1/+2
* Submitted by: Archie@whistle.comjulian1996-11-131-1/+9
* Don't give up just because we cant find the blkdev that correspondsphk1996-10-271-2/+3
* Allow the specification of a mountpoint, and resolve it s disk devicejoerg1996-10-251-1/+16
* Fix the case where fsck would not see sparse directories and the kernel wouldguido1996-10-086-2/+78
* ts_sec -> tv_secnate1996-09-201-2/+2
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-142-4/+4
* From: Terry Lambert <terry@lambert.org>nate1996-05-091-1/+11
* Correct some man page cross references and some filempp1996-02-051-1/+0
* Remove unneeded ctype.hache1995-10-232-2/+0
* Remove trailing whitespace.rgrimes1995-05-309-16/+16
* Update declaration to match the change made to dir.c a few hours ago.bde1995-04-021-1/+1
* Submitted by: Philippe Charnier <charnier@lirmm.fr>, distilled by bdebde1995-04-022-2/+3
* Submitted by: phk, added to by bdebde1995-04-0213-71/+257
* Remove reference to fsdb(8). We don't have it.phk1995-03-171-1/+0
* Slight change of wording on clean flag not set message to appease somedg1995-02-151-1/+1
* >The fix for the missing ".." in the root directory is enclosed below.dg1995-02-151-2/+5
* Don't allow the alternate superblock block number for one file systembde1995-02-091-0/+2
* Woops, last patch was by Wolfgang Solfrank.dg1994-09-091-1/+1
* Two fixes from the NetBSD group (Charles Hannum):dg1994-09-092-7/+15
* Better support for clean bit: prompt the user to fix it if it's wrongdg1994-08-212-2/+10
* Added filesystem clean bit support. This only affects fsck during adg1994-08-203-2/+28
OpenPOWER on IntegriCloud