- Oct 18, 2012
-
-
Karel Zak authored
The goal is to consolidate the very basic linux commands and minimize dependence on another packages (e.g. shadow-utils). It seems better to keep newgrp, vipw and vigr as non-deprecated for now. Maybe we will found a way how to improve the code. We will see... :-) Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Oct 17, 2012
-
-
Karel Zak authored
The current loopdev code prefers /sys to get information about loop devices. The old methods like scan /dev are fallback solution only. Unfortunately, the code does not check if /sys is mounted. Addresses: http://blog.flameeyes.eu/2012/10/sophistication-can-be-bad Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Oct 16, 2012
-
-
Ondrej Oprala authored
[kzak@redhat.com: - update man page - colorize critical messages too] Signed-off-by:
Karel Zak <kzak@redhat.com> Signed-off-by:
Ondrej Oprala <ooprala@redhat.com>
-
Ondrej Oprala authored
[kzak@redhat.com: - split from dmesg patch - add more colors] Signed-off-by:
Ondrej Oprala <ooprala@redhat.com> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Bill Pemberton authored
The -L and -U flags both have long options too (--label and --uuid). The usage() function will show them but the man page didn't list them. Signed-off-by:
Bill Pemberton <wfp5p@virginia.edu>
-
Bill Pemberton authored
The --no-canonicalize option can also be set using -c. The --help for mount shows this option but the man page did not. Add -c to the man page. Signed-off-by:
Bill Pemberton <wfp5p@virginia.edu>
-
Bill Pemberton authored
commit 83765871 added the --compare option to hwclock so it can be removed from the TODO. Signed-off-by:
Bill Pemberton <wfp5p@virginia.edu>
-
Bill Pemberton authored
The compare option for hwclock was not listed in the man page. This adds a simple decription of it. Signed-off-by:
Bill Pemberton <wfp5p@virginia.edu>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Oct 15, 2012
-
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Gilles Espinasse authored
Found only this one while trying as-root tests Signed-off-by:
Gilles Espinasse <g.esp@free.fr>
-
Gilles Espinasse authored
Skip basic limit test if bc is not available. That happen to be the case when building from sources, following LFS book Signed-off-by:
Gilles Espinasse <g.esp@free.fr>
-
Raul Gutierrez Segales authored
Signed-off-by:
Raul Gutierrez Segales <rgs@itevenworks.net>
-
Karel Zak authored
libblkid/src/superblocks/befs.c: In function 'get_uuid': libblkid/src/superblocks/befs.c:353:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
sys-utils/swapon.c:677:2: error: 'for' loop initial declarations are only allowed in C99 mode Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
The remaining memory leaks are related to ncurses internals, or the one open file descriptor when user users 'q' to exit. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
If there is void in argument list at function prototype it is reasonable to expect to see it also where the function is wrote. This change also removes unnecessary return value void casting. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Compiler warnings often mean something, fiddling with them is not good practise. Besides the 'proglem' removed macro tried to 'fix' does not even occur when compiling with modern gcc. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by:
Petr Uzel <petr.uzel@suse.cz> Signed-off-by:
Sami Kerola <kerolasa@iki.fi> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
Includes a fix also to one assignment warning (see below). text-utils/pg.c:1477:24: warning: assignment discards 'const' qualifier \ from pointer target type [enabled by default] [kzak@redhat.com: - use const char rather than xstrdup() for static /bin/sh string] Signed-off-by:
Sami Kerola <kerolasa@iki.fi> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Add function parse_arguments(), which has the same code block that was in over long, and too deeply intended, main(). Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Quote backslash which user is expected to see. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
The --output-separator option will allow user to define table column separator. This will allow for example to write back same delimeter as which was used as input separator, for example column -t -s : -o : /etc/passwd Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
Value -1 is valid argument for -p, even though it might not make much sense as the -1 is in use when priority is not specified at all. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Sami Kerola authored
Signed-off-by:
Sami Kerola <kerolasa@iki.fi> Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Sami Kerola authored
* Add spaces after dots (English spacing). * Remove use of inline emphasis where possible. * Use mail and url macros. Signed-off-by:
Sami Kerola <kerolasa@iki.fi>
-
Karel Zak authored
Address: https://bugzilla.redhat.com/show_bug.cgi?id=865961 Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
The options -l (lazy) and -f (force) means that the mountpoint may be unreadable (for example because NFS server is unreadable). So we should not try to be smart in this case and we should try to minimize number of situations when stat() or readlink() is used for the mountpoint. Signed-off-by:
Karel Zak <kzak@redhat.com>
-
- Oct 10, 2012
-
-
Karel Zak authored
- use only sed(1) - remove config.h from the result - remove samples/, tests/, util-linu-*/ ("make ditcheck" product) directories from the result Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Karel Zak authored
Signed-off-by:
Karel Zak <kzak@redhat.com>
-
Mike Frysinger authored
Compiles down to the same code. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
This is the same fix as was merged in gcc/binutils where this code appears to originate from. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-