]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
11 years agofallocate: introduce an option -c to support COLLAPSE_RANGE
Dongsu Park [Thu, 27 Feb 2014 10:35:07 +0000 (11:35 +0100)] 
fallocate: introduce an option -c to support COLLAPSE_RANGE

Introduce a new option -c (or --collapse-range) to support a new flag
FALLOC_FL_COLLAPSE_RANGE for fallocate(2). It will nullify a particular
range [offset, offset+len] by shifting extents beyond the range to the
beginning of the hole.

Cc: Lukas Czerner <lczerner@redhat.com>
Cc: Namjae Jeon <namjae.jeon@samsung.com>
Cc: Ashish Sangwan <a.sangwan@samsung.com>
Signed-off-by: Dongsu Park <dongsu.park@profitbricks.com>
11 years agolibsmartcols: fix buffer usage
Karel Zak [Fri, 18 Apr 2014 10:01:59 +0000 (12:01 +0200)] 
libsmartcols: fix buffer usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibblkid: make new_partition() more robust
Karel Zak [Fri, 18 Apr 2014 10:01:42 +0000 (12:01 +0200)] 
libblkid: make new_partition() more robust

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibfdisk: fix logical partition reorder command
Karel Zak [Fri, 18 Apr 2014 09:48:53 +0000 (11:48 +0200)] 
libfdisk: fix logical partition reorder command

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibfdisk: add generic function to check partitions order
Karel Zak [Wed, 16 Apr 2014 10:51:08 +0000 (12:51 +0200)] 
libfdisk: add generic function to check partitions order

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: don't colorize tree ascii art
Karel Zak [Tue, 15 Apr 2014 13:25:45 +0000 (15:25 +0200)] 
libsmartcols: don't colorize tree ascii art

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolib/mbalign: report also size in bytes
Karel Zak [Tue, 15 Apr 2014 13:25:18 +0000 (15:25 +0200)] 
lib/mbalign: report also size in bytes

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: don't mix width (in cells) and size (in bytes)
Karel Zak [Tue, 15 Apr 2014 12:23:34 +0000 (14:23 +0200)] 
libsmartcols: don't mix width (in cells) and size (in bytes)

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: resuse buffer for encoded data
Karel Zak [Tue, 15 Apr 2014 11:59:46 +0000 (13:59 +0200)] 
libsmartcols: resuse buffer for encoded data

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolib/mbsalign: split mbs_safe_encode()
Karel Zak [Tue, 15 Apr 2014 11:58:34 +0000 (13:58 +0200)] 
lib/mbsalign: split mbs_safe_encode()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibblkid: fix return codes from PART_ENTRY_* probing
Karel Zak [Tue, 15 Apr 2014 11:09:20 +0000 (13:09 +0200)] 
libblkid: fix return codes from PART_ENTRY_* probing

The partitions prober does two step:

1) probe the assigned device for partition table

2) probe whole-disk device for partition table if the assigned device is a
   partition (this generates PART_ENTRY_* results for blkid -p -o udev))

