]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
14 years agobuild-sys: release++ (v2.17-rc3) v2.17-rc3
Karel Zak [Thu, 10 Dec 2009 21:05:07 +0000 (22:05 +0100)] 
build-sys: release++ (v2.17-rc3)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update v2.17 ReleaseNotes
Karel Zak [Thu, 10 Dec 2009 21:01:13 +0000 (22:01 +0100)] 
docs: update v2.17 ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: merge changes
Karel Zak [Thu, 10 Dec 2009 20:55:38 +0000 (21:55 +0100)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update eu.po (from translationproject.org)
Mikel Olasagasti Uranga [Thu, 10 Dec 2009 20:50:46 +0000 (21:50 +0100)] 
po: update eu.po (from translationproject.org)

14 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Thu, 10 Dec 2009 20:50:46 +0000 (21:50 +0100)] 
po: update cs.po (from translationproject.org)

14 years agodocs: add ngettext() into TODO file
Karel Zak [Thu, 10 Dec 2009 12:14:55 +0000 (13:14 +0100)] 
docs: add ngettext() into TODO file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: fix msgid bugs
Karel Zak [Thu, 10 Dec 2009 12:04:41 +0000 (13:04 +0100)] 
po: fix msgid bugs

Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolib: bug (typo) in function MD5Final()
Karel Zak [Thu, 10 Dec 2009 10:59:46 +0000 (11:59 +0100)] 
lib: bug (typo) in function MD5Final()

On Wed, Dec 09, 2009 at 10:08:38PM +0000, Jochen Voss wrote:
> while experimenting with coccinelle, I accidentally found what I
> believe is a bug in util-linux-ng release 2.17-rc2 (downloaded
> today). The problem is the following code in lib/md5.c (around line
> 153):
>
>     void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
>     {
>   [...]
>   memset(ctx, 0, sizeof(ctx));        /* In case it's sensitive */
>     }
>
> The third argument of memset should probably be the size of 'struct
> MD5Context' instead of the size of the pointer.  So my guess is
> that the memset line should be
>
>   memset(ctx, 0, sizeof(*ctx));       /* In case it's sensitive */
>
> instead.  I don't know whether this actually causes a problem,
> but the comment makes it seem possible that it does.

Note, this typo does not have any impact on the utils in the
util-linux-ng project, because we don't use MD5 for any security
sensitive data or cryptographic stuff. The typo also does not have any
impact to the final MD5 hashes.

