aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
Commit message (Expand)AuthorAgeFilesLines
* Strip out bogus difference from when this came from NetBSD: transliteratingJuli Mallett2003-03-031-17/+1
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Straighten out a compound if() to improve readability marginally.Poul-Henning Kamp2002-12-171-1/+4
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* Give a meaningfull diagnostic when we cannot determine the filesystem type.Poul-Henning Kamp2002-10-311-1/+3
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-213-31/+31
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
* more file system > filesystemTom Rhodes2002-05-162-5/+5
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Replace __progname with the functionally identical but moreMark Murray2002-03-242-19/+14
* o __P removedWarner Losh2002-03-204-222/+67
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-1/+1
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* Update usage message with new options.Kirk McKusick2001-04-301-1/+1
* mdoc(7) police: update document date, sort xrefs, fix markup.Ruslan Ermilov2001-04-271-5/+11
* Add support for running foreground (-F) and background (-B) checks.Kirk McKusick2001-04-255-49/+219
* Don't make fsck go quite _that_ fast:Poul-Henning Kamp2001-04-071-1/+3
* mdoc(7) police: use .Nm instead of hardcoded name.Ruslan Ermilov2001-04-041-1/+3
* This change sanitizes the way fsck deals with pass numbers.Poul-Henning Kamp2001-03-304-61/+64
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-302-6/+6
* When trying to deduce the diskname from the name so we can runPoul-Henning Kamp2000-12-272-8/+13
* Use official API to <sys/queue.h> instead of groping around inside thePoul-Henning Kamp2000-12-271-17/+16
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.Ruslan Ermilov2000-11-181-2/+2
* We want the FreeBSD ID as the RCS ID, not the NetBSD one.David E. O'Brien2000-10-101-4/+3
* Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.Bruce Evans2000-10-101-2/+1
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,Adrian Chadd2000-10-092-0/+467
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0925-8129/+1004
* 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