summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos
AgeCommit message (Expand)Author
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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
2002-02-14Don't divide by zero.Aaron Campbell
2001-09-19occured->occurredMike Pechkin
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-03Put missing \n's in som error messages; consolidate redundant "if" (OK theo@).Ian Darwin
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-06-28prevent endless looping on looping fat chainsMichael Shalayeff
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-09-06Corrected overflow logic in fullpath.Marc Espie
1999-09-06Leech newer fat checking code from NetBSD.Marc Espie
1999-08-30Fix obvious logic error (from netbsd)Marc Espie
1999-08-30Cater to Win95 brokenness (from netbsd)Marc Espie
1999-03-25Checking -> Check for consistencyAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11from ws@netbsd; Fix a few bugs, especially when repairing disks:Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-02Update based on latest NetBSD version.Todd C. Miller
1997-02-28Add -f to getopt() -- that'll teach me to test first.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
1997-02-28Silently ignore -f so that "fsck -f" works if you have an msdosTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-09-18"prs are sometimes wrong" (theo)Michael Shalayeff
1996-09-17realpath fix, do not dump; pr#2765, david@mono.orgTheo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-06-10from ws;Theo de Raadt
1996-05-22add fsck_msdosTheo de Raadt