Reported-by: Jochen Voss <voss@seehuhn.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: release++ (v2.17-rc2) v2.17-rc2
Karel Zak [Wed, 9 Dec 2009 11:02:58 +0000 (12:02 +0100)] 
build-sys: release++ (v2.17-rc2)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update v2.17 ReleaseNotes
Karel Zak [Wed, 9 Dec 2009 10:44:38 +0000 (11:44 +0100)] 
docs: update v2.17 ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update AUTHORS file
Karel Zak [Wed, 9 Dec 2009 10:39:33 +0000 (11:39 +0100)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: merge changes
Karel Zak [Wed, 9 Dec 2009 10:37:57 +0000 (11:37 +0100)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Wed, 9 Dec 2009 10:31:37 +0000 (11:31 +0100)] 
po: update pl.po (from translationproject.org)

14 years agodocs: update TODO list
Karel Zak [Tue, 8 Dec 2009 19:39:52 +0000 (20:39 +0100)] 
docs: update TODO list

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoflock: fix hang when parent ignores SIGCHLD
Mike Frysinger [Mon, 7 Dec 2009 14:18:17 +0000 (15:18 +0100)] 
flock: fix hang when parent ignores SIGCHLD

If flock is executed from a process which has set SIGCHLD to SIG_IGN, then
flock will eat cpu and hang indefinitely if given a command to execute.
So before we fork(), make sure to set SIGCHLD handling back to the default
so that the later waitpid() doesn't freak out on us.

[kzak@redhat.com: - add a check for waitpid() return value]

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update TODO file
Karel Zak [Fri, 4 Dec 2009 19:58:19 +0000 (20:58 +0100)] 
docs: update TODO file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: remove vol_id from tests
Karel Zak [Fri, 4 Dec 2009 19:30:16 +0000 (20:30 +0100)] 
tests: remove vol_id from tests

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: check for pkg-config before gtk-doc
Karel Zak [Fri, 4 Dec 2009 19:01:37 +0000 (20:01 +0100)] 
build-sys: check for pkg-config before gtk-doc

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: fix blkid_fstatat() code
Karel Zak [Fri, 4 Dec 2009 17:44:57 +0000 (18:44 +0100)] 
libblkid: fix blkid_fstatat() code

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: rewrite TLS detection
Karel Zak [Fri, 4 Dec 2009 14:45:19 +0000 (15:45 +0100)] 
build-sys: rewrite TLS detection

 * use more robust tls.m4 from gcc project

   The old version (from util-linux-ng) used AC_TRY_COMPILE. That's
   wrong. We need to use AC_RUN_IFELSE to check that the result is
   link-able and executable.

   The new version also test it TLS really works in multi-thread
   applications.

 * we need to detect TLS usability for cross-compiling

 * this new version supports __thread keyword only, it seems that we
   needn't to care about anything other

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add squashfs to mount.8
Karel Zak [Thu, 3 Dec 2009 14:49:15 +0000 (15:49 +0100)] 
mount: add squashfs to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add --no-canonicalize option
Karel Zak [Thu, 3 Dec 2009 14:30:53 +0000 (15:30 +0100)] 
mount: add --no-canonicalize option

For example the /sbin/mount.fuse command calls

mount -i -f /dev/foo /absolut/path

and it does not make sense to canonicalize already absolute paths. The
new --no-canonicalize option allows to avoid unwanted readlink()
calls.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: move info about devices to the top of mount.8
Karel Zak [Wed, 2 Dec 2009 12:35:18 +0000 (13:35 +0100)] 
mount: move info about devices to the top of mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add a note about /dev/disk/by-* to mount.8
Karel Zak [Wed, 2 Dec 2009 12:30:03 +0000 (13:30 +0100)] 
mount: add a note about /dev/disk/by-* to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: add UFS test image for libblkid
Karel Zak [Wed, 2 Dec 2009 11:24:23 +0000 (12:24 +0100)] 
tests: add UFS test image for libblkid

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: add VIA RAID test image for libblkid
Karel Zak [Wed, 2 Dec 2009 11:03:18 +0000 (12:03 +0100)] 
tests: add VIA RAID test image for libblkid

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agohexdump: bug in hexdump when offset == file length
Américo Wang [Thu, 26 Nov 2009 14:19:37 +0000 (22:19 +0800)] 
hexdump: bug in hexdump when offset == file length

On Thu, Nov 26, 2009 at 03:42:21AM -0500, Mike Smith wrote:
>[mike@laptop ~]$ dd if=/dev/urandom of=testfile bs=1 count=42
>42+0 records in
>42+0 records out
>42 bytes (42 B) copied, 0.000216179 s, 194 kB/s
>[mike@laptop ~]$ hexdump -Cv testfile -s 42
>0000002a  bb b0 ba 50 fe 70 f8 d9  f7 96 36 49 e9 74 c7 bd  |...P.p....6I.t..|
>0000003a  82 cb 19 64 a6 30 53 29  d2 fa 08 e3 f4 26 7f de  |...d.0S).....&..|
>0000004a  bb 2c f2 df 7c a7 8c 6e  66 01                    |.,..|..nf.|
>00000054
>[mike@laptop ~]$ hexdump -Cv testfile -s 43
>0000002a

I think I got where the bug is, it's an off-by-one problem...

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
14 years agofsck: document fsck behavior wrt nofail option and fstype 'auto'
Ludwig Nussel [Fri, 27 Nov 2009 10:51:42 +0000 (11:51 +0100)] 
fsck: document fsck behavior wrt nofail option and fstype 'auto'

14 years agomount: add ubifs to the mount.8 man page
Sebastian Andrzej Siewior [Sun, 29 Nov 2009 19:16:03 +0000 (20:16 +0100)] 
mount: add ubifs to the mount.8 man page

ubifs got merged into the linux kernel in v2.6.27. This patch adds its mount
options.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
14 years agofsck: honor nofail option in fsck
Ludwig Nussel [Fri, 27 Nov 2009 09:15:53 +0000 (10:15 +0100)] 
fsck: honor nofail option in fsck

