summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* findmnt: (verify) add docsKarel Zak2016-09-231-0/+4
* findmnt: add --verify and --verboseKarel Zak2016-09-231-1/+1
* swapon: fix discard option parsingKarel Zak2016-09-211-3/+4
* mount: add note about another flags for "remount,bind"Karel Zak2016-09-081-3/+4
* mount: add note about paths verification to mount.8Karel Zak2016-08-311-5/+6
* umount: cleanup umount.8 about mtabKarel Zak2016-08-301-4/+14
* umount: fix obsolete info about loop= in umount.8Karel Zak2016-08-301-7/+11
* lib/pager: cleanup and extend APIKarel Zak2016-08-261-2/+2
* su, runuser, setpriv: create links between man pagesKarel Zak2016-08-181-0/+7
* losetup: allow to use --nooverlap when device specifiedKarel Zak2016-08-171-1/+20
* losetup: Prevent AUTOCLEAR detach raceStanislav Brabec2016-08-171-0/+6
* losetup: add --nooverlap optionsKarel Zak2016-08-172-42/+105
* 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