]>
git.ipfire.org Git - thirdparty/util-linux.git/log
Karel Zak [Wed, 5 Oct 2011 21:07:45 +0000 (23:07 +0200)]
login: use TTYGROUP from login.defs
Note that Suse login(1) does not use any default for TTYGROUP, it
means that TTYGROUP has to be explicitly defined otherwise user\'s
primary group is used.
The util-linux login(1) uses 'tty' group name as a default value.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 11:56:09 +0000 (13:56 +0200)]
login: use TTYPERM from login.defs
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 11:41:40 +0000 (13:41 +0200)]
login: use FAIL_DELAY from login.defs
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 11:38:15 +0000 (13:38 +0200)]
login: use LOGIN_TIMEOUT from login.defs
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 11:30:52 +0000 (13:30 +0200)]
login: rewrite motd(), use MOTD_FILE from login.defs
Note that Suse login(1) does not use any default for MOTD_FILE, so
MOTD_FILE item in login.defs is required otherwise nothing is printed.
We use (for backward compatibility) /etc/motd as default.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 11:16:30 +0000 (13:16 +0200)]
login: remove obsolete info from man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 10:15:50 +0000 (12:15 +0200)]
tests: remove obsolete checktty test
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Wed, 5 Oct 2011 10:10:26 +0000 (12:10 +0200)]
login: add login.defs code and tests
The new logindefs.c file contains /etc/login.defs parser and functions
for searching in the list of the login default variables. The patch
also contains a new regression test for the code.
Based on pam_login-4.0 from Suse.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 4 Oct 2011 21:45:45 +0000 (23:45 +0200)]
tests: cleanup islocal test
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:45:36 +0000 (17:45 +0200)]
login: host{name,address} initialization refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:28:57 +0000 (17:28 +0200)]
login: remove unnecessary variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:23:43 +0000 (17:23 +0200)]
login: move signal stuff to the one place
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:21:04 +0000 (17:21 +0200)]
login: log good logins refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:06:08 +0000 (17:06 +0200)]
login: use xalloc.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 15:04:05 +0000 (17:04 +0200)]
login: env initialization refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 3 Oct 2011 14:41:10 +0000 (16:41 +0200)]
login: fork & session initialization refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 10:51:55 +0000 (12:51 +0200)]
login: remove pam_handle_t from main()
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 10:45:48 +0000 (12:45 +0200)]
login: PAM session initialization refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 10:40:58 +0000 (12:40 +0200)]
login: PAM account checks refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 10:32:24 +0000 (12:32 +0200)]
login: PAM auth refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 10:04:18 +0000 (12:04 +0200)]
login: PAM initialization refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 13 Sep 2011 09:37:32 +0000 (11:37 +0200)]
login: remove unused code and tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 29 Aug 2011 08:30:42 +0000 (10:30 +0200)]
login: improve hushed mode (merge suse changes)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Aug 2011 12:41:03 +0000 (14:41 +0200)]
login: use setgroups(0, NULL) for root
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Aug 2011 11:25:13 +0000 (13:25 +0200)]
login: tty chown.chmod refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Aug 2011 10:56:07 +0000 (12:56 +0200)]
login: use getpwnam_r() rather than manually copy passwd struct
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 26 Aug 2011 10:15:09 +0000 (12:15 +0200)]
login: utmp code refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 16:05:33 +0000 (18:05 +0200)]
login: lastlog code refactoring
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 15:54:59 +0000 (17:54 +0200)]
login: use login_context struct in audit stuff
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 15:49:00 +0000 (17:49 +0200)]
login: add username to login_context struct
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 15:41:00 +0000 (17:41 +0200)]
login: add pid to login_context struct
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 15:38:16 +0000 (17:38 +0200)]
login: add hostname to login_context struct
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 14:13:36 +0000 (16:13 +0200)]
login: add struct login_context, consolidate tty code
- move all tty_* variables to struct login_context
- move all tty initialization code to init_tty()
- LOG_ERR on failed tty ch{mod,own}
[based on SUSE pam_login - note that we don't write any this error to stderr]
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 10:38:47 +0000 (12:38 +0200)]
login: indent -linux
Yeah, this patch is horrible, but necessary before a real changes to
the code...
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 10:27:40 +0000 (12:27 +0200)]
login: remove obsolete code, clean up macros names
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 10:09:38 +0000 (12:09 +0200)]
login: cleanup begin of the login.c file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 10:07:12 +0000 (12:07 +0200)]
lib: cleanup setproctitle.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 25 Aug 2011 09:48:06 +0000 (11:48 +0200)]
login: remove PAM_FAIL_CHECK and PAM_END macros
* use function rather than horrible macros
* rename get_pam_username -> loginpam_get_username
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 15 Aug 2011 10:45:20 +0000 (12:45 +0200)]
build-sys: require PAM for login-utils
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 12 Aug 2011 12:07:18 +0000 (14:07 +0200)]
login: remove non-PAM code
If you need non-PAM login(1) then use shadow-utils or busybox.
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 12 Aug 2011 10:30:17 +0000 (12:30 +0200)]
login: move _PATH_BTMP to pathnames.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 12 Aug 2011 10:28:28 +0000 (12:28 +0200)]
login: remove dead code and comments
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 12 Aug 2011 09:18:03 +0000 (11:18 +0200)]
login: remove kerberos specific code
The code has not been used ever. If you want to use kerberos then us
PAM...
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 5 Aug 2011 11:47:22 +0000 (13:47 +0200)]
agetty: pass hostname to login(1)
Signed-off-by: Karel Zak <kzak@redhat.com>
Davidlohr Bueso [Wed, 19 Oct 2011 20:02:35 +0000 (16:02 -0400)]
prlimit: new command
This program uses the prlimit() system call to get and/or set resource limits
for a given process.
[kzak@redhat,com: - improve <soft:hard> parsing,
- use short cmdline options compatible with ulimits
- add --verbose mode
- fix gcc warnings]
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 20 Oct 2011 22:12:47 +0000 (00:12 +0200)]
blkid: print ID_PART_ENTRY_* for small devices
The current optimization for small devices (1.4MiB) is broken. It
checks for partition table, but if nothing is detected then details
(ID_PART_ENTRY_*) about the current partition are not gathered.
The optimization should be enabled for small *whole* disks only.
Reported-by: David Zeuthen <davidz@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Harald Hoyer [Thu, 20 Oct 2011 08:05:20 +0000 (10:05 +0200)]
switch_root: handle /run and do not mount over existing mounts
Handle /run just like /dev, /sys and /proc
Do not mount move, if there is already something mounted on the
destination folder.
Signed-off-by: Harald Hoyer <harald@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 17 Oct 2011 16:58:03 +0000 (18:58 +0200)]
mount: remounting tmpfs read-write hangs (selinux)
Reported-by: Petr Pisar <ppisar@redhat.com>
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=746705
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Mon, 17 Oct 2011 11:27:21 +0000 (13:27 +0200)]
libmount: unable to umount nfs shares using the force option
Reported-by: Federico Simoncelli <fsimonce@redhat.com>
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=745746
Signed-off-by: Karel Zak <kzak@redhat.com>
Davidlohr Bueso [Fri, 14 Oct 2011 20:32:15 +0000 (16:32 -0400)]
lib,strutils: add default value to parse_range()
This function currently sets the low or high values to 0 when the string doesn't
contain a value, like '123:' or ':123'. In order to make it more flexible, we allow it
to be passed an arbitrary value.
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Petr Uzel [Thu, 13 Oct 2011 13:10:45 +0000 (15:10 +0200)]
fstrim: fix section number in referral to manpage
Reported-by: Roeland Jansen <roeland@linux-it.nl>
Addresses: https://bugzilla.novell.com/show_bug.cgi?id=723877
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Petr Uzel [Thu, 13 Oct 2011 12:40:31 +0000 (14:40 +0200)]
rtcwake: fix crash (invalid free)
~ $ rtcwake -d X -s 10
*** glibc detected *** rtcwake: munmap_chunk(): invalid pointer: 0x00007fff839253c3 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x733b6)[0x7f582677a3b6]
rtcwake[0x4022d5]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7f5826725bfd]
rtcwake[0x4016b9]
======= Memory map: ========
<SNIP>
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Karel Zak [Wed, 12 Oct 2011 08:15:58 +0000 (10:15 +0200)]
fdisk: don't shorten long path to disk device
Reported-by: Petr Uzel <petr.uzel@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
Davidlohr Bueso [Wed, 12 Oct 2011 03:18:12 +0000 (23:18 -0400)]
lib,strutils: share parse_range()
This function is currently only being used by partx(8), but it's handy and
generic enough that we can use it elsewhere as well.
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Dave Reisner [Tue, 11 Oct 2011 18:27:47 +0000 (14:27 -0400)]
include/loopdev.h: add missing function prototype
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Karel Zak [Tue, 11 Oct 2011 14:41:34 +0000 (16:41 +0200)]
docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 11 Oct 2011 10:23:23 +0000 (12:23 +0200)]
lscpu: add columns description to help, fix header for parsable output
Signed-off-by: Karel Zak <kzak@redhat.com>
Heiko Carstens [Mon, 10 Oct 2011 08:59:44 +0000 (10:59 +0200)]
lscpu: man page update
Rather large man page update which adds more information.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Heiko Carstens [Mon, 10 Oct 2011 08:59:43 +0000 (10:59 +0200)]
chcpu: man page update
Move chcpu man page to section 8 (admin commands) where it belongs.
Also update the contents of the man page.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Heiko Carstens [Mon, 10 Oct 2011 08:59:42 +0000 (10:59 +0200)]
lscpu: add s390 kvm test case
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Heiko Carstens [Mon, 10 Oct 2011 08:59:40 +0000 (10:59 +0200)]
lscpu: fix typo in help text
Add missing 'n' in help text for extended output line.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Heiko Carstens [Mon, 10 Oct 2011 08:59:39 +0000 (10:59 +0200)]
lscpu: switch Yes/No output to lower case
Some people complained about the first letter of Yes/No as seen in the
online and configured column in the human readabe output being a capital
letter instead of the expected lower case letter.
So let's try to make everbody happy and convert them to lower case.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Karel Zak [Tue, 11 Oct 2011 09:26:31 +0000 (11:26 +0200)]
mountpoint: support symbolic and relative paths
Reported-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 11 Oct 2011 09:14:31 +0000 (11:14 +0200)]
Revert "mountpoint: refactor exit path"
This change is unnecessary, we can use libmount stuff for everything.
This reverts commit
b16b56ec55507b6b83e0d35e3cefeb16367f3363 .
Dave Reisner [Mon, 10 Oct 2011 23:14:15 +0000 (19:14 -0400)]
mountpoint: refactor exit path
There's only one condition for which we declare success, but many for
failure. Initialize rc as failure and set to success on this single
condition. In all cases, jump to a label to exit instead of exiting
immediately. This will be used later on to ease cleanup of any heap
allocations.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Tue, 11 Oct 2011 08:47:44 +0000 (10:47 +0200)]
mountpoint: fallback on stat when /proc isn't mounted
Reported-by: <dreisner@archlinux.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Dave Reisner [Sun, 9 Oct 2011 03:31:50 +0000 (23:31 -0400)]
mountpoint: return dev_t from dir_to_device
The string returned from this function was never of much use other than
to stat the path when the user requested a major:minor pair beyond the
true/false exit. Save some processing and directly returning the dev_t
on success, and an impossible value on failure.
[kzak@redhat.com: - use 0 as dir_to_device() return value on failure]
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Sami Kerola [Wed, 5 Oct 2011 13:37:48 +0000 (15:37 +0200)]
lsblk: inform about depencency to /sys/dev/block
The lsblk depends on /sys/dev/block/ symlinks, which appeared in
kernel 2.6.27. Users with old, or non-sysfs configured, kernel
got ealier message
lsblk: md0: failed to initialize sysfs handler
lsblk: xvda: failed to initialize sysfs handler
[...]
that I found a little too difficult to understand. This patch will
change the message to
lsblk: failed to access sysfs directory: /sys/dev/block: No such file or directory
and informs in manual page what could be reason to that.
[kzak@redhat.com: - use access() rather than opendir()]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Sat, 1 Oct 2011 13:33:53 +0000 (15:33 +0200)]
build-sys: check scanf %ms modifier
Without the check libmount builds on systems that has older than 2.7
glibc are silently unsuccessful. The missing %ms modifier will, at
least, result on such system missing output of findmnt and lsblk
commands. If either %ms or %as modifiers are present the libmount
build is disabled.
Based on patch from: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
Sami Kerola [Sat, 1 Oct 2011 11:58:51 +0000 (13:58 +0200)]
build-sys: rename BUILD_BUG_ON_ZERO definition
Definition name is changed to UL_BUILD_BUG_ON_ZERO to avoid collision
with a system header.
../include/c.h:72:1: warning: "BUILD_BUG_ON_ZERO" redefined
In file included from /usr/include/sys/sysinfo.h:25,
from dmesg.c:16:
/usr/include/linux/kernel.h:34:1: warning: this is the location of the previous definition
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 1 Oct 2011 11:18:17 +0000 (13:18 +0200)]
build-sys: enhance error message for missing libtoolize
The commit will will use `You must have libtool version...' message
when libtoolize is missing. Earlier the error message less helpful.
./autogen.sh: line 59: test: =: unary operator expected
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Karel Zak [Mon, 10 Oct 2011 11:27:40 +0000 (13:27 +0200)]
Merge branch 'manuals' of https://github.com/kerolasa/lelux-utiliteetit
* 'manuals' of https://github.com/kerolasa/lelux-utiliteetit:
docs: align hexdump.1 with howto-man-page.txt
docs: align ul.1 with howto-man-page.txt
docs: align rev.1 with howto-man-page.txt
docs: align more.1 with howto-man-page.txt
docs: align colrm.1 with howto-man-page.txt
docs: align colcrt.1 with howto-man-page.txt
docs: align col.1 with howto-man-page.txt
docs: align wall.1 with howto-man-page.txt
docs: align scriptreplay.1 with howto-man-page.txt
docs: align script.1 with howto-man-page.txt
docs: align renice.1 with howto-man-page.txt
docs: align logger.1 with howto-man-page.txt
docs: align vipw.8 with howto-man-page.txt
docs: fix return value table in fsck.8
docs: chcpu and readprofile are sysadmin utils
Sami Kerola [Sun, 18 Sep 2011 12:26:07 +0000 (14:26 +0200)]
docs: align hexdump.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 11:24:10 +0000 (13:24 +0200)]
docs: align ul.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 11:10:27 +0000 (13:10 +0200)]
docs: align rev.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 11:06:44 +0000 (13:06 +0200)]
docs: align more.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 10:20:54 +0000 (12:20 +0200)]
docs: align colrm.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 10:09:10 +0000 (12:09 +0200)]
docs: align colcrt.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sun, 18 Sep 2011 09:49:08 +0000 (11:49 +0200)]
docs: align col.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 21:55:37 +0000 (23:55 +0200)]
docs: align wall.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 21:44:33 +0000 (23:44 +0200)]
docs: align scriptreplay.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 21:12:17 +0000 (23:12 +0200)]
docs: align script.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 20:48:04 +0000 (22:48 +0200)]
docs: align renice.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 20:09:37 +0000 (22:09 +0200)]
docs: align logger.1 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 19:28:12 +0000 (21:28 +0200)]
docs: align vipw.8 with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Sami Kerola [Sat, 17 Sep 2011 19:11:51 +0000 (21:11 +0200)]
docs: fix return value table in fsck.8
Commint also has few alignments with howto-man-page.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Petr Uzel [Fri, 30 Sep 2011 10:05:26 +0000 (12:05 +0200)]
losetup: new -D option to delete all used loop devices
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
Petr Uzel [Fri, 30 Sep 2011 10:05:25 +0000 (12:05 +0200)]
losetup: print verbose messages if requested
verbose can't be > 1
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Karel Zak [Mon, 3 Oct 2011 13:40:15 +0000 (15:40 +0200)]
Merge branch 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit
* 'sys-utils-again' of https://github.com/kerolasa/lelux-utiliteetit:
cytune: fix printf type warning
docs: mention long options in cytune.8
cytune: coding style fixes
cytune: refactor main(), new function query_tty_stats()
cytune: use libc error printing facilities
cytune: check numeric user inputs
cytune: add long options and usage()
docs: restructure flock.1 manual page
flock: simplify strtotimeval()
lib: [strutils] add strtod_or_err() function
flock: use strutils.h to check numeric user input
flock: use sysexit.h for all exit values
flock: use function attributes
flock: align with howto-usage-function.txt
flock: use libc error printing facilities
flock: move long_options struct to function scope
flock: fix coding style
docs: align fallocate.1 with howto-man-page.txt
Ilias Mamedov [Mon, 3 Oct 2011 12:22:42 +0000 (14:22 +0200)]
lsblk: add udev support
[kzak@redhat.com: - enable udev support by default
- don't check for libudev.h
- minor udev code refactoring in lsblk.c]
Signed-off-by: Ilias Mamedov <arknir@yandex.ru>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 30 Sep 2011 10:40:44 +0000 (12:40 +0200)]
docs: add prlimit to the TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 30 Sep 2011 09:26:07 +0000 (11:26 +0200)]
umount: add warning
It's better to inform users about reason why their request does not
makes sense :-)
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 30 Sep 2011 09:09:38 +0000 (11:09 +0200)]
umount: use new lib/loopdev.c code
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Fri, 30 Sep 2011 09:05:37 +0000 (11:05 +0200)]
mount: fix loopdev deinitialization
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 29 Sep 2011 23:38:38 +0000 (01:38 +0200)]
libmount: support -o loop=<devname>
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 29 Sep 2011 23:28:02 +0000 (01:28 +0200)]
mount: use new lib/loopdev.c code
Signed-off-by: Karel Zak <kzak@redhat.com>
Dave Reisner [Thu, 29 Sep 2011 18:56:42 +0000 (14:56 -0400)]
include,xalloc: fix whitespace to be consistent
We use spaces for the rest of this file, so the random tabs within
xstrdup stand out.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Dave Reisner [Thu, 29 Sep 2011 18:56:41 +0000 (14:56 -0400)]
include,xalloc: check for NULL before calling strdup
This fixes a segfault in mount (and possibly elsewhere) when invoked
without a -t parameter.
Broken in
7ef9fd7 when the common xalloc.h libs were introduced.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Karel Zak [Thu, 29 Sep 2011 22:22:22 +0000 (00:22 +0200)]
tests: add missing file
Signed-off-by: Karel Zak <kzak@redhat.com>
Karel Zak [Thu, 29 Sep 2011 21:29:46 +0000 (23:29 +0200)]
libmount: use loopdev debug facility
Signed-off-by: Karel Zak <kzak@redhat.com>