aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Don't allow special devices of type NODEV (NOUDEV as seen from kernel).Tor Egge2001-02-151-0/+5
* Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.Nik Clayton2001-02-121-2/+4
* Fsck_ffs did not properly range-check the inode 'di_size'Ian Dowse2001-01-312-3/+8
* The ffs superblock includes a 128-byte region for use by temporaryIan Dowse2001-01-152-4/+5
* Document fsck_ffs's new SIGINFO handler.Ian Dowse2001-01-031-0/+12
* Add a missing period and newline to a message.Poul-Henning Kamp2000-12-181-1/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-4/+5
* Add a simple SIGINFO handler to fsck_ffs. Shortly after receipt ofIan Dowse2000-12-159-0/+47
* added growfs(8) including ffsinfo(8) to the freebsd base systemThomas-Henning von Kamptz2000-12-091-1/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetAdrian Chadd2000-10-091-1/+1
* Some missed magic in the fsck wrapper commit which is required by otherAdrian Chadd2000-10-093-632/+692
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0911-224/+232
* Format string fix.Kris Kennaway2000-10-061-1/+1
* If the lost+found directory is created by fsck, it will do a cacheino()Kirk McKusick2000-07-241-1/+5
* Make a tighter test for valid inode numbers in getnextinode().Kirk McKusick2000-07-151-2/+3
* Ensure that block and character devices as well as fifo's and socketsKirk McKusick2000-07-121-0/+6
* Teach fsck about snapshot files. These changes should have noKirk McKusick2000-07-066-15/+121
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:Kirk McKusick2000-02-283-3/+4
* Fix the use of an uninitialized variable in the previous commit.Peter Wemm2000-01-101-2/+2
* - Style/bde changes.Peter Wemm2000-01-101-32/+38
* - Forgot to nuke hotroot completely.Peter Wemm2000-01-101-1/+1
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedPeter Wemm1999-12-302-35/+63
* 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
* 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