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
/
fsck.c
Age
Commit message (
Expand
)
Author
2015-11-23
Use pledge "disklabel" as needed. The theory here is these tools become more
Theo de Raadt
2015-05-29
do not need non-NULL-check before free(p), other minor refactoring
Theo de Raadt
2015-05-29
remove duplicate assignments; from Benjamin Baier
Theo de Raadt
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2015-03-20
Fix cut & pasto in warning message; from Andre Smagin
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-17
trivial replacement with reallocarray()
Theo de Raadt
2014-10-08
replace internal erealloc() with ereallocarray(), and then use it to
Theo de Raadt
2014-07-13
-N for SYNOPSIS and usage(), and some small changes to previous;
Jason McIntyre
2014-07-13
Intorduce the same -N flag that mount(8) just got to do the same
Claudio Jeker
2010-11-17
Try to determine file system type using readlabelfs(3) if fsck is given
Joel Sing
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-10-20
add missing [-b block#] to the usage of fsck(8)
Igor Sobrado
2007-10-20
an usage message should fit on a 80-column display
Igor Sobrado
2006-03-20
NetBSD Coverity CID 1745: Fix memory leak.
David Hill
2005-11-21
Accept and pass through -b option for fsck_ffs and fsck_ext2fs
Todd C. Miller
2005-11-12
use snprintf; ok cloder dhill@mindcry.org
Theo de Raadt
2005-10-28
Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The first
Otto Moerbeek
2005-10-15
Use queue macros instead of directly accessing fields. ok miod@ aaron@
Otto Moerbeek
2005-02-03
sync usage output
Jared Yanovich
2004-07-28
- sort options
Jason McIntyre
2004-01-13
Use = for assignment, not ==
Otto Moerbeek
2003-09-25
do not crank size before erealloc
Theo de Raadt
2003-07-29
If euid == 0 make datasize unlimited instead of cranking to the max
Todd C. Miller
2003-06-26
const the rcsid, and make it say OpenBSD
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-17
sync usage().
Brad Smith
2002-07-03
ansi
Theo de Raadt
2002-06-09
rm trailing whitespace
Todd T. Fries
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
1997-02-28
Set data size resource limit to its max value so fsck will work
Todd C. Miller
1996-12-23
readlabelfs()
Jason Downs
1996-12-04
vfork bye bye
Theo de Raadt
1996-12-04
nice argv[0], please do not bite me
Theo de Raadt
1996-12-04
use readlabelfs() if possible
Theo de Raadt
1996-10-20
Sync with NetBSD 961019
Thorsten Lockert