summaryrefslogtreecommitdiff
path: root/sbin/fsck_msdos/dir.c
AgeCommit message (Expand)Author
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-07-11Remove redundant check and wrong fix: fat.c checks already take careTobias Stoeckmann
2014-07-10Avoid out of boundary access when checking invalid long filenames.Tobias Stoeckmann
2014-07-09Merge memory leak fix from NetBSD's dir.c revision 1.20, but actuallyTobias Stoeckmann
2014-06-18Always keep length of cluster chain up to date, otherwise the drop ofTobias Stoeckmann
2014-06-16Merge NetBSD commit:Tobias Stoeckmann
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-05-27newline fix + s/perror/xperror since we areThordur I. Bjornsson
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-03-30snprintfTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo 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-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
1999-09-06Corrected overflow logic in fullpath.Marc Espie
1999-08-30Fix obvious logic error (from netbsd)Marc Espie
1998-01-11FAT32 support from NetBSD by Wolfgang Solfrank.Niels Provos
1997-09-11from ws@netbsd; Fix a few bugs, especially when repairing disks:Theo de Raadt
1997-03-02Update based on latest NetBSD version.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
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