summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* lsns: support cgroup namespacesMichaƂ Bartoszkiewicz2016-08-162-5/+7
* Merge branch 'misc' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-08-162-3/+5
|\
| * misc: always check setenv(3) return valueSami Kerola2016-08-122-3/+5
* | lsns: missing ns/<name> is not errorKarel Zak2016-08-151-2/+2
|/
* Merge branch 'lo'Karel Zak2016-08-043-6/+10
|\
| * mount: small change to mount.8 loopdev sectionKarel Zak2016-08-041-2/+3
| * mount.8: Update loop device documentationStanislav Brabec2016-08-031-1/+1
| * Add sizelimit to internal APIStanislav Brabec2016-08-031-4/+4
| * mount: Handle MNT_ERR_LOOPOVERLAPStanislav Brabec2016-08-031-0/+3
* | lscpu: print correct number of threads per core if possibleHeiko Carstens2016-08-031-3/+10
* | lspcu: minor manpage improvementHeiko Carstens2016-08-031-2/+2
* | lscpu: only try to read sysfs attributes of present CPUsHeiko Carstens2016-08-031-0/+4
* | lscpu: add --physical optionHeiko Carstens2016-08-032-20/+103
|/
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-214-17/+17
* dmesg: drop core at impossible case in read_buffer() [oclint]Sami Kerola2016-07-211-0/+2
* syspriv: flip inverted logic [oclint]Sami Kerola2016-07-211-6/+6
* switch_root: simplify code and reduce indentation [oclint]Sami Kerola2016-07-211-15/+14Star
* misc: simplify if clauses [oclint]Sami Kerola2016-07-215-27/+16Star
* blkdiscard: Improve man pageAllon Mureinik2016-07-141-1/+1
* 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