summaryrefslogtreecommitdiff
path: root/sbin/fsck/fsck.c
AgeCommit message (Expand)Author
2015-11-23Use pledge "disklabel" as needed. The theory here is these tools become moreTheo de Raadt
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
2010-11-17Try to determine file system type using readlabelfs(3) if fsck is givenJoel 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
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
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-07-29If euid == 0 make datasize unlimited instead of cranking to the maxTodd C. Miller
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
2002-10-17sync usage().Brad Smith
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
1997-02-28Set data size resource limit to its max value so fsck will workTodd C. Miller
1996-12-23readlabelfs()Jason Downs
1996-12-04vfork bye byeTheo de Raadt
1996-12-04nice argv[0], please do not bite meTheo de Raadt
1996-12-04use readlabelfs() if possibleTheo de Raadt
1996-10-20Sync with NetBSD 961019Thorsten Lockert