aboutsummaryrefslogtreecommitdiffstats
path: root/MCONFIG.in
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Merge remote-tracking branch 'josch/libarchive' into josch-libarchiveTheodore Ts'o1-0/+1
2024-04-18mke2fs: the -d option can now handle tarball inputJohannes Schauer Marin Rodrigues1-0/+1
2024-03-28e2scrub_fail: move executable script to /usr/libexecDarrick J. Wong1-1/+1
2022-08-09Build the fuzzers from oss-fuzzTheodore Ts'o1-1/+2
2021-01-23Include PTHREAD_CFLAGS in LDFLAGS* macrosTheodore Ts'o1-3/+3
2021-01-21Add configure and build support for the pthreads libraryTheodore Ts'o1-5/+7
2021-01-19Merge branch 'maint' into nextTheodore Ts'o1-1/+0
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o1-1/+0
2020-04-10Teach makefiles to build all static programs using the target all-staticTheodore Ts'o1-0/+2
2020-01-01Drop use of -pedantic when doing gcc-wallTheodore Ts'o1-4/+3
2018-12-08e2fsprogs: introduce script used to generate utf8data.hGabriel Krisman Bertazi1-0/+8
2018-08-13Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton1-1/+1
2018-08-08MCONFIG: move SANITIZER_CFLAGS out of CLFAGSTheodore Ts'o1-6/+6
2018-08-08enable thread sanitizer if the builder wants itDarrick J. Wong1-2/+2
2018-08-08enable gcc/clang address sanitizer if the builder wants itDarrick J. Wong1-2/+2
2018-08-08enable UBSAN if the builder wants itDarrick J. Wong1-2/+2
2018-08-08enable link time optimization, if requestedDarrick J. Wong1-8/+11
2018-08-05e2scrub: add service (cron, systemd) supportDarrick J. Wong1-0/+5
2018-08-05e2scrub: create online fsck tool of sortsDarrick J. Wong1-0/+3
2017-04-26tests: skip running long test with "make check" and add "make fullcheck"Theodore Ts'o1-0/+2
2016-09-04Fix FreeBSD pmake supportTheodore Ts'o1-2/+2
2016-05-29Fix "make gcc-wall" for library codeTheodore Ts'o1-4/+4
2016-05-22Add --enable-hardening which builds e2fsprogs with security hardeningTheodore Ts'o1-1/+6
2016-03-21Fix FreeBSD portability problemsTheodore Ts'o1-4/+4
2015-07-12rename libquota.a to libsupport.aTheodore Ts'o1-6/+6
2015-07-03configure: remove support to disable quota supportTheodore Ts'o1-6/+6
2015-06-20rename configure.in to configure.acTheodore Ts'o1-1/+1
2015-06-10misc: add fuse2fs, a FUSE server for e2fsprogsDarrick J. Wong1-0/+1
2014-09-21MCONFIG: allow developers to override CFLAGSTheodore Ts'o1-4/+4
2014-09-20misc: use libmagic when libblkid can't identify somethingDarrick J. Wong1-0/+1
2014-09-11debugfs: create journal handling routinesDarrick J. Wong1-1/+1
2014-09-11Merge branch 'maint' into nextTheodore Ts'o1-0/+1
2014-09-08tests: Add to LD_LIBRARY_PATH instead of overridingMichael Forney1-0/+1
2014-07-06Merge branch 'maint' into nextTheodore Ts'o1-3/+4
2014-07-05fix cross-compilation supportTheodore Ts'o1-1/+1
2014-07-04e2fsprogs: remove checker infrastructureEric Sandeen1-2/+3
2014-05-27Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2014-05-27tst_libext2fs: add new debug program which used for libext2fs unit testsTheodore Ts'o1-1/+1
2014-05-11misc: create better-packaged static analysis reportsDarrick J. Wong1-5/+12
2014-05-11Merge branch 'maint' into nextTheodore Ts'o1-0/+1
2014-05-07Add a make variable for the pkgconfig install dirDavid Michael1-0/+1
2014-03-14all: Introduce cppcheck static checking for make C=1Darrick J. Wong1-0/+6
2014-02-23Add coverage testing using gcovTheodore Ts'o1-0/+8
2014-01-05configure: fix --with-diet-libcTheodore Ts'o1-0/+1
2013-10-23Fix optional static code analysis using sparseTheodore Ts'o1-0/+14
2012-06-13Fix blhc (Build Log Hardening Check) warningsTheodore Ts'o1-0/+4
2012-05-12Teach build system to install relative symlinks if requestedTheodore Ts'o1-0/+17
2011-09-19libquota: only build a static libraryTheodore Ts'o1-2/+2
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-11/+12
2011-08-31e2fsprogs: add quota library to e2fsprogsAditya Kali1-0/+6
2011-08-11e2fsck: catch termination signals and print information about themTheodore Ts'o1-0/+1
2010-11-26MCONFIG: Fix dependency definitions for the static and profiled blkid libraryTheodore Ts'o1-2/+2
2010-05-17Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o1-1/+4
2009-07-02Enhance build system so that "make V=1" works like the Linux KernelTheodore Ts'o1-10/+13
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-0/+11
2009-07-01Fix Makefile dependencies for libcom_errTheodore Ts'o1-0/+4
2009-07-01Fix compilation problem when building with --disable-uuidTheodore Ts'o1-1/+1
2009-06-29configure.in: add --disable-libuuid optionScott James Remnant1-6/+6
2009-04-22configure.in: add --disable-libblkid optionTheodore Ts'o1-6/+6
2008-11-15Add support to build profiled binaries in the misc directoryTheodore Ts'o1-2/+2
2008-11-15e2fsck: Fix build of e2fsck.profiled if profiling is enabledTheodore Ts'o1-1/+1
2008-09-12libcom_err: Use sem_post/sem_init to prevent race conditionsTheodore Ts'o1-2/+2
2008-09-04Fix e2initrd_helper, blkid, and fsck from linking with unneeded librariesTheodore Ts'o1-2/+2
2008-09-02Improve ELF shared library handlingTheodore Ts'o1-2/+3
2008-08-26Remove use of devmapper library by the blkid libraryTheodore Ts'o1-5/+2
2008-06-07Fix dependency for $(LIBSS) when an explicit dlopen() library is neededTheodore Ts'o1-0/+2
2008-04-17Fix tst_extents build when building w/o dynamic librariesTheodore Ts'o1-3/+3
2008-01-03Use pkg-config to determine where to find the devmapper libraryTheodore Ts'o1-2/+2
2006-11-14Update WFLAGS to suppress spurious warning messagesTheodore Ts'o1-3/+4
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o1-0/+1
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o1-1/+4
2006-06-10Read mke2fs.conf and e2fsck.conf from root_sysconfdir rather than harcoded /etc.Matthias Andree1-1/+1
2006-03-23Change mke2fs to use /etc/mke2fs.conf as a configuration fileTheodore Ts'o1-0/+1
2006-03-08Add device-mapper support to the blkid libraryKarel Zak1-2/+5
2005-11-09Fix cross-compilation problems when CFLAGS contain target-specific optionsTheodore Ts'o1-0/+2
2005-02-04Add support for maintainer mode, which enables the makefile rulesTheodore Ts'o1-2/+2
2005-01-20MCONFIG.in:Matthias Andree1-3/+2
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o1-2/+5
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o1-0/+1
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o1-14/+3
2004-04-03Refine the build process to avoid re-running subst all the time on Theodore Ts'o1-0/+1
2003-11-26MCONFIG.in: Make the gcc-wall print more warnings to catchTheodore Ts'o1-2/+3
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-2/+4
2003-05-17MCONFIG.in, configure.in: Only put the intl directory in the -ITheodore Ts'o1-2/+3
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o1-1/+4
2003-01-23Integrate new blkid library.Theodore Ts'o1-0/+3
2002-10-31Makefile.in (install): Search all compression extensions whenTheodore Ts'o1-0/+2
2002-05-11Integrate ext2ed into the e2fsprogs build system, and make minimal changes soTheodore Ts'o1-3/+5
2001-12-24Miscellaneous cleanup before 1.26-WIP release. Removed unusedTheodore Ts'o1-2/+1
2001-05-19ChangeLog, MCONFIG.in, configure, configure.in:Theodore Ts'o1-0/+1
2001-01-11ChangeLog, e2image.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c, uuidgen.c:Theodore Ts'o1-1/+4
2001-01-11ChangeLog, MCONFIG.in, configure, configure.in:Theodore Ts'o1-7/+11
2000-12-09ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in:Theodore Ts'o1-0/+2
2000-04-03ChangeLog, MCONFIG.in:Theodore Ts'o1-6/+7
2000-02-02ChangeLog, configure, MCONFIG.in, configure.in:Theodore Ts'o1-1/+2
2000-01-18ChangeLog, MCONFIG.in:Theodore Ts'o1-1/+4
1999-07-03ChangeLog, MCONFIG.in, configure.in, configure:Theodore Ts'o1-0/+1
1999-07-03ChangeLog, Makefile.in, configure.in, MCONFIG.in, configure, wordwrap.pl:Theodore Ts'o1-6/+11
1999-07-03ChangeLog, MCONFIG.in:Theodore Ts'o1-2/+5
1999-05-29ChangeLog, fileio.c:Theodore Ts'o1-3/+3
1998-04-03Many files:Theodore Ts'o1-16/+19
1998-03-30ChangeLog, Makefile.in, MCONFIG.in:Theodore Ts'o1-0/+5
1997-10-15Many files:Theodore Ts'o1-5/+3
1997-04-29Many files:Theodore Ts'o1-0/+1
1997-04-29Many files:Theodore Ts'o1-8/+32
1997-04-29Many files:Theodore Ts'o1-0/+24
1997-04-26Many files:Theodore Ts'o1-2/+4
1997-04-26Many files:E2FSPROGS-0_5BTheodore Ts'o1-0/+118