index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_msdos
/
dir.c
Age
Commit message (
Expand
)
Author
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-08-20
<stdlib.h> is included, so do not need to cast result from
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-07-11
Remove redundant check and wrong fix: fat.c checks already take care
Tobias Stoeckmann
2014-07-10
Avoid out of boundary access when checking invalid long filenames.
Tobias Stoeckmann
2014-07-09
Merge memory leak fix from NetBSD's dir.c revision 1.20, but actually
Tobias Stoeckmann
2014-06-18
Always keep length of cluster chain up to date, otherwise the drop of
Tobias Stoeckmann
2014-06-16
Merge NetBSD commit:
Tobias Stoeckmann
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-05-27
newline fix + s/perror/xperror since we are
Thordur I. Bjornsson
2004-07-17
some ansi; khalek@linuxgamers.net
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2003-03-30
snprintf
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
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
1999-09-06
Corrected overflow logic in fullpath.
Marc Espie
1999-08-30
Fix obvious logic error (from netbsd)
Marc Espie
1998-01-11
FAT32 support from NetBSD by Wolfgang Solfrank.
Niels Provos
1997-09-11
from ws@netbsd; Fix a few bugs, especially when repairing disks:
Theo de Raadt
1997-03-02
Update based on latest NetBSD version.
Todd C. Miller
1997-02-28
From NetBSD (ws)
Todd C. Miller
1996-09-18
"prs are sometimes wrong" (theo)
Michael Shalayeff
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
1996-05-22
add fsck_msdos
Theo de Raadt