summaryrefslogtreecommitdiffstats
path: root/sbin/fsck
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-8/+8
2018-09-24Use unveil(2). These programs fit together in various strange ways,deraadt3-9/+25
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become morederaadt1-1/+4
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther1-4/+1
2015-05-29do not need non-NULL-check before free(p), other minor refactoringderaadt2-10/+9
2015-05-29remove duplicate assignments; from Benjamin Baierderaadt1-4/+1
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-2/+6
2015-03-20Fix cut & pasto in warning message; from Andre Smaginmillert1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt3-8/+8
2014-10-17trivial replacement with reallocarray()deraadt1-2/+2
2014-10-08replace internal erealloc() with ereallocarray(), and then use it toderaadt3-7/+7
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;jmc2-8/+6
2014-07-13Intorduce the same -N flag that mount(8) just got to do the sameclaudio2-7/+48
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-2/+2
2013-02-11Xr scan_ffs 8; requested by Scott McEachernjmc1-3/+4
2010-11-29make "fsck -p" respect fs_passno > 2, as implied by the manual. This canckuethe1-6/+9
2010-11-17Try to determine file system type using readlabelfs(3) if fsck is givenjsing1-2/+2
2010-08-12Print the real device name followed by the disklabel UID in parenthesisjsing2-10/+19
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt3-16/+3
2007-10-20add missing [-b block#] to the usage of fsck(8)sobrado1-3/+3
2007-10-20an usage message should fit on a 80-column displaysobrado1-5/+5
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedfkr1-2/+1
2007-04-14+.Xr fsck_vnd 8 ,jmc1-1/+2
2007-02-17silence fsck_{e2fs,ffs} when being put to work on non-existing filenamesgrunk1-6/+4
2006-05-28revert a part of last commit causes newlinethib1-3/+4
2006-05-27newline fix + s/perror/xperror since we arethib2-10/+9
2006-03-30Document 'F' as an answer to fsck, okay deraadt@ jolan@pedro1-1/+12
2006-03-20NetBSD Coverity CID 1745: Fix memory leak.dhill1-2/+4
2005-11-21Accept and pass through -b option for fsck_ffs and fsck_ext2fsmillert2-5/+20
2005-11-12use snprintf; ok cloder dhill@mindcry.orgderaadt1-8/+5
2005-10-28Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The firstotto2-9/+9
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@otto2-28/+28
2005-02-03sync usage outputjaredy1-6/+5
2005-02-03- simplify, normalize, and sync usage/synopsis formsjaredy1-24/+49
2005-01-27remove some overly complex macros;jmc1-6/+3
2005-01-27document what preen mode does;jmc1-2/+14
2004-07-28.Xr growfs 8jmc1-1/+2
2004-07-28- sort optionsjmc2-12/+25
2004-01-13Use = for assignment, not ==otto1-3/+3
2003-09-25do not crank size before ereallocderaadt1-4/+6
2003-09-25p = realloc(p is not allowedderaadt1-5/+10
2003-07-29If euid == 0 make datasize unlimited instead of cranking to the maxmillert1-3/+6
2003-07-29spacesderaadt1-6/+6
2003-06-26const the rcsid, and make it say OpenBSDtedu3-6/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-18/+6
2003-04-16string cleaningderaadt1-2/+2
2003-03-06Make fsdb(8) a little easier to find with some cross references.hugh1-1/+2
2003-01-31typos;jmc1-3/+3
2002-10-17sync usage().brad2-5/+5