summaryrefslogtreecommitdiffstats
path: root/sbin/fsck (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-8/+8
* Use unveil(2). These programs fit together in various strange ways,deraadt2018-09-243-9/+25
* Use pledge "disklabel" as needed. The theory here is these tools become morederaadt2015-11-231-1/+4
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-4/+1
* do not need non-NULL-check before free(p), other minor refactoringderaadt2015-05-292-10/+9
* remove duplicate assignments; from Benjamin Baierderaadt2015-05-291-4/+1
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+6
* Fix cut & pasto in warning message; from Andre Smaginmillert2015-03-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-163-8/+8
* trivial replacement with reallocarray()deraadt2014-10-171-2/+2
* replace internal erealloc() with ereallocarray(), and then use it toderaadt2014-10-083-7/+7
* -N for SYNOPSIS and usage(), and some small changes to previous;jmc2014-07-132-8/+6
* Intorduce the same -N flag that mount(8) just got to do the sameclaudio2014-07-132-7/+48
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-2/+2
* Xr scan_ffs 8; requested by Scott McEachernjmc2013-02-111-3/+4
* make "fsck -p" respect fs_passno > 2, as implied by the manual. This canckuethe2010-11-291-6/+9
* Try to determine file system type using readlabelfs(3) if fsck is givenjsing2010-11-171-2/+2
* Print the real device name followed by the disklabel UID in parenthesisjsing2010-08-122-10/+19
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-16/+3
* add missing [-b block#] to the usage of fsck(8)sobrado2007-10-201-3/+3
* an usage message should fit on a 80-column displaysobrado2007-10-201-5/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedfkr2007-05-121-2/+1
* +.Xr fsck_vnd 8 ,jmc2007-04-141-1/+2
* silence fsck_{e2fs,ffs} when being put to work on non-existing filenamesgrunk2007-02-171-6/+4
* revert a part of last commit causes newlinethib2006-05-281-3/+4
* newline fix + s/perror/xperror since we arethib2006-05-272-10/+9
* Document 'F' as an answer to fsck, okay deraadt@ jolan@pedro2006-03-301-1/+12
* NetBSD Coverity CID 1745: Fix memory leak.dhill2006-03-201-2/+4
* Accept and pass through -b option for fsck_ffs and fsck_ext2fsmillert2005-11-212-5/+20
* use snprintf; ok cloder dhill@mindcry.orgderaadt2005-11-121-8/+5
* Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The firstotto2005-10-282-9/+9
* Use queue macros instead of directly accessing fields. ok miod@ aaron@otto2005-10-152-28/+28
* sync usage outputjaredy2005-02-031-6/+5
* - simplify, normalize, and sync usage/synopsis formsjaredy2005-02-031-24/+49
* remove some overly complex macros;jmc2005-01-271-6/+3
* document what preen mode does;jmc2005-01-271-2/+14
* .Xr growfs 8jmc2004-07-281-1/+2
* - sort optionsjmc2004-07-282-12/+25
* Use = for assignment, not ==otto2004-01-131-3/+3
* do not crank size before ereallocderaadt2003-09-251-4/+6
* p = realloc(p is not allowedderaadt2003-09-251-5/+10
* If euid == 0 make datasize unlimited instead of cranking to the maxmillert2003-07-291-3/+6
* spacesderaadt2003-07-291-6/+6
* const the rcsid, and make it say OpenBSDtedu2003-06-263-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-18/+6
* string cleaningderaadt2003-04-161-2/+2
* Make fsdb(8) a little easier to find with some cross references.hugh2003-03-061-1/+2
* typos;jmc2003-01-311-3/+3
* sync usage().brad2002-10-172-5/+5