summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* misc: Fix various typosSebastian Rasmussen2016-05-3113-20/+20
* docs: Fix various typosSebastian Rasmussen2016-05-314-7/+7
* dmesg: fix indentionKarel Zak2016-05-241-1/+1
* lsipc: use strtime_short()Karel Zak2016-05-241-25/+8Star
* lsipc: use strtm_iso()Karel Zak2016-05-241-1/+2
* hwclock: use strtimeval_iso()Karel Zak2016-05-241-9/+7Star
* dmesg: use strtimeval_iso()Karel Zak2016-05-241-13/+12Star
* man pages: fix spacing between man page name & section numberMike Frysinger2016-05-201-1/+1
* ramctl: add support for zram-controlKarel Zak2016-05-111-3/+61
* Merge branch 'no-fork' of https://github.com/terryburton/util-linuxKarel Zak2016-05-092-27/+49
|\
| * flock: Introduce no-fork option.Terry Burton2016-04-162-27/+49
* | mount: add note about loopdev reuse to mount.8Karel Zak2016-04-221-0/+4
* | mount: Handle EROFS before calling mount() syscallStanislav Brabec2016-04-221-0/+9
* | nsenter: enter namespaces in two passesJames Bottomley2016-04-221-16/+30
* | losetup: fix outdated commentYuriy M. Kaminskiy2016-04-181-1/+1
* | mount: try to tell what mount was doing when it failedSami Kerola2016-04-171-2/+7
* | dmesg: --notime should not suppress --show-deltaSami Kerola2016-04-171-1/+0Star
* | umount: add note about FS names differences to the man pageKarel Zak2016-04-151-0/+6
|/
* build-sys: remove obsolete commentKarel Zak2016-04-131-4/+0Star
* ipcs: make static analyzer happy [clang analyze]Karel Zak2016-03-291-1/+1
* Merge branch 'tests-setarch' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-241-2/+5
|\
| * setarch: add "exec" message to --verboseRuediger Meier2016-03-221-2/+5
* | lsipc: don't free shm data if no shm id is foundRomain Naour2016-03-231-2/+1Star
* | lscpu: revert unnecessary path_exist()Karel Zak2016-03-221-1/+1
* | lscpu: correct the Virtualization type on Xen DomU PV guestDongli Zhang2016-03-221-2/+30
|/
* Merge branch '2016-03-02/cgns' of https://github.com/hallyn/util-linuxKarel Zak2016-03-214-20/+60
|\
| * Implement support for cgroup namespacesSerge Hallyn2016-03-034-20/+60
* | ipcs: consolidate output header printingRuediger Meier2016-03-211-5/+11
* | ipcs: --shmems, upward/backward compatibilityRuediger Meier2016-03-181-1/+4
* | ipcs: make sure to parse whole lines for shm_dataRuediger Meier2016-03-181-3/+4
* | swapon: rewrite control struct usageKarel Zak2016-03-182-118/+184
* | umount: add man page note that --force is not perfectKarel Zak2016-03-171-0/+4
* | docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2016-03-172-9/+7Star
* | unshare: describe the setgroups restriction more explicitlyBenno Schulenberg2016-03-171-10/+15
* | lscpu: improve spacing and spelling in the man pageBenno Schulenberg2016-03-171-12/+12
* | lscpu: fix memleak because of ambiguous tagsRuediger Meier2016-03-161-1/+2
* | lscpu: use cpu and revision tag if availableRuediger Meier2016-03-161-9/+8Star
* | Revert "lscpu: keep lscpu usable on snapshots"Ruediger Meier2016-03-161-18/+7Star
* | dmesg: improve grammar and consistency of usage textBenno Schulenberg2016-03-161-3/+3
* | mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-163-6/+3Star
* | lscpu: keep lscpu usable on snapshotsKarel Zak2016-03-151-7/+18
* | swapon: remove unnecessary assertKarel Zak2016-03-151-3/+0Star
* | lscpu: Fix model and model name on Power SystemsVasant Hegde2016-03-141-0/+5
* | unshare: tiny changeKarel Zak2016-03-141-1/+1
* | unshare: fix incomplete sentence in man pageKarel Zak2016-03-141-1/+1
* | unshare: improve wording and formatting in the man pageBenno Schulenberg2016-03-141-58/+59
* | unshare: replace a special character in the man page with a spaceBenno Schulenberg2016-03-141-1/+1
* | fallocate: improve synopsis and spelling in man pageBenno Schulenberg2016-03-141-6/+4Star
* | fallocate: restore man-page content that was deleted in commit 5b033bfdBenno Schulenberg2016-03-141-0/+120
* | Merge branch 'travis-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-142-4/+5
|\ \