summaryrefslogtreecommitdiff
path: root/sbin/fsck/fsck.c
AgeCommit message (Expand)Author
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