summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update mount.8MeggyCal2019-03-071-1/+1
* lscpu: document --hex output regression (since v2.30)Karel Zak2019-02-201-2/+3
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-183-3/+3
* mount: Do not call mnt_pretty_path() on net file systems.Stanislav Brabec2019-02-061-1/+1
* mount.8: clarify (no)suid behavior on file capabilitiesPeter Wu2019-02-011-4/+4
* setarch: don't return address of automatic variableAndreas Schwab2019-01-221-1/+1
* losetup: update an error messageJeffrey Ferreira2019-01-221-1/+1
* losetup: properly use --sector-size when create a new deviceKarel Zak2019-01-222-18/+22
* lib/loopdev: differentiate between setter()s and ioctl callsKarel Zak2019-01-221-4/+4
* swapon: be more explicit about BTRFSKarel Zak2019-01-221-3/+4
* swapon: rewrite section about swapfilesKarel Zak2019-01-221-24/+21Star
* swapon: (man) cleanup note about holesKarel Zak2019-01-211-11/+9Star
* mount: (man) add note about --all to remount descKarel Zak2019-01-211-0/+12
* losetup: use offset in warn_size() calculationKarel Zak2019-01-181-2/+5
* libmount: add support for MS_REMOUNT on --allKarel Zak2019-01-162-1/+59
* build-sys: use REALTIME_LIBS for hwclock due to monotonic.cKarel Zak2019-01-141-1/+2
* Merge branch 'time-fixes' of https://github.com/kerolasa/util-linuxKarel Zak2019-01-142-3/+6
|\