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
/
main.c
Age
Commit message (
Expand
)
Author
2012-03-31
Make fsck_msdos work with non-512-byte sector devices. Problem noted
Kenneth R Westerback
2010-08-12
Print the real device name followed by the disklabel UID in parenthesis
Joel Sing
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-03-30
when asking y or n, accept "F" which forces yes from the on. i have
Theo de Raadt
2005-02-03
sync usage output
Jared Yanovich
2004-07-17
some ansi; khalek@linuxgamers.net
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
2000-01-22
remove extra externs not needed because of unistd.h (rest of tree will be don...
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-03-02
Update based on latest NetBSD version.
Todd C. Miller
1997-02-28
Add -f to getopt() -- that'll teach me to test first.
Todd C. Miller
1997-02-28
Silently ignore -f so that "fsck -f" works if you have an msdos
Todd C. Miller
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
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