History log of /netbsd-src/sbin/fsck_ext2fs/Makefile (Results 1 – 18 of 18)
Revision Date Author Comments
# 25aaa28e 31-Mar-2019 mlelstv <mlelstv@NetBSD.org>

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.


# f6d86cb8 04-Mar-2014 joerg <joerg@NetBSD.org>

Make pointer NULL check non-fatal for a bogus condition.


# 36f9677d 06-Aug-2011 dholland <dholland@NetBSD.org>

Avoid -Wno-pointer-sign.


# 75e42fa7 20-Jun-2011 mrg <mrg@NetBSD.org>

remove most of the remaining HAVE_GCC tests that are always true in
the modern world.


# 3c9a9591 29-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.


# 2a1607d0 26-Aug-2006 christos <christos@NetBSD.org>

Programs that use efun.


# aadd7d48 11-May-2006 mrg <mrg@NetBSD.org>

sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.


# 76500fc2 20-Jan-2005 xtraeme <xtraeme@NetBSD.org>

WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)


# ccde05f0 19-Jan-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), ANSIfy, remove main() prototype; WARNS=2


# 7360d7b6 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# 09d4663f 28-Jan-2000 bouyer <bouyer@NetBSD.org>

Correct bogons in filetype option support, and add support for the
sparse_super option.


# 3e3f9c77 15-Jan-1999 bouyer <bouyer@NetBSD.org>

#include machine/bswap.h and remove -lutil.


# 9e33c5ee 18-Mar-1998 bouyer <bouyer@NetBSD.org>

Use libutil rather than ../fsck/bswap.c


# 7e3be35e 11-Oct-1997 veego <veego@NetBSD.org>

s/$FSCK/${FSCK}/


# e230a48b 10-Oct-1997 christos <christos@NetBSD.org>

CFLAGS->CPPFLAGS


# 7052d78b 09-Oct-1997 bouyer <bouyer@NetBSD.org>

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

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.

show more ...


# 3663504b 16-Jun-1997 bouyer <bouyer@NetBSD.org>

Don't compile with -g by default.


# 8f7c2b37 11-Jun-1997 bouyer <bouyer@NetBSD.org>

Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.