The step 2) is optional and the return code from this probing should
not override success (rc=0) from the step 1) -- except situations when
the step 2) ends with I/O error or when the step 1) found nothing, but
2) was successful.

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: fix padding
Karel Zak [Mon, 14 Apr 2014 14:59:44 +0000 (16:59 +0200)] 
libsmartcols: fix padding

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: use buffer struct in table_print.c
Karel Zak [Mon, 14 Apr 2014 14:41:20 +0000 (16:41 +0200)] 
libsmartcols: use buffer struct in table_print.c

 * consolidate code in table_print.c
 * make the code easy to extend
 * use return codes everywhere

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agodelpart: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:49 +0000 (09:48 +0200)] 
delpart: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agocfdisk: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:48 +0000 (09:48 +0200)] 
cfdisk: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agoaddpart: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:47 +0000 (09:48 +0200)] 
addpart: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agovipw: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:46 +0000 (09:48 +0200)] 
vipw: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agonologin: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:45 +0000 (09:48 +0200)] 
nologin: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agoutmpdump: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:44 +0000 (09:48 +0200)] 
utmpdump: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agosulogin: minor man page improvements
Ondrej Oprala [Tue, 8 Apr 2014 07:48:43 +0000 (09:48 +0200)] 
sulogin: minor man page improvements

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agosu: fix minor typos in the man page
Ondrej Oprala [Tue, 8 Apr 2014 07:48:42 +0000 (09:48 +0200)] 
su: fix minor typos in the man page

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agorunuser: fix minor typos in the man page
Ondrej Oprala [Tue, 8 Apr 2014 07:48:41 +0000 (09:48 +0200)] 
runuser: fix minor typos in the man page

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolast: fix minor typos in the man page
Ondrej Oprala [Tue, 8 Apr 2014 07:48:40 +0000 (09:48 +0200)] 
last: fix minor typos in the man page

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolibsmartcols: improve line and cell separators
Karel Zak [Mon, 14 Apr 2014 11:44:23 +0000 (13:44 +0200)] 
libsmartcols: improve line and cell separators

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoMerge branch 'scols' of git://github.com/ooprala/util-linux
Karel Zak [Mon, 14 Apr 2014 11:24:24 +0000 (13:24 +0200)] 
Merge branch 'scols' of git://github.com/ooprala/util-linux

11 years agolibsmartcols: add separator getters/setters
Ondrej Oprala [Wed, 9 Apr 2014 14:58:28 +0000 (16:58 +0200)] 
libsmartcols: add separator getters/setters

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agofstrim: add hint to man page
Karel Zak [Thu, 10 Apr 2014 07:58:36 +0000 (09:58 +0200)] 
fstrim: add hint to man page

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofstrim: daily -> weekly in systemd timer
Karel Zak [Thu, 10 Apr 2014 07:38:17 +0000 (09:38 +0200)] 
fstrim: daily -> weekly in systemd timer

 * add link to fstrimg man page
 * less aggressive frequency

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoRevert "build-sys: gettexts 0.18 -> 0.18.2 due to MKDIR_P"
Karel Zak [Wed, 9 Apr 2014 12:27:26 +0000 (14:27 +0200)] 
Revert "build-sys: gettexts 0.18 -> 0.18.2 due to MKDIR_P"

This reverts commit 0576dbd3ea114dc35b797ad7216f1ed5814e7c6b.

There is two possible ways:

 1/ autotools complains that gettext 0.18 uses deprecated macro
 2/ users complain that 0.18.2 is too new and they cannot rebuild

We care about users and project contributors, so let's live for the
next util-linux release with the old stupid gettext 0.18.

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agobuild-sys: consolidate systemd support
Karel Zak [Wed, 9 Apr 2014 10:23:30 +0000 (12:23 +0200)] 
build-sys: consolidate systemd support

 * systemd (since v209) uses only one library (when compiled
   without --enable-compat-libs)

 * all systemd build-sys stuff is merged into HAVE_SYSTEMD
  (automake) and HAVE_LIBSYSTEMD (C macro) now

 * all is controlled by --with-systemd, default is to automatically
   check for systemd libs

 * no more --enable-socket-activation and --enable-journald

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agobuild-sys: fix fstrim systemd stuff
Karel Zak [Tue, 8 Apr 2014 17:19:14 +0000 (19:19 +0200)] 
build-sys: fix fstrim systemd stuff

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: rewrite test code to tree(1)-like util
Karel Zak [Tue, 8 Apr 2014 10:13:02 +0000 (12:13 +0200)] 
libsmartcols: rewrite test code to tree(1)-like util

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibfdisk: (dos) make EBR parser more robust
Karel Zak [Tue, 8 Apr 2014 08:14:12 +0000 (10:14 +0200)] 
libfdisk: (dos) make EBR parser more robust

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: improve docs
Karel Zak [Mon, 7 Apr 2014 12:07:49 +0000 (14:07 +0200)] 
libsmartcols: improve docs

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: add debug and version functions
Karel Zak [Mon, 7 Apr 2014 11:43:50 +0000 (13:43 +0200)] 
libsmartcols: add debug and version functions

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibblkid: remove private function from docs
Karel Zak [Mon, 7 Apr 2014 11:27:24 +0000 (13:27 +0200)] 
libblkid: remove private function from docs

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agobuild-sys: fix .h.in usage in libblkid and libmount
Karel Zak [Mon, 7 Apr 2014 11:26:56 +0000 (13:26 +0200)] 
build-sys: fix .h.in usage in libblkid and libmount

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agosetarch: Fix ppc64le architectures
Anton Blanchard [Sun, 6 Apr 2014 23:18:13 +0000 (09:18 +1000)] 
setarch: Fix ppc64le architectures

