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
/
fat.c
Age
Commit message (
Expand
)
Author
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-09-27
Mark ask() as printf-like; split up a pwarn() with variable number of specifiers
Philip Guenther
2014-07-10
Uninitialized values (-1) in FSInfo are perfectly valid.
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
2014-06-14
Avoid infinite loop if cluster chain is a cyclic list.
Tobias Stoeckmann
2014-06-14
Fix regression of 1.20 by properly incrementing pointer.
Tobias Stoeckmann
2014-06-10
Fix off by one when writing FAT for FAT12 filesystems.
Tobias Stoeckmann
2014-06-09
Fix possible out of boundary access if filesystem is full or corrupt.
Tobias Stoeckmann
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-11-11
Fix memory leak, from Charles Longeau, many okays
Pedro Martelletto
2006-05-27
newline fix + s/perror/xperror since we are
Thordur I. Bjornsson
2006-04-02
malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
Damien Miller
2006-03-20
NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak.
David Hill
2004-07-17
some ansi; khalek@linuxgamers.net
Theo de Raadt
2003-07-29
spaces
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-06-28
prevent endless looping on looping fat chains
Michael Shalayeff
1999-09-06
Leech newer fat checking code 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-06-23
update rcsid
Theo de Raadt
1996-06-10
from ws;
Theo de Raadt
1996-05-22
add fsck_msdos
Theo de Raadt