OSDN Git Service

android-x86/external-e2fsprogs.git
19 years agom_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
Theodore Ts'o [Wed, 15 Dec 2004 22:53:23 +0000 (17:53 -0500)]
m_meta_bg, m_no_opt, m_raid_opt: Adjust tests to take into
account the resize inode patch.

19 years agoSupplied changelog for resize inode patch.
Theodore Ts'o [Wed, 15 Dec 2004 22:26:32 +0000 (17:26 -0500)]
Supplied changelog for resize inode patch.

19 years agoAdd support for on-line resizing ala the resize inode. This patch
Theodore Ts'o [Wed, 15 Dec 2004 19:39:16 +0000 (14:39 -0500)]
Add support for on-line resizing ala the resize inode.  This patch
is taken from Fedora Core 3's e2fsprogs 1.35-11.2.src.rpm's
e2fsprogs-resize.patch.

19 years agoFix stupid core dumping bug if the TZ environment variable isn't set.
Theodore Ts'o [Wed, 15 Dec 2004 17:21:41 +0000 (12:21 -0500)]
Fix stupid core dumping bug if the TZ environment variable isn't set.

19 years agoAdd install-strip and install-shlibs-strip targets
Theodore Ts'o [Wed, 15 Dec 2004 16:28:55 +0000 (11:28 -0500)]
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

19 years agoUse MKINSTALLDIRS macro so that the Makefiles can find the script
Theodore Ts'o [Wed, 15 Dec 2004 02:46:26 +0000 (21:46 -0500)]
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.

19 years agoFix minor glitches in the e2image man page.
Theodore Ts'o [Wed, 1 Dec 2004 17:42:33 +0000 (12:42 -0500)]
Fix minor glitches in the e2image man page.

19 years agoMake make distclean remove all generated files.
Theodore Ts'o [Wed, 1 Dec 2004 03:06:27 +0000 (22:06 -0500)]
Make make distclean remove all generated files.

Update the po and intl changelog files to indicate that we updated to
gettext 0.14.1

19 years agoIf the TZ environment variable is set to GMT, use gmtime()
Theodore Ts'o [Wed, 1 Dec 2004 00:57:20 +0000 (19:57 -0500)]
If the TZ environment variable is set to GMT, use gmtime()
instead of localtime() or ctime() to force the use of GMT.
This is because the dietlibc doesn't honor the TZ environment
variable.

19 years agoAvoid using uint and uchar types when probing for ocfs2 filesystems
Theodore Ts'o [Wed, 1 Dec 2004 00:05:38 +0000 (19:05 -0500)]
Avoid using uint and uchar types when probing for ocfs2 filesystems
in the blkid library, to allow compilation using dietlibc.

19 years agoUpdate to use gettext 0.14.1 and autoconf 2.50+
Theodore Ts'o [Wed, 1 Dec 2004 00:00:19 +0000 (19:00 -0500)]
Update to use gettext 0.14.1 and autoconf 2.50+

19 years agoAdd support for passing options to the io layer using the URL syntax. For
Theodore Ts'o [Tue, 30 Nov 2004 19:07:11 +0000 (14:07 -0500)]
Add support for passing options to the io layer using the URL syntax.  For
example, /tmp/test.img?offset=1024.  Multiple options can separated using
the & character, although at the moment the only option implemented is
the offset option in the unix_io layer.

19 years agoUse Linux-kernel-style makefile output to make it easier to
Theodore Ts'o [Tue, 30 Nov 2004 15:52:27 +0000 (10:52 -0500)]
Use Linux-kernel-style makefile output to make it easier to
see errors/warnings.

19 years agoAdd definition for the extents filesystem feature and inode flag.
Theodore Ts'o [Tue, 30 Nov 2004 03:14:23 +0000 (22:14 -0500)]
Add definition for the extents filesystem feature and inode flag.

Change the maximum allowable blocksize to be 65536.  This allows e2fsck to
check filesystems with a pagesize of 65536, and mke2fs to accept -b 65536.
Of course such a filesystem will not currently work on a Linux/x86 system,
at least not as of this writing!

19 years agodebugfs.c (do_open_filesys): Fix obvious uninitialized variable
Theodore Ts'o [Mon, 29 Nov 2004 22:35:58 +0000 (17:35 -0500)]
debugfs.c (do_open_filesys): Fix obvious uninitialized variable
buglet.

19 years agoRemove support for EVMS 1.x plugin library.
Theodore Ts'o [Fri, 19 Nov 2004 22:25:27 +0000 (17:25 -0500)]
Remove support for EVMS 1.x plugin library.

19 years agoRemove the a.out DLL support, since it's been obsolete and unmaintained
Theodore Ts'o [Fri, 19 Nov 2004 22:06:47 +0000 (17:06 -0500)]
Remove the a.out DLL support, since it's been obsolete and unmaintained
for a long time now.

19 years agodebugfs.c (kill_file_by_inode): Only iterate over the inode to
Theodore Ts'o [Fri, 19 Nov 2004 19:39:14 +0000 (14:39 -0500)]
debugfs.c (kill_file_by_inode): Only iterate over the inode to
release blocks if the inode has them; otherwise attempting
to rm devices and fast symlinks will lead to errors.
(Addresses Sourceforge Bug #954741 and #957244)

19 years agomke2fs.8.in: Removed the word "destructive" when describing the
Theodore Ts'o [Fri, 19 Nov 2004 19:29:48 +0000 (14:29 -0500)]
mke2fs.8.in: Removed the word "destructive" when describing the
read-write test, since it can confuse people.

19 years agoprobe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1"
Theodore Ts'o [Fri, 19 Nov 2004 19:28:01 +0000 (14:28 -0500)]
probe.c (probe_ocfs): Fix bug where the wrong size for "ocfs1"
was being passed to blkid_set_tag().  Thanks to Andrea
Dilger for pointing this out.

19 years agoUpdated Italian translation
Theodore Ts'o [Tue, 9 Nov 2004 17:02:53 +0000 (12:02 -0500)]
Updated Italian translation

19 years agogetsize.c (ext2fs_get_device_size): Add support for Windows
Theodore Ts'o [Fri, 8 Oct 2004 16:45:24 +0000 (12:45 -0400)]
getsize.c (ext2fs_get_device_size): Add support for Windows
9x/NT under Cygwin.  Thanks to Sam Robb
(samrobb@users.sourceforge.net) for pointing this and the
suggested code patch.

19 years agomke2fs.8.in: Add an explanation about why reserved blocks in a
Theodore Ts'o [Fri, 8 Oct 2004 14:47:30 +0000 (10:47 -0400)]
mke2fs.8.in: Add an explanation about why reserved blocks in a
filesystem is a good thing.

19 years agoAttempt recovery if the journal contains illegal blocks
Richard Mortimer [Mon, 4 Oct 2004 16:56:24 +0000 (17:56 +0100)]
Attempt recovery if the journal contains illegal blocks

19 years agoDocument the default blocksize used by badblocks(8).
Theodore Ts'o [Tue, 28 Sep 2004 14:30:27 +0000 (10:30 -0400)]
Document the default blocksize used by badblocks(8).
(Addresses Debian Bug #273679)

19 years agoUpdate changelog to include all debian bugs closed by fixes.
Theodore Ts'o [Sat, 25 Sep 2004 11:46:31 +0000 (07:46 -0400)]
Update changelog to include all debian bugs closed by fixes.

19 years agoOnly use blocksizes > 4k on Linux 2.6 and newer systems.
Theodore Ts'o [Sat, 25 Sep 2004 11:40:12 +0000 (07:40 -0400)]
Only use blocksizes > 4k on Linux 2.6 and newer systems.
(Addresses Debian Bug #271064)

19 years agoRemove double "//" when listing attributes in the root directory or
Theodore Ts'o [Fri, 24 Sep 2004 16:16:17 +0000 (12:16 -0400)]
Remove double "//" when listing attributes in the root directory or
when there is a trailing '/' in the directory name.  (Addresses Debian
Bug #272943)

19 years agoMake sure /usr/lib is creaeted when installing e2initrd_helper.
Theodore Ts'o [Fri, 24 Sep 2004 16:15:14 +0000 (12:15 -0400)]
Make sure /usr/lib is creaeted when installing e2initrd_helper.
(Addresses Debian Bug #272698)

19 years agoMake sure the configure files are newer than configure.in the
Theodore Ts'o [Fri, 24 Sep 2004 14:07:05 +0000 (10:07 -0400)]
Make sure the configure files are newer than configure.in the
debian/rules file so that a dpkg-source created patch won't
trigger an attempt rebuild of the configure script.  (Addresses
Debian Bug #272558)

19 years agoUpdated French translation file.
Theodore Ts'o [Mon, 20 Sep 2004 18:38:46 +0000 (14:38 -0400)]
Updated French translation file.

19 years agoUpdate Release notes.
Theodore Ts'o [Sun, 19 Sep 2004 12:23:41 +0000 (08:23 -0400)]
Update Release notes.

19 years agoUpdated French translation to reflect a suggested change.
Theodore Ts'o [Sun, 19 Sep 2004 12:18:26 +0000 (08:18 -0400)]
Updated French translation to reflect a suggested change.
(Addresses Debian Bug #262836)

19 years agobadblocks.c: Use _() around done_string, so that it gets
Theodore Ts'o [Sun, 19 Sep 2004 12:04:44 +0000 (08:04 -0400)]
badblocks.c: Use _() around done_string, so that it gets
correctly translated.  (Addresses Debian Bug #252836)

19 years agoAlways build the fsck wrapper on Debian systems (Addresses
Theodore Ts'o [Sun, 19 Sep 2004 11:52:05 +0000 (07:52 -0400)]
Always build the fsck wrapper on Debian systems (Addresses
Debian Bug #248050)

19 years agotune2fs.8.in: Add a description of the .journal file, why it
Theodore Ts'o [Sun, 19 Sep 2004 11:34:35 +0000 (07:34 -0400)]
tune2fs.8.in: Add a description of the .journal file, why it
is created, and how e2fsck converts it to an invisible
journal.  (Addresses Debian Bug #256760)

19 years agoFilter out linux-gate.so, which is a pseudo entry for the 32->64bit
Theodore Ts'o [Sun, 19 Sep 2004 11:15:30 +0000 (07:15 -0400)]
Filter out linux-gate.so, which is a pseudo entry for the 32->64bit
translation for amd64 systems, in the initrd creation script.
(Addresses Debian bug #253595)

19 years agoRevamp the initrd scripts to use a new helper program,
Theodore Ts'o [Sat, 18 Sep 2004 18:53:14 +0000 (14:53 -0400)]
Revamp the initrd scripts to use a new helper program,
e2initrd_helper, which obviates the need for using /bin/awk
and mounting/unmounting the root filesystem during the initrd
process.  (Addresses Debian Bug #247775)

19 years agoAdd support for ocfs2 detection to the blkid library,
Theodore Ts'o [Sat, 18 Sep 2004 01:37:49 +0000 (21:37 -0400)]
Add support for ocfs2 detection to the blkid library,
courtesy of manish.singh@oracle.com

19 years agogen_uuid.c (get_node_id): glibc always defines AF_LINK, so only
Theodore Ts'o [Sat, 18 Sep 2004 00:38:27 +0000 (20:38 -0400)]
gen_uuid.c (get_node_id): glibc always defines AF_LINK, so only
try to use struct sockaddr_dl if HAVE_NET_IF_DL_H is
defined.  (Addresses Debian Bug #256669)

19 years agoRemove XSI:isms for greater portability. (Addresses
Theodore Ts'o [Fri, 17 Sep 2004 23:54:22 +0000 (19:54 -0400)]
Remove XSI:isms for greater portability.  (Addresses
Debian Bug #255589)

19 years agoClean up the header file #include's for lib/blkid/getsize.c
Theodore Ts'o [Fri, 17 Sep 2004 23:07:03 +0000 (19:07 -0400)]
Clean up the header file #include's for lib/blkid/getsize.c
and lib/ext2fs/getsize.c

In lib/blkid/getsize.c, include <sys/disk.h> if present since
this is where the DIOCGMEDIASIZE ioctl is defined on FreeBSD.
(Addresses Debian Bug #264630)

19 years agoUpdate config.guess and config.sub from the FSF.
Theodore Ts'o [Fri, 17 Sep 2004 22:15:58 +0000 (18:15 -0400)]
Update config.guess and config.sub from the FSF.

19 years agoOn non-linux systems, use lseek64() if it is present in
Theodore Ts'o [Fri, 17 Sep 2004 21:47:12 +0000 (17:47 -0400)]
On non-linux systems, use lseek64() if it is present in
ext2fs_llseek() and blkid_llseek().  (Addresses Debian bug #269044)

19 years agotune2fs.8.in: Mention that e2fsck -D might be useful after
Theodore Ts'o [Fri, 17 Sep 2004 21:31:16 +0000 (17:31 -0400)]
tune2fs.8.in: Mention that e2fsck -D might be useful after
setting the dir_index filesystem feature.  (Addresses
Debian Bug #268148)

19 years agoresize2fs.c (check_and_change_inodes): Fix debugging printf to
Theodore Ts'o [Fri, 17 Sep 2004 21:10:17 +0000 (17:10 -0400)]
resize2fs.c (check_and_change_inodes): Fix debugging printf to
mask off the high 256 bits of dirent->name_len (which is
where the file type information is stored).  (Addresses
Debian Bug #271605)

20 years agoAdd ability for debugfs to use a separate source of data blocks when
Theodore Ts'o [Thu, 29 Jul 2004 01:11:48 +0000 (21:11 -0400)]
Add ability for debugfs to use a separate source of data blocks when
reading from an e2image file.  (New -d option)

Add new functions ext2fs_get_data_io, ext2fs_set_data_io,
ext2fs_rewrite_to_io to libext2fs library.

20 years agoe2image.c, e2image.8.in: Add new option -I which allows the
Theodore Ts'o [Thu, 29 Jul 2004 01:07:53 +0000 (21:07 -0400)]
e2image.c, e2image.8.in: Add new option -I which allows the
administrator to install an metadata stored in an e2image
file to a filesystem.  Obviously, this can be very
dangerous!

20 years agopass1.c (process_block): Change the limit of directory size from
Theodore Ts'o [Tue, 27 Jul 2004 00:11:49 +0000 (20:11 -0400)]
pass1.c (process_block): Change the limit of directory size from
32 MB to 2GB.

20 years agoMakefile.in (mke2fs.static): Add the blkid library to so
Theodore Ts'o [Fri, 25 Jun 2004 04:55:12 +0000 (00:55 -0400)]
Makefile.in (mke2fs.static): Add the blkid library to so
mke2fs.static builds correctly.

20 years agosetflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGS
Theodore Ts'o [Fri, 25 Jun 2004 04:52:08 +0000 (00:52 -0400)]
setflags.c, fsetflags.c: On linux systems, undefine HAVE_CHFLAGS
to deal with lame glibc's that define this function
without actually implementing it.  Can you say "attractive
nuisance", boys and girls?   I knew you could!  (Thanks to
Pavel Troller for reporting this braindamage.)

20 years agouuid.h (UUID_DEFINE): Make the UUID defined as a static
Theodore Ts'o [Fri, 28 May 2004 00:24:52 +0000 (20:24 -0400)]
uuid.h (UUID_DEFINE): Make the UUID defined as a static
variable, with __attribute__ ((unused)) if we are using GCC.

20 years agoclosefs.c (ext2fs_flush): Make sure the master superblock is
Theodore Ts'o [Thu, 27 May 2004 01:29:14 +0000 (21:29 -0400)]
closefs.c (ext2fs_flush): Make sure the master superblock is
written last, and only after other I/O has been flushed to
disk.  Thanks to Junfeng Yang from the Stanford
Metacompilation group for pointing a potential ordering
constraint problem if we don't write things out in the
right order.

20 years agoImplement the ability for the test_io mechanism to abort after n reads
Theodore Ts'o [Thu, 27 May 2004 01:04:07 +0000 (21:04 -0400)]
Implement the ability for the test_io mechanism to abort after n reads
or writes to a particular block.  The block is specified by
TEST_IO_BLOCK environment variable, and the read/write count
by the TEST_IO_READ_ABORT and TEST_IO_WRITE_ABORT environment
variables.  The block data is now only dumped if the 0x10 bit
is set in TEST_IO_FLAGS.

20 years agoFixed potential ordering constraint problem in e2fsck's journal
Theodore Ts'o [Thu, 27 May 2004 00:58:45 +0000 (20:58 -0400)]
Fixed potential ordering constraint problem in e2fsck's journal
recovery code by implementing the sync_blockdev function.  Thanks to
Junfeng Yang from the Stanford Metacompilation group for pointing this
out.

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
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)