setarch currently fails on ppc64le because it tries to
use big endian architecture names. Fix it.

Signed-off-by: Anton Blanchard <anton@samba.org>
11 years agoumount: fix typo in usage
Jonathan Liu [Fri, 4 Apr 2014 13:08:01 +0000 (00:08 +1100)] 
umount: fix typo in usage

Signed-off-by: Jonathan Liu <net147@gmail.com>
11 years agofstrim: add systemd units
Thomas Bächler [Thu, 3 Apr 2014 21:41:51 +0000 (23:41 +0200)] 
fstrim: add systemd units

This adds a timer and a service for systemd that runs
fstrim -a once a day.

The Persistent=true option used will only work on systemd 212
or newer.

11 years agologin: fix minor typos in the man page
Ondrej Oprala [Thu, 3 Apr 2014 16:08:21 +0000 (18:08 +0200)] 
login: fix minor typos in the man page

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agomkswap: Some minor typographical corrections to the manual
Bjarni Ingi Gislason [Thu, 3 Apr 2014 02:29:48 +0000 (02:29 +0000)] 
mkswap: Some minor typographical corrections to the manual

  -- changed to \(en (an en-dash) if it is a dash (pause, separation)

  - changed to \- if it indicates an option

  A full stop (.), that begins or ends a string, protected with \&

  Space between sentences corrected to two word spaces

  -- changed to \-\- if it indicates an option

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomkfs.minix: Some typographical changes in the manual
Bjarni Ingi Gislason [Thu, 3 Apr 2014 02:28:27 +0000 (02:28 +0000)] 
mkfs.minix: Some typographical changes in the manual

  - between numbers changed to \(en if it is a range

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomkfs.cramfs: Some typographical corrections to the manual
Bjarni Ingi Gislason [Thu, 3 Apr 2014 02:25:58 +0000 (02:25 +0000)] 
mkfs.cramfs: Some typographical corrections to the manual

  The unit "MB" is ambigous.  Use "MiB" if "M" does not mean 10^6.
Otherwise add "(M = 10^6)" after it.

  Changes:

  Unpaddable space (\ ) added between a number and an unit.  A nuber
and a unit are not one word.  Is "16MB" written "sixteenmegabytes"?

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomkfs.bfs: One typographical correction to the manual
Bjarni Ingi Gislason [Thu, 3 Apr 2014 02:23:04 +0000 (02:23 +0000)] 
mkfs.bfs: One typographical correction to the manual

  - between numbers changed to \(en  (an en-dash)

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomkfs: Some typographical changes to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:42:06 +0000 (23:42 +0000)] 
mkfs: Some typographical changes to the manual

  - changed to \- if it means an option

  A full stop (.), that begins or ends a string, protected with \&

  No line adjustment used for section "SEE ALSO" (.na/.ad)

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoisosize: A few typographical changes to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:37:26 +0000 (23:37 +0000)] 
isosize: A few typographical changes to the manual

  A full stop (.), that begins or ends a string, protected with \&

  A space between a number and an unit changed to an unpaddable space
"\ "

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofsck.minix: A few typographical corrections to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:35:29 +0000 (23:35 +0000)] 
fsck.minix: A few typographical corrections to the manual

  - between numbers changed to \(en if it means a range

  A full stop (.), that begins or ends a string, protected with \&

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofsck: Some typographical corrections to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:30:12 +0000 (23:30 +0000)] 
fsck: Some typographical corrections to the manual

  The word "kilobytes" is ambiguous.  Change it to "kibibytes" if kilo
