]> git.ipfire.org Git - thirdparty/e2fsprogs.git/log
thirdparty/e2fsprogs.git
20 years agoADD TAG: E2FSPROGS-1_34-WIP-0521 E2FSPROGS-1_34-WIP-0521
Theodore Ts'o [Wed, 21 May 2003 22:26:31 +0000 (18:26 -0400)] 
ADD TAG: E2FSPROGS-1_34-WIP-0521

20 years agoUpdate for e2fsprogs 1.34-WIP-0521 release.
Theodore Ts'o [Wed, 21 May 2003 22:26:31 +0000 (18:26 -0400)] 
Update for e2fsprogs 1.34-WIP-0521 release.

20 years agounused.c (do_dump_unused): Add new command which dumps the
Theodore Ts'o [Wed, 21 May 2003 21:58:36 +0000 (17:58 -0400)] 
unused.c (do_dump_unused): Add new command which dumps the
unused blocks.  (Initial implementation; currently only
dumps the output to stdout.)

20 years agoMakefile.in (ELF_OTHER_LIBS): The blkid library depends on the
Theodore Ts'o [Wed, 21 May 2003 21:56:36 +0000 (17:56 -0400)] 
Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the
uuid library.  (Addresses Debian bug: #194094)

20 years agomke2fs.c (PRS, set_fs_defaults): If the sector size of the
Theodore Ts'o [Wed, 21 May 2003 21:28:29 +0000 (17:28 -0400)] 
mke2fs.c (PRS, set_fs_defaults): If the sector size of the
device is larger than the default block size, then use the
sector size of the device as the default block size.

getsectsize.c (ext2fs_get_device_sectsize): New function which
    returns the hardware sector size (if it is available).

20 years agoFix bug which caused --disable-evms not to work.
Theodore Ts'o [Tue, 20 May 2003 14:29:29 +0000 (10:29 -0400)] 
Fix bug which caused --disable-evms not to work.

20 years agobadblocks.c: Use an unsigned integer to support 4-byte test
Theodore Ts'o [Sun, 18 May 2003 05:11:52 +0000 (01:11 -0400)] 
badblocks.c: Use an unsigned integer to support 4-byte test
patterns with the high bit set.  Let the user explicitly
specify a random pattern with the argument "random".

20 years agounix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with
Theodore Ts'o [Sun, 18 May 2003 01:00:46 +0000 (21:00 -0400)] 
unix.c (show_stats), e2fsck.h: Use ngettext (abbreivated with
the macro P_(str1, str2, n)) to simplify the statistics
reporting.

20 years agoDebian packaging: Add gettext to the build-depends line.
Theodore Ts'o [Sat, 17 May 2003 21:39:46 +0000 (17:39 -0400)] 
Debian packaging: Add gettext to the build-depends line.

20 years agoLINGUAS, de-utf.po: Remove de-utf.po; de.po is newer, and we
Theodore Ts'o [Sat, 17 May 2003 21:15:00 +0000 (17:15 -0400)] 
LINGUAS, de-utf.po: Remove de-utf.po; de.po is newer, and we
shouldn't have two versions using different charset
encodings anyway.

20 years agoMCONFIG.in, configure.in: Only put the intl directory in the -I
Theodore Ts'o [Sat, 17 May 2003 20:29:27 +0000 (16:29 -0400)] 
MCONFIG.in, configure.in: Only put the intl directory in the -I
search path if we are using --with-internal-gettext.
Otherwise causes compatibility problems with the woody
glibc.   (Addresses Debian bug #193372)

20 years agoAdd package dependency to shlibs for comerr to indicate support
Theodore Ts'o [Wed, 14 May 2003 03:53:20 +0000 (23:53 -0400)] 
Add package dependency to shlibs for comerr to indicate support
for kth compatibility.  (Closes Debian bug #193096)

20 years agounix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace
Theodore Ts'o [Wed, 14 May 2003 03:41:29 +0000 (23:41 -0400)] 
unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspace
caching by the unix_io layer.  Not enabled, only for
debugging.

20 years agomain.c (main): Add the ability to specify units to the size
Theodore Ts'o [Wed, 14 May 2003 03:32:59 +0000 (23:32 -0400)] 
main.c (main): Add the ability to specify units to the size
parameter, and make the error and information messages
display explicitly the blocksize used by the filesystem,
to avoid confusion.  (Addresses Debian bug: #189814)

20 years agoconfigure.in: Fix typo in help message for --enable-evms-11
Theodore Ts'o [Wed, 14 May 2003 03:32:32 +0000 (23:32 -0400)] 
configure.in: Fix typo in help message for --enable-evms-11

20 years agoutil.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:
Theodore Ts'o [Wed, 14 May 2003 03:03:43 +0000 (23:03 -0400)] 
util.c, ls.c, logdump.c, htree.c, dump.c, debugfs.h, debugfs.c, ChangeLog:
  util.c (reset_getopt), debugfs.c (do_open_filesys,
   do_show_super_stats), ls.c (do_list_dir), dump.c (do_dump),
   htree.c (do_htree_dump, do_dx_hash), logdump.c (do_logdump):
   Define and use a new function, reset_getopt(), which does whatever
   is necessary to reset getopt() again.  This is different for
   different implementations, so the portabilty issues are a bit of a
   nightmare.  (Addresses Debian bug #192834)

21 years agoDebian packaging issues:
Theodore Ts'o [Thu, 8 May 2003 14:39:50 +0000 (10:39 -0400)] 
Debian packaging issues:

* Remove e2fsprogs-bf package, as it is obsolete. (Closes: #183453)
* Remove NLS support from e2fsprogs-udeb.  Save 5.5k on the boot
  floppies / install media.

21 years agoUpdate debian changelog
Theodore Ts'o [Thu, 8 May 2003 07:33:07 +0000 (03:33 -0400)] 
Update debian changelog

Add replaces field to comerr-dev to resolve a file conflict with
/usr/include/com_err.h and the libkrb5-dev package.
(Closes: #192277)

21 years agobadblocks.c, badblocks.8.in: Functional enhancements contributed
Theodore Ts'o [Wed, 7 May 2003 13:52:14 +0000 (09:52 -0400)] 
badblocks.c, badblocks.8.in: Functional enhancements contributed
by Thayne Harbaugh.  These patches allow the -t option to
control the test pattern(s) used when checking the disk.
Test patterns may be specified in all modes (r/w, r/o and
non-destructive).

21 years agobadblocks.c (test_rw): Fix minor memory leak with test_rw() is
Theodore Ts'o [Wed, 7 May 2003 12:35:38 +0000 (08:35 -0400)] 
badblocks.c (test_rw): Fix minor memory leak with test_rw() is
called for multiple passes.
(test_nd): Fix bug in chosing randomness for the
non-destructive test.  We were only using 1 bit of
randomness per byte instead of 8 due to a bit-shift bug.
Also, initialize the random number generator from the time
in main().  Thanks to Thayne Harbaugh for pointing out
these bugs.

21 years agoUpdate debian changelog.
Theodore Ts'o [Tue, 6 May 2003 04:31:55 +0000 (00:31 -0400)] 
Update debian changelog.

Declare comerr-dev as replacing << e2fslibs-dev 1.33-2, to avoid
        errors when upgrading to the new versions of comerr-dev and
        e2fslibs-dev

Declare init_error_table as taking a long for the second argument.

21 years agoAdd full Heimdall compatibility.
Theodore Ts'o [Tue, 6 May 2003 03:07:32 +0000 (23:07 -0400)] 
Add full Heimdall compatibility.

21 years agoAdd usr/share/locale to e2fsprogs.files (debian packaging).
Theodore Ts'o [Tue, 6 May 2003 00:38:33 +0000 (20:38 -0400)] 
Add usr/share/locale to e2fsprogs.files (debian packaging).

21 years agoUpdate Debian changelog.
Theodore Ts'o [Tue, 6 May 2003 00:02:39 +0000 (20:02 -0400)] 
Update Debian changelog.

Add support for OV-style continuation (closes Debian bug #191900).

Move /usr/include/com_err.h from the e2fslibs-dev package to the
comerr-dev package.  (closes Debian bug #191899)

21 years agoStupid think-o bugfix in test_io.c: Don't close data->outfile
Theodore Ts'o [Mon, 5 May 2003 23:50:49 +0000 (19:50 -0400)] 
Stupid think-o bugfix in test_io.c:  Don't close data->outfile
if it is stderr.

21 years agoAdd --enable-test-io-debug configure option which causes e2fsck and
Theodore Ts'o [Mon, 5 May 2003 16:08:47 +0000 (12:08 -0400)] 
Add --enable-test-io-debug configure option which causes e2fsck and
tune2fs to use the test I/O manager.

The test I/O manager has been changed to not do anything extra by
default, unless the TEST_IO_FLAGS and/or TEST_IO_BLOCK environment
variables are set, which controls what I/O operations are logged and
a block number to watch, respectively.  The log messages are sent to
stderr by default, unless a filename is specified via the
TEST_IO_LOGFILE environment variable.

21 years agodebugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in:
Theodore Ts'o [Mon, 5 May 2003 15:35:04 +0000 (11:35 -0400)] 
debugfs.c (do_imap), debugfs.h, debug_cmds.ct, debugfs.8.in:
Added new command, imap, which prints the location of a
specified inode in the inode table.

21 years agoconfigure.in, configure, Makefile.in: Add --with-diet-libc
Theodore Ts'o [Mon, 5 May 2003 13:00:24 +0000 (09:00 -0400)] 
configure.in, configure, Makefile.in: Add --with-diet-libc
convenience option.  Add --disable-evms option.

21 years agoAdd Czech translation.
Theodore Ts'o [Sat, 3 May 2003 22:45:55 +0000 (18:45 -0400)] 
Add Czech translation.

Remove "NYC" translation.  Add Czech translation from Miloslav
Trmac <mitr@volny.cz>

Random NLS and other display fixes from Miloslav.

21 years agotune2fs.c (parse_time): Add portability code to work around lack
Theodore Ts'o [Sat, 3 May 2003 20:40:09 +0000 (16:40 -0400)] 
tune2fs.c (parse_time): Add portability code to work around lack
of strptime().

21 years agotst_badblocks.c (file_test): Use tmpfile() instead of mktemp().
Theodore Ts'o [Sat, 3 May 2003 20:39:50 +0000 (16:39 -0400)] 
tst_badblocks.c (file_test): Use tmpfile() instead of mktemp().

21 years agoUpdate to gettext 0.11.5. We now enable NLS support by default.
Theodore Ts'o [Sat, 3 May 2003 20:35:17 +0000 (16:35 -0400)] 
Update to gettext 0.11.5.  We now enable NLS support by default.

Fixed up support for using the internal intl library.

21 years agogetsize.c (ext2fs_get_device_size): Allow windows code to get
Theodore Ts'o [Wed, 30 Apr 2003 01:10:15 +0000 (21:10 -0400)] 
getsize.c (ext2fs_get_device_size): Allow windows code to get
the resize for filesystems that are in regular files.

21 years agoFixed NLS support for message abbreviations in e2fsck.
Theodore Ts'o [Sun, 27 Apr 2003 21:34:14 +0000 (17:34 -0400)] 
Fixed NLS support for message abbreviations in e2fsck.

21 years agoADD TAG: E2FSPROGS-1_33 E2FSPROGS-1_33
Theodore Ts'o [Mon, 21 Apr 2003 20:17:09 +0000 (16:17 -0400)] 
ADD TAG: E2FSPROGS-1_33

21 years agoUpdate for 1.33 release.
Theodore Ts'o [Mon, 21 Apr 2003 20:17:09 +0000 (16:17 -0400)] 
Update for 1.33 release.

Fix typo's in README.subset

Change debian control file so it doesn't bomb out if the EVMS FSIM
is not there, since it is not built on the Hurd.  Resolves Debian
bug #189687.

21 years agoUse DYLD_LIBRAY_PATH so that "make check" works on
Theodore Ts'o [Mon, 21 Apr 2003 20:12:34 +0000 (16:12 -0400)] 
Use DYLD_LIBRAY_PATH so that "make check" works on
Darwin systems when building with shared libraries.

21 years agotest_config: Define DYLD_LIBRAY_PATH so that "make check" works on
Theodore Ts'o [Sat, 19 Apr 2003 18:22:19 +0000 (14:22 -0400)] 
test_config: Define DYLD_LIBRAY_PATH so that "make check" works on
Darwin systems when building with shared libraries.

21 years agoFix gcc -Wall warnings.
Theodore Ts'o [Sat, 19 Apr 2003 17:48:27 +0000 (13:48 -0400)] 
Fix gcc -Wall warnings.

21 years agoMakefile.in (uuidgen): Avoid linking lsattr and chattr against
Theodore Ts'o [Fri, 18 Apr 2003 11:32:00 +0000 (07:32 -0400)] 
Makefile.in (uuidgen): Avoid linking lsattr and chattr against
libext2fs, and avoid linking blkid against any of the ext2
libraries.

21 years agoconfigure.in: Remove CYGWIN definition; we will use the
Theodore Ts'o [Fri, 18 Apr 2003 11:22:01 +0000 (07:22 -0400)] 
configure.in: Remove CYGWIN definition; we will use the
automatically defined __CYGWIN__ instead.

21 years agoUpdate after "make depend".
Theodore Ts'o [Fri, 18 Apr 2003 03:37:28 +0000 (23:37 -0400)] 
Update after "make depend".

21 years agoAdd Cygwin/Windows version of ext2fs_get_device_size()
Theodore Ts'o [Fri, 18 Apr 2003 02:06:46 +0000 (22:06 -0400)] 
Add Cygwin/Windows version of ext2fs_get_device_size()

21 years agoFsck does not need to linked against the ext2 libraries anymore.
Theodore Ts'o [Fri, 18 Apr 2003 01:58:27 +0000 (21:58 -0400)] 
Fsck does not need to linked against the ext2 libraries anymore.

21 years agoe2fsck/rehash.c (name_cmp): Sort the deleted inodes to the end
Theodore Ts'o [Fri, 18 Apr 2003 01:55:38 +0000 (21:55 -0400)] 
e2fsck/rehash.c (name_cmp): Sort the deleted inodes to the end
of the list, for portability to systems that whose qsort
does not perform a stable sort.

21 years agoPut stdout and stderr into non-buffered mode to
Theodore Ts'o [Wed, 16 Apr 2003 20:13:58 +0000 (16:13 -0400)] 
Put stdout and stderr into non-buffered mode to
avoid cosmetic problems when running fsck under logsave.

21 years agoAvoid printing the version banner for mke2fs if
Theodore Ts'o [Wed, 16 Apr 2003 19:29:39 +0000 (15:29 -0400)] 
Avoid printing the version banner for mke2fs if
the -q option is specified.  (Addresses Debian bug #172716)

21 years agoUse setvbuf instead of setbuf to force stdout and
Theodore Ts'o [Wed, 16 Apr 2003 19:20:13 +0000 (15:20 -0400)] 
Use setvbuf instead of setbuf to force stdout and
stderr to be non-buffered when the stdout/stderr are a pipe.
This fixes a cosmetic problem when using e2fsck under logsave.

21 years ago * Add support for the -a and -s options to logsave.
Theodore Ts'o [Wed, 16 Apr 2003 18:05:06 +0000 (14:05 -0400)] 
  * Add support for the -a and -s options to logsave.
  * Change e2fsck to bracket its progress bar output with ctrl-A and ctrl-B
    characters, so that logsave -s can omit writing the progress bar output
    to the log file.

21 years agoADD TAG: E2FSPROGS-1_33-WIP-0414 E2FSPROGS-1_33-WIP-0414
Theodore Ts'o [Wed, 16 Apr 2003 04:59:59 +0000 (00:59 -0400)] 
ADD TAG: E2FSPROGS-1_33-WIP-0414

21 years agoUpdate for 1.33-WIP April 14, 2003 release.
Theodore Ts'o [Wed, 16 Apr 2003 04:59:59 +0000 (00:59 -0400)] 
Update for 1.33-WIP April 14, 2003 release.

21 years agoRemove the debian-special legal permission notes.
Theodore Ts'o [Tue, 15 Apr 2003 00:40:49 +0000 (20:40 -0400)] 
Remove the debian-special legal permission notes.

21 years agoAdd logsave, a new program which saves the output of a command
Theodore Ts'o [Mon, 14 Apr 2003 22:05:12 +0000 (18:05 -0400)] 
Add logsave, a new program which saves the output of a command
in a log file, even if the containing directory hasn't been
mounted yet (in which case the it saves the output in
memory until it can write out the logfile).

21 years agoAdd portability enhancements for Cygwin32 environment.
Theodore Ts'o [Sun, 13 Apr 2003 04:44:19 +0000 (00:44 -0400)] 
Add portability enhancements for Cygwin32 environment.

21 years agoUpdate to standards 3.5.9.
Theodore Ts'o [Sat, 12 Apr 2003 06:53:49 +0000 (02:53 -0400)] 
Update to standards 3.5.9.

Add dc to the build-depends line.

Remove ancient e2fslibsg conflicts line.

21 years agoMke2fs can be given a minimum block size by passing in a negative
Theodore Ts'o [Sat, 12 Apr 2003 02:10:50 +0000 (22:10 -0400)] 
Mke2fs can be given a minimum block size by passing in a negative
number to the -b option.

21 years agomke2fs.8.in: Document the -g option. (Addresses Debian bug #188318)
Theodore Ts'o [Fri, 11 Apr 2003 18:00:53 +0000 (14:00 -0400)] 
mke2fs.8.in: Document the -g option.  (Addresses Debian bug #188318)

21 years agoFix bug where mke2fs was incorrectly checking
Theodore Ts'o [Fri, 11 Apr 2003 17:46:57 +0000 (13:46 -0400)] 
Fix bug where mke2fs was incorrectly checking
the argument to the -g option, if the default block size
is used.  (Addresses Debian bug #188319)

21 years agotune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
Theodore Ts'o [Fri, 11 Apr 2003 17:32:31 +0000 (13:32 -0400)] 
tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
feature which can be used with the -O option.

21 years agoRemove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not
Theodore Ts'o [Fri, 11 Apr 2003 17:26:21 +0000 (13:26 -0400)] 
Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not
actually used, and may confuse people who are looking for
EXT2_FEATURE_COMPAT_DIR_INDEX, which is in use.

21 years agoUse the SS_READLINE_PATH environment variable to control the search
Theodore Ts'o [Fri, 11 Apr 2003 16:56:27 +0000 (12:56 -0400)] 
Use the SS_READLINE_PATH environment variable to control the search
for a suitable readine library.  As a default, try using libreadline,
libedit, and libeditline.

21 years agoAdd libblkid1-udeb package for the Debian Installer.
Theodore Ts'o [Thu, 10 Apr 2003 04:18:56 +0000 (00:18 -0400)] 
Add libblkid1-udeb package for the Debian Installer.

21 years agoVarious Debian fixups:
Theodore Ts'o [Thu, 10 Apr 2003 04:01:19 +0000 (00:01 -0400)] 
Various Debian fixups:

Update debian changelog.  Move packages from devel to libdevel.
We now supply the /usr/include/com_err.h include file.h

21 years agofsck.c (parse_fstab_line, interpret_type, fsck_device, ignore,
Theodore Ts'o [Mon, 7 Apr 2003 03:08:47 +0000 (23:08 -0400)] 
fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore,
main): Don't evaluate the filesystem type when loading the
fstab file, since that might cause fsck to hang trying to
read from a floppy disk.  (Addresses Debian bug #187812)
Add tmpfs and devpts to filesystems that should be
ignored, and add jfs, reseirfs, and xfs as filesystems
types where we should complain if we can't find the fsck
program for that filesystem type.

21 years agoE2fsck now updates the global free block and
Theodore Ts'o [Sun, 6 Apr 2003 03:50:44 +0000 (22:50 -0500)] 
E2fsck now updates the global free block and
inode counters from the block group specific counters
quietly.  This is needed for an experimental patch which
eliminates locking the entire filesystem when allocating
blocks or inodes; if the filesystem is not unmounted
cleanly, the global counts may not be accurate.

21 years agoImport bug fixes from EVMS 2.0 tree.
Theodore Ts'o [Fri, 4 Apr 2003 01:09:19 +0000 (20:09 -0500)] 
Import bug fixes from EVMS 2.0 tree.

Fixed possible hangs caused by bugs in calling waitpid, and not
setting the pipe to non-blocking mode.  Also fixed a file descriptor
leak.  Made sure all functions call log entry/exit functions.

21 years agobadblocks.c (bb_output): Flush output to the badblocks
Theodore Ts'o [Thu, 3 Apr 2003 16:37:46 +0000 (11:37 -0500)] 
badblocks.c (bb_output): Flush output to the badblocks
output file as bad blocks are discovered.

21 years agogen_uuid.c (get_random_bytes): Always xor in a stream of bytes
Theodore Ts'o [Thu, 3 Apr 2003 13:25:15 +0000 (08:25 -0500)] 
gen_uuid.c (get_random_bytes): Always xor in a stream of bytes
from the system PRNG (i.e., random/srandom, seeded from
the time, pid, and uid) in case /dev/random isn't doing
the right thing on a particular system.  It doesn't hurt,
and it can help, in the case of a buggy /dev/random.

21 years agoFix XFS superblock definition. Add support to
Theodore Ts'o [Thu, 3 Apr 2003 05:04:28 +0000 (00:04 -0500)] 
Fix XFS superblock definition.  Add support to
extract UUID and labels for JFS and romfs.  (Thanks to
Janos Farkas <chexum@acomp.hu>.)

21 years agoADD TAG: E2FSPROGS-1_33-WIP-0330 E2FSPROGS-1_33-WIP-0330
Theodore Ts'o [Mon, 31 Mar 2003 04:53:53 +0000 (23:53 -0500)] 
ADD TAG: E2FSPROGS-1_33-WIP-0330

21 years agoRemove gen-tarball when doing "make clean"
Theodore Ts'o [Mon, 31 Mar 2003 04:53:53 +0000 (23:53 -0500)] 
Remove gen-tarball when doing "make clean"

21 years agoUpdate for e2fsprogs 1.33-WIP-0330 release
Theodore Ts'o [Mon, 31 Mar 2003 04:45:02 +0000 (23:45 -0500)] 
Update for e2fsprogs 1.33-WIP-0330 release

21 years agoUpdate dependencies of ss/Makefile
Theodore Ts'o [Mon, 31 Mar 2003 04:29:18 +0000 (23:29 -0500)] 
Update dependencies of ss/Makefile

21 years agogetsize.c: #include stat.h for the Apple Darwin port
Theodore Ts'o [Mon, 31 Mar 2003 04:08:32 +0000 (23:08 -0500)] 
getsize.c: #include stat.h for the Apple Darwin port

21 years agoChange compile_et to generate header files that use <et/com_err.h>
Theodore Ts'o [Mon, 31 Mar 2003 03:26:13 +0000 (22:26 -0500)] 
Change compile_et to generate header files that use <et/com_err.h>
instead of <com_err.h>, so the current version of the header file
is used.

Add a --build-tree option to compile_et to make sure that it uses
the et_?.awk files from the build tree.

Remove legacy support for varargs.h, K&R C, and pre-POSIX signal
support.  Also fixed gcc -Wall nits.

21 years agoADD TAG: E2FSPROGS-1_33-WIP-0325 E2FSPROGS-1_33-WIP-0325
Theodore Ts'o [Wed, 26 Mar 2003 06:06:07 +0000 (01:06 -0500)] 
ADD TAG: E2FSPROGS-1_33-WIP-0325

21 years agoUpdate for 1.33-WIP-0325 release.
Theodore Ts'o [Wed, 26 Mar 2003 06:06:07 +0000 (01:06 -0500)] 
Update for 1.33-WIP-0325 release.

I'm now the Debian maintainer!

21 years agotr.po: Update from nilgun@superonline.com.
Theodore Ts'o [Wed, 26 Mar 2003 05:58:06 +0000 (00:58 -0500)] 
tr.po: Update from nilgun@superonline.com.

21 years agof_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to
Theodore Ts'o [Wed, 26 Mar 2003 04:08:29 +0000 (23:08 -0500)] 
f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to
remove the optimizing directories message.

21 years agoFixed chattr man page to clarify description of the 't' (no tail)
Theodore Ts'o [Wed, 26 Mar 2003 04:02:34 +0000 (23:02 -0500)] 
Fixed chattr man page to clarify description of the 't' (no tail)
attribute.

21 years agoMove tarball generation functions to util/gen-tarball
Theodore Ts'o [Sun, 23 Mar 2003 06:37:53 +0000 (01:37 -0500)] 
Move tarball generation functions to util/gen-tarball

21 years agocom_err.h, error_table.h: Move definition of the error_table
Theodore Ts'o [Thu, 20 Mar 2003 00:46:02 +0000 (19:46 -0500)] 
com_err.h, error_table.h: Move definition of the error_table
structure from the internal error_table.h to com_err.h,
since it now needs to be public.

et_c.awk, et_h.awk: Import changes from krb5's et library so
that the error_table structure is defined and available
publically.

error_message.c: Import krb5 and heimdall com_err extensions to
the et library.

21 years agocache.c: Initialize blkid_debug_mask to zero since some
Theodore Ts'o [Mon, 17 Mar 2003 23:13:57 +0000 (18:13 -0500)] 
cache.c: Initialize blkid_debug_mask to zero since some
operating systems can't deal with variables in the common
section in shared libraries.

21 years agols.c (list_super2): Display the superblock fields even if the
Theodore Ts'o [Mon, 17 Mar 2003 18:53:38 +0000 (13:53 -0500)] 
ls.c (list_super2): Display the superblock fields even if the
journal or the dir index feature is not enabled.

21 years agoFix the Apple Darwin port.
Theodore Ts'o [Mon, 17 Mar 2003 15:01:22 +0000 (10:01 -0500)] 
Fix the Apple Darwin port.

21 years agoADD TAG: E2FSPROGS-1_33-WIP-0316 E2FSPROGS-1_33-WIP-0316
Theodore Ts'o [Mon, 17 Mar 2003 01:49:43 +0000 (20:49 -0500)] 
ADD TAG: E2FSPROGS-1_33-WIP-0316

21 years agoFix stupid typo in Debian changelog file (for 1.33-WIP-0316 release).
Theodore Ts'o [Mon, 17 Mar 2003 01:49:43 +0000 (20:49 -0500)] 
Fix stupid typo in Debian changelog file (for 1.33-WIP-0316 release).

21 years agoUpdate version number in debian changelog.
Theodore Ts'o [Mon, 17 Mar 2003 01:42:01 +0000 (20:42 -0500)] 
Update version number in debian changelog.

21 years agoUpdate version numbers and release notes for 1.33-WIP (16-Mar-2003)
Theodore Ts'o [Mon, 17 Mar 2003 01:41:04 +0000 (20:41 -0500)] 
Update version numbers and release notes for 1.33-WIP (16-Mar-2003)
release.

21 years agoUpdate some changes from RedHat's e2fsprogs.spec file.
Theodore Ts'o [Mon, 17 Mar 2003 01:40:36 +0000 (20:40 -0500)] 
Update some changes from RedHat's e2fsprogs.spec file.

Add blkid library files to the rpm file.

21 years agoUpdate dependency information in Makefiles
Theodore Ts'o [Mon, 17 Mar 2003 01:21:16 +0000 (20:21 -0500)] 
Update dependency information in Makefiles

21 years agoUpdate debian files to support the blkid library, and to fix a number
Theodore Ts'o [Mon, 17 Mar 2003 00:58:25 +0000 (19:58 -0500)] 
Update debian files to support the blkid library, and to fix a number
of Lintian warnings.

Added mk_cmds man page.

21 years agoUpdate the generated configure file.
Theodore Ts'o [Sun, 16 Mar 2003 11:27:22 +0000 (06:27 -0500)] 
Update the generated configure file.

21 years agoAdd to the ss (subsystem) library the ability to dynamically link
Theodore Ts'o [Sun, 16 Mar 2003 11:26:25 +0000 (06:26 -0500)] 
Add to the ss (subsystem) library the ability to dynamically link
to the readline library if it is present in the system.

21 years agoUpdate and clarify copyright statement.
Theodore Ts'o [Sun, 16 Mar 2003 07:58:01 +0000 (02:58 -0500)] 
Update and clarify copyright statement.

21 years agoUpdate config.guess and config.sub with newer versions from the FSF.
Theodore Ts'o [Sun, 16 Mar 2003 01:24:16 +0000 (20:24 -0500)] 
Update config.guess and config.sub with newer versions from the FSF.

21 years agorehash.c (e2fsck_rehash_dir): If user specified the -n option,
Theodore Ts'o [Sat, 15 Mar 2003 18:30:07 +0000 (13:30 -0500)] 
rehash.c (e2fsck_rehash_dir): If user specified the -n option,
skip trying to write out directory.
(e2fsck_rehash_directories): Fix the percentage
calculation in the progress bar.

21 years agoUpdate from debian's 1.32-2 package.
Theodore Ts'o [Sat, 15 Mar 2003 18:03:51 +0000 (13:03 -0500)] 
Update from debian's 1.32-2 package.

21 years agoADD TAG: E2FSPROGS-1_33-WIP-0314 E2FSPROGS-1_33-WIP-0314
Theodore Ts'o [Sat, 15 Mar 2003 09:28:17 +0000 (04:28 -0500)] 
ADD TAG: E2FSPROGS-1_33-WIP-0314

21 years agoUpdate for 1.33-WIP (14-Mar-2003) release.
Theodore Ts'o [Sat, 15 Mar 2003 09:28:17 +0000 (04:28 -0500)] 
Update for 1.33-WIP (14-Mar-2003) release.