Whamcloud - gitweb
tools/e2fsprogs.git
20 years agoread.c (blkid_read_cache): Add missing fclose() which was
Theodore Ts'o [Sat, 15 May 2004 21:27:43 +0000 (17:27 -0400)]
read.c (blkid_read_cache): Add missing fclose() which was
causing a memory and file descriptor leak.  Thanks to
magnus.fromreide at teligent.se.

20 years agoRemove .cvsignore files; they were out of date, and causes lintian
Theodore Ts'o [Wed, 5 May 2004 13:02:36 +0000 (09:02 -0400)]
Remove .cvsignore files; they were out of date, and causes lintian
to flame about their presence in the source tarball.

20 years agoCset exclude: tytso@think.thunk.org|ChangeSet|20040504235846|06000
Theodore Ts'o [Wed, 5 May 2004 12:58:41 +0000 (08:58 -0400)]
Cset exclude: tytso@think.thunk.org|ChangeSet|20040504235846|06000

Revert change to add dependency on awk; it isn't needed since awk is
a virtual package which is "de facto essential" by virtual of the fact
that essential packages such as base-files depends on it.

20 years agoUpdate debian/changelog for 1.35-6 release.
Theodore Ts'o [Wed, 5 May 2004 05:00:41 +0000 (01:00 -0400)]
Update debian/changelog for 1.35-6 release.

20 years agoUse rpmbuild if it is installed instead of rpm
Theodore Ts'o [Wed, 5 May 2004 02:19:07 +0000 (22:19 -0400)]
Use rpmbuild if it is installed instead of rpm

20 years agoe2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work
Theodore Ts'o [Wed, 5 May 2004 02:17:27 +0000 (22:17 -0400)]
e2fsprogs.spec.in: Fix up e2fsprogs.spec file so it should work
on a RH 9.0 system.  Based off of changes proposed by
Andreas Dilger.

20 years agoUpdate and clean up uuid man pages, including renaming libuuid.3 to
Theodore Ts'o [Wed, 5 May 2004 02:05:05 +0000 (22:05 -0400)]
Update and clean up uuid man pages, including renaming libuuid.3 to
uuid.3

Eliminate empty lines at end of uuid.h

20 years agogen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid
Theodore Ts'o [Wed, 5 May 2004 00:51:02 +0000 (20:51 -0400)]
gen_uuid.c (uuid_generate_time): Mask off the timestamp to avoid
a Y8.8888K problem.

20 years agounix.c (check_if_skip): If the checkinterval is zero, then
Theodore Ts'o [Wed, 5 May 2004 00:38:17 +0000 (20:38 -0400)]
unix.c (check_if_skip): If the checkinterval is zero, then
disregard it when calculating when the next check will
take place by e2fsck.

20 years agoAdd dependency on awk in the debian e2fsprogs package. Addresses
Theodore Ts'o [Tue, 4 May 2004 23:58:46 +0000 (19:58 -0400)]
Add dependency on awk in the debian e2fsprogs package.  Addresses
Debian bug #245670)

