• Home
  • History
  • Annotate
  • only in /external/e2fsprogs/config/
History log of /external/e2fsprogs/config/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0ed7404719a9ddd2ba427a80db5365c8bad18c0 20-Mar-2014 JP Abgrall <jpa@google.com> Switch back to 1.42.9 now that there is a fix

Revert "Revert changes that moved from 1.41.14 to 1.42.9"

This reverts commit 65f0aab98b20b5994a726ab90d355248bcddfffd.
onfig.guess
onfig.sub
arse-types.sh
65f0aab98b20b5994a726ab90d355248bcddfffd 06-Mar-2014 JP Abgrall <jpa@google.com> Revert changes that moved from 1.41.14 to 1.42.9

Revert "e2fsck: Don't use e2fsck_global_ctx unless HAVE_SIGNAL_H"
commit e80e74c41d85ff93f3d212ba6512340f48054a93.

Revert "Merge remote-tracking branch 'linaro/linaro-1.42.9' into aosp_master"
This reverts commit e97b2b6fc82f840e84dfc631b87f21be44ff2421, reversing
changes made to 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Revert "Prepare for upstream 1.42.9"
This reverts commit 7e2fb9d09c245eba70ee008b78007315e9c0f1df.

Bug: 13340735
Change-Id: If48b153a95ef5f69f7cdccb00e23524abff3c5a8
Signed-off-by: JP Abgrall <jpa@google.com>
onfig.guess
onfig.sub
arse-types.sh
3a941bef3b9036ca3db9d510c71bcae801ea4dd1 16-Dec-2013 Andreas Dilger <adilger@dilger.ca> build: use long long for __u64 by default

Don't print a verbose configure error in parse-types.h if
<asm/types.h> missing and __[SU]*_TYPEDEF is unset. This is
always the case for non-Linux builds.

The printf formatting strings all use "%llu" for printing 64-bit
values and this it produces a large number of warnings if __u64
is defined as "unsigned long". If __U64_TYPEDEF isn't set use
"unsigned long long" for __u64 in ext2-types.h and blkid-types.h
by default instead of using "unsigned long".

Fix a few places where "%d" or "%u" or "%Lu" were used to print a
64-bit value, by converting them to use "%lld" or "%llu" instead.

Fix a few places where "%lu" was used to print .tv_usec, by casting
the variable to "(long)" since .tv_usec is "int" on some systems.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
26cbfab68c2f063bf2df5cdf361437e86abc47a3 11-Dec-2013 Theodore Ts'o <tytso@mit.edu> Update config.{guess,sub} to the latest version

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.sub
b55705e0ba83147f16a3abb955f3761f78b7db94 28-Jan-2013 Andreas Dilger <adilger@dilger.ca> build: quiet build warnings for "gcc -Wall"

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
c253c3b982466d649458c40fde0bf26427515f79 16-Jan-2013 Theodore Ts'o <tytso@mit.edu> Update config.{guess,sub} to the latest version

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.sub
da489dd2f3287b644c792c4e7ffb530a8ae0b9a2 04-Jan-2013 Eric Whitney <enwlinux@gmail.com> config: silence printf format warnings

The printfs in the asm_types.c code contained within parse-types.sh
expect sizeof to return an int. Fix this for architectures where this
isn't true (x86_64, etc.) so we don't see warning messages while
running the configure script.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
8f92c4a2ffd342b518c3101074fe00e16b5740d0 06-Apr-2012 Theodore Ts'o <tytso@mit.edu> Update config.guess and config.sub to the latest (2012-02-10) version

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.sub
3a09e969e1d5f4391e5683ed70e0a380f5cc5eef 30-May-2009 Theodore Ts'o <tytso@mit.edu> Update config.guess and config.sub to the latest (2009-04-17) version

Addresses-Debian-Bug: #528330

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.sub
f56aa6e6ee00fe22a311657494e5e91275a54a7e 14-Jul-2008 Theodore Ts'o <tytso@mit.edu> Don't assume that /bin/true is always in /bin

... because it isn't on MacOS X

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
318824c1bb7b73edfe66ae4976676c37eacd0c58 13-Jul-2008 Theodore Ts'o <tytso@mit.edu> Fix Solaris shell script portability issues

Solaris ships with a pathetically ancient shell in /bin/sh,
so fix various shell scripts to accomodate.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
29a5deed215573ff287d27460de620aa7fff812a 04-Jul-2007 Theodore Ts'o <tytso@mit.edu> Improve the config/parse_types.sh helper script

Fix a potential security problem if e2fsprogs is built as root (as
Gentoo does!). In addition fix the script and how it is called from
the configure script so that it does the right thing when
cross-compiling.

Fixes-Gentoo-bug: #146903

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
arse-types.sh
a99d4901ba986b14e9276734178826191db71230 10-Apr-2006 Theodore Ts'o <tytso@mit.edu> Update config.guess and config.sub to latest version (2006-02-23) from FSF

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.sub
4ea7ea007bb227727ee1d4dca997c4f5b21d3a30 09-Apr-2006 Theodore Ts'o <tytso@mit.edu> Fix asm_types.h type conflicts

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>
arse-types.sh
424131d7e9d4ac872a5cf9bde89b9c7af81126b4 19-Jul-2005 Theodore Ts'o <tytso@mit.edu> Make the helper scripts in the config directory executable.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
onfig.guess
onfig.rpath
onfig.sub
nstall-sh
kinstalldirs
b0cacab066000b940551d59aad3e4553d4bad268 01-Dec-2004 Theodore Ts'o <tytso@mit.edu> Update to use gettext 0.14.1 and autoconf 2.50+
onfig.guess
onfig.rpath
onfig.sub
nstall-sh
kinstalldirs