- 20 Mar, 2014 1 commit
-
-
JP Abgrall authored
Revert "Revert changes that moved from 1.41.14 to 1.42.9" This reverts commit 65f0aab9.
-
- 06 Mar, 2014 1 commit
-
-
JP Abgrall authored
Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H" commit e80e74c4. Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master" This reverts commit e97b2b6f, reversing changes made to 7e2fb9d0. Revert "Prepare for upstream 1.42.9" This reverts commit 7e2fb9d0 . Bug: 13340735 Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8 Signed-off-by:
JP Abgrall <jpa@google.com>
-
- 04 Mar, 2014 1 commit
-
-
JP Abgrall authored
Remove everything. Change-Id: I6ef4c9bc888a245744d7ec4d193857b357472392 Signed-off-by:
JP Abgrall <jpa@google.com>
-
- 24 Oct, 2013 1 commit
-
-
Theodore Ts'o authored
Commit 832cb612 : "e2fsprogs: add (optional) sparse checking to the build" breaks systems that are not using GNU make. In addition, it breaks if the developer tries to build in a subdirectory (i.e., if he or she tries running "make" in the misc or e2fsck or lib/ext2fs directory), since CHECK_CMD is not set. Fix this by moving the sparse setup to MCONFIG. Cc: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 23 Oct, 2013 1 commit
-
-
Theodore Ts'o authored
We need to build libquota even if the quota code is disabled. This fixes a build regression introduced by commit 43075b42 : 'quota: fix disabling quota, add quota tests". Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 12 Oct, 2013 1 commit
-
-
Darrick J. Wong authored
Run sparse against source files when building e2fsprogs with 'make C=1'. If instead C=2, it configures basic ext2 types for bitwise checking with sparse, which can help find the (many many) spots where conversion errors are (possibly) happening. Signed-off-by:
Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 12 May, 2012 1 commit
-
-
Matthias Andree authored
Add a few dependencies where needed, so that "make -j17 check" now works. Signed-off-by:
Matthias Andree <matthias.andree@gmx.de> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
-
- 15 Dec, 2011 1 commit
-
-
Ken Sumrall authored
Change-Id: Ia1ae1df03ba5ae95f9437686285a6f5119c5aa9b
-
- 18 Sep, 2011 1 commit
-
-
Theodore Ts'o authored
The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and this was starting to cause some tools heartburn. It also made "make V=1" almost useless, since trying to following the individual commands run by make was lost in the noise of all of the defines. So fix this by putting the configure-generated defines in lib/config.h and the directory pathnames to lib/dirpaths.h. In addition, clean up some vestigal defines in configure.in and in the Makefiles to further shorten the cc command lines. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 31 Aug, 2011 1 commit
-
-
Aditya Kali authored
This patch adds the quota library (ported form Jan Kara's quota-tools) in e2fsprogs in order to make quotas as a first class supported feature in Ext4. This patch also provides interface in lib/quota/mkquota.h that will be used by mke2fs, tune2fs, e2fsck, etc. to initialize and update quota files. This first version of the quota library does not support reading existing quota files. This support will be added in the near future. Thanks to Jan Kara for his work on quota-tools. Most of the files in this patch are taken as-is from quota tools and were simply modified to work with libext2fs in e2fsprogs. Signed-off-by:
Aditya Kali <adityakali@google.com> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
-
- 16 Jun, 2011 1 commit
-
-
Andreas Dilger authored
If "make check" is run on a clean repository, it fails due to missing dependencies for building the test programs. Have "make check" build all dependencies before starting the tests to ensure that it can finish without error. Signed-off-by:
Andreas Dilger <adilger@whamcloud.com> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
-
- 18 May, 2010 1 commit
-
-
Theodore Ts'o authored
Add a dependency on subs to all-libs-recursive and all-progs-recursive to dpkg-buildpackage -j2, since it builds make target 'libs' explicitly, and we need to make sure the 'subs' target is run first. Addresses-Debian-Bug: #563487 Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 06 May, 2010 1 commit
-
-
Dmitry Shmidt authored
Change-Id: Ie9b7d1fdfcc2374d292c75d6ea38d073f8d85ac6 Signed-off-by:
Dmitry Shmidt <dimitrysh@google.com>
-
- 29 Jun, 2009 1 commit
-
-
Scott James Remnant authored
Add an option to switch between the private (in-tree) libuuid and public (in-system installed) library. The private version is still enabled by default. Signed-off-by:
Scott James Remnant <scott@netsplit.com> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
-
- 22 Apr, 2009 1 commit
-
-
Theodore Ts'o authored
Add an option to switch between the private (in-tree) libblkid and public (in-system installed) library. The private version is still enabled by default. If --disable-libblkid is specified the findfs(8) program, which is a variant of tune2fs, is also not built or installed. Signed-off-by:
Karel Zak <kzak@redhat.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 18 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 13 Oct, 2008 1 commit
-
-
Theodore Ts'o authored
Make sure util/subst is built before trying to build lib/et Addresses-Sourceforge-Bug: #2143281 Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 01 Sep, 2008 1 commit
-
-
Theodore Ts'o authored
In e2fsprogs-libs the lib/ext2fs directory is not present, and we need to make sure the top-level Makefile doesn't blow up in it's not there. Addresses-Sourceforge-Bug: #2087502 Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 28 Aug, 2008 1 commit
-
-
Theodore Ts'o authored
Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 27 Aug, 2008 1 commit
-
-
Theodore Ts'o authored
Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 15 Jul, 2008 1 commit
-
-
Theodore Ts'o authored
It's not needed for e2fsprogs, but one niche distribution likes to use configure.sh files which can cause GNU make to inappropriately fire an implicit rule to overwrite the configure file resulting in a fork bomb leading to the OOM crash. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 29 Feb, 2008 1 commit
-
-
Mike Frysinger authored
Addresses-Sourceforge-Patches: #1903484 Addresses-Sourceforge-Patches: #1903466 Addresses-Sourceforge-Patches: #1903456 Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 01 Jan, 2008 1 commit
-
-
Theodore Ts'o authored
With this fix, "dpkg-buildpackage -j3" should work w/o problems for the e2fsprogs package. Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 04 Aug, 2007 1 commit
-
-
Theodore Ts'o authored
Signed-off-by:
Andreas Dilger <adilger@clusterfs.com> Signed-off-by:
Girish Shilamkar <girish@clusterfs.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 22 May, 2007 1 commit
-
-
Andreas Dilger authored
Signed-off-by:
Andreas Dilger <adilger@clusterfs.com> Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 21 Jun, 2006 1 commit
-
-
Andreas Dilger authored
Signed-off-by:
Andreas Dilger <adilger@clusterfs.com>
-
- 09 Apr, 2006 1 commit
-
-
Theodore Ts'o authored
This caused FTBFS bugs on AMD64 platforms, since it uses a different 64-bit type when compared with IA64, so we need to make our autoconfiguration system more intelligent. Addresses Debian Bugs: #360661, #360317 Signed-off-by:
"Theodore Ts'o" <tytso@mit.edu>
-
- 15 Dec, 2004 1 commit
-
-
Theodore Ts'o authored
Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
-
- 01 Dec, 2004 1 commit
-
-
Theodore Ts'o authored
Update the po and intl changelog files to indicate that we updated to gettext 0.14.1
-
- 30 Nov, 2004 1 commit
-
-
Theodore Ts'o authored
see errors/warnings.
-
- 19 Nov, 2004 1 commit
-
-
Theodore Ts'o authored
-
- 17 Sep, 2004 1 commit
-
-
Theodore Ts'o authored
Debian Bug #255589)
-
- 01 Aug, 2003 1 commit
-
-
Matthias Andree authored
systems that expect GNU make as "gmake".
-
- 05 May, 2003 1 commit
-
-
Theodore Ts'o authored
convenience option. Add --disable-evms option.
-
- 03 May, 2003 2 commits
-
-
Theodore Ts'o authored
Remove "NYC" translation. Add Czech translation from Miloslav Trmac <mitr@volny.cz> Random NLS and other display fixes from Miloslav.
-
Theodore Ts'o authored
Fixed up support for using the internal intl library.
-
- 23 Mar, 2003 1 commit
-
-
Theodore Ts'o authored
-
- 14 Mar, 2003 1 commit
-
-
Theodore Ts'o authored
-