does not mean 1000.  Otherwise add "(1000 B)" after it.

  A string, that begins or ends with a full stop (.), protected with \&

  - changed to \- if it shows an option

  -- change to \(en if it means a dash (pause, separation)

  Space between sentences is two word spaces in *roff.  Thus it is
better to begin each sentence on a new line when the file contains
formatting commands

  --- changed to \(en if it means a dash (pause, separation)

  Punctuation separated from a word with a space, if it is an argument
to a macro like "BR" (two font styles used alternately)

  Adjusting inhibited for the section "SEE ALSO" with ".na/.ad"

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofdformat: Some minor change to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:25:08 +0000 (23:25 +0000)] 
fdformat: Some minor change to the manual

  \- changed to - (code "hyphen-minus", rendered with the glyph hyphen
in troff) if it is a part of a compound name.  A minus is not used in
words.  People using UTF-8 and copy-and-pase can(?) (may?) use "info",
"man --ascii" or the command "man" should have an option to display the
- in names of options with the code (character name) "hyphen-minus"
(u002D) instead of "u2010" (code (character) name "hyphen")

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoblockdev: Some minor corrections to the manual
Bjarni Ingi Gislason [Wed, 2 Apr 2014 23:23:32 +0000 (23:23 +0000)] 
blockdev: Some minor corrections to the manual

Macro, that alternately changes the input between two font styles,
changed to the macro for one font style change, if there is only one
argument

 Text string, that begins or ends with a full stop (.) protected with \&

 -- changed to \-\- if it is an option

 - changed to \(en if it is a dash (pause, seperation)

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomount.8: Some typographical and prefix corrections to the manual
Bjarni Ingi Gislason [Tue, 1 Apr 2014 17:26:40 +0000 (17:26 +0000)] 
mount.8: Some typographical and prefix corrections to the manual

  I forgot to add the patch to the attachment.

  Additional changes to "Changes:"

  " \(em " changed to " \(en ", as the em-dash with a word space on each
side is to long (troff)

  ".na/.ad" is not used but .nf/.fi for a long command line and it is
split into two lines

  Word "illegal" is changed to "invalid"

  Word "hyphen-separated" is changed to '"hyphen-minus"-separated' as
the meaning is the code and not the glyph (on the command line) (beware
of UTF-8)

--
Bjarni I. Gislason

11 years agomount: apply "nofail" to MNT_ERR_NOSOURCE libmount error
Karel Zak [Mon, 7 Apr 2014 10:09:11 +0000 (12:09 +0200)] 
mount: apply "nofail" to MNT_ERR_NOSOURCE libmount error

 fstab:
     UUID=nonexist /mnt/nonexist1 ext4 nofail 0 1

 # mount -av
 mount: can't find UUID=nonexist

.. this is bug of course.

Reported-by: Patrick McLean <chutzpah@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoumount: more robust success message for --all
Karel Zak [Mon, 7 Apr 2014 09:59:30 +0000 (11:59 +0200)] 
umount: more robust success message for --all

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agomount: fix --all and nofail return code
Karel Zak [Mon, 7 Apr 2014 09:53:05 +0000 (11:53 +0200)] 
mount: fix --all and nofail return code

Now the "nofail" affects warnings warning messages only. That's wrong
and regression (against original non-libmount version). The nofail has
to control return code too.

Reported-by: Patrick McLean <chutzpah@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: fix bug in --all semantic
Karel Zak [Mon, 7 Apr 2014 09:29:09 +0000 (11:29 +0200)] 
kill: fix bug in --all semantic

Introduces by 2ab6683f59cd3371b1c3ac8b5c248d5104ed4d41.

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: make kill-by-name more obvious in man page
Karel Zak [Mon, 7 Apr 2014 09:22:12 +0000 (11:22 +0200)] 
kill: make kill-by-name more obvious in man page

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: add copyrights, etc.
Karel Zak [Mon, 7 Apr 2014 09:12:14 +0000 (11:12 +0200)] 
kill: add copyrights, etc.

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: return 64 on partial success
Karel Zak [Mon, 7 Apr 2014 09:07:00 +0000 (11:07 +0200)] 
kill: return 64 on partial success

Return 64 (aka SOME_OK) when more than process specified and the
operation success only for subset of the processes.

 # kill -s 0 firefox mutt xxx; echo $?
 kill: cannot find process "xxx"
 64

We already use this concept for chcpu(8) or mount(8).

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: tiny change in man page
Karel Zak [Mon, 7 Apr 2014 08:35:30 +0000 (10:35 +0200)] 
kill: tiny change in man page

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: coding style, simplify code
Karel Zak [Mon, 7 Apr 2014 08:17:23 +0000 (10:17 +0200)] 
kill: coding style, simplify code

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: rename printsig() to print_signal_name()
Karel Zak [Mon, 7 Apr 2014 08:10:43 +0000 (10:10 +0200)] 
kill: rename printsig() to print_signal_name()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agodocs: add pid alis to deprecated.txt
Karel Zak [Mon, 7 Apr 2014 08:05:14 +0000 (10:05 +0200)] 
docs: add pid alis to deprecated.txt

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: rename printsignals() to print_all_signalsprint_all_signals()
Karel Zak [Mon, 7 Apr 2014 08:03:50 +0000 (10:03 +0200)] 
kill: rename printsignals() to print_all_signalsprint_all_signals()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agokill: reorder functions to make it more readable
Karel Zak [Mon, 7 Apr 2014 07:59:51 +0000 (09:59 +0200)] 
kill: reorder functions to make it more readable

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoMerge branch 'kill' of git://github.com/kerolasa/lelux-utiliteetit
Karel Zak [Mon, 7 Apr 2014 07:37:34 +0000 (09:37 +0200)] 
Merge branch 'kill' of git://github.com/kerolasa/lelux-utiliteetit

* 'kill' of git://github.com/kerolasa/lelux-utiliteetit:
  kill: move sigqueue inputs to control struct
  kill: add parse_arguments() function
  kill: tell what is wrong rather than output usage()
  kill: use control structure to pass user input to functions
  kill: deprecat invocation as 'pid' command name
  kill: make usage() not to return
  kill: move magic numbers in beginning of the file
  kill: flip all comparions to be in smaller - greater order
  kill: fix coding style

11 years agolibfdisk: make qsort_r() optional
Karel Zak [Fri, 4 Apr 2014 14:02:35 +0000 (16:02 +0200)] 
libfdisk: make qsort_r() optional

The function is no critical for fdisk functionality. The SUN label
verification will check for less issues. All the verification code is
optional ('v' fdisk command).

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoswitch_root: verify initramfs by f_type, not devno
Dave Reisner [Wed, 2 Apr 2014 14:41:30 +0000 (10:41 -0400)] 
switch_root: verify initramfs by f_type, not devno

As of linux 3.14, the initramfs device will have both major and
minor 0, causing our paranoia check to fail. Make this version agnostic
by checking the filesystem type, rather than a device number.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
11 years agolibsmartcols: add missing COPYING file
Karel Zak [Fri, 4 Apr 2014 11:53:50 +0000 (13:53 +0200)] 
libsmartcols: add missing COPYING file

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: fix test
Karel Zak [Fri, 4 Apr 2014 11:51:47 +0000 (13:51 +0200)] 
libsmartcols: fix test

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agobuild-sys: small fixes to libsmartcols
Karel Zak [Fri, 4 Apr 2014 09:25:08 +0000 (11:25 +0200)] 
build-sys: small fixes to libsmartcols

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: clean up flags usage
Karel Zak [Thu, 3 Apr 2014 14:09:57 +0000 (16:09 +0200)] 
libsmartcols: clean up flags usage

 * rename flags functions to scols_table_enable_*
 * rename *_no_foo() functions to _nofoo()
 * output formats are mutually exclusive, so don't use flags there
 * don't assume symbols in scols_new_table(), use scols_table_set_symbols()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofdisk: print table header as bold
Karel Zak [Thu, 3 Apr 2014 10:43:36 +0000 (12:43 +0200)] 
fdisk: print table header as bold

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibfdisk: fix freesapce detection for nested partitions
Karel Zak [Thu, 3 Apr 2014 10:28:53 +0000 (12:28 +0200)] 
libfdisk: fix freesapce detection for nested partitions

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agocfdisk: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 09:58:48 +0000 (11:58 +0200)] 
cfdisk: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibfdisk: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 09:09:07 +0000 (11:09 +0200)] 
libfdisk: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agowdctl: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 09:00:02 +0000 (11:00 +0200)] 
wdctl: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoswapon: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 08:57:05 +0000 (10:57 +0200)] 
swapon: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agoprlimit: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 08:53:03 +0000 (10:53 +0200)] 
prlimit: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolscpu: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 08:48:09 +0000 (10:48 +0200)] 
lscpu: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolosetup: tiny change to usage()
Karel Zak [Thu, 3 Apr 2014 08:41:04 +0000 (10:41 +0200)] 
losetup: tiny change to usage()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolosetup: clean up scols usage
Karel Zak [Thu, 3 Apr 2014 08:32:19 +0000 (10:32 +0200)] 
losetup: clean up scols usage

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: init symbols when necessary
Karel Zak [Wed, 2 Apr 2014 12:05:10 +0000 (14:05 +0200)] 
libsmartcols: init symbols when necessary

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolsblk: remove unnecessary code
Karel Zak [Wed, 2 Apr 2014 11:58:18 +0000 (13:58 +0200)] 
lsblk: remove unnecessary code

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: clean up flags
Karel Zak [Wed, 2 Apr 2014 11:56:00 +0000 (13:56 +0200)] 
libsmartcols: clean up flags

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolsblk: clean up data preparation
Karel Zak [Wed, 2 Apr 2014 11:52:08 +0000 (13:52 +0200)] 
lsblk: clean up data preparation

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agofindmnt: cleanup flags
Karel Zak [Fri, 28 Mar 2014 12:00:21 +0000 (13:00 +0100)] 
findmnt: cleanup flags

