summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
Commit message (Expand)AuthorAgeFilesLines
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-122-3/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Replace __progname with the documented, more acceptable and functionally iden...markm2002-03-241-5/+5
* o __P removedimp2002-03-2014-326/+169
* Remove 'register' keyword.obrien2002-03-2010-71/+71
* Spellingcharnier2001-12-111-1/+1
* Default to WARNS=2.obrien2001-12-041-1/+2
* Silence non-constant format string warnings by marking functionskris2001-08-192-4/+4
* Remove whitespace at EOL.dd2001-07-151-12/+12
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Add support for -F flag (trivial as background check is never possible).mckusick2001-04-251-1/+6
* mdoc(7) police: prepare for mdocNG.ru2001-04-161-1/+1
* Quoting from the email thrown around between kirk, bde and iedowse@..adrian2001-03-311-1/+5
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-152-4/+5
* Prepare for mdoc(7)NG.ru2000-12-181-4/+5
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.adrian2000-10-144-7/+13
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetadrian2000-10-091-1/+1
* Some missed magic in the fsck wrapper commit which is required by otheradrian2000-10-093-632/+692
* Reviewed by: rwatson, bpadrian2000-10-095-93/+95
* Format string fix.kris2000-10-061-1/+1
* If the lost+found directory is created by fsck, it will do a cacheino()mckusick2000-07-241-1/+5
* Make a tighter test for valid inode numbers in getnextinode().mckusick2000-07-151-2/+3
* Ensure that block and character devices as well as fifo's and socketsmckusick2000-07-121-0/+6
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-066-15/+121
* Yesterday I had to fix a badly broken disk, and found that fsck kept dying:mckusick2000-02-283-3/+4
* Fix the use of an uninitialized variable in the previous commit.peter2000-01-101-2/+2
* - Style/bde changes.peter2000-01-101-32/+38
* - Forgot to nuke hotroot completely.peter2000-01-101-1/+1
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedpeter1999-12-302-35/+63
* Make fsck even more char/blk dev tolerant.phk1999-11-272-18/+11
* Allow root-reloading also for chr devices.phk1999-11-271-44/+3
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
* Also check against chardevs when looking for root.phk1999-07-201-1/+3
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-0313-32/+91
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-0314-379/+556
* For large filesystems you can run past default resource limits causingmjacob1998-11-051-1/+7
* - Back out softupdate change that already existed in FreeBSD from V1.6,nate1998-09-231-3/+1
* 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
OpenPOWER on IntegriCloud