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/resize/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/resize/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/resize/Makefile.in
|
1eb31c4885156b595e6ceb4516cb1e1fb2d251fd |
|
03-Jan-2013 |
Theodore Ts'o <tytso@mit.edu> |
resize2fs: add resource tracking as a debug option Add a new debug flag which prints how much time is consumed by the various parts of resize2fs's processing. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/resize/Makefile.in
|
e1f085079525c0ed4c5ab1f2abedaf9407a7b8da |
|
04-Oct-2009 |
Theodore Ts'o <tytso@mit.edu> |
Don't use in-tree header files if using system uuid or blkid libraries This commit forces the use of the system-provided blkid or uuid header files if we are using the system-provided blkid or uuid libraries. This avoids using the in-tree header files with the system libraries. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/resize/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/resize/Makefile.in
|
a6a1c0815c045fd12f65546e16d495338097f32a |
|
02-Jul-2009 |
Theodore Ts'o <tytso@mit.edu> |
Fix Makefile dependencies for libcom_err The e2fsprogs makefiles were using the same Makefile variable LIBCOM_ERR for the link-line arguments as well as the dependencies. Since LIBCOM_ERR can now include non-file arguments such as "-lpthread", we need to use a separate DEPLIBCOM_ERR variable that only has build file dependencies. Do the same thing for STATIC_LIBCOM_ERR and PROFILED_LIBCOM_ERR. Addresses-Sourceforge-Patches: #2813809 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/resize/Makefile.in
|
bf69235ad0073c80386b70caba0e1b58e5f85697 |
|
18-Mar-2006 |
Theodore Ts'o <tytso@mit.edu> |
Add support for on-line resizing to resize2fs If the filesystem is mounted, attempt to use the on-line resizing ioctls to resize the filesystem. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/resize/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/resize/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/resize/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/resize/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/resize/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/resize/Makefile.in
|
dd60705665b916c9f67c3bbf86aa6bb620a14ecd |
|
03-Apr-2004 |
Theodore Ts'o <tytso@mit.edu> |
Refine the build process to avoid re-running subst all the time on some generated files, by having subst update the modtime on these files even when the generated file hasn't changed. We do this with generated files that do not have any downstream dependencies.
/external/e2fsprogs/resize/Makefile.in
|
a04eba3f8868af1d9b7b504d3d430c55ed3dc777 |
|
03-May-2003 |
Theodore Ts'o <tytso@mit.edu> |
Update to gettext 0.11.5. We now enable NLS support by default. Fixed up support for using the internal intl library.
/external/e2fsprogs/resize/Makefile.in
|
afb6d709ba94cee1ab6b32c5f2f7acaa37c6845d |
|
21-Apr-2003 |
Theodore Ts'o <tytso@mit.edu> |
Use DYLD_LIBRAY_PATH so that "make check" works on Darwin systems when building with shared libraries.
/external/e2fsprogs/resize/Makefile.in
|
482afc442d98b5f8d8571cfa2c7047907066c07d |
|
31-Oct-2002 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in (install): Search all compression extensions when deleting old man pages.
/external/e2fsprogs/resize/Makefile.in
|
304905df4acb457faed3b807d31b84b46bebbd80 |
|
08-Mar-2002 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in (check): Use LD_LIBRARY_PATH to run test programs. (From Philipp Thomas <pthomas@suse.de>)
/external/e2fsprogs/resize/Makefile.in
|
b9f409255eec6ccaa7d297bcbf5e2a6478a02735 |
|
24-Feb-2002 |
Theodore Ts'o <tytso@mit.edu> |
Update makefiles to install mkfs.ext3, and to install man pages for mkfs.ext2/3 and fsck.ext2/3. Also remove any compressed man pages before installing the man pages.
/external/e2fsprogs/resize/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/resize/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/resize/Makefile.in
|
a05c589a5ef9959ac91f9b56bba9e61aeacb9d9c |
|
18-Jan-2001 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Update makefile dependencies
/external/e2fsprogs/resize/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/resize/Makefile.in
|
3e377db29466e8a7d960df27fa5c0b933a3fa581 |
|
09-Dec-2000 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in: Fix so that top-level "make check" works correctly. e2image.c: Fix program name for e2image.
/external/e2fsprogs/resize/Makefile.in
|
e4c8e885d20cd36ddbc563aed9edaa9fb96e2332 |
|
06-Jul-2000 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in: Makefile.in (install): Install resize2fs in /sbin, not /usr/sbin. ChangeLog, unix.c: unix.c: Also, re-arrange the logic so that we do the time check only after doing the percentage check, and we only advance the spinner if we're about to display it. ChangeLog: Fix minor wording error in Chagelog.
/external/e2fsprogs/resize/Makefile.in
|
0cee8a5c423c2a1054c7366e74870592ec8db95e |
|
06-Apr-2000 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Update copyright of files in preparation for release of resize2fs. Also removed the (obsolete) beta-test check that had been in the code, as well as the old spec files used to package the separate distribution of resize2fs. Makefile.in: No longer build resize2fs.static, since there's no real point in it any more. Modified Files: ChangeLog Makefile.in extent.c main.c resize2fs.8.in resize2fs.c resize2fs.h sim_progress.c test_extent.c Removed Files: e2fsprogs-1.12.spec pq.gif resize2fs.spec version.h
/external/e2fsprogs/resize/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/resize/Makefile.in
|
790a0ad4d525227d17c6674f9bd869ab5eac4d99 |
|
19-Jul-1999 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in: Add resize2fs.clean to the clean list.
/external/e2fsprogs/resize/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/resize/Makefile.in
|
dba838b09e3e2b53c6d5fe401733cfa6c4d3bffa |
|
04-Dec-1998 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in: Makefile.in: Updated dependencies.
/external/e2fsprogs/resize/Makefile.in
|
d171c5b5ee86f87f028fe62d684659f249b9e334 |
|
03-Apr-1998 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, subst.conf.in: Add substitution for @datadir@ ChangeLog, Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. Remove cat8dir from the installdirs target, since modern man package don't necessarily put the cat directory in /usr/man/cat?. ChangeLog, .del-types.h.in~7a460879: types.h.in: Add a signed keyword to the __s64 definition.
/external/e2fsprogs/resize/Makefile.in
|
fac9c206e7eba5c7703df5c65163264412b3f516 |
|
08-Mar-1998 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in, ChangeLog: Change the name of the complete source file that we built (that includes resize2fs) to be e2fsprogs-ALL-<version>.tar.gz. Don't link with libuuid, since it's not needed. resize2fs.8.in: Add copyright statement. Many files: Update packaging for the resize2fs program.
/external/e2fsprogs/resize/Makefile.in
|
0e14f78e6600ece59f0582a922d65752a7433130 |
|
27-Feb-1998 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in, main.c: Makefile.in: Add rule to build a static version of resize2fs. Update dependency rules. main.c: #include ../version.h, instead of using a hard-coded version string.
/external/e2fsprogs/resize/Makefile.in
|
a8519a2dbec429846d89fee581a2ecb829904cd2 |
|
16-Feb-1998 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Major reoganization of how resizing works. Functions in ext2_block_move.c, and ext2_inode_move.c moved into resize2fs.c. Multiple passes in those two files also combined into a single inode scanning pass. Made the inode table moving function better handling the case where it needs to abort mid-operation. When moving blocks around, made the block allocation function preferentially avoid the old group descriptor blocks, to make resize2fs more robust.
/external/e2fsprogs/resize/Makefile.in
|
d40259fd552d942903f2fd0b426c75a5c2516017 |
|
20-Oct-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Rename io.h to be ext2_io.h (avoid namespace collisions) ChangeLog, resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
/external/e2fsprogs/resize/Makefile.in
|
44339bdff87584b72a2ade7d3a1426e3335f2167 |
|
15-Oct-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Use new substitution technology which doesn't depend on shell scripts. (Faster, and better for MS-DOS port!)
/external/e2fsprogs/resize/Makefile.in
|
8e74e669832c5af25687efaef52ed600a10fbcc9 |
|
17-Jun-1997 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in, .del-e2fsprogs-1.11.spec~42cd069e, resize2fs.h: Fix up for release
/external/e2fsprogs/resize/Makefile.in
|
c762c8e63216a301c9de7d24c6136d8370378a08 |
|
17-Jun-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: Checkin of work to date. (Pretty much completely working now.)
/external/e2fsprogs/resize/Makefile.in
|
052db4b76e552682c1ad94ff4943faa98c958343 |
|
12-Jun-1997 |
Theodore Ts'o <tytso@mit.edu> |
Makefile.in, .del-inodemap.c~24510e64, main.c, resize2fs.c, resize2fs.h: New snapshot (almost fully functional)
/external/e2fsprogs/resize/Makefile.in
|
1e1da29fbd4204a267ebd7c64d37e1f95a9dad08 |
|
09-Jun-1997 |
Theodore Ts'o <tytso@mit.edu> |
Many files: bmove.c (ext2fs_move_blocks): New function which takes a bitmap of blocks which need to be moved, and moves those blocks to another location in the filesystem. rs_bitmap.c (ext2fs_resize_generic_bitmap): When expanding a bitmap, make sure all of the new parts of the bitmap are zero. bitmaps.c (ext2fs_copy_bitmap): Fix bug; the destination bitmap wasn't being returned to the caller. alloc_tables.c (ext2fs_allocate_group_table): Add new function ext2fs_allocate_group_table() which sets the group tables for a particular block group. The relevant code was factored out of ext2fs_allocate_tables(). dblist.c (make_dblist): Adjust the initial size of the directory block list to be a bit more realize (ten plus twice the number of directories in the filesystem). Check in interim work.
/external/e2fsprogs/resize/Makefile.in
|
24b2c7a7a14cec8480a75af7d535cf267e6abe1f |
|
07-Jun-1997 |
Theodore Ts'o <tytso@mit.edu> |
ChangeLog, Makefile.in, configure.in: configure.in (rmakefile): Added (optional) private directory for resize2fs. Makefile.in: Change recursive descent rules to check to see if a directory exists before trying to make it. Many files: Initial checkin of work done to date.
/external/e2fsprogs/resize/Makefile.in
|