20 years agoconfigure.in, configure: Enable the fsck wrapper for the Debian
Theodore Ts'o [Tue, 4 May 2004 23:39:54 +0000 (19:39 -0400)]
configure.in, configure: Enable the fsck wrapper for the Debian
FreeBSD kernel / GNU userspace port.  (Addresses Debian
Bug #246738)

20 years agoFix typo in de.po file from previous fix
Theodore Ts'o [Tue, 4 May 2004 23:07:18 +0000 (19:07 -0400)]
Fix typo in de.po file from previous fix

20 years agoconfig.guess, config.sub: Update to newer version from the FSF
Theodore Ts'o [Tue, 4 May 2004 22:42:53 +0000 (18:42 -0400)]
config.guess, config.sub: Update to newer version from the FSF
(2004-01-05)

20 years agoSince woody's sysvinit package is before the initscripts were
Theodore Ts'o [Tue, 4 May 2004 20:29:49 +0000 (16:29 -0400)]
Since woody's sysvinit package is before the initscripts were
broken out we need an explict Conflict: sysvinit (<< 2.85-4)
header. (Closes: #243829)

20 years agoMinor updates to German translation (Addresses Debian Bug #244105)
Theodore Ts'o [Tue, 4 May 2004 20:19:13 +0000 (16:19 -0400)]
Minor updates to German translation (Addresses Debian Bug #244105)

20 years agoFix numberous problems in Debian's initrd scripts:
Theodore Ts'o [Tue, 4 May 2004 13:15:34 +0000 (09:15 -0400)]
Fix numberous problems in Debian's initrd scripts:

* In the mkinitrd script, make sure the directories exist before
  trying to copy in the needed shared libraries.  (Closes: #244058, #246480)

* In the mkinitrd script, use LD_ASSUME_KERNEL=2.4 if necessary.
  (Closes: #245931)

* In the mkinitrd script copy in /usr/bin/awk instead of /usr/bin/mawk.
  (Closes: #245670)

* In the initrd script, fail quietly if /mnt/etc/fstab does not exist.
  (Closes: #246917)

20 years agoFix typo in the Debian copyright file, to consistently and correctly
Theodore Ts'o [Mon, 26 Apr 2004 22:25:39 +0000 (18:25 -0400)]
Fix typo in the Debian copyright file, to consistently and correctly
indicate that the blkid library is distributed under the LGPL.

20 years agoprobe.c (blkid_verify_devname): If the time is earlier than the
Theodore Ts'o [Tue, 20 Apr 2004 01:42:18 +0000 (21:42 -0400)]
probe.c (blkid_verify_devname): If the time is earlier than the
last modified time of the device, then force a reverify;
it means the system time may not be trustworthy.

20 years agoFix obvious spelling mistake in mke2fs man page.
Theodore Ts'o [Tue, 13 Apr 2004 00:36:35 +0000 (20:36 -0400)]
Fix obvious spelling mistake in mke2fs man page.

20 years agoAdd missing #include <time.h>, fixing a compiler warning.
Matthias Andree [Mon, 12 Apr 2004 18:16:04 +0000 (20:16 +0200)]
Add missing #include <time.h>, fixing a compiler warning.

20 years agoClarified that the lib/uuid directory is under a BSD-style and
Theodore Ts'o [Mon, 12 Apr 2004 17:19:21 +0000 (13:19 -0400)]
Clarified that the lib/uuid directory is under a BSD-style and
referred the reader to lib/uuid/COPYING, a new file.

20 years agodebian/changelog
Theodore Ts'o [Mon, 12 Apr 2004 17:10:47 +0000 (13:10 -0400)]
debian/changelog
    Update changelog for 1.35-5 release

debian/control
    Update standards version compliance to 3.6.1

20 years agoRemove TUNE2FS_SKIP_MOUNT_CHECK environment variable support; it is
Theodore Ts'o [Mon, 12 Apr 2004 16:37:55 +0000 (12:37 -0400)]
Remove TUNE2FS_SKIP_MOUNT_CHECK environment variable support; it is
not needed in the initrd script, and wasn't completely supported
anyway.

20 years agoIn the initrd script, use /dev/null instead of /dev2/null, and support
Theodore Ts'o [Mon, 12 Apr 2004 16:10:50 +0000 (12:10 -0400)]
In the initrd script, use /dev/null instead of /dev2/null, and support
converting the root filesystem from ext3 to ext2 and back.

20 years agoIn the blkid library, if the BLKID_FILE environment
Theodore Ts'o [Mon, 12 Apr 2004 11:26:23 +0000 (07:26 -0400)]
In the blkid library, if the BLKID_FILE environment
variable is set, use it to find the blkid.tab file if the
calling application did not supply a filename.

20 years agoIn e2fsck, when trying to determine if the system is running on
Theodore Ts'o [Mon, 12 Apr 2004 04:16:44 +0000 (00:16 -0400)]
In e2fsck, when trying to determine if the system is running on
battery, be more flexible about the name of the ACPI device that
corresponds to the AC adapter.  (Addresses Debian bug #242136)

20 years agoAdded new French translation (po file)
Theodore Ts'o [Sun, 11 Apr 2004 21:17:35 +0000 (17:17 -0400)]
Added new French translation (po file)

20 years agoutil.c (open_pager): Use DEBUGFS_PAGER in preference to PAGER
Theodore Ts'o [Sun, 11 Apr 2004 21:06:58 +0000 (17:06 -0400)]
util.c (open_pager): Use DEBUGFS_PAGER in preference to PAGER
(Addresses Debian Bug #239547)

20 years agotune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)
Theodore Ts'o [Sun, 11 Apr 2004 21:02:44 +0000 (17:02 -0400)]
tune2fs.8.in: Fixed spelling error (Addresses Debian Bug #242995)

20 years agomke2fs.8.in: Clarify man page's description of the '-O' option.
Theodore Ts'o [Sun, 11 Apr 2004 20:47:25 +0000 (16:47 -0400)]
mke2fs.8.in: Clarify man page's description of the '-O' option.
(Addresses Debian Bug #241940)

20 years agoFix the Debian initrd scripts so that they actually work correctly.
Theodore Ts'o [Sun, 11 Apr 2004 20:25:56 +0000 (16:25 -0400)]
Fix the Debian initrd scripts so that they actually work correctly.
(Addresses Debian Bug #241183)

20 years agotune2fs.c (main): If the environment variable
Theodore Ts'o [Wed, 7 Apr 2004 13:27:36 +0000 (09:27 -0400)]
tune2fs.c (main): If the environment variable
TUNE2FS_SKIP_MOUNT_CHECK is set, do not try
to check if the filesystem is mounted.
(update_feature_set): If the compatibility bitmasks were
not modified, don't set the superblock dirty bit.

20 years agoADD TAG: APPLE_UUID_SNAP_1 APPLE_UUID_SNAP_1
Theodore Ts'o [Sat, 3 Apr 2004 18:55:37 +0000 (13:55 -0500)]
ADD TAG: APPLE_UUID_SNAP_1

20 years agoext2ed.h: Use the ext2_fs.h header file from libext2fs, instead
Theodore Ts'o [Sat, 3 Apr 2004 18:55:37 +0000 (13:55 -0500)]
ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead
from the kernel header files.

20 years agoRefine the build process to avoid re-running subst all the time on
Theodore Ts'o [Sat, 3 Apr 2004 18:53:46 +0000 (13:53 -0500)]
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.

20 years agoChange licensing of libuuid man pages from GPL to 3-clause BSD-style,
Theodore Ts'o [Sat, 3 Apr 2004 16:24:10 +0000 (11:24 -0500)]
Change licensing of libuuid man pages from GPL to 3-clause BSD-style,
with permission from Andreas Dilger (the original author of the man
pages), email dated Mon, 29 Mar 2004 23:11:53 -0700, Message-ID
20040330061153.GD1177@schnapps.adilger.int.

20 years agoChange the use of the term "internal format" to "binary representation"
Theodore Ts'o [Sat, 3 Apr 2004 15:48:25 +0000 (10:48 -0500)]
Change the use of the term "internal format" to "binary representation"
in the uuid_parse and uuid_unparse man pages.

20 years agoUse C99 stdint.h types instead of custom types in the uuid library.
Theodore Ts'o [Sat, 3 Apr 2004 15:20:26 +0000 (10:20 -0500)]
Use C99 stdint.h types instead of custom types in the uuid library.

20 years agogen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin.
Theodore Ts'o [Tue, 30 Mar 2004 06:32:31 +0000 (01:32 -0500)]
gen_uuid.c (get_node_id): Clean up AF_LINK #ifdef's for Darwin.

20 years agounix_io.c, pass1.c:
Matthias Andree [Tue, 30 Mar 2004 02:17:14 +0000 (04:17 +0200)]
unix_io.c, pass1.c:
  int -> unsigned for 1 bit wide bitfields - we cannot have a value and a sign in 1 bit.
  Fixes some of the Intel C++ 8.0 warnings (-w1 level).

20 years agoGNU/KFreeBSD portability fixes. (Addresses Debian Bug #239934)
Matthias Andree [Tue, 30 Mar 2004 01:57:41 +0000 (03:57 +0200)]
GNU/KFreeBSD portability fixes.  (Addresses Debian Bug #239934)

20 years agoAdd the uuid_unparse_upper and uuid_unparse_lower functions to the
Theodore Ts'o [Mon, 22 Mar 2004 21:22:28 +0000 (16:22 -0500)]
Add the uuid_unparse_upper and uuid_unparse_lower functions to the
uuid library.

20 years agoUpdate debian changelog for 1.35-4 release.
Theodore Ts'o [Mon, 22 Mar 2004 21:17:58 +0000 (16:17 -0500)]
Update debian changelog for 1.35-4 release.

20 years agoEliminate the partially implemented -p option in blkid.
Theodore Ts'o [Mon, 22 Mar 2004 01:40:20 +0000 (20:40 -0500)]
Eliminate the partially implemented -p option in blkid.

20 years agoDon't close the file descriptor when determining the size.
Theodore Ts'o [Mon, 22 Mar 2004 01:16:19 +0000 (20:16 -0500)]
Don't close the file descriptor when determining the size.
This bug was introduced in the previous getsize changes,
and was screwing up the blkid library probe functions.
(Addresses Debian Bug #239191)

20 years agodebugfs.c (make_link): Set the filetype information when creating
Theodore Ts'o [Sat, 20 Mar 2004 21:54:15 +0000 (16:54 -0500)]
debugfs.c (make_link): Set the filetype information when creating
a link.

20 years agoUpdate Polish, Sweedish, and Turkish translations.
Theodore Ts'o [Sat, 20 Mar 2004 21:34:22 +0000 (16:34 -0500)]
Update Polish, Sweedish, and Turkish translations.

20 years agoblkid.c (main, print_tags): Add new option -o which allows the
Theodore Ts'o [Sat, 20 Mar 2004 21:30:10 +0000 (16:30 -0500)]
blkid.c (main, print_tags): Add new option -o which allows the
user to control the output format of blkid.

20 years agomke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)
Theodore Ts'o [Sat, 20 Mar 2004 21:14:46 +0000 (16:14 -0500)]
mke2fs.8.in: Fix spelling typos (Addresses Debian Bug #238741)

20 years agoChange the license on the UUID library to be 3-clause BSD-style
Theodore Ts'o [Sat, 20 Mar 2004 19:02:24 +0000 (14:02 -0500)]
Change the license on the UUID library to be 3-clause BSD-style

20 years agoAdd UUID type #define's, and add an CPP macro to define
Theodore Ts'o [Sat, 20 Mar 2004 02:54:13 +0000 (21:54 -0500)]
Add UUID type #define's, and add an CPP macro to define
UUID constants.

20 years agoUse 14 bits for the clock sequence, instead of just 13 bits when
Theodore Ts'o [Sat, 20 Mar 2004 00:56:55 +0000 (19:56 -0500)]
Use 14 bits for the clock sequence, instead of just 13 bits when
generating UUID's.

20 years agoFix Darwin/Mac OS X support to fetch the ethernet address in the uuid library.
Theodore Ts'o [Sat, 20 Mar 2004 00:29:17 +0000 (19:29 -0500)]
Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library.

20 years agoUpdate and cleaned up blkid man page significantly.
Theodore Ts'o [Sat, 13 Mar 2004 18:17:55 +0000 (13:17 -0500)]
Update and cleaned up blkid man page significantly.

20 years agoUpdate for 1.35-3 debian release.
Theodore Ts'o [Mon, 8 Mar 2004 21:40:48 +0000 (16:40 -0500)]
Update for 1.35-3 debian release.

20 years agoe2image.8.in: Update manpage to detail that writing to stdout is
Theodore Ts'o [Mon, 8 Mar 2004 19:18:56 +0000 (14:18 -0500)]
e2image.8.in: Update manpage to detail that writing to stdout is
currently only supported when writing a raw image dump.
(Addresses Debian bug #236383)

20 years agoOnly use the BLKGETSIZE64 ioctl on Linux 2.6 since it is
Theodore Ts'o [Mon, 8 Mar 2004 19:12:09 +0000 (14:12 -0500)]
Only use the BLKGETSIZE64 ioctl on Linux 2.6 since it is
unreliable in Linux 2.4.  (Addresses Debian Bug #236528).

Fix typo in the ioctl used for Mac OS X.

20 years agoe2fsprogs.spec.in: Mostly synchronize spec file with the one
Theodore Ts'o [Fri, 5 Mar 2004 02:05:14 +0000 (21:05 -0500)]
e2fsprogs.spec.in: Mostly synchronize spec file with the one
found in Fedora core 2.

20 years agologsave.c (main): Use setsid() to avoid getting killed by init
Theodore Ts'o [Fri, 5 Mar 2004 01:30:16 +0000 (20:30 -0500)]
logsave.c (main): Use setsid() to avoid getting killed by init
(run_program): Add a newline after reporting the exit code
or signal when the program exits.

20 years agoprobe.c (probe_ocfs), probe.h: Add support for the Oracle
Theodore Ts'o [Fri, 5 Mar 2004 00:59:58 +0000 (19:59 -0500)]
probe.c (probe_ocfs), probe.h: Add support for the Oracle
Cluster Filesystem (ocfs).  Patches courtesy of Rusty
Lynch (rusty@linux.co.intel.com).

20 years agoUpdate TODO file
Theodore Ts'o [Tue, 2 Mar 2004 16:18:21 +0000 (11:18 -0500)]
Update TODO file

20 years agoAdd tune2fs to the e2fsprogs udeb package
Theodore Ts'o [Tue, 2 Mar 2004 16:18:05 +0000 (11:18 -0500)]
Add tune2fs to the e2fsprogs udeb package
(Addresses Debian Bug #235639)

20 years agoUpdate getsize functions to use the Apple Darwin and Linux 64-bit
Theodore Ts'o [Tue, 2 Mar 2004 15:11:11 +0000 (10:11 -0500)]
Update getsize functions to use the Apple Darwin and Linux 64-bit
ioctl's.

20 years agoPatch from Brian Bergstrand to use the correct -fPIC flag for
Theodore Ts'o [Mon, 1 Mar 2004 03:46:49 +0000 (22:46 -0500)]
Patch from Brian Bergstrand to use the correct -fPIC flag for
Darwin in order to get rid of the compiler warning.

20 years agoADD TAG: E2FSPROGS-1_35 E2FSPROGS-1_35
Theodore Ts'o [Sat, 28 Feb 2004 16:06:03 +0000 (11:06 -0500)]
ADD TAG: E2FSPROGS-1_35

20 years agoUpdate version number for e2fsprogs 1.35 release.
Theodore Ts'o [Sat, 28 Feb 2004 15:52:35 +0000 (10:52 -0500)]
Update version number for e2fsprogs 1.35 release.

20 years agoChange debian control file so that the ss-dev and comerr-dev packages
Theodore Ts'o [Sat, 28 Feb 2004 15:49:47 +0000 (10:49 -0500)]
Change debian control file so that the ss-dev and comerr-dev packages
have versioned dependencies on libss2 and comerr2, respectively.

20 years agobadblocks.c (main): Change the default number of blocks tested
Theodore Ts'o [Sat, 28 Feb 2004 13:20:41 +0000 (08:20 -0500)]
badblocks.c (main): Change the default number of blocks tested
at once from 16 to 64.  (Addresses Debian bug #232240)

20 years agoAdd missing break statement so e2fsck -k actually works.
Theodore Ts'o [Fri, 27 Feb 2004 15:39:27 +0000 (10:39 -0500)]
Add missing break statement so e2fsck -k actually works.
(Addresses Debian Bug #234993)

20 years agofilefrag.c: Fix gcc -Wall nits.
Theodore Ts'o [Fri, 27 Feb 2004 02:08:06 +0000 (21:08 -0500)]
filefrag.c: Fix gcc -Wall nits.

20 years agobadblocks.c (pattern_fill): Fix bug accidentally added when
Theodore Ts'o [Fri, 27 Feb 2004 02:06:58 +0000 (21:06 -0500)]
badblocks.c (pattern_fill): Fix bug accidentally added when
fixing up gcc -Wall nits.  badblocks -t random was not
getting handled properly because ~0 needed to be cast to
an unsigned long instead of an unsigned char.  (Addresses
Debian bug #234828)

20 years agoUpdate Debian changelog for release.
Theodore Ts'o [Tue, 24 Feb 2004 13:51:02 +0000 (08:51 -0500)]
Update Debian changelog for release.

20 years agounix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps
Theodore Ts'o [Tue, 24 Feb 2004 05:16:09 +0000 (00:16 -0500)]
unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps
the existing badblocks list when using the -c option.
(Addresses Debian bug #229103)

20 years agoUpdate configure file using autoconf 2.13.
Theodore Ts'o [Tue, 24 Feb 2004 04:10:41 +0000 (23:10 -0500)]
Update configure file using autoconf 2.13.

20 years agodebugfs.c (internal_dump_inode): Display the major/minor device
Theodore Ts'o [Tue, 24 Feb 2004 03:30:54 +0000 (22:30 -0500)]
debugfs.c (internal_dump_inode): Display the major/minor device
numbers for block/character devices.
(do_mknod): Add support for new-style device numbers (where
the major or minor number is greater than 255 and less
than 65535).  (Addresses Sourceforge bug #865289)

20 years agoMakefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to
Theodore Ts'o [Tue, 24 Feb 2004 02:26:23 +0000 (21:26 -0500)]
Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to
libblkid so that the build will work with --enable-profile
(Addresses Sourceforge bug #811408)

20 years agoDo not package autom4te.cache directory into tarball.
Matthias Andree [Mon, 23 Feb 2004 20:34:11 +0000 (21:34 +0100)]
Do not package autom4te.cache directory into tarball.

20 years agoAdd -mieee to CFLAGS if we're using GCC and the CPU is an Alpha.
Matthias Andree [Mon, 23 Feb 2004 20:30:11 +0000 (21:30 +0100)]
Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha.
Fixes a test case failure in FreeBSD/alpha. Reported and fix
suggested by Greg Lewis.

20 years agoFix up preen mode messages during pass 1B/C/D.
Theodore Ts'o [Sun, 22 Feb 2004 20:41:11 +0000 (15:41 -0500)]
Fix up preen mode messages during pass 1B/C/D.

20 years agodebugfs.8.in: Fix the debugfs man page to reference the
Theodore Ts'o [Sun, 22 Feb 2004 03:20:01 +0000 (22:20 -0500)]
debugfs.8.in: Fix the debugfs man page to reference the
init_filesys command, instead of "initialize".  (Addresses
Debian Bug #232406)

20 years agoext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addresses Red
Theodore Ts'o [Sun, 22 Feb 2004 02:04:30 +0000 (21:04 -0500)]
ext2fs.h (ext2fs_resize_mem): Fix C++ problem.  (Addresses Red
Hat Bugzilla #112448; thanks Thomas Woerner from Red Hat.)

20 years agofsck.c (execute): Use '&&' instead of '&'. (It didn't cause a
Theodore Ts'o [Sun, 22 Feb 2004 02:02:15 +0000 (21:02 -0500)]
fsck.c (execute): Use '&&' instead of '&'.  (It didn't cause a
problem because we got lucky, but let's do things right.
Fix from Thomas Woerner at Red Hat.)

20 years agoFix libext2fs and debugfs to correctly deal with symlinks that have
Theodore Ts'o [Sun, 22 Feb 2004 01:54:31 +0000 (20:54 -0500)]
Fix libext2fs and debugfs to correctly deal with symlinks that have
extended attribute information.  (Addresses Debian Bug #232328)

20 years agoe2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning
Theodore Ts'o [Sun, 22 Feb 2004 01:53:03 +0000 (20:53 -0500)]
e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning
so we don't double longjump into an invalid stack frame.
(Thanks to Matthias Andree for providing this fix.)

20 years agofilefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
Theodore Ts'o [Wed, 4 Feb 2004 00:18:03 +0000 (19:18 -0500)]
filefrag.c: Use #ifdef __linux__ instead of __LINUX__ so that it
actually compiles on Linux.  (Addresses Debian bug
#230992)

20 years agoADD TAG: E2FSPROGS-1_35-WIP-0131 E2FSPROGS-1_35-WIP-0131
Theodore Ts'o [Sun, 1 Feb 2004 03:33:16 +0000 (22:33 -0500)]
ADD TAG: E2FSPROGS-1_35-WIP-0131

20 years agoUpdate for WIP release 1.35-WIP release dated 31-Jan-2004.
Theodore Ts'o [Sun, 1 Feb 2004 03:33:16 +0000 (22:33 -0500)]
Update for WIP release 1.35-WIP release dated 31-Jan-2004.

20 years agoproblem.c (fix_problem): Don't call print_e2fsck_message if the
Theodore Ts'o [Sun, 1 Feb 2004 02:24:51 +0000 (21:24 -0500)]
problem.c (fix_problem): Don't call print_e2fsck_message if the
message is empty; otherwise, the NLS substitution will
print the .po header, which is Just Wrong.

20 years agofgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply
Theodore Ts'o [Sun, 1 Feb 2004 02:16:35 +0000 (21:16 -0500)]
fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: Apply
patch from Brian Bergstrand to support ext2_ioctl() in
Darwin.  This is implemented via the fsctl system call.

20 years agochattr.1.in: Clarify man page.
Theodore Ts'o [Sun, 1 Feb 2004 01:27:36 +0000 (20:27 -0500)]
chattr.1.in: Clarify man page.

chattr.1.in, dumpe2fs.8.in, lsattr.1.in, mklost+found.8.in,
tune2fs.8.in: List Theodore Ts'o <tytso@alum.mit.edu> as
the current maintainer.

20 years agoCheck in modified configure script from FreeBSD port changeset.
Theodore Ts'o [Fri, 30 Jan 2004 21:03:31 +0000 (16:03 -0500)]
Check in modified configure script from FreeBSD port changeset.

20 years agogen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf
Theodore Ts'o [Fri, 30 Jan 2004 07:07:13 +0000 (02:07 -0500)]
gen_uuid.c (uuid_generate_time): Fix bug pointed out by Ralf
S. Engelshall; when generating a random ethernet address
because one is not available, set the least significant
bit of the first byte of the MAC address, since it is the
first bit to be transmitted, and is therefore the
multicast bit.

20 years agoAdd f_selinux test case.
Theodore Ts'o [Fri, 30 Jan 2004 06:59:42 +0000 (01:59 -0500)]
Add f_selinux test case.

20 years agoFix a byte swap bugs, including one which caused e2fsck to
Theodore Ts'o [Fri, 30 Jan 2004 06:48:06 +0000 (01:48 -0500)]
Fix a byte swap bugs, including one which caused e2fsck to
incorrectly treat as valid symlinks created with SE Linux
(Debian bug #228723) as well as failing the f_journal test case on
big endian systems due to the backup journal blocks not being swapped.

20 years agoAdd provides of libuuid1. Addresses Debian Bug #229633.
Theodore Ts'o [Tue, 27 Jan 2004 20:55:21 +0000 (15:55 -0500)]
Add provides of libuuid1.  Addresses Debian Bug #229633.

20 years agoFor debugfs, use the "more" pager in preference to "less",
Theodore Ts'o [Sat, 24 Jan 2004 23:54:41 +0000 (18:54 -0500)]
For debugfs, use the "more" pager in preference to "less",
since "less" doesn't work terribly well for debugfs's purpose.

Document the DEBUGFS_PAGER and PAGER environment variables.

20 years agochattr.c (main): Add support for '--' to stop options
Theodore Ts'o [Tue, 20 Jan 2004 18:39:01 +0000 (13:39 -0500)]
chattr.c (main): Add support for '--' to stop options
processing.  (Addresses Debian bug #225188).

20 years agoRe-add FreeBSD support.
Matthias Andree [Sun, 28 Dec 2003 17:21:26 +0000 (18:21 +0100)]
Re-add FreeBSD support.
Tested on FreeBSD 5.2-CURRENT as of 2003-12-28.
Tested on FreeBSD 4.9-STABLE  as of 2003-12-27.

20 years agoFix more compiler warnings.
Matthias Andree [Sun, 28 Dec 2003 12:04:35 +0000 (13:04 +0100)]
Fix more compiler warnings.

20 years agoUpdate release notes as of December 26, 2003.
Theodore Ts'o [Fri, 26 Dec 2003 19:04:33 +0000 (14:04 -0500)]
Update release notes as of December 26, 2003.