Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-14 | Don't divide by zero. | Aaron Campbell | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-07-03 | Put missing \n's in som error messages; consolidate redundant "if" (OK theo@). | Ian Darwin | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-06-28 | prevent endless looping on looping fat chains | Michael Shalayeff | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
1999-09-06 | Corrected overflow logic in fullpath. | Marc Espie | |
<subliminal FreeBSD/NetBSD>Oh yeah, baby, you want that one</subliminal :-> | |||
1999-09-06 | Leech newer fat checking code from NetBSD. | Marc Espie | |
1999-08-30 | Fix obvious logic error (from netbsd) | Marc Espie | |
1999-08-30 | Cater to Win95 brokenness (from netbsd) | Marc Espie | |
1999-03-25 | Checking -> Check for consistency | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | kill redundant .Nm macro arguments; other misc fixes | Aaron Campbell | |
1998-09-17 | sbin/ man page fixes | Aaron Campbell | |
1998-01-11 | FAT32 support from NetBSD by Wolfgang Solfrank. | Niels Provos | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-11 | from 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-02 | Update 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-28 | Add -f to getopt() -- that'll teach me to test first. | Todd C. Miller | |
1997-02-28 | From NetBSD (ws) | Todd C. Miller | |
Fix handling of clusters marked bad; Noted by Rafal Boni | |||
1997-02-28 | Silently ignore -f so that "fsck -f" works if you have an msdos | Todd C. Miller | |
partition listed in fstab. | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-10-08 | Attempt 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-17 | realpath fix, do not dump; pr#2765, david@mono.org | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-10 | from 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-22 | add fsck_msdos | Theo de Raadt | |