aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-02-02Android: define HAVE_GETMNTINFO on macOSEric Biggers
2023-01-27lib/{ext2fs,support}: fix 32-bit Windows buildEric Biggers
2023-01-27lib, misc: eliminate dependency on WinsockEric Biggers
2023-01-26Fix various spelling typosSamanta Navarro
2021-03-31libext2fs: code adaptation to use the Windows IO managerPaulo Antonio Alvarez
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o
2020-03-20AOSP: Change #define to _BLKID_TYPES_HKousik Kumar
2020-01-01Drop use of -pedantic when doing gcc-wallTheodore Ts'o
2019-10-31AOSP: Link to production releases, not testing releasesEric Biggers
2019-07-11util: add a script gen-git-tarball to generate a release tarball from gitTheodore Ts'o
2019-03-06Update Makefile.in files using "make depend"Theodore Ts'o
2018-12-08e2fsprogs: introduce script used to generate utf8data.hGabriel Krisman Bertazi
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-18Remove obsolete files from the repositoryTheodore Ts'o
2018-08-18gen-tarball: handle symlinks correctly in the created the tar fileTheodore Ts'o
2018-08-05e2scrub: add service (cron, systemd) supportDarrick J. Wong
2018-08-05e2scrub: create online fsck tool of sortsDarrick J. Wong
2018-08-05AOSP: Fix macOS build.David Anderson
2018-08-05AOSP: Always define HAVE_SYS_SYSMACROS_H on Android.David Anderson
2018-08-05AOSP: Conditionally define __bitwise__ on Android.David Anderson
2018-03-20util: allow subst to build in cross build environemntRobert Schiele
2018-02-26Clean up util/android_config.hTheodore Ts'o
2018-02-26remove AOSP's lib/config.h and update util/android_config.hTheodore Ts'o
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-08-13Merge branch 'maint' into nextTheodore Ts'o
2017-08-13Add options to gzip and tar to create reproducible artificatsTheodore Ts'o
2017-05-23AOSP: Define HAVE_SYS_SYSMACROS_H for Android.Elliott Hughes
2017-05-23AOSP: android: libext2fs and com_err for windowsAdrien Schildknecht
2017-05-23Fix windows and mac buildJin Qian
2017-05-23AOSP: Fix "Can't use getmntent or getmntinfo to check for mounted filesystems...Elliott Hughes
2017-05-23AOSP: libext2fs: android sparse io managerAdrien Schildknecht
2017-05-23AOSP: Fix mac buildColin Cross
2017-01-31e2fsck: make sure system.data xattr is presentTheodore Ts'o
2017-01-31Add utility script which generates a small sample file systemTheodore Ts'o
2016-09-01Fix build reproducibility for mk_cmds and compile_etTheodore Ts'o
2016-08-10libext2fs: replace 'unsigned long' by 'uintptr_t'Adrien Schildknecht
2016-05-29Fix Android build warningsTheodore Ts'o
2016-05-29Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o
2016-05-29Fix "make gcc-wall" for library codeTheodore Ts'o
2016-05-10util: remove lib/support from the e2fsprogs-libs tar distributionTheodore Ts'o
2016-03-18util: add get-var scriptTheodore Ts'o
2016-03-15gen-android-files: create the MODULE_LICENSE_GPL and README.version filesDamien Miller
2016-03-06Merge branch 'maint' into nextTheodore Ts'o
2016-03-06misc: add missing declarations on maintAndreas Dilger
2015-09-18subst: work around an NFS bugTheodore Ts'o
2015-07-22Merge branch 'maint' into nextTheodore Ts'o
2015-07-22util: avoid off-by-one on long symlinksTobias Stoeckmann