analog to mount gracefully ignoring non existing devices if the "nofail"
option is specified in fstab, also have fsck -A skip them. This way it's
possible to have devices optionally not available during boot but still
have them fsck'd if they are there.

Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de>
14 years agomount: better --move description
Karel Zak [Tue, 1 Dec 2009 09:33:33 +0000 (10:33 +0100)] 
mount: better --move description

Reported-by: Paul Johnson <pauljohn@ku.edu>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: fix UFS detection
Karel Zak [Thu, 26 Nov 2009 22:59:47 +0000 (23:59 +0100)] 
libblkid: fix UFS detection

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotailf: fix printf format
Mike Frysinger [Sat, 21 Nov 2009 02:41:14 +0000 (21:41 -0500)] 
tailf: fix printf format

ssize_t types are shown with %zd, not %ld.

Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14 years agobuild-sys: release++ (v2.17-rc1) v2.17-rc1
Karel Zak [Fri, 20 Nov 2009 15:54:22 +0000 (16:54 +0100)] 
build-sys: release++ (v2.17-rc1)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: add v2.17 ReleaseNotes
Karel Zak [Fri, 20 Nov 2009 15:49:03 +0000 (16:49 +0100)] 
docs: add v2.17 ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update AUTHORS file
Karel Zak [Fri, 20 Nov 2009 14:53:03 +0000 (15:53 +0100)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: merge changes
Karel Zak [Fri, 20 Nov 2009 14:51:26 +0000 (15:51 +0100)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: fix blkid CFLAGS in fdisk/Makefile.am
Karel Zak [Fri, 20 Nov 2009 14:51:15 +0000 (15:51 +0100)] 
build-sys: fix blkid CFLAGS in fdisk/Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoswitch_root: add note about subroots to switch_root.8
Karel Zak [Fri, 20 Nov 2009 14:18:51 +0000 (15:18 +0100)] 
switch_root: add note about subroots to switch_root.8

Based on patch from Daniel Drake <dsd@laptop.org>

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoRevert "switch_root: add subroot support"
Karel Zak [Fri, 20 Nov 2009 14:11:59 +0000 (15:11 +0100)] 
Revert "switch_root: add subroot support"

This reverts commit a692a8745941a192528c5e2a05de97155ba586f9.

On Wed, Nov 18, 2009 at 03:33:12PM +0000, Daniel Drake wrote:
> Booting into a system this way just leads to problems because
> you cannot remount the root read-only at shutdown (leading to unclean
> shutdowns).

> Miklos Szeredi pointed out a trick to turn any directory into a
> mount point which avoids this problem. Therefore we can simplify
> switch_root again and simply document that its users should set

14 years agolast: fix utmp.ut_time usage
Karel Zak [Fri, 20 Nov 2009 13:46:32 +0000 (14:46 +0100)] 
last: fix utmp.ut_time usage

The utmp.ut_time is timeval.tv_sec (time_t) or int32_t. It's more
robust not to use ctime() or time() directly.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoline: remove deprecated #ident directive
Karel Zak [Fri, 20 Nov 2009 13:19:03 +0000 (14:19 +0100)] 
line: remove deprecated #ident directive

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Fri, 20 Nov 2009 12:48:26 +0000 (13:48 +0100)] 
po: update pl.po (from translationproject.org)

14 years agomount: check for unsuccessful read-only bind mounts
Karel Zak [Thu, 19 Nov 2009 14:56:12 +0000 (15:56 +0100)] 
mount: check for unsuccessful read-only bind mounts

Linux kernel allows to use MS_RDONLY together with MS_BIND,
unfortunately the MS_RDONLY is silently ignored and the target
mountpoint is still read-write. Then we have 'ro' in mtab and 'rw' in
/proc/mounts.

This patch checks for this situation by access(2) or futimens(2)
(change atime) and mtab is properly updated and user informed.

Reported-by: Terry Burton <tez@terryburton.co.uk>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoionice: add a note about none class and CFQ
Karel Zak [Wed, 18 Nov 2009 16:13:35 +0000 (17:13 +0100)] 
ionice: add a note about none class and CFQ

Reported-by: Corrado Zoccolo <czoccolo@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add a note about bind-dir remounts
Karel Zak [Wed, 18 Nov 2009 15:11:01 +0000 (16:11 +0100)] 
mount: add a note about bind-dir remounts

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: offer aligned first sector
Karel Zak [Wed, 4 Nov 2009 14:14:04 +0000 (15:14 +0100)] 
fdisk: offer aligned first sector

Typical "new partition" dialog looks like:

     Partition number (1-4): 1
     First sector (4-818687, default 4):
                             ^^^^^^^^^

The range (e.g. 4-818687) depends on fdisk mode (DOS/non-DOS), but the
default value should be always aligned.

For example RAID5 device in the DOS mode:

   Disk /dev/md0: 419 MB, 419168256 bytes
   2 heads, 4 sectors/track, 102336 cylinders, total 818688 sectors
   Units = sectors of 1 * 512 = 512 bytes
   Sector size (logical/physical): 512 bytes / 65536 bytes
   Disk identifier: 0x081479c3

   ....

   Command (m for help): n
   Command action
      e   extended
      p   primary partition (1-4)
   p
   Partition number (1-4): 1
   First sector (4-818687, default 128):    <---- !!!
   Using default value 128
   Last sector, +sectors or +size{K,M,G} (128-818687, default 818687): +10M

   Command (m for help): p

   ....

       Device Boot      Start         End      Blocks   Id  System
   /dev/md0p1             128       20607       10240   83  Linux

For non-DOS mode the range will be:

   First sector (128-818687, default 128):

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: align end of partition when defined by +size{K,M,G}
Karel Zak [Wed, 4 Nov 2009 13:30:31 +0000 (14:30 +0100)] 
fdisk: align end of partition when defined by +size{K,M,G}

It's better to have disks without gaps between partitions, so it's
better to align ends of partitions.

Note, we don't care about end of partitions when the last sector has
been explicitly requested by user.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: check for partition boundary
Karel Zak [Tue, 3 Nov 2009 11:09:36 +0000 (12:09 +0100)] 
fdisk: check for partition boundary

Disk /dev/md0: 419 MB, 419168256 bytes
2 heads, 4 sectors/track, 102336 cylinders, total 818688 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 65536 bytes
Disk identifier: 0x081479c3

    Device Boot      Start         End      Blocks   Id  System
/dev/md0p1             200      818687      409244   83  Linux
Partition 1 does not start on physical block boundary.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: print info and recommendations about alignment
Karel Zak [Tue, 3 Nov 2009 11:00:23 +0000 (12:00 +0100)] 
fdisk: print info and recommendations about alignment

 * inform user that phy.sector > log.sector
 * warn user when alignment_offset is not provided does, DOS-compatible
   mode is enabled and the default geo.sectors are not aligned
 * suggest to change display units to sectors (oh yes, fdisk
   default are cylinders...)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: use minimal_io_size for the first partition
Karel Zak [Tue, 3 Nov 2009 10:28:55 +0000 (11:28 +0100)] 
fdisk: use minimal_io_size for the first partition

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: add basic routines for LBA alignment
Karel Zak [Wed, 4 Nov 2009 15:15:48 +0000 (16:15 +0100)] 
fdisk: add basic routines for LBA alignment

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: read topology info from libblkid
Karel Zak [Thu, 29 Oct 2009 10:25:59 +0000 (11:25 +0100)] 
fdisk: read topology info from libblkid

and print ('p' command) info about logical and physical sectors and
alignment_offset.

minimum_io_size

  we don't use physical sector size directly, because on RAIDs is
  better to use minimum_io_size (aka stripe chunk size). For disk drives
  is minimum_io_size the same value as physical sector size.

alignment_offset

  For compatibility with legacy operating systems some vendors provide
  disks where logical and physical sectors are aligned at sector 63
  (= geometry.sectors). In other words the physical 4KB sectors
  start at LBA -1. Then the physical boundary is at:

                     alignment_offset + N * phy_sector_size

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomore: limited line buffer length results in corrupted UTF-8 text
Karel Zak [Mon, 16 Nov 2009 14:52:45 +0000 (15:52 +0100)] 
more: limited line buffer length results in corrupted UTF-8 text

Addresses-Debian-Bug: #552608
Reported-By: Roger Leigh <rleigh@debian.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: add NTFS blkid test
Karel Zak [Mon, 16 Nov 2009 13:36:29 +0000 (14:36 +0100)] 
tests: add NTFS blkid test

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: fix NTFS non-ASCII labels
Karel Zak [Thu, 12 Nov 2009 23:10:48 +0000 (00:10 +0100)] 
libblkid: fix NTFS non-ASCII labels

Addresses-Red-Hat-Bug: #536797
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoblkid: add ID_FS_AMBIVALENT for udev output
Karel Zak [Wed, 11 Nov 2009 16:21:36 +0000 (17:21 +0100)] 
blkid: add ID_FS_AMBIVALENT for udev output

UI tools that read information from udev need a way how inform users
about ambivalent probing result (more valid filesystems on the
device).

This patch add a new ID_FS_AMBIVALENT variable:

ID_FS_AMBIVALENT=<info> <info> [ ...]

where <info> is:

<usage>:<type>[:<version>]

all strings are encoded (white spaces and utf8 are replaced with \hex).

For example:

# blkid -p -o udev /dev/sda1
ID_FS_AMBIVALEN=filesystem:vfat:FAT12 other:swap:2

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: remove duplicate debug message
Karel Zak [Wed, 11 Nov 2009 14:34:54 +0000 (15:34 +0100)] 
libblkid: remove duplicate debug message

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: properly reset position in probing chains
Karel Zak [Wed, 11 Nov 2009 14:26:49 +0000 (15:26 +0100)] 
libblkid: properly reset position in probing chains

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update pl.po (from translationproject.org)
Jakub Bogusz [Tue, 10 Nov 2009 21:08:25 +0000 (22:08 +0100)] 
po: update pl.po (from translationproject.org)

14 years agolibblkid: don't return empty LABELs
Karel Zak [Tue, 10 Nov 2009 13:00:13 +0000 (14:00 +0100)] 
libblkid: don't return empty LABELs

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoRevert "libblkid: fix buffer usage in FAT prober"
Karel Zak [Tue, 10 Nov 2009 11:48:34 +0000 (12:48 +0100)] 
Revert "libblkid: fix buffer usage in FAT prober"

This patch is unnecessary, the library uses two buffers and the VFAT
superblock is always stored in the probe->sbbuf buffer which is never
overwritten. It seems that FAT fsinfo is also in the superblock
buffer. I was too paranoid :-) Sorry.

