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
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