Home | History | Annotate | Download | only in fsck_ext2fs
History log of /src/sbin/fsck_ext2fs/pass5.c
RevisionDateAuthorComments
 1.20  26-Aug-2012  dholland stdlib.h, not malloc.h
 1.19  06-Aug-2011  dholland branches: 1.19.2;
Avoid -Wno-pointer-sign.
 1.18  06-Aug-2011  dholland Add static to a private function.
 1.17  19-Oct-2009  bouyer Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
for the booring work !
 1.16  06-Apr-2009  lukem fix sign-compare issues
 1.15  16-Mar-2008  lukem branches: 1.15.8;
errexit() now provides the trailing \n (since fsck_ffs assumed that
from a conversion from err(3)), so "make it so".
 1.14  13-Nov-2007  tsutsui branches: 1.14.6; 1.14.8;
Use more proper aligned format in a debug function print_bmap().
 1.13  06-May-2006  christos branches: 1.13.10;
We don't need ext2fs_extern.h
 1.12  20-Mar-2006  christos branches: 1.12.2;
Coverity CID 2301: FIx memory leak.
 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  28-Jan-2000  bouyer Correct bogons in filetype option support, and add support for the
sparse_super option.
 1.6  28-Jul-1998  mycroft __AUDIT__ cleanup.
 1.5  01-Mar-1998  fvdl Merge with Lite2 + local changes
 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  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.2  10-Jul-1997  mikel fix printf formats
 1.1  11-Jun-1997  bouyer Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
 1.12.2.3  20-Apr-2006  christos Don't include kauth.h
 1.12.2.2  19-Apr-2006  elad include kauth.h
 1.12.2.1  20-Mar-2006  elad file pass5.c was added on branch elad-kernelauth on 2006-04-19 18:49:08 +0000
 1.13.10.2  23-Mar-2008  matt sync with HEAD
 1.13.10.1  09-Jan-2008  matt sync with HEAD
 1.14.8.1  03-Apr-2008  mjf Sync with HEAD.
 1.14.6.1  24-Mar-2008  keiichi sync with head.
 1.15.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.19.2.1  30-Oct-2012  yamt sync with head

RSS XML Feed