summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-1642-209/+186Star
* include/c: add print_version() macroKarel Zak2019-04-162-4/+4
* chcpu: fix memory leakKarel Zak2019-04-161-4/+5
* fstrim: get realpath before trim ioctlWang Shilong2019-04-151-2/+9
* lscpu: wrap default output long lines on terminalKarel Zak2019-04-112-2/+5
* lscpu: report CPU vulnerabilitiesKarel Zak2019-04-112-0/+80
* setarch: add new e2k subarchesAndrew Savchenko2019-04-091-0/+13
* fstrim.c: Remove commnet about vfat not supporting fstrimMarcos Paulo de Souza2019-04-011-1/+1
* lscpu: (man) tiny changesKarel Zak2019-03-191-2/+2
* lscpu: fix excl[] array orderKarel Zak2019-03-191-1/+1
* lscpu: fix and document --output-allKarel Zak2019-03-191-2/+3
* lscpu: define libsmartcols flags for -eKarel Zak2019-03-191-10/+10
* lscpu: fix --caches orderKarel Zak2019-03-191-1/+1
* lscpu: (man) make SYNOPSIS compatible with another utilsKarel Zak2019-03-191-4/+1Star
* lscpu: add --bytesKarel Zak2019-03-192-10/+26
* lscpu: add --cachesKarel Zak2019-03-193-38/+231
* lscpu: rename macros and functionsKarel Zak2019-03-191-77/+77
* lscpu: report more usable cache sizesKarel Zak2019-03-191-2/+41
* lscpu: add 'Frequency boost'Karel Zak2019-03-152-0/+8
* swapon.8: mention btrfs(5)Marcos Mello2019-03-111-15/+14Star