OpenGrok
Cross Reference: pass2.c
xref
: /
src
/
sbin
/
fsck_ext2fs
/
pass2.c
Home
|
History
|
Annotate
|
Download
|
only in
fsck_ext2fs
History log of
/src/sbin/fsck_ext2fs/pass2.c
Revision
Date
Author
Comments
1.15
19-Oct-2009
bouyer
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
for the booring work !
1.14
16-Mar-2008
lukem
errexit() now provides the trailing \n (since fsck_ffs assumed that
from a conversion from err(3)), so "make it so".
1.13
26-Jun-2005
christos
branches: 1.13.10; 1.13.18; 1.13.20;
constify.
1.12
09-Feb-2005
ws
Add support for large files (>2GB).
Allow conversion of old filesystems to use this,
if they are already at revision 1.
There probably should be an option to turn revision 0 to revision 1.
Reviewed (in part) by Manuel (bouyer@).
1.11
19-Jan-2005
xtraeme
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
1.10
22-Mar-2004
bouyer
Fix disclaimer in my copyright. Pointed out by Thomas Klausner.
1.9
05-Oct-2003
bouyer
Remove references to University of California from my copyright notices.
1.8
07-Aug-2003
agc
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
1.7
13-Jul-2003
itojun
use bounded string op (one strcpy remains)
VS: ----------------------------------------------------------------------
1.6
28-Jan-2000
bouyer
Correct bogons in filetype option support, and add support for the
sparse_super option.
1.5
26-Jan-2000
bouyer
First cut at ext2fs rev 1 support (as of mke2fs 1.18): supports the filetype
option read/write and the sparse option read-only.
1.4
09-Oct-1997
bouyer
Ext2 metadata are always stored on disk in little-endian byte order,
so do byte-swapping on big-endian system. The byte-swap routines are in
fsck/bswap.c because they will also be used in fsck_ffs in future.
Tested on i386 and sparc.
1.3
16-Sep-1997
mrg
make these compile on the alpha after WARNS=1.
1.2
14-Sep-1997
lukem
* cleanup for WARNS=1
* deprecate register
* cleanup manpage
* remove unused docheck()
* getopt returns -1 not EOF
* put a ) in the correct place in a printf, so that the argument gets
& 0xff, not the result of printf() itself...
1.1
11-Jun-1997
bouyer
Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
1.13.20.1
03-Apr-2008
mjf
Sync with HEAD.
1.13.18.1
24-Mar-2008
keiichi
sync with head.
1.13.10.1
23-Mar-2008
matt
sync with HEAD
Indexes created Fri Oct 17 00:09:41 GMT 2025