This reverts commit 041a4ff1db7c3004644211377ac828e8a536da02.

14 years agobuild-sys: cleanup AM_CFLAGS usage
Karel Zak [Mon, 9 Nov 2009 15:45:50 +0000 (16:45 +0100)] 
build-sys: cleanup AM_CFLAGS usage

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: update list of pseudo filesystems
Karel Zak [Mon, 9 Nov 2009 14:46:54 +0000 (15:46 +0100)] 
mount: update list of pseudo filesystems

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update TODO
Karel Zak [Fri, 6 Nov 2009 23:20:55 +0000 (00:20 +0100)] 
docs: update TODO

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: remove gtkdocize from autogen.sh
Karel Zak [Fri, 6 Nov 2009 23:06:53 +0000 (00:06 +0100)] 
build-sys: remove gtkdocize from autogen.sh

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agoRevert "build-sys: check for gtk-doc by default"
Karel Zak [Fri, 6 Nov 2009 22:59:54 +0000 (23:59 +0100)] 
Revert "build-sys: check for gtk-doc by default"

The gtt-doc.make is not required for "make dist" now. So
gtk-doc is completely optional now.

Let's keep gtk-doc disabled by default.

This reverts commit 57facddbc561f86f26cb70e9c5a4391bcf42ff11.

