summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* cytune: fix glush typo in cytuneRafael Ferreira2013-10-091-1/+1
* losetup: cut the remaining little block of help text into slices tooBenno Schulenberg2013-10-091-6/+7
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-1/+1
* wdctl: pluralize one thrice-repeated messageBenno Schulenberg2013-10-081-3/+6
* wdctl: gettextize and pluralize one forgotten messageBenno Schulenberg2013-10-081-1/+2
* textual: properly use uppercase in certain abbreviationsBenno Schulenberg2013-10-082-3/+3
* libmount: (docs) make it obvious how we call mount.<type> helpersKarel Zak2013-10-072-2/+22
* lscpu: cleanup DMI code [coverity scan]Karel Zak2013-10-022-37/+42
* lscpu: check strchr() result [coverity scan]Karel Zak2013-10-011-0/+2
* lscpu: don't pass null pointer to string functions [coverity scan]Karel Zak2013-10-011-3/+4
* losetup: don't require 512-byte aligned offsetsKarel Zak2013-10-011-5/+1Star
* Fix various typosYuri Chornoivan2013-09-282-2/+2
* umount: provide more helpful error messageKarel Zak2013-09-271-0/+6
* mount: add notes about UUIDs to the man pageKarel Zak2013-09-262-3/+9
* mount: fix repeating words in the man pageKarel Zak2013-09-261-1/+1
* lscpu: report cpu min mhzDavidlohr Bueso2013-09-251-13/+37
* lscpu: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-2/+4
* prlimit: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-5/+5
* swapon: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* losetup: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* wdctl: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-2/+3
* swapon: cleanup man pageKarel Zak2013-08-231-33/+5Star
* swapon: allow a more flexible swap discard policyRafael Aquini2013-08-232-28/+89
* misc: use libmnt_table reference counterKarel Zak2013-08-215-12/+13
* misc: use libmnt_cache reference countingKarel Zak2013-08-215-8/+8
* libmount: add mnt_table_is_empty(), improve table list usageKarel Zak2013-08-201-2/+4
* losetup: use loop-control to explicitly ask for deviceKarel Zak2013-08-061-0/+2
* blkdiscard: use fstat() rather than stat() [coverity scan]Karel Zak2013-08-061-6/+5Star
* losetup: fix loop device name usageKarel Zak2013-08-051-4/+9
* losetup: make -j <path> more robustKarel Zak2013-08-051-10/+28
* setarch: prefer preprocessor rather than autotools checkSami Kerola2013-08-011-11/+11
* lscpu: fix shadow declaration [smatch scan]Sami Kerola2013-08-011-4/+4
* setsid: add an option to wait child return valueDaniel Kahn Gillmor2013-08-012-5/+27
* dmesg: don't use pager for --followKarel Zak2013-07-291-1/+2
* losetup: set errno for misaligned offsetsKarel Zak2013-07-191-6/+14
* mount: update xfs docsKarel Zak2013-07-161-171/+173
* hwclock: remove references to adjtimex from man pageKarel Zak2013-07-151-11/+1Star
* eject: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1
* lscpu: fix memory leak [clang-analyzer]Sami Kerola2013-07-091-1/+3
* ipcs: assigned values are never read [clang-analyzer]Sami Kerola2013-07-091-3/+0Star
* dmesg: inform user --show-delta and iso8601 time format does not mixSami Kerola2013-07-091-0/+3
* docs: fix wording and formatting of man page for dmesgBenno Schulenberg2013-07-091-45/+47
* unshare: add --mount-proc for pid namespacesKarel Zak2013-07-092-8/+30
* unshare: add --fork options for pid namespacesMike Frysinger2013-07-092-4/+33
* dmesg: make time stamps to be printed consistentlySami Kerola2013-07-012-11/+23
* dmesg: define is_timefmt() macro only onceKarel Zak2013-07-011-5/+7
* dmesg: fix --human color initializationKarel Zak2013-07-011-1/+1
* dmesg: regroup time related options close to each otherSami Kerola2013-07-011-6/+6
* docs: add --time-format option and ISO-8601 format to manualSami Kerola2013-07-011-0/+22
* dmesg: add iso-8601 time formatSami Kerola2013-07-011-3/+26