summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs
AgeCommit message (Expand)Author
2011-04-18Remove a header file that is only supposed to be used by the kernel.Theo de Raadt
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
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-03-08if ncg == 1, there's no alternate superblock; from NetBSD; ok deraadt@Otto Moerbeek
2010-01-10remove references to docs we no longer install;Jason McIntyre
2009-12-10do not leak memory, found by parfait, ok millert ottoTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-03-30when asking y or n, accept "F" which forces yes from the on. i haveTheo de Raadt
2006-03-20NetBSD Coverity CID 2298: Fix memory leak.David Hill
2005-10-06Use part of the reserved space on the disk inode to scatter 16 more bitsPedro Martelletto
2005-04-30Support checking filesystems which have or once had large files (>4 GB)Niall O'Higgins
2005-02-03sync usage outputJared Yanovich
2005-02-03- simplify, normalize, and sync usage/synopsis formsJared Yanovich
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2003-07-29spacesTheo de Raadt
2003-07-08- fix some lists/displaysJason McIntyre
2003-06-11ansificationTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-26blow away file not neededTheo de Raadt
2003-04-17strings. mostly from deraadt@, some from tdeval@ and myselfTed Unangst
2003-04-06strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ okAnil Madhavapeddy
2003-03-11spellingDavid Krause
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-26pid_t cleanupTheo de Raadt
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-02-23getc() returns an intTheo de Raadt
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-09-18cleanups and endianness fixes. Mostly from NetBSDArtur Grabowski
2001-09-18cleanupArtur Grabowski
2001-09-18please big-endian systemsArtur Grabowski
2001-09-18pull in more includesTheo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-05-15do the same as _ffsMichael Shalayeff
2001-01-31KNF; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-31typo; tomo@ns1.infinitedata.netTheo de Raadt
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
2000-04-26Support for ext2fs rev. 1jasoni
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-07-21use .Ar on later .It Fl linesTheo de Raadt