Let's use one flags variable for everything.

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agopartx: cleanup libsmartcols usage
Karel Zak [Fri, 28 Mar 2014 11:44:55 +0000 (12:44 +0100)] 
partx: cleanup libsmartcols usage

 * more carefully set data
 * care about return codes

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolibsmartcols: always deallocate in scols_reset_cell()
Karel Zak [Fri, 28 Mar 2014 11:25:58 +0000 (12:25 +0100)] 
libsmartcols: always deallocate in scols_reset_cell()

Signed-off-by: Karel Zak <kzak@redhat.com>
11 years agolib/tt.c: Goodbye!
Ondrej Oprala [Thu, 27 Mar 2014 16:46:06 +0000 (17:46 +0100)] 
lib/tt.c: Goodbye!

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agowdctl: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 16:40:01 +0000 (17:40 +0100)] 
wdctl: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agoswapon: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 16:29:13 +0000 (17:29 +0100)] 
swapon: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agoprlimit: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 16:19:11 +0000 (17:19 +0100)] 
prlimit: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolscpu: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 16:06:52 +0000 (17:06 +0100)] 
lscpu: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolosetup: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 15:59:16 +0000 (16:59 +0100)] 
losetup: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolslocks: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 15:43:03 +0000 (16:43 +0100)] 
lslocks: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agolsblk: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 15:29:13 +0000 (16:29 +0100)] 
lsblk: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agofindmnt: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 15:09:57 +0000 (16:09 +0100)] 
findmnt: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agopartx: use libsmartcols
Ondrej Oprala [Thu, 27 Mar 2014 14:18:20 +0000 (15:18 +0100)] 
partx: use libsmartcols

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
11 years agoUse libsmartcols in libfdisk and cfdisk
Ondrej Oprala [Thu, 27 Mar 2014 13:58:51 +0000 (14:58 +0100)] 
Use libsmartcols in libfdisk and cfdisk

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>