]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
15 years agobuild-sys: rename to _execdir
Karel Zak [Fri, 3 Jul 2009 23:18:01 +0000 (01:18 +0200)] 
build-sys: rename to _execdir

The variable name "usrlibexecdir" is very confusing (because we have
/usr/libexec). The "exec" prefix is required for user-defined
directories, see

   http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install

This patch renames all usr*execdir variables to usr*_execdir.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: improve symlinks creation in shlibs/
Karel Zak [Fri, 3 Jul 2009 23:10:15 +0000 (01:10 +0200)] 
build-sys: improve symlinks creation in shlibs/

It's more safe to create symlinks in the target directory and use
$(LN_S) rather than directly call "ln -sf".

Reported-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: fix exec/data install hooks
Karel Zak [Fri, 3 Jul 2009 22:39:08 +0000 (00:39 +0200)] 
build-sys: fix exec/data install hooks

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: reverse shlibs installation
Kay Sievers [Fri, 3 Jul 2009 21:18:36 +0000 (23:18 +0200)] 
build-sys: reverse shlibs installation

[kzak@redhat.com:

Unfortunately, libtool does not provide a way how to install real
libraries to /lib and devel libs (symlinks) to /usr/lib. We have
to use install hooks to move these files.

Currently we install to /lib and move devel files to /usr/lib. This
concept is wrong, because the libdir= in .la libtool files must to
match with the place where we install the devel .so libs. It means we
have to install everything to /usr/lib and then move (by install hook)
the real .so libs to /lib.

This change is necessary to fix "make install", otherwise the install
process will not work in clean change root. ]

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: release++ (v2.16-rc2) v2.16-rc2
Karel Zak [Thu, 2 Jul 2009 13:36:22 +0000 (15:36 +0200)] 
build-sys: release++ (v2.16-rc2)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: update v2.16 ReleaseNotes
Karel Zak [Thu, 2 Jul 2009 13:19:21 +0000 (15:19 +0200)] 
docs: update v2.16 ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: update AUTHORS file
Karel Zak [Thu, 2 Jul 2009 13:13:20 +0000 (15:13 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agopo: merge changes
Karel Zak [Thu, 2 Jul 2009 13:07:49 +0000 (15:07 +0200)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoblkid: move to misc-utils/ directory
Karel Zak [Thu, 2 Jul 2009 12:38:23 +0000 (14:38 +0200)] 
blkid: move to misc-utils/ directory

The others utilities are in one of the top-level directories. That's
confusing to have blkid(8) and findfs(8) in shlibs/ tree.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoraw: undeprecate raw
Karel Zak [Thu, 2 Jul 2009 11:39:28 +0000 (13:39 +0200)] 
raw: undeprecate raw

from Linux kernel:

commit abd4aa5a97ebc0efb9a7fbc98ef0bcf39266fadf
Author: Dave Jones <davej@redhat.com>
Date:   Sun Jul 15 23:40:49 2007 -0700
undeprecate raw driver

 :-(

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoinclude: fix _PATH_DEV
Karel Zak [Thu, 2 Jul 2009 07:50:26 +0000 (09:50 +0200)] 
include: fix _PATH_DEV

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agouuidd: init /var/run/uuidd, add option for on-demand mode to .rc file
Karel Zak [Wed, 1 Jul 2009 19:25:37 +0000 (21:25 +0200)] 
uuidd: init /var/run/uuidd, add option for on-demand mode to .rc file

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoMerge branch 'tytso' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/util...
Karel Zak [Wed, 1 Jul 2009 18:55:00 +0000 (20:55 +0200)] 
Merge branch 'tytso' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/util-linux-ng into test

15 years agolibuuid: Don't run uuidd if it would fail due to permission problems
Theodore Ts'o [Wed, 1 Jul 2009 03:06:44 +0000 (23:06 -0400)] 
libuuid: Don't run uuidd if it would fail due to permission problems

Some distributions don't like installing uuidd setuid or setgid.  So
if the setuid or setigid bit is not set with uuidd, and the current
process does not have write access to the UUIDD work directory, don't
try running uuidd, since it won't work properly.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 years agolibuuid, uuidd: Avoid infinite loop while reading from the socket fd
Theodore Ts'o [Wed, 1 Jul 2009 02:49:49 +0000 (22:49 -0400)] 
libuuid, uuidd: Avoid infinite loop while reading from the socket fd

If for some reason the uuidd daemon or the process calling uuidd
exited unexpectely, the read_all() function would end up looping
forever, either in uuidd or in libuuid.  Fix this terminating the loop
if no data can be read after five tries to read from the file
descriptor.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 years agouuidd: Avoid closing the server socket when calling create_daemon()
Theodore Ts'o [Wed, 1 Jul 2009 02:47:54 +0000 (22:47 -0400)] 
uuidd: Avoid closing the server socket when calling create_daemon()

In the event that file descriptors 0-2 are closed when uuidd is
started, the server socket could be created as a file descriptor that
will get closed when create_daemon() tries detaching the uuidd daemon
from its controlling tty.   Avoid this case by using dup(2).

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 years agolibuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd
Theodore Ts'o [Tue, 30 Jun 2009 01:19:28 +0000 (21:19 -0400)] 
libuuid: Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd

When closing all of the file descriptors before starting uuidd, make
sure file descriptors 0, 1, and 2 are reserved by opening /dev/null.
This prevents strange bugs caused by assumptions regarding file
descriptors <= 2 as being special.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15 years agouuidd: fix $PIDFILE in uuidd.rc
Karel Zak [Tue, 30 Jun 2009 13:10:20 +0000 (15:10 +0200)] 
uuidd: fix $PIDFILE in uuidd.rc

.. that's very probably a typo.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agouuidd: move uuidd.rc to misc-utils directory
Karel Zak [Tue, 30 Jun 2009 13:04:49 +0000 (15:04 +0200)] 
uuidd: move uuidd.rc to misc-utils directory

The file should be on more visible place.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: remove example.files/rc[.local]
Karel Zak [Tue, 30 Jun 2009 13:01:29 +0000 (15:01 +0200)] 
docs: remove example.files/rc[.local]

Yeah, example files for Linux 1.0.x :-)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: fix $libdir in uuid.pc
Karel Zak [Tue, 30 Jun 2009 11:18:26 +0000 (13:18 +0200)] 
libuuid: fix $libdir in uuid.pc

The -L<dir> gcc option is for directories to be searched for .so/.a
files. It means the directory with development stuff. We have devel
libs in /usr/lib[64].

The side effect is that pkg-config does not return -L with standard
system directories (so make(1) output is more readable and shorter).

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: fix $libdir in blkid.pc
Karel Zak [Tue, 30 Jun 2009 11:11:05 +0000 (13:11 +0200)] 
libblkid: fix $libdir in blkid.pc

The -L<dir> gcc option is for directories to be searched for .so/.a
files. It means the directory with development stuff. We have devel
libs in /usr/lib[64].

The side effect is that pkg-config does not return -L with standard
system directories (so make(1) output is more readable and shorter).

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuildsys: move $usr{bin,sbin,lib}execdir definition to ./configure
Karel Zak [Tue, 30 Jun 2009 10:41:54 +0000 (12:41 +0200)] 
buildsys: move $usr{bin,sbin,lib}execdir definition to ./configure

We need to use $usr{bin,sbin,lib}execdir variables in *.pc.in files
and these files are generated by ./configure script.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: add install-hook for libuuid.[a,so] devel files
Karel Zak [Tue, 30 Jun 2009 09:49:14 +0000 (11:49 +0200)] 
libblkid: add install-hook for libuuid.[a,so] devel files

Unfortunately, libtool installs all files to $libdir (/lib), but
we need devel files in $usrlibexecdir (/usr/lib).

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: add install-hook for libuuid.[a,so] devel files
Karel Zak [Tue, 30 Jun 2009 09:38:03 +0000 (11:38 +0200)] 
libuuid: add install-hook for libuuid.[a,so] devel files

Unfortunately, libtool installs all files to $libdir (/lib), but we need
devel files in $usrlibexecdir (/usr/lib).

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: fix #ifdefs readability
Karel Zak [Tue, 30 Jun 2009 09:26:54 +0000 (11:26 +0200)] 
libblkid: fix #ifdefs readability

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoRevert "libuuid: move clock state file from /var/lib to /var/run"
Karel Zak [Tue, 30 Jun 2009 08:18:04 +0000 (10:18 +0200)] 
Revert "libuuid: move clock state file from /var/lib to /var/run"

This reverts commit ab2e7dd17f556d501d27c6b0ae2c0989d5d9dae4.

The state file clock.txt should be kept in /var/lib, it should remain
valid after a reboot.

15 years agoinclude: clean up _PATH_DEV_* macros
Karel Zak [Mon, 29 Jun 2009 23:13:42 +0000 (01:13 +0200)] 
include: clean up _PATH_DEV_* macros

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolosetup: fix return codes of functions arounf is_associated()
Karel Zak [Mon, 29 Jun 2009 22:48:15 +0000 (00:48 +0200)] 
losetup: fix return codes of functions arounf is_associated()

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: allow loop suid umount
Kay Sievers [Mon, 29 Jun 2009 19:43:01 +0000 (21:43 +0200)] 
mount: allow loop suid umount

Addresses-Suse-Bug: #461732
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoraw: Use the RAW_SETBIND ioctl without stat'ing the raw# file
Jeff Mahoney [Mon, 29 Jun 2009 21:05:36 +0000 (23:05 +0200)] 
raw: Use the RAW_SETBIND ioctl without stat'ing the raw# file

The in-kernel ioctl code creates a raw# device on-demand. udev will create
the /dev/raw/raw# file when the device is created automatically.

The current raw userspace code wants to stat the file before using it,
which is unnecessary for setting up the raw device.

This patch stats the file only when query() is called as a singleton, and
it's doubtful it's needed even there. I modified as little code as I could,
though.

[kzak@redhat.com: - check properly fscanf() return code
                  - add NLS stuff]

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoldattach: add N_PPS support
Tilman Schmidt [Sun, 10 May 2009 11:54:51 +0000 (13:54 +0200)] 
ldattach: add N_PPS support

Add support for a line discipline name "PPS" selecting the
Pulse Per Second line discipline N_PPS (18). The number has been
reserved since kernel release 2.6.28, and the implementation is
finally going to be submitted for kernel release 2.6.31.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
15 years agolibuuid: move clock state file from /var/lib to /var/run
Karel Zak [Mon, 29 Jun 2009 14:01:42 +0000 (16:01 +0200)] 
libuuid: move clock state file from /var/lib to /var/run

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agouuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd
Karel Zak [Mon, 29 Jun 2009 13:59:48 +0000 (15:59 +0200)] 
uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd

Reported-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: release++ (v2.16-rc1) v2.16-rc1
Karel Zak [Sun, 28 Jun 2009 22:09:02 +0000 (00:09 +0200)] 
build-sys: release++ (v2.16-rc1)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: update v2.16-ReleaseNotes
Karel Zak [Sun, 28 Jun 2009 22:08:40 +0000 (00:08 +0200)] 
docs: update v2.16-ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: add v2.16 ReleaseNotes
Karel Zak [Sun, 28 Jun 2009 20:54:36 +0000 (22:54 +0200)] 
docs: add v2.16 ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: fix --disable-uuidd
Karel Zak [Sun, 28 Jun 2009 20:52:29 +0000 (22:52 +0200)] 
build-sys: fix --disable-uuidd

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: update AUTHORS file
Karel Zak [Sun, 28 Jun 2009 20:28:44 +0000 (22:28 +0200)] 
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agopo: merge changes
Karel Zak [Sun, 28 Jun 2009 20:25:47 +0000 (22:25 +0200)] 
po: merge changes

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agopo: update vi.po (from translationproject.org)
Clytie Siddall [Sun, 28 Jun 2009 20:08:55 +0000 (22:08 +0200)] 
po: update vi.po (from translationproject.org)

15 years agobuild-sys: fix libuuid Makefile.am
Karel Zak [Sun, 28 Jun 2009 20:00:31 +0000 (22:00 +0200)] 
build-sys: fix libuuid Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: a little clean up info about loopdevs in man page
Karel Zak [Fri, 26 Jun 2009 09:21:02 +0000 (11:21 +0200)] 
mount: a little clean up info about loopdevs in man page

Addresses-Debian-Bug: #478600
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolosetup: suggest to use modprobe rather than insmod in losetup.8
Karel Zak [Fri, 26 Jun 2009 09:03:21 +0000 (11:03 +0200)] 
losetup: suggest to use modprobe rather than insmod in losetup.8

Addresses-Debian-Bug: #334796
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: add info about obsolete vfat options to mount.8
Karel Zak [Fri, 26 Jun 2009 08:33:48 +0000 (10:33 +0200)] 
mount: add info about obsolete vfat options to mount.8

Addresses-Debian-Bug: #329856
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoumount: clean up help output
Karel Zak [Fri, 26 Jun 2009 07:49:40 +0000 (09:49 +0200)] 
umount: clean up help output

Addresses-Debian-Bug: #320500
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: remove obsolete information from fstab example
Karel Zak [Fri, 26 Jun 2009 07:42:11 +0000 (09:42 +0200)] 
docs: remove obsolete information from fstab example

Addresses-Debian-Bug: #507700
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agopo: fix typo in French translation
Olivier Blin [Fri, 26 Jun 2009 07:28:11 +0000 (09:28 +0200)] 
po: fix typo in French translation

Addresses-Mandriva-Bug: #42783
Signed-off-by: Olivier Blin <blino@mandriva.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agodocs: refresh TODO list
Karel Zak [Fri, 26 Jun 2009 07:23:23 +0000 (09:23 +0200)] 
docs: refresh TODO list

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: do recursiveRemove after our root is moved to avoid races.
Peter Jones [Fri, 19 Jun 2009 19:44:32 +0000 (15:44 -0400)] 
switch_root: do recursiveRemove after our root is moved to avoid races.

This way there's no race between unlinking the /newroot directory and
the MS_MOVE/chroot() to get away from it.

Signed-off-by: Peter Jones <pjones@redhat.com>
15 years agoswitch_root: fork before cleaning up the filesystem.
Peter Jones [Fri, 19 Jun 2009 19:21:59 +0000 (15:21 -0400)] 
switch_root: fork before cleaning up the filesystem.

Fork before cleaning up the old filesystem, so it becomes asyncronous,
which results in a faster boot time.

Signed-off-by: Peter Jones <pjones@redhat.com>
15 years agoswitch_root: use file descriptor instead of path for recursiveRemove()
Peter Jones [Fri, 19 Jun 2009 19:21:58 +0000 (15:21 -0400)] 
switch_root: use file descriptor instead of path for recursiveRemove()

This makes recursiveRemove() use fdopendir() instead of taking a path,
so we're always sure about which namespace we're starting from.

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: add man page
Karel Zak [Tue, 9 Jun 2009 19:11:53 +0000 (21:11 +0200)] 
switch_root: add man page

Acked-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: use snprintf() rather tan str{cpy,cat}()
Karel Zak [Tue, 9 Jun 2009 14:35:07 +0000 (16:35 +0200)] 
switch_root: use snprintf() rather tan str{cpy,cat}()

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: clean up argv[] usage, add -h and -V
Karel Zak [Tue, 9 Jun 2009 14:16:46 +0000 (16:16 +0200)] 
switch_root: clean up argv[] usage, add -h and -V

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: use err.h, clean up return codes
Karel Zak [Tue, 9 Jun 2009 13:54:00 +0000 (15:54 +0200)] 
switch_root: use err.h, clean up return codes

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: check for openat() and linux for switch_root
Karel Zak [Tue, 9 Jun 2009 13:21:39 +0000 (15:21 +0200)] 
build-sys: check for openat() and linux for switch_root

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: rewrite to use fstatat() and unlinkat()
Karel Zak [Tue, 9 Jun 2009 11:24:11 +0000 (13:24 +0200)] 
switch_root: rewrite to use fstatat() and unlinkat()

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: fix coding style
Karel Zak [Tue, 9 Jun 2009 08:37:45 +0000 (10:37 +0200)] 
switch_root: fix coding style

Signed-off-by: Peter Jones <pjones@redhat.com>
Acked-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: add --disable-switch_root
Karel Zak [Tue, 9 Jun 2009 08:15:28 +0000 (10:15 +0200)] 
build-sys: add --disable-switch_root

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoswitch_root: new command
Karel Zak [Tue, 9 Jun 2009 07:58:46 +0000 (09:58 +0200)] 
switch_root: new command

Copied from Dracut project:
git://dracut.git.sourceforge.net/gitroot/dracut

switch_root history in dracut.git repository:

$ git shortlog switch_root.c
Harald Hoyer (5):
      replace switch_root shell script with binary
      add \n to switch_root
      use switch_root code from http://pjones.fedorapeople.org/mkstart/usr/lib/mkstart/switchroot.c
      mount move instead of umount and fix the search for fallback inits
      setsid() and set controlling terminal for real /sbin/init

Victor Lowther (2):
      Simplify switch_root.c a bit
      Remove all files on the initramfs before switching root

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: don't require udev symlinks verification for non-root users
Karel Zak [Tue, 16 Jun 2009 22:30:51 +0000 (00:30 +0200)] 
libblkid: don't require udev symlinks verification for non-root users

There is noway how to verify LABEL/UUID for non-root users, we have to
follow udev symlinks or use cached information from blkid.tab. Use
unverified symlinks is faster.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: move MS_{PROPAGATION,BIND,MOVE} detection
Karel Zak [Wed, 10 Jun 2009 07:37:43 +0000 (09:37 +0200)] 
mount: move MS_{PROPAGATION,BIND,MOVE} detection

The previous commit does not properly fix the problem with "none"
fstype and MS_{PROPAGATION,BIND,MOVE} flags. The real fstype has to
be replaced with "none" before we try to use /sbin/mount.<type>
helper.

Old version:

# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw

# ./mount -v -v -v --make-private /mnt/test
mount: fstab path: "/etc/fstab"
mount: mtab path:  "/etc/mtab"
mount: lock path:  "/etc/mtab~"
mount: temp path:  "/etc/mtab.tmp"
mount: UID:        0
mount: eUID:       0
mount: spec:  "tmpfs"
mount: node:  "/mnt/test"
mount: types: "tmpfs"
mount: opts:  "rw"
mount: external mount: argv[0] = "/sbin/mount.tmpfs"
mount: external mount: argv[1] = "tmpfs"
mount: external mount: argv[2] = "/mnt/test"
mount: external mount: argv[3] = "-v"
mount: external mount: argv[4] = "-o"
mount: external mount: argv[5] = "rw"
tmpfs on /mnt/test type tmpfs (rw)

# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw
17 16 0:20 / /mnt/test rw,relatime - tmpfs tmpfs rw

Fixed version:

# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw

# ./mount -v -v -v --make-private /mnt/test
mount: fstab path: "/etc/fstab"
mount: mtab path:  "/etc/mtab"
mount: lock path:  "/etc/mtab~"
mount: temp path:  "/etc/mtab.tmp"
mount: UID:        0
mount: eUID:       0
mount: spec:  "tmpfs"
mount: node:  "/mnt/test"
mount: types: "tmpfs"
mount: opts:  "rw"
mount: mount(2) syscall: source: "tmpfs", target: "/mnt/test",
filesystemtype: "none", mountflags: 262144, data: (null)

# grep test /proc/self/mountinfo
16 18 0:19 / /mnt/test rw,relatime - tmpfs tmpfs rw

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: use "none" fstype for MS_PROPAGATION mounts
Karel Zak [Tue, 9 Jun 2009 22:00:09 +0000 (00:00 +0200)] 
mount: use "none" fstype for MS_PROPAGATION mounts

Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agopo: refresh POTFILES.in
Karel Zak [Tue, 9 Jun 2009 07:56:09 +0000 (09:56 +0200)] 
po: refresh POTFILES.in

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: add ext4 to the list of filesystems in mount.8
Karel Zak [Mon, 1 Jun 2009 19:48:26 +0000 (21:48 +0200)] 
mount: add ext4 to the list of filesystems in mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: add ext4 to mount.8
Karel Zak [Mon, 1 Jun 2009 10:36:23 +0000 (12:36 +0200)] 
mount: add ext4 to mount.8

Based on Documentation/filesystems/ext4.txt

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: cleanup notes about -l option in mount.8
Karel Zak [Mon, 1 Jun 2009 09:32:44 +0000 (11:32 +0200)] 
mount: cleanup notes about -l option in mount.8

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolosetup: add --set-capacity
Karel Zak [Fri, 29 May 2009 19:46:00 +0000 (21:46 +0200)] 
losetup: add --set-capacity

The LOOP_SET_CAPACITY allows to resize loop device size.

Example:

 # blockdev --getsize64 /dev/loop0
 10485760

 # dd if=/dev/zero of=/home/images/aaa.img count=10 bs=1M oflag=append conv=notrunc

 # blockdev --getsize64 /dev/loop0
 10485760

 # ./losetup --set-capacity /dev/loop0

 # blockdev --getsize64 /dev/loop0
 20971520

CC: J. R. Okajima <hooanon05@yahoo.co.jp>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: use TAG parsing function from libblkid
Karel Zak [Fri, 29 May 2009 11:20:47 +0000 (13:20 +0200)] 
mount: use TAG parsing function from libblkid

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoionice: Allow setting the none class
Jakob Unterwurzacher [Sat, 17 Jan 2009 01:38:32 +0000 (02:38 +0100)] 
ionice: Allow setting the none class

Allow users to set the "none" class on processes. Using the
none class has the distict advantage that the io priority
is inherited from the cpu nice level. Update the man page
to reflect the change.

Signed-off-by: Jakob Unterwurzacher <jakobunt@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoblkid: add device-mapper snapshot cow device probe
Milan Broz [Thu, 7 May 2009 17:00:44 +0000 (19:00 +0200)] 
blkid: add device-mapper snapshot cow device probe

The copy-on-write area of device-mapper snapshot has
SnAp identifier, disk header is written directly by kernel.

[kzak@redhat.com: - rename from "snap_cow" to "DM_snapshot_cow"]

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agoblkid: fix LVM1 probe
Milan Broz [Thu, 7 May 2009 17:00:43 +0000 (19:00 +0200)] 
blkid: fix LVM1 probe

Fix LVM1 probe and UUID parse.

Signed-off-by: Milan Broz <mbroz@redhat.com>
15 years agohwclock: fix mismatched popen/fclose.
John Keeping [Mon, 25 May 2009 11:24:46 +0000 (12:24 +0100)] 
hwclock: fix mismatched popen/fclose.

date_child_fp is opened by popen, so should be closed with pclose.

Signed-off-by: John Keeping <john.keeping@lineone.net>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
15 years agodocs: add missing commands/projects to AUTHORS file
Karel Zak [Wed, 27 May 2009 20:20:11 +0000 (22:20 +0200)] 
docs: add missing commands/projects to AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: fix script that creates lscpu dumps
Karel Zak [Wed, 27 May 2009 14:27:50 +0000 (16:27 +0200)] 
tests: fix script that creates lscpu dumps

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: move lscpu /proc and /sys dumps to tarballs
Karel Zak [Wed, 27 May 2009 14:06:04 +0000 (16:06 +0200)] 
tests: move lscpu /proc and /sys dumps to tarballs

It's easy to maintain few tarballs that tons of files.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: remove broken Xen dumps for lscpu
Karel Zak [Wed, 27 May 2009 13:47:49 +0000 (15:47 +0200)] 
tests: remove broken Xen dumps for lscpu

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: don't run some mount tests for non-root users
Karel Zak [Wed, 27 May 2009 13:20:01 +0000 (15:20 +0200)] 
tests: don't run some mount tests for non-root users

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: fix reiserfs test
Karel Zak [Wed, 27 May 2009 13:05:02 +0000 (15:05 +0200)] 
tests: fix reiserfs test

For more details see 5b3f8e4f961298a9ca296f8362a717c1a4dd2ee0.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: add mdraid libblkid test
Karel Zak [Wed, 27 May 2009 13:03:22 +0000 (15:03 +0200)] 
tests: add mdraid libblkid test

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: fix reiserfs name
Karel Zak [Mon, 25 May 2009 08:36:08 +0000 (10:36 +0200)] 
libblkid: fix reiserfs name

Reported-by: Jonas Karlsson <cj.karlsson@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agotests: fix 'delete extended partition' checksum
Karel Zak [Fri, 22 May 2009 12:56:42 +0000 (14:56 +0200)] 
tests: fix 'delete extended partition' checksum

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: add --disable-uuidd
Karel Zak [Fri, 22 May 2009 07:58:23 +0000 (09:58 +0200)] 
build-sys: add --disable-uuidd

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agouuidd: new command (UUID daemon from e2fsprogs)
Karel Zak [Fri, 22 May 2009 07:08:43 +0000 (09:08 +0200)] 
uuidd: new command (UUID daemon from e2fsprogs)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: add .gitignore
Karel Zak [Thu, 21 May 2009 14:04:46 +0000 (16:04 +0200)] 
libuuid: add .gitignore

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agouuidgen: new command (from e2fsprogs)
Karel Zak [Thu, 21 May 2009 14:02:42 +0000 (16:02 +0200)] 
uuidgen: new command (from e2fsprogs)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: add --disable-tls
Karel Zak [Thu, 21 May 2009 13:52:24 +0000 (15:52 +0200)] 
build-sys: add --disable-tls

 * add AX_TLS autoconf macro

 * add --disabletls option

 * cleanup gen_uuid.c code to remove gcc warnings when compiled
   without TLS macro.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: enable fsck by default
Karel Zak [Tue, 19 May 2009 12:17:18 +0000 (14:17 +0200)] 
build-sys: enable fsck by default

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: add --disable-libblkid, remove volume_id support
Karel Zak [Tue, 19 May 2009 12:08:54 +0000 (14:08 +0200)] 
build-sys: add --disable-libblkid, remove volume_id support

Supported scenarios:

  * internal libblkid (--enable-libblkid, default)

  * external libblkid (--disable-libblkid)
     - systems without pkg-config
     - systems with pkg-config

  * systems without libblkid at all
    (requires --disable-mount and --disable-fsck)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: (and fsck) remove libvolume_id support
Karel Zak [Tue, 19 May 2009 11:52:43 +0000 (13:52 +0200)] 
mount: (and fsck) remove libvolume_id support

The libvolume_id is deprecated in favor of libblkid. The libblkid from
u-l-ng provides the same functionality as libvolume_id.

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: cleanup libuuid stuff
Karel Zak [Mon, 18 May 2009 14:01:27 +0000 (16:01 +0200)] 
build-sys: cleanup libuuid stuff

Supported scenarios:

 * internal libuuid (--enable-libuuid, default)

 * external libuuid (--disable-libuuid)
   - systems without pkg-config
   - systems with pkg-config

 * systems without libuuid at all (the library is optional for u-l-ng)

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: fix headers in mkswap and libblkid
Karel Zak [Mon, 18 May 2009 13:59:55 +0000 (15:59 +0200)] 
build-sys: fix headers in mkswap and libblkid

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agobuild-sys: add UTIL_{SET,RESTORE}_FLAGS
Karel Zak [Mon, 18 May 2009 07:35:32 +0000 (09:35 +0200)] 
build-sys: add UTIL_{SET,RESTORE}_FLAGS

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibblkid: update man page
Karel Zak [Sat, 16 May 2009 00:25:37 +0000 (02:25 +0200)] 
libblkid: update man page

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: add info about u-l-ng to man pages
Karel Zak [Fri, 15 May 2009 23:50:04 +0000 (01:50 +0200)] 
libuuid: add info about u-l-ng to man pages

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: add --disable-libuuid and LIBUUID_VERSION
Karel Zak [Fri, 15 May 2009 23:26:35 +0000 (01:26 +0200)] 
libuuid: add --disable-libuuid and LIBUUID_VERSION

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agolibuuid: import UUID library from e2fsprogs
Karel Zak [Fri, 15 May 2009 23:01:36 +0000 (01:01 +0200)] 
libuuid: import UUID library from e2fsprogs

Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agomount: fix undefined reference to `security_get_initial_context'
Karel Zak [Thu, 21 May 2009 11:20:10 +0000 (13:20 +0200)] 
mount: fix undefined reference to `security_get_initial_context'

> Gentoo-hardened stable have: sys-libs/libselinux-1.34.14
> I have:
> mount.c:(.text+0x12ce): undefined reference to `security_get_initial_context'

Reported-by: Максим Бритов <maxim.britov@gmail.com>
Addresses-Gentoo-Bug: #270168
Signed-off-by: Karel Zak <kzak@redhat.com>
15 years agofdisk: add simple test for doslabel stuff
Zdenek Behan [Tue, 19 May 2009 14:19:32 +0000 (16:19 +0200)] 
fdisk: add simple test for doslabel stuff

Initial tests/fdisk patch to test most of the doslabel-related stuff.
Coverage of dos-related functions is about 60%, does not test the
verify/fix-PT code.

[kzak@redhat.com: - fix test design to match to
                    output/expect/diff idea]

Signed-off-by: Zdenek Behan <rain@matfyz.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>