summaryrefslogtreecommitdiff
path: root/sbin/fsck
AgeCommit message (Expand)Author
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-09-24Use unveil(2). These programs fit together in various strange ways,Theo de Raadt
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become moreTheo de Raadt
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-05-29do not need non-NULL-check before free(p), other minor refactoringTheo de Raadt
2015-05-29remove duplicate assignments; from Benjamin BaierTheo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-20Fix cut & pasto in warning message; from Andre SmaginTodd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-17trivial replacement with reallocarray()Theo de Raadt
2014-10-08replace internal erealloc() with ereallocarray(), and then use it toTheo de Raadt
2014-07-13-N for SYNOPSIS and usage(), and some small changes to previous;Jason McIntyre
2014-07-13Intorduce the same -N flag that mount(8) just got to do the sameClaudio Jeker
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.Theo de Raadt
2013-02-11Xr scan_ffs 8; requested by Scott McEachernJason McIntyre
2010-11-29make "fsck -p" respect fs_passno > 2, as implied by the manual. This canChris Kuethe
2010-11-17Try to determine file system type using readlabelfs(3) if fsck is givenJoel Sing
2010-08-12Print the real device name followed by the disklabel UID in parenthesisJoel Sing
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-10-20add missing [-b block#] to the usage of fsck(8)Igor Sobrado
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-12remove references to mount_vnd.8 and fsck_vnd.8 as these are not hookedFelix Kronlage
2007-04-14+.Xr fsck_vnd 8 ,Jason McIntyre
2007-02-17silence fsck_{e2fs,ffs} when being put to work on non-existing filenamesAlexander von Gernler
2006-05-28revert a part of last commit causes newlineThordur I. Bjornsson
2006-05-27newline fix + s/perror/xperror since we areThordur I. Bjornsson
2006-03-30Document 'F' as an answer to fsck, okay deraadt@ jolan@Pedro Martelletto
2006-03-20NetBSD Coverity CID 1745: Fix memory leak.David Hill
2005-11-21Accept and pass through -b option for fsck_ffs and fsck_ext2fsTodd C. Miller
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-10-28Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The firstOtto Moerbeek
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@Otto Moerbeek
2005-02-03sync usage outputJared Yanovich
2005-02-03- simplify, normalize, and sync usage/synopsis formsJared Yanovich
2005-01-27remove some overly complex macros;Jason McIntyre
2005-01-27document what preen mode does;Jason McIntyre
2004-07-28.Xr growfs 8Jason McIntyre
2004-07-28- sort optionsJason McIntyre
2004-01-13Use = for assignment, not ==Otto Moerbeek
2003-09-25do not crank size before ereallocTheo de Raadt
2003-09-25p = realloc(p is not allowedTheo de Raadt
2003-07-29If euid == 0 make datasize unlimited instead of cranking to the maxTodd C. Miller
2003-07-29spacesTheo de Raadt
2003-06-26const the rcsid, and make it say OpenBSDTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16string cleaningTheo de Raadt
2003-03-06Make fsdb(8) a little easier to find with some cross references.Hugh Graham
2003-01-31typos;Jason McIntyre