summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* mount man page cleanupsPhillip Susi2013-12-021-29/+39
* mount.8: fix grammarPhillip Susi2013-12-021-1/+1
* losetup, agetty: remove unnecessary if's before free()Sami Kerola2013-12-021-4/+2Star
* umount: fix umount by tag for non-rootsKarel Zak2013-11-191-3/+5
* mount: make NAME=value tags usable for non-rootKarel Zak2013-11-191-4/+22
* mount: fix man mount page typePhillip Susi2013-11-191-1/+1
* setpriv: simplify usage()Karel Zak2013-11-191-2/+2
* unshare: add more hints about mount namespaces to the man pageKarel Zak2013-11-181-2/+8
* mount: correct mount man page default iso9660 permissionPhillip Susi2013-11-141-1/+1
* lscpu: support non sequentially numbering of CPUsAlexander Troosh2013-11-052-49/+87
* blkdiscard: BLKSSZGET fills in an int, not a uint64Theodore Ts'o2013-11-041-2/+2
* mount: improve -s man mage infoKarel Zak2013-10-311-4/+3Star
* setpriv: use LC_ALLKarel Zak2013-10-181-1/+1
* nsenter: unshare: use LC_ALLKarel Zak2013-10-182-2/+2
* docs: tweak formatting and grammar of the ipcrm man pageBenno Schulenberg2013-10-152-24/+24
* docs: tweak wording and formatting of unshare and nsenter man pagesBenno Schulenberg2013-10-152-12/+14
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-1529-56/+53Star
* 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