summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos
AgeCommit message (Collapse)Author
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
Print correct pathname in error messages Fix unterminating loop when trying to correct a bad fat Require fat media byte to be the same as the one in the bpb Fix unterminating loop when looking for free directory slot in LOST.DIR (bad disk image provided by Christoph Badura)
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-03-02Update based on latest NetBSD version.Todd C. Miller
Now uses functions from util.[ch] instead of local ones. Also some anal KNF from me...
1997-02-28Add -f to getopt() -- that'll teach me to test first.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
Fix handling of clusters marked bad; Noted by Rafal Boni
1997-02-28Silently ignore -f so that "fsck -f" works if you have an msdosTodd C. Miller
partition listed in fstab.
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
fix wrong fix. "kak v zadnitsu kol, russkiy rock-n-roll" (4epHeuKuu)
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
Check return values of malloc Generate full pathnames only on request Minor cleanup, RCS Ids in .h files Don't allocate data structures for non-directories Free any data structures when finishing a check (at the latest)
1996-05-22add fsck_msdosTheo de Raadt