aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-29/+25
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+0
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-1/+15
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-045-50/+42
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | Recommit r274750.Warner Losh2014-11-211-29/+25
* | | | | Back our r274750 until discussions on proper fix are over.Warner Losh2014-11-201-25/+29
* | | | | Use geom attribute "PART::type" to determine partition type and chooseAndrey V. Elsukov2014-11-201-29/+25
| |_|_|/ |/| | |
* | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
| |_|/ |/| |
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* | | If called without -T or -t, fsck attempts to detect theTom Rhodes2014-05-231-1/+13
| |/ |/|
* | Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-214-13/+13
* | sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-214-38/+30
|/
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-042-3/+3
* Add new option -c to specify alternatve location of the /etc/fstabMaxim Sobolev2011-10-252-2/+16
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Note that foreground fsck should be run after a filesystem related panic.Kirk McKusick2010-07-221-0/+11
* Fix minor resource leak in a function which was introduced by changing anAlexander Leidinger2009-11-201-1/+3
* Add the '-C' "check clean" flag. If the FS is marked clean, skip fileDavid E. O'Brien2009-01-303-4/+13
* 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