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_ext2fs
/
pass1.c
Age
Commit message (
Expand
)
Author
2024-05-09
ctime(3) and ctime_r(3) can fail when timestamps are way off.
Florian Obser
2019-07-01
Oops, forgot to commit this patch.
Kevin Lo
2017-08-26
Do not check the array but its length; based on a netbsd commit by christos@;
Otto Moerbeek
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-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2013-04-24
pretty print bigger off_t
Theo de Raadt
2011-03-12
These utilities can currently only operate with a 32-bit block number range,
Theo de Raadt
2005-04-30
Support checking filesystems which have or once had large files (>4 GB)
Niall O'Higgins
2003-06-11
ansification
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-18
cleanups and endianness fixes. Mostly from NetBSD
Artur Grabowski
2000-04-26
Support for ext2fs rev. 1
jasoni
1998-11-11
only do block checks on files that need it, therefore explicitly avoiding
Theo de Raadt
1997-06-14
Add tags, fix man page. Purely cosmetic.
Jason Downs
1997-06-14
Sync with NetBSD. Purely cosmetic.
Jason Downs
1997-05-30
Initial import of Manuel's fsck_ext2fs, unmodified.
Jason Downs