summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/main.c
AgeCommit message (Expand)Author
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-21Nuke some trailing whitespace to shrink subsequent diffs.Kenneth R Westerback
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2011-03-12These utilities can currently only operate with a 32-bit block number range,Theo de Raadt
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
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2005-02-03sync usage outputJared Yanovich
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2003-07-29spacesTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-04-26Support for ext2fs rev. 1jasoni
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1997-06-25(foo *)0 -> NULLkstailey
1997-06-14Add tags, fix man page. Purely cosmetic.Jason Downs
1997-06-14Sync with NetBSD. Purely cosmetic.Jason Downs
1997-05-30Initial import of Manuel's fsck_ext2fs, unmodified.Jason Downs