aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
Commit message (Expand)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-5/+5
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+2
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+5
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Use __printflike() and __dead2 instead of hard-coded gccisms.Bruce Evans2003-12-271-6/+4
* Garbage-collected hotroot, rawname() and unrawname() again. TheseBruce Evans2003-12-272-41/+0
* fsck_msdosfs/main.c:Bruce Evans2003-12-272-14/+0
* Bump WARNS level and add a '?' to WARNS=.Tom Rhodes2003-10-291-1/+1
* Remove redundant declaration of the perror() function, it's provided by stdio.h.Tom Rhodes2003-10-292-2/+0
* o Fix usage(): remove '-l', add missed '-f', sort.Maxim Konovalov2003-07-261-1/+1
* Remove references to the '-l' option in synopsis. The rest of theSimon L. B. Nielsen2003-07-261-2/+1
* Convert fsck and mount to using execvP to find fsck_foo and mount_foo.Gordon Tetlow2003-06-292-63/+7
* Back out previous delta to fix fsck on filesystems without an fstab entry,Juli Mallett2003-04-251-1/+23
* 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