Home | History | Annotate | Download | only in fsck_ext2fs
History log of /src/sbin/fsck_ext2fs/Makefile
RevisionDateAuthorComments
 1.18  31-Mar-2019  mlelstv No longer rely on data in disklabel to deduce alternate superblock
positions from block size. Instead use the same defaults as newfs_ext2fs.

Side effect is that fsck_ext2fs now works with wedges.
 1.17  04-Mar-2014  joerg branches: 1.17.26;
Make pointer NULL check non-fatal for a bogus condition.
 1.16  06-Aug-2011  dholland branches: 1.16.2; 1.16.8;
Avoid -Wno-pointer-sign.
 1.15  20-Jun-2011  mrg remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
 1.14  29-Aug-2008  gmcgarry branches: 1.14.16;
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
 1.13  26-Aug-2006  christos branches: 1.13.18; 1.13.22;
Programs that use efun.
 1.12  12-May-2006  mrg sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
 1.11  20-Jan-2005  xtraeme WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)
 1.10  19-Jan-2005  xtraeme Kill __P(), ANSIfy, remove main() prototype; WARNS=2
 1.9  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.8  28-Jan-2000  bouyer Correct bogons in filetype option support, and add support for the
sparse_super option.
 1.7  15-Jan-1999  bouyer #include machine/bswap.h and remove -lutil.
 1.6  18-Mar-1998  bouyer Use libutil rather than ../fsck/bswap.c
 1.5  11-Oct-1997  veego s/$FSCK/${FSCK}/
 1.4  10-Oct-1997  christos CFLAGS->CPPFLAGS
 1.3  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.2  16-Jun-1997  bouyer Don't compile with -g by default.
 1.1  11-Jun-1997  bouyer Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
 1.13.22.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.13.18.1  28-Sep-2008  mjf Sync with HEAD.
 1.14.16.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.16.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.17.26.1  11-Jun-2019  christos Sync with HEAD

RSS XML Feed