aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2018-03-20util: allow subst to build in cross build environemntRobert Schiele1-0/+1
2018-02-26Clean up util/android_config.hTheodore Ts'o1-10/+2
2018-02-26remove AOSP's lib/config.h and update util/android_config.hTheodore Ts'o1-0/+7
2017-10-15Merge branch 'maint' into nextTheodore Ts'o3-3/+3
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen3-3/+3
2017-08-13Merge branch 'maint' into nextTheodore Ts'o1-2/+8
2017-08-13Add options to gzip and tar to create reproducible artificatsTheodore Ts'o1-2/+8
2017-05-23AOSP: Define HAVE_SYS_SYSMACROS_H for Android.Elliott Hughes2-2/+3
2017-05-23AOSP: android: libext2fs and com_err for windowsAdrien Schildknecht1-35/+37
2017-05-23Fix windows and mac buildJin Qian1-0/+6
2017-05-23AOSP: Fix "Can't use getmntent or getmntinfo to check for mounted filesystems...Elliott Hughes1-4/+2
2017-05-23AOSP: libext2fs: android sparse io managerAdrien Schildknecht1-0/+2
2017-05-23AOSP: Fix mac buildColin Cross1-0/+8
2017-01-31e2fsck: make sure system.data xattr is presentTheodore Ts'o1-7/+17
2017-01-31Add utility script which generates a small sample file systemTheodore Ts'o1-0/+30
2016-09-01Fix build reproducibility for mk_cmds and compile_etTheodore Ts'o2-5/+3
2016-08-10libext2fs: replace 'unsigned long' by 'uintptr_t'Adrien Schildknecht1-0/+2
2016-05-29Fix Android build warningsTheodore Ts'o2-0/+2
2016-05-29Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o1-0/+2
2016-05-29Fix "make gcc-wall" for library codeTheodore Ts'o1-0/+1
2016-05-10util: remove lib/support from the e2fsprogs-libs tar distributionTheodore Ts'o1-0/+1
2016-03-18util: add get-var scriptTheodore Ts'o1-0/+4
2016-03-15gen-android-files: create the MODULE_LICENSE_GPL and README.version filesDamien Miller2-1/+54
2016-03-06Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2016-03-06misc: add missing declarations on maintAndreas Dilger1-0/+4
2015-09-18subst: work around an NFS bugTheodore Ts'o1-4/+8
2015-07-22Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2015-07-22util: avoid off-by-one on long symlinksTobias Stoeckmann1-1/+1
2015-07-13Remove dropped const warning and enable pread/pwrite for Android buildTheodore Ts'o1-0/+4
2015-07-13Eliminate unused variable and unused label warnings from Android buildTheodore Ts'o1-0/+5
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o1-0/+2
2015-07-12Eliminate doubly defined _LARGEFILE_SOURCE warningTheodore Ts'o1-0/+4
2015-07-12Move the check_plausibility() function from misc to lib/supportTheodore Ts'o1-5/+2
2015-07-12Move the profile parsing functions from e2fsck to lib/supportTheodore Ts'o1-6/+3
2015-07-12gen-android-files: implement 'Add MODULE_LICENSE and NOTICE files"Theodore Ts'o1-1/+8
2015-07-12android_config: remove HAVE_TERMIO_HTheodore Ts'o1-1/+0
2015-07-03configure: remove support to disable quota supportTheodore Ts'o1-2/+0
2015-07-03configure: remove support to disable htree supportTheodore Ts'o1-1/+0
2015-07-01Fix "make clean" and "make distclean"Theodore Ts'o1-1/+1
2015-05-25Allow debugfs to be built for use in AndroidTheodore Ts'o1-1/+22
2015-05-25Update Android build files so the 1.43 branch builds on AOSPTheodore Ts'o1-0/+1
2015-03-30Clean up and fix Android build filesTheodore Ts'o1-0/+34
2015-03-01Add files to build on AndroidTheodore Ts'o3-0/+85
2014-11-04Merge branch 'maint' into nextTheodore Ts'o1-7/+20
2014-10-19util: allow subst to build on systems that do not have utimes()Theodore Ts'o1-7/+20
2014-07-26Merge branch 'maint' into nextTheodore Ts'o2-1/+3
2014-07-26libext2fs: use C99 initializers for the io_manager structureTheodore Ts'o1-1/+0
2014-07-25build: fix unused/uninitialized variable warningsAndreas Dilger1-0/+3
2014-07-06Merge branch 'maint' into nextTheodore Ts'o1-0/+2
2014-07-05fix cross-compilation supportTheodore Ts'o1-0/+2
2014-05-11misc: create better-packaged static analysis reportsDarrick J. Wong2-1/+21
2014-03-14misc: fix header complaints and resource leaks in e2fsprogsDarrick J. Wong1-0/+3
2014-03-14misc: cppcheck cleanupsDarrick J. Wong1-0/+2
2014-03-14all: Introduce cppcheck static checking for make C=1Darrick J. Wong1-0/+1
2014-02-23Add coverage testing using gcovTheodore Ts'o1-1/+1
2014-01-09util: fix make dependencies for substTheodore Ts'o2-3/+1
2014-01-04subst: clean up various coverity nitsTheodore Ts'o2-33/+73
2013-12-28gen-tarball: ignore all of the build* directoriesTheodore Ts'o2-4/+2
2013-12-16Clean up sparse warningsTheodore Ts'o1-1/+1
2013-10-14mke2fs: remove quota docs if not configured inEric Sandeen1-0/+2
2013-10-11e2fsprogs: add (optional) sparse checking to the buildDarrick J. Wong1-0/+1
2012-08-19util: respect HAVE_MALLOC_HMike Frysinger1-0/+2
2012-05-12Teach build system to install relative symlinks if requestedTheodore Ts'o3-1/+479
2012-02-17util: add build.profiled to list of files/directories to ignoreTheodore Ts'o2-0/+2
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
2011-09-16subst: Fix free of uninit pointersEric Sandeen1-4/+1
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-9/+9
2009-03-08remove useless if-before-free testsJim Meyering1-4/+2
2008-09-07Unbreak build if directory renamed from e2fsprogs.Matthias Andree1-1/+1
2008-09-07Print size of resulting .tar.gz file.Matthias Andree1-1/+3
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o2-17/+17
2008-07-07Add build.static to util/subset.exclude as well.Theodore Ts'o1-0/+1
2008-07-07debian: Create debian release tarball to obey new WIP naming conventionTheodore Ts'o1-2/+11
2008-07-07Treat build.static as an ingored file in the source directoryTheodore Ts'o1-0/+1
2007-12-05gen-tarball: Ignore the Meta directory when creating the release tarballsTheodore Ts'o2-0/+2
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-272/+0
2007-06-30Add .git directory to set of files to be ignored when building tarballsTheodore Ts'o2-0/+2
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-24Remove RFC-4122 from e2fsprogs distributionTheodore Ts'o2-18/+1
2007-03-21[COVERITY] Fix (error case) file handle leak in util/subst programBrian Behlendorf2-1/+8
2006-11-12Update draft-leach-uuids-guids-01.txt with rfc4122.txtTheodore Ts'o1-1/+1
2006-11-12Fixes for building RPM's via "make rpm"Andreas Dilger2-72/+6
2006-11-12Avoid infinite substitution loop in subst caused by autoconf pre-v2.60Theodore Ts'o2-0/+13
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o2-0/+6
2006-10-04Update Debian packaging for 1.39+1.40-WIP-2006.10.02+dfsg-1Theodore Ts'o2-0/+33
2006-08-05Create the generated files read-only to remind developers not to edit them.Andreas Dilger2-0/+9
2005-11-09Fix cross-compilation problems when CFLAGS contain target-specific optionsTheodore Ts'o2-3/+11
2005-07-19Change gen_tarball to ignore Mercurial/quilt files (and remove BK ignores).Theodore Ts'o3-2/+13
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-02gen_tarball.in: Don't remove the .gmo files from the generated tarball; Theodore Ts'o2-1/+7
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-01-21Add new utility program, copy_sparse.c, which is very usefulTheodore Ts'o3-1/+239
2005-01-07When generating tarballs for Debian builds, remove the hyphen in versionTheodore Ts'o2-0/+9
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-4/+12
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o1-3/+0
2004-04-12Add missing #include <time.h>, fixing a compiler warning.Matthias Andree1-0/+1
2004-04-03Refine the build process to avoid re-running subst all the time on Theodore Ts'o2-2/+25
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2004-02-23Do not package autom4te.cache directory into tarball.Matthias Andree2-1/+6
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o3-2/+14
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
2003-03-30Remove gen-tarball when doing "make clean"Theodore Ts'o1-1/+1
2003-03-23Move tarball generation functions to util/gen-tarballTheodore Ts'o5-2/+147
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-05-11Integrate ext2ed into the e2fsprogs build system, and make minimal changes soTheodore Ts'o2-0/+6
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-02-03Update files for 1.26 release.Theodore Ts'o1-0/+4
2001-09-20Update changelogs for 1.25 release.Theodore Ts'o1-0/+4
2001-09-04Update for 1.24a releaseTheodore Ts'o1-0/+4
2001-08-31Update for 1.24 release.Theodore Ts'o1-0/+4
2001-08-27Add missing log entry showing when we released e2fsprogs 1.23Theodore Ts'o1-0/+4
2001-07-27subst.conf.in: Enable documentation of the external journal Theodore Ts'o2-2/+8
2001-06-23Update changelogs for 1.22.Theodore Ts'o1-0/+4
2001-06-16ChangeLog:Theodore Ts'o1-0/+4
2001-05-25e2fsprogs.lsm, version.h:Theodore Ts'o1-0/+4
2001-04-22ChangeLog, subst.conf.in:Theodore Ts'o2-0/+7
2001-04-17ChangeLog, subst.c:Theodore Ts'o2-2/+10
2001-01-14ChangeLog, tune2fs.c:Theodore Ts'o2-0/+7
2001-01-11ChangeLog, gcc-wall-cleanup:Theodore Ts'o2-0/+20
2000-07-13configure.in:Theodore Ts'o1-0/+4
2000-05-25.cvsignore:Theodore Ts'o1-0/+3
2000-04-03ChangeLog, subst.c:Theodore Ts'o2-0/+8
1999-11-19ChangeLog, Makefile.in:Theodore Ts'o2-1/+6
1999-11-10libext2fs.texinfo, ChangeLog:Theodore Ts'o1-0/+4
1999-10-26Many files:Theodore Ts'o1-0/+4
1999-10-26ChangeLog, subst.c:Theodore Ts'o2-2/+6
1999-10-23ChangeLog:Theodore Ts'o1-0/+4
1999-07-30ChangeLog:Theodore Ts'o1-0/+4
1999-07-03ChangeLog, MCONFIG.in, configure.in, configure:Theodore Ts'o2-2/+8
1999-01-09ChangeLog, message.c:Theodore Ts'o1-0/+4
1998-12-19Many files:Theodore Ts'o1-0/+4
1998-12-19ChangeLog, subst.c:Theodore Ts'o2-1/+7
1998-08-01ChangeLog, subst.c, subst.conf.in:Theodore Ts'o3-14/+111
1998-07-09ChangeLog, .del-ChangeLog~905e7699, version.h:Theodore Ts'o1-0/+4
1998-04-03ChangeLog, subst.conf.in:Theodore Ts'o2-0/+5
1998-01-19ChangeLog, subst.c:Theodore Ts'o2-11/+21
1997-11-14Many files:Theodore Ts'o1-2/+0
1997-10-31Makefile.pq, libecho.c:Theodore Ts'o2-0/+90
1997-10-15Many files:Theodore Ts'o3-0/+329