aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-02-01Add option to enable/disable largefile supportKhem Raj
2023-01-27configure.ac: automatically add include/mingw/ headersEric Biggers
2023-01-27configure.ac: disable tdb by default on WindowsEric Biggers
2023-01-27configure.ac: only use Windows I/O manager on native WindowsEric Biggers
2022-09-22Use an autoconf test to detect for a BSD- or GNU-style qsort_r functionTheodore Ts'o
2022-08-09Build the fuzzers from oss-fuzzTheodore Ts'o
2022-08-07Update configure/configure.ac/aclocal.m4 to use autoconf 2.71Theodore Ts'o
2022-04-28Use mallinfo2 instead of mallinfo if availableLukas Czerner
2021-12-21libuuid: try to use getrandom() or getentropy() if availableTheodore Ts'o
2021-03-31ext2fs: compile the io implementation according to osPaulo Antonio Alvarez
2021-02-09configure.ac: convert all help strings to use AS_HELP_STRINGTheodore Ts'o
2021-01-29configure.ac: fix build failure on systems with pthreads && !fuse supportTheodore Ts'o
2021-01-29e2fsck: drop use of sysctl(2)Theodore Ts'o
2021-01-29configure.ac: add substitution for @mkdir_p@ since po/Makefile.in.in uses itTheodore Ts'o
2021-01-21Add configure and build support for the pthreads libraryTheodore Ts'o
2020-11-25Update gettext files to version 0.19.8Theodore Ts'o
2020-10-01Merge branch 'maint' into nextTheodore Ts'o
2020-10-01mke2fs: Warn if fs block size is incompatible with DAXJan Kara
2019-08-15e2fsck: add a developer-only extended option: clear_all_uninit_bitsTheodore Ts'o
2019-05-27configure: fix test where cron is not installed on a non-systemd systemTheodore Ts'o
2019-03-07Merge branch 'old-maint' into maintTheodore Ts'o
2019-03-07Fix autoheader warningsDongyang Li
2019-02-10Merge branch 'maint' into nextTheodore Ts'o
2019-02-10Check for the newer blkid functions without adding blkid to @LIBS@Theodore Ts'o
2018-10-16fuse2fs: add fakeroot option.Nicholas Clark
2018-10-04Merge branch 'maint' into nextTheodore Ts'o
2018-08-24For --enable-subset, change "make install" so it implies "make install-libs"Theodore Ts'o
2018-08-18Merge branch 'maint' into nextTheodore Ts'o
2018-08-18Drop subset tarball and replace it with "configure --enable-subset"Theodore Ts'o
2018-08-18Stop generating e2fsprogs.spec automaticallyTheodore Ts'o
2018-08-17configure: don't enable LTO by defaultTheodore Ts'o
2018-08-13Merge branch 'maint' into nextTheodore Ts'o
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton
2018-08-08Fix LTO builds so debugging information is preservedTheodore Ts'o
2018-08-08enable thread sanitizer if the builder wants itDarrick J. Wong
2018-08-08enable gcc/clang address sanitizer if the builder wants itDarrick J. Wong
2018-08-08enable UBSAN if the builder wants itDarrick J. Wong
2018-08-08enable link time optimization, if requestedDarrick J. Wong
2018-08-05e2scrub: add service (cron, systemd) supportDarrick J. Wong
2018-08-05e2scrub: create online fsck tool of sortsDarrick J. Wong
2018-06-22misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara
2017-12-12Merge branch 'maint' into nextTheodore Ts'o
2017-12-12Fix compilation warnings about functions declared in sys/xattr.hDmitry V. Levin
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-08-29Merge branch 'maint' into nextTheodore Ts'o
2017-08-29Search for GNU-compatible dd for self-tests.Matthias Andree
2017-07-27Merge branch 'maint' into nextTheodore Ts'o
2017-07-27Fix build when configured with --disable-threadsTheodore Ts'o
2017-05-29e2freefrag: use GETFSMAP on mounted filesystemsDarrick J. Wong