summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* wdctl: remove duplicate include of <unistd.h>Patrick Steinhardt2019-08-191-1/+0Star
* Merge branch 'issue832' of https://github.com/kerolasa/util-linuxKarel Zak2019-08-072-4/+22
|\
| * mountpoint: add --nofollow optionSami Kerola2019-08-022-4/+22
* | removed double spaceChistyj Arkadij2019-08-041-1/+1
* | fixed mount man page typo, "bythe" -> "by the"Chistyj Arkadij2019-08-041-1/+1
|/
* dmesg: fix output hex encodingKarel Zak2019-08-011-11/+15
* choom: improve docsKarel Zak2019-08-012-1/+2
* lscpu: prefer memcpy() to manual pointer arithmeticSami Kerola2019-07-271-1/+1
* lscpu: (man) add note about cache sizesKarel Zak2019-07-251-0/+5
* fstrim: fix systemd service protectionKarel Zak2019-07-221-1/+1
* hwclock: use CMOS clock only if availableCarlos Santos2019-07-153-43/+13Star
* losetup: Typo fixStanislav Brabec2019-06-211-1/+1
* Merge branch 'topic/wdctl'Karel Zak2019-06-172-81/+189
|\
| * wdctl; read from /sys if necessaryKarel Zak2019-06-172-9/+76
| * wdctl: default to /dev/watchdog0Karel Zak2019-06-171-7/+36
| * wdctl: remove printing from main()Karel Zak2019-06-171-27/+35
| * wdctl: add control structKarel Zak2019-06-171-27/+31
| * wdctl: rename watch dog info structKarel Zak2019-06-171-27/+27
* | misc: replaces atexit(close_stdout) with new close_stdout_atexit()Karel Zak2019-06-175-5/+5
* | lscpu: add a new columns to --cacheKarel Zak2019-06-172-6/+57
|/
* fstrim: update man page, reuse libmnt_iterKarel Zak2019-06-112-11/+10Star
* fstrim: properly de-duplicate fstrim -AStanislav Brabec2019-06-111-13/+30
* fstrim -a/-A: Skip read-only volumesStanislav Brabec2019-06-111-0/+8
* fstrim: Fix fstrim_all() commentStanislav Brabec2019-06-111-1/+1
* umount: be more strict about --allKarel Zak2019-06-061-0/+4
* setpriv: fix memory leak in local scope [coverity scan]Karel Zak2019-05-281-1/+3
* setarch: avoid NULL dereference [coverity check]Karel Zak2019-05-281-1/+1
* rtcwake: terminate mode and excl[]Karel Zak2019-05-281-1/+5
* renice: make code more readable for static analyzer [coverity scan]Karel Zak2019-05-281-1/+1
* readprofile: be more explicit with used types [cppcheck]Karel Zak2019-05-281-2/+2
* lscpu: check scols_line_set_data() return value [coverity scan]Karel Zak2019-05-281-1/+2
* lscpu: make lookup() use more consistent [coverity scan]Karel Zak2019-05-281-2/+4
* ipcs: check return value when read from /proc [coverity scan]Karel Zak2019-05-231-3/+6
* hwclock: don't use uninitialized value [coverity scan]Karel Zak2019-05-231-1/+1
* fallocate: make posix_fadvise() use more readable for analyzersKarel Zak2019-05-231-2/+5
* dmesg: make strtok() use more robustKarel Zak2019-05-231-0/+3
* blkzone: remove never read valueKarel Zak2019-05-231-3/+1Star
* zramctl: use xstrncpy()Karel Zak2019-05-201-4/+2Star
* Merge branch '2019wk19' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-201-8/+12
|\
| * lscpu: remove redundant condition check [cppcheck]Sami Kerola2019-05-181-8/+12
* | Merge branch 'lscpu_midr_updates' of https://github.com/jlinton/util-linuxKarel Zak2019-05-201-0/+3
|\ \
| * | lscpu: Add additional aarch64 modelsJeremy Linton2019-05-161-0/+3
| |/
* | lscpu: fix floating point exceptionSami Kerola2019-05-181-0/+2
* | lscpu: remove extra space from field key nameSami Kerola2019-05-161-3/+3
|/
* rtcwake: fix "maybe be" duplicationAustin English2019-05-151-2/+2
* mount: fix "maybe be" duplicationAustin English2019-05-151-4/+4
* fstrim: affect only warnings by --quietKarel Zak2019-05-091-6/+7
* fstrim: add --quiet option to suppress error messagesSami Kerola2019-05-073-6/+31
* losetup: man page has repeating words [make checkmans]Karel Zak2019-04-241-1/+1
* fstrim: document kernel return minlen explicitlyWang Shilong2019-04-241-4/+5