summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* lsns: check for OOMKarel Zak2016-07-011-2/+2
* lscpu: make lookup_cache() more robustKarel Zak2016-06-241-2/+7
* lscpu: fix MMHZ column entry within man pageHeiko Carstens2016-06-241-3/+6
* lscpu: show additional caches (s390)Heiko Carstens2016-06-241-0/+70
* lscpu: show machine type (s390)Heiko Carstens2016-06-241-0/+12
* lscpu: show static and dynamic MHz (s390)Heiko Carstens2016-06-241-0/+8
* lscpu: fix typo in summary outputHeiko Carstens2016-06-241-1/+1
* lscpu: add drawer supportHeiko Carstens2016-06-242-9/+47
* 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