14 years agobuild-sys: clean up gtk-doc stuff
Karel Zak [Fri, 6 Nov 2009 22:43:46 +0000 (23:43 +0100)] 
build-sys: clean up gtk-doc stuff

* gtk-doc.make does not care about difference between $srcdir and $builddir
  and many things are generated into $srcdir. It's pretty difficult to support
  out-of-source build...

* gtk-doc expects that many generated files are stored in repository
  (we don't use XML templates, all documentation in source code only).

* we don't want to distribute generated html files, the docs is
  attractive for very small group of people...

Frankly, it would be nice to found something more robust and better
than gtk-doc.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: fix out-of-source build
Karel Zak [Fri, 6 Nov 2009 02:05:27 +0000 (03:05 +0100)] 
build-sys: fix out-of-source build

The blkid.h file is generated and stored in $top_builddir.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: don't distribute generated blkid.h
Karel Zak [Fri, 6 Nov 2009 01:53:22 +0000 (02:53 +0100)] 
build-sys: don't distribute generated blkid.h

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: check for gtk-doc by default
Karel Zak [Fri, 6 Nov 2009 01:04:41 +0000 (02:04 +0100)] 
build-sys: check for gtk-doc by default

This patch add "check|yes|no" concept for --{disable,enable}-gtk-doc
configure option. (We use the same concept for many u-l-ng compile
options.)

The gtk-doc is required for "make dist" (not sure if this is good
idea..), so it makes sense to enable gtk-doc by default.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: fix (official) gtk-doc.make
Karel Zak [Fri, 6 Nov 2009 00:13:30 +0000 (01:13 +0100)] 
build-sys: fix (official) gtk-doc.make

The dist-hook rule in config/gtk-doc.make requires {xml,html,tmpl}/*
gkt-doc files, but there is not defined a dependence on these files.

It means "make dist" does not work on pristine source code
tree (e.g. "git clean -xfd" source).

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: remove obsolete --with-fsprobe from distcheck flags
Karel Zak [Thu, 5 Nov 2009 22:37:15 +0000 (23:37 +0100)] 
build-sys: remove obsolete --with-fsprobe from distcheck flags

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: remove LT_STATIC_LDFLAGS
Karel Zak [Thu, 5 Nov 2009 21:49:11 +0000 (22:49 +0100)] 
build-sys: remove LT_STATIC_LDFLAGS

It was really stupid idea to use *_LDFLAGS for some global variable.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: cleanup static building
Karel Zak [Thu, 5 Nov 2009 14:58:20 +0000 (15:58 +0100)] 
build-sys: cleanup static building

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add superblocks.c sample
Karel Zak [Mon, 2 Nov 2009 13:59:23 +0000 (14:59 +0100)] 
libblkid: add superblocks.c sample

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add sector size funcs to blkid.h.in
Karel Zak [Mon, 2 Nov 2009 13:08:56 +0000 (14:08 +0100)] 
libblkid: add sector size funcs to blkid.h.in

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agomount: add long options to mount.8
Karel Zak [Mon, 2 Nov 2009 10:27:47 +0000 (11:27 +0100)] 
mount: add long options to mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agofdisk: add regression test listing empty/nonsense images
Zdenek Behan [Sun, 1 Nov 2009 23:38:36 +0000 (00:38 +0100)] 
fdisk: add regression test listing empty/nonsense images

Signed-off-by: Zdenek Behan <rain@matfyz.cz>
14 years agomkswap: restore device argument in mkswap.8 synopsis
Peter Breitenlohner [Thu, 29 Oct 2009 15:29:56 +0000 (16:29 +0100)] 
mkswap: restore device argument in mkswap.8 synopsis

Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
14 years agowipefs: remove obsolete comment
Karel Zak [Fri, 30 Oct 2009 12:48:10 +0000 (13:48 +0100)] 
wipefs: remove obsolete comment

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agotests: refresh GPT regression test
Karel Zak [Fri, 30 Oct 2009 11:26:03 +0000 (12:26 +0100)] 
tests: refresh GPT regression test

The n+1 change has been introduced by commit
4c8e837230bb96dc3c447706d9c3b11e4167ba13.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: does not return useless binary data
Karel Zak [Fri, 30 Oct 2009 11:20:51 +0000 (12:20 +0100)] 
libblkid: does not return useless binary data

Currently, the binary blkid_probe_get_{topology,partitions}() API
returns empty structs when information has not been gathered. This is
confusing for applications. It's seems better to return NULL.

Reported-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: topology - add logical and physical sector size
Karel Zak [Fri, 30 Oct 2009 11:08:01 +0000 (12:08 +0100)] 
libblkid: topology - add logical and physical sector size

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agobuild-sys: add HAVE_LIBBLKID_INTERNAL
Karel Zak [Tue, 27 Oct 2009 11:11:37 +0000 (12:11 +0100)] 
build-sys: add HAVE_LIBBLKID_INTERNAL

It's better to use one macro for all situations where we depends on
in-tree (internal) libblkid.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add BLKID_{VERSION,DATE} to blkid.h
Karel Zak [Tue, 27 Oct 2009 10:30:37 +0000 (11:30 +0100)] 
libblkid: add BLKID_{VERSION,DATE} to blkid.h

The original e2fsprogs has BLKID_{VERSION,DATE} macros in blkid.h.
Although the macros are not updated for many years in e2fsprogs. So I
guess nobody uses it.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: return first detected crypto device
Scott James Remnant [Mon, 26 Oct 2009 12:49:17 +0000 (13:49 +0100)] 
libblkid: return first detected crypto device

Crypto devices may sometimes have multiple additional prober matches,
however just like RAID, there's no danger of activating the wrong one
since special help is needed to activate the block device before it
can be used.

Thus modify blkid_do_safeprobe() to break out of the loop when a
crypto device is detected, as it does already for RAID.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add test cases for VMFS
Mike Hommey [Fri, 16 Oct 2009 10:38:10 +0000 (12:38 +0200)] 
libblkid: add test cases for VMFS

Signed-off-by: Mike Hommey <mh@glandium.org>
14 years agomount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>
Karel Zak [Mon, 26 Oct 2009 12:33:03 +0000 (13:33 +0100)] 
mount: and libblkid: covert /dev/dm-N to /dev/mapper/<name>

 * mount(8) uses private device-mapper names in mtab

 * libblkid returns private device-mapper names when evaluate udev
   /dev/disk-by symlinks.

 * on systems where DM is fully integrated with udev the /dev/mapper/<name>
   files are symlinks to /dev/dm-N. It means we need a special care to hide
   private device-mapper names.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: convert GPT partition LBA to 512-byte sectors
Karel Zak [Thu, 22 Oct 2009 19:40:27 +0000 (21:40 +0200)] 
libblkid: convert GPT partition LBA to 512-byte sectors

The libblkid keeps information about partitions in 512-byte counts.
This patch:

 * convert GPT partition LBA to 512-byte sectors

 * fix n+1 bug in GPT partition size, because:

   "The partition is defined as all the logical blocks **inclusive**
    of the StartingLBA and EndingLBA." (UEFI 2.3)

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: use BLKSSZGET for GPT sectors
Karel Zak [Thu, 22 Oct 2009 12:52:39 +0000 (14:52 +0200)] 
libblkid: use BLKSSZGET for GPT sectors

The current implementation uses fixed sector size (512 bytes), that's
wrong. UEFI standard requires real logical sector size -- it means
BLKSSZGET for Linux.

The size of GPT header is not static, but whole sector is allocated
for the header. In theory the HeaderSize field could be greater than
sizeof(struct gpt_header). It means we have to read whole sector with
the header, because the header crc32 checksum is counted according to
HeaderSize.

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodmesg: fix typo in man page
Ken Kopin [Mon, 19 Oct 2009 13:58:57 +0000 (07:58 -0600)] 
dmesg: fix typo in man page

Signed-off-by: LaMont Jones <lamont@debian.org>
14 years agolibblkid: topology - ignore non-blockdevs
Karel Zak [Mon, 19 Oct 2009 13:39:31 +0000 (15:39 +0200)] 
libblkid: topology - ignore non-blockdevs

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agolibblkid: add support for topology ioctls
Karel Zak [Mon, 19 Oct 2009 13:33:00 +0000 (15:33 +0200)] 
libblkid: add support for topology ioctls

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: add 'unshare' and 'wipefs' to AUTHORS
Karel Zak [Mon, 19 Oct 2009 09:26:12 +0000 (11:26 +0200)] 
docs: add 'unshare' and 'wipefs' to AUTHORS

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agodocs: update AUTHORS file
Karel Zak [Mon, 19 Oct 2009 08:59:15 +0000 (10:59 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: merge changes
Karel Zak [Mon, 19 Oct 2009 08:55:17 +0000 (10:55 +0200)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update po/POTFILES.in
Karel Zak [Mon, 19 Oct 2009 08:53:52 +0000 (10:53 +0200)] 
po: update po/POTFILES.in

Signed-off-by: Karel Zak <kzak@redhat.com>
14 years agopo: update vi.po (from translationproject.org)
Clytie Siddall [Mon, 19 Oct 2009 08:45:58 +0000 (10:45 +0200)] 
po: update vi.po (from translationproject.org)

14 years agopo: update ja.po (from translationproject.org)
Makoto Kato [Mon, 19 Oct 2009 08:45:58 +0000 (10:45 +0200)] 
po: update ja.po (from translationproject.org)