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.
/external/e2fsprogs/lib/e2p/Makefile.in
|
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>
/external/e2fsprogs/lib/e2p/Makefile.in
|
832cb612f8c1c10525fe438206d4fe5c6d38a4e7 |
|
12-Oct-2013 |
Darrick J. Wong <darrick.wong@oracle.com> |
e2fsprogs: add (optional) sparse checking to the build 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>
/external/e2fsprogs/lib/e2p/Makefile.in
|
d1154eb460efe588eaed3d439c1caaca149fa362 |
|
18-Sep-2011 |
Theodore Ts'o <tytso@mit.edu> |
Shorten compile commands run by the build system 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>
/external/e2fsprogs/lib/e2p/Makefile.in
|
c13351f6c53f175696044c0203bb3009af606c64 |
|
02-Jul-2009 |
Theodore Ts'o <tytso@mit.edu> |
Add support for configure --enable-verbose-makecmds Some people don't want to see the concise "kernel-style" make output. This configure option allows build engines that want to see the full set of commands executed by the makefile to get what they want. Most people will find this more distracting than useful, unless they need to debug the Makefiles. (It is not necessary to rerun configure to enable this verbose make output temprarily; if a developer wants to do a quick debug of a directory's makefile, he or she can simply edit the definition of the $(E) and $(Q) variables in the Makefile; instructions can be found in the MCONFIG file which is included in at the beginning of every Makefile.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/e2p/Makefile.in
|
94b993d56a7fbd32626f86d654640f4a80998d34 |
|
30-Aug-2008 |
Theodore Ts'o <tytso@mit.edu> |
Update makefile dependency for lib/e2p/Makefile.in Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/e2p/Makefile.in
|
03efde8abe79c80ff369206d06d4f1e476b08f53 |
|
24-Aug-2008 |
Andreas Dilger <adilger@sun.com> |
add debugfs command to print known features Print out the currently supported features of e2fsprogs/libext2fs via a new "debugfs supported_features" command. This helps scripts to know whether it is possible to try and enable specific features in the filesystem. Signed-off-by: Kalpak Shah <kalpak.shah@sun.com> Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/e2p/Makefile.in
|
f64b36d138813f4128dd7d58d6131a85e5e50c99 |
|
06-Aug-2008 |
Li Zefan <lizf@cn.fujitsu.com> |
Fix a typo in lib/e2p/Makefile.in Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/lib/e2p/Makefile.in
|
a8862d9e90d0d94761ba28dbbf9674308fd7d7c0 |
|
30-Aug-2006 |
Theodore Ts'o <tytso@mit.edu> |
Fix potential 2**32-1 overflow by using e2p_percent() Add a new functiom, e2p_percent(), which correct calculates the percentage of a number based on a given percentage, without worrying about overflow issues. This is used where we calculate the number of reserved blocks using a percentage of the total number of blocks in a filesystem. Based on patches from Eric Sandeen, but generalized to use this new function. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Eric Sandeen <esandeen@redhat.com>
/external/e2fsprogs/lib/e2p/Makefile.in
|
3ded50b37cfb3d3864792dfed7793029a061267e |
|
11-Dec-2005 |
Theodore Ts'o <tytso@mit.edu> |
Address parallel build problem in the library Makefiles Add a dependency to make sure that the subdirectories are created before creating all of the object files. Addresses Sourceforge Bug: #1261553 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/e2p/Makefile.in
|
7d9adefed874152a12feb8846ad962799c8713cc |
|
17-Jun-2005 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Add an include path specifier when building tst_ostype so that "make check" will build correctly on systems without the include files from e2fsprogs installed in the system include directory.
/external/e2fsprogs/lib/e2p/Makefile.in
|
75e93ab0975f042edc25dde6f5d9496360207a94 |
|
06-May-2005 |
Theodore Ts'o <tytso@mit.edu> |
Update "make depend" information. Fixes SMP parallel build problem. (Addresses Sourceforge Bug: #1157933)
/external/e2fsprogs/lib/e2p/Makefile.in
|
9be5ba91b8f9d0f3f10b8f9d622f16bf2338f4bc |
|
06-May-2005 |
Theodore Ts'o <tytso@mit.edu> |
Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing CFLAGS in the compile rule. (Addresses Sourceforge Bug: #1180572)
/external/e2fsprogs/lib/e2p/Makefile.in
|
63253946309651c1015947d522e2ba4b35a807a5 |
|
19-Mar-2005 |
Theodore Ts'o <tytso@mit.edu> |
Add new functions which convert between a string and os_type: e2p_os2string() and e2p_string2os() in the e2p library.
/external/e2fsprogs/lib/e2p/Makefile.in
|
b7aa0d653e4fcfbff3f122e1382fcca090f82a44 |
|
05-Feb-2005 |
Theodore Ts'o <tytso@mit.edu> |
Remove *.pc files on a "make distclean" Remove emacs backup files in tests/Makefile on a "make clean"
/external/e2fsprogs/lib/e2p/Makefile.in
|
e644186542707a44e5fbeddd581eb3f77a30ba0f |
|
26-Jan-2005 |
Theodore Ts'o <tytso@mit.edu> |
Add pkg-config files to e2fsprogs's libraries.
/external/e2fsprogs/lib/e2p/Makefile.in
|
55f4cbd96e0029f0ff67c4913192d87bf52fd149 |
|
05-Jan-2005 |
Theodore Ts'o <tytso@mit.edu> |
Add new function in e2p for parsing the number of blocks on the command line for mke2fs and resize2fs, and use this function so that filesystem size inputs to e2fsprogs command line programs are parsed consistently.
/external/e2fsprogs/lib/e2p/Makefile.in
|
522798d3428807800d8471f5ac3050b82aa9de97 |
|
15-Dec-2004 |
Theodore Ts'o <tytso@mit.edu> |
Add install-strip and install-shlibs-strip targets Use Linux-kernel-style makefile output for "make install" Update intl/Makefile.in to version from gettext 0.14.1
/external/e2fsprogs/lib/e2p/Makefile.in
|
6d4022786dc43e66f0699a72925b946b9d2e4439 |
|
15-Dec-2004 |
Theodore Ts'o <tytso@mit.edu> |
Use MKINSTALLDIRS macro so that the Makefiles can find the script correctly. Update Makefile dependencies. Update "make depend" production so that it filters out comments inserted by newer gcc compilers. Remove sync from e2fsck's "make all" target.
/external/e2fsprogs/lib/e2p/Makefile.in
|
47204ff9830b17fc6317f48e88d2039f57a5d10a |
|
30-Nov-2004 |
Theodore Ts'o <tytso@mit.edu> |
Use Linux-kernel-style makefile output to make it easier to see errors/warnings.
/external/e2fsprogs/lib/e2p/Makefile.in
|
2b5901d9c7eb4b60cce5a9726517b8f79e5e0bfc |
|
19-Nov-2004 |
Theodore Ts'o <tytso@mit.edu> |
Remove the a.out DLL support, since it's been obsolete and unmaintained for a long time now.
/external/e2fsprogs/lib/e2p/Makefile.in
|
434661f8d5efd0999e586dfbf73b319f070bc20b |
|
01-Mar-2004 |
Theodore Ts'o <tytso@mit.edu> |
Patch from Brian Bergstrand to use the correct -fPIC flag for Darwin in order to get rid of the compiler warning.
/external/e2fsprogs/lib/e2p/Makefile.in
|
f606dd32ffcdb872a2c635d897b79089daa47661 |
|
08-Nov-2002 |
Theodore Ts'o <tytso@mit.edu> |
Update "make depend".
/external/e2fsprogs/lib/e2p/Makefile.in
|
a0c3fd5e4cdc2e0b032c9ace89d960a622069c32 |
|
15-Oct-2002 |
Theodore Ts'o <tytso@mit.edu> |
Add support for new feature in ext2/3 filesystems; a default mount options field in the superblock. Added the tune2fs '-o' option to set this field.
/external/e2fsprogs/lib/e2p/Makefile.in
|
f61fc0b5d98ef2455252d596e7b20131526d6762 |
|
24-Aug-2002 |
Theodore Ts'o <tytso@mit.edu> |
Add support for the hash_seed and s_def_hash_ver fields in the superblock. Dumpe2fs can now print out these fields, and they can be modified using debugfs's set_super_value command. Also added to debugfs was the ability to set s_uuid and s_journal_uuid features as well.
/external/e2fsprogs/lib/e2p/Makefile.in
|
797f5ef14e92294b329e52971d467d7af5b2993e |
|
02-Jun-2001 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, wordwrap.pl: Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in. wordwrap.pl: Add some rules which help fix up the dependencies. Many files: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
/external/e2fsprogs/lib/e2p/Makefile.in
|
54c637d4d29af3e6365779f8b12976abe95a4753 |
|
14-May-2001 |
Theodore Ts'o <tytso@mit.edu> |
Many files: badblocks.c, chattr.c, dumpe2fs.c, e2image.c, findsuper.c, lsattr.c, mke2fs.c, mklost+found.c, tune2fs.c, util.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, resize2fs.h: resize2fs.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, debugfs.h: debugfs.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, e2fsck.h, scantest.c: e2fsck.h, scantest.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, tst_uuid.c, uuid_time.c: tst_uuid.c, uuid_time.c: Remove unneeded #include of ext2_fs.h ChangeLog, Makefile.in, e2p.h: e2p.h: Change location of ext2_fs.h to be ext2fs/ext2_fs.h ChangeLog, Makefile.in, test_icount.c, test_rel.c: test_icount.c, test_rel.c: Change location of ext2_fs.h to be ext2fs/ext2_fs.h
/external/e2fsprogs/lib/e2p/Makefile.in
|
0e8a9560d89dd9cca73037a59efa93e46abdccda |
|
09-Dec-2000 |
Theodore Ts'o <tytso@mit.edu> |
Many files: jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file has been moved to the include/linux directory. journal.c, revoke.c, recovery.c: Updated files from Stephen to support the V2 superblock and revoke processing. The journal.c and revoke.c files are copies from the ext3 kernel source. Makefile.in: Added revoke.c to the list of source/object files. Makefile.in: Fix up some mistakes in the source file list, and regenerate the dependencies. Update Makefile dependencies. ChangeLog, jfs.h: jfs.h: Remove excess #include of JFS_DEBUG. Not needed for e2fsprogs, since we optioanlly define it in the configuration file system.
/external/e2fsprogs/lib/e2p/Makefile.in
|
b2420d4057c0a151c5ada91c4648794c8c6cb1a4 |
|
04-Jul-2000 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in: Makefile.in: Remove explicit link of -lc in the shared library. (It shouldn't be necessary, and is harmful in some cases).
/external/e2fsprogs/lib/e2p/Makefile.in
|
906e1f18661b8901183a0061c50fb2f1b67e1eb1 |
|
03-Apr-2000 |
Theodore Ts'o <tytso@mit.edu> |
.del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h (EXT2_NOCOMPR_FL): Rename EXT2_NOCOMP_FL to EXT2_NOCOMPR_FL. ChangeLog, Makefile.in, pf.c: pf.c (print_flags): Rename EXT2_NOCOMP_FL to EXT2_NOCOMPR_FL. Makefile.in: Add "set -e" so that any errors in installing header files causes an immediate exit.
/external/e2fsprogs/lib/e2p/Makefile.in
|
dede39bbb8ef92920f26875de7d5cc64a319e033 |
|
11-Feb-2000 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in, e2p.h, pf.c: Makefile.in: Install the e2p.h header. e2p.h, pf.c (print_flags): Change the third parameter of print_flags() to be an option parameter, although we only support one option at this point. pf.c (print_flags): Updated to use a more generic structure for storing the ext2 inode flags. Add support for the (current) set of compression flags.
/external/e2fsprogs/lib/e2p/Makefile.in
|
5c36a2f85b4f8648ed7916c7e5d489dea09c1a37 |
|
19-Nov-1999 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in: Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory. Also, when making the .exclude file for the source_tar_file, exclude those two files as well. Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory.
/external/e2fsprogs/lib/e2p/Makefile.in
|
0859c04fce317c77643dd8a69814c892613bf5f3 |
|
23-Oct-1999 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Update makefile dependencies for 1.16 release.
/external/e2fsprogs/lib/e2p/Makefile.in
|
d7b701ded6fda284d7c77cd5ac48c2607ff72b13 |
|
14-Sep-1999 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in, e2p.h, feature.c, ls.c: Makefile.in, feature.c, e2p.h: New file which is used for displaying and editing superblock feature sets. ls.c (print_features, list_super): Add new function print_features which is used to display the feature bits in the superblock.
/external/e2fsprogs/lib/e2p/Makefile.in
|
45a676b5f1ae2d4048d76b67e4c21e8689ef7501 |
|
03-Jul-1999 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Update dependencies. ChangeLog: Update ChangeLog to reflect full set of changes to configure.in
/external/e2fsprogs/lib/e2p/Makefile.in
|
5a679c8fb15540f86fc2eae3117412adc6ecbb33 |
|
03-Dec-1998 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, pass3.c, problem.c: pass3.c (get_lost_and_found): If the filesystem is not opened read-only, then force /lost+found to be created if it is not present. problem.c: Allow PR_3_NO_LF_DIR to be handled during a preen operation. ChangeLog, Makefile.in: Makefile.in: Updated dependencies. ChangeLog, fsck.c: fsck.c (load_fs_info): Parse /etc/fstab ourselves, instead of relying on getmntent(). This has the advantage of allowing us to properly handle missing pass numbers correctly. ChangeLog, configure.in: configure.in: Add paths.h to header files for which we search.
/external/e2fsprogs/lib/e2p/Makefile.in
|
e5fa0e3031822d3da46ac78230c0595c6c462f87 |
|
01-Apr-1998 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in: Remove libext2fs.info*, not just libext2fs.info*.gz. Add an uninstall-doc-libs target. ChangeLog, Makefile.in, compile_et.1, compile_et.sh.in: Makefile.in: Fix bug where my_dir was set incorrectly. Install the et_c.awk and et_h.awk files in $(datadir)/et (i.e., /usr/share/et) directory. Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. compile_et.1: Change man page to reflect the fact that compile_et is now a awk/sed script, not a yacc script. compile_et.sh.in: Look in $(datadir)/et for et_c.awk and et_h.awk; if not found, look in the build directory. Add error checking for non-existent input file. ChangeLog, Makefile.in, mk_cmds.sh.in: Makefile.in: Install the ct_c.awk and ct_c.sed files in $(datadir)/ss (i.e., /usr/share/ss) directory. Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and ct_c.sed; if not found, look in the build directory. Add error checking for non-existent input file. ChangeLog, Makefile.in: Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account.
/external/e2fsprogs/lib/e2p/Makefile.in
|
521e36857227b21e7ab47b0a97f788d2af9f9717 |
|
29-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs 1.08.
/external/e2fsprogs/lib/e2p/Makefile.in
|
21c84b71e205b5ab13f14343da5645dcc985856d |
|
29-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs-1.07
/external/e2fsprogs/lib/e2p/Makefile.in
|
1e3472c5f37ca3686dd69b079d4d02a302f5798d |
|
29-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs 1.05
/external/e2fsprogs/lib/e2p/Makefile.in
|
62c06f790c4920ec2721515e36d599751f6d4d2d |
|
29-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs 1.04.
/external/e2fsprogs/lib/e2p/Makefile.in
|
74becf3c0a065f8d64e07ce4d31f9fe53be91d62 |
|
26-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checkin of e2fsprogs 1.02.
/external/e2fsprogs/lib/e2p/Makefile.in
|
297f47a13edce54d08517182e714083a0a7f196c |
|
26-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs 1.01.
/external/e2fsprogs/lib/e2p/Makefile.in
|
50e1e10fa0ac12a3e2a9d20a75ee9041873cda96 |
|
26-Apr-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checked in e2fsprogs 0.5c
/external/e2fsprogs/lib/e2p/Makefile.in
|