summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* man: choom.1: Use the correct macro for the font change of one argumentBjarni Ingi Gislason2018-05-231-1/+1
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-2311-57/+57
* lsns: remove unnecessary includeKarel Zak2018-05-171-1/+0Star
* Merge branch 'output-all' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2018-05-1014-5/+86
|\
| * zramctl: add --output-all optionSami Kerola2018-05-032-1/+13
| * swapon: add --output-all optionSami Kerola2018-05-032-1/+10
| * rfkill: add --output-all optionSami Kerola2018-05-032-1/+14
| * lsns: add --output-all optionSami Kerola2018-05-032-0/+12
| * lsmem: add --output-all optionSami Kerola2018-05-032-1/+11
| * lscpu: add --output-all optionSami Kerola2018-05-032-0/+15
| * losetup: add --output-all optionSami Kerola2018-05-032-1/+11
* | Merge branch 'fixes' of https://github.com/yontalcar/util-linuxKarel Zak2018-05-101-0/+2
|\ \
| * | choom: set oom_score_adj before execVaclav Dolezal2018-05-091-0/+2
| |/
* | chcpu: Fix maximal number of CPUsStanislav Brabec2018-05-101-8/+8
* | lscpu, chcpu: Avoid use of the old CPU macrosStanislav Brabec2018-05-102-7/+12
* | zramctl: fix truncation warningSami Kerola2018-05-101-2/+2
|/
* dmesg: link together with syslog(2) manual pageSami Kerola2018-05-031-1/+7
* Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak2018-04-201-10/+13
|\
| * Update information about udf in mount manpagePali Rohár2018-04-191-10/+13
* | umount: add note about --lazyKarel Zak2018-04-201-1/+9
|/
* rfkill: use scols_column_set_json_type()Karel Zak2018-04-181-1/+8
* lsns: use scols_column_set_json_type()Karel Zak2018-04-181-5/+9
* lsipc: cleanup columns[] usageKarel Zak2018-04-181-11/+21
* losetup: use scols_column_set_json_type()Karel Zak2018-04-181-9/+15
* choom: fix build, remove unnecessary includeKarel Zak2018-04-162-5/+3Star
* choom: new command to adjust OOM-killer score valueKarel Zak2018-04-163-0/+239
* lscpu: Cortex-A12 merged into Cortex-A17Karel Zak2018-04-121-1/+1
* rfkill: include <poll.h> instead of <sys/poll.h>Patrick Steinhardt2018-04-111-1/+1
* setpriv: implement option to set parent death signalPatrick Steinhardt2018-04-102-0/+55
* mount: more notes about --options-* to man pageKarel Zak2018-04-091-1/+9
* Merge branch 'mount-omode' of https://github.com/yontalcar/util-linuxKarel Zak2018-04-092-1/+106
|\
| * mount: use string_to_bitmask()Vaclav Dolezal2018-03-281-29/+32
| * mount(8): clarify behavior of --options-modeVaclav Dolezal2018-02-141-0/+1
| * mount: document --options-* in man/helpVaclav Dolezal2018-02-082-0/+28
| * mount: added options exposing libmount's optsmodeVaclav Dolezal2018-02-011-1/+74
* | sys-utils/fallocate.1: Some tidying of the manualBjarni Ingi Gislason2018-04-061-53/+98
* | fstrim: Return EXIT_FAILURE when FTRIM ioctl failsKarel Zak2018-04-061-10/+7Star
* | dmesg: fix raw outputKarel Zak2018-04-051-2/+1Star
* | lsmem: improve JSON outputKarel Zak2018-04-051-1/+21
* | lsmem: make output more compatible with another utilsKarel Zak2018-04-051-6/+1Star
* | lsmem: remove unused variableKarel Zak2018-04-051-2/+0Star
* | libmount: include sys/mount.h only if necessaryKarel Zak2018-03-221-3/+1Star
* | fstrim: cleanup includesKarel Zak2018-03-221-4/+4
* | lsmem: fix total online/offline memory calculationGerald Schaefer2018-03-201-6/+4Star
* | fstrim: fix fs.h and mount.h collisionKarel Zak2018-03-201-1/+4
* | Merge branch 'master' of https://github.com/dirkmueller/util-linuxKarel Zak2018-03-191-6/+6
|\ \
| * | Avoid crash in min/max caculation when cpu#0 being offlineDirk Mueller2018-03-171-6/+6
* | | mount: (man) be explicit about bind operationKarel Zak2018-03-191-1/+8
|/ /
* | setpriv: add example sectionSam Morris2018-03-081-1/+15
* | setpriv: include --init-groups in the list of options that can be specified w...Sam Morris2018-03-081-2/+3