summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* setpriv: improve description in man pageSam Morris2018-03-081-5/+16
* setpriv: fix manpage typoSam Morris2018-03-061-1/+1
* Fix minor typos on man pagesYuri Chornoivan2018-03-014-4/+4
* mount: (man) update mount options for UDFSteve Kenton2018-02-281-22/+67
* blkzone: Fix a typo in blkzone.8Masanari Iida2018-02-261-1/+1
* mount: add note about cached kernel table for --allKarel Zak2018-02-221-1/+5
* lsmem: fix memory leak [coverity scan]Karel Zak2018-02-201-6/+13
* lsns: remove if-after-xcallocKarel Zak2018-02-201-4/+0Star
* Merge branch 'maybe-for-v2.32' of https://github.com/rudimeier/util-linuxKarel Zak2018-02-165-6/+7
|\
| * misc: fix typos using codespellRuediger Meier2018-02-164-4/+4
| * lsns: fix clang compiler warningRuediger Meier2018-02-161-2/+3
* | lscpu-arm: add Faraday And Brahma coresRiku Voipio2018-02-131-1/+8
|/
* dmesg: use xstrdup() in xalloc.h based utilKarel Zak2018-02-131-1/+1
* mount: add note about "already mounted" behaviorKarel Zak2018-02-051-0/+7
* sys-utils: use errexec()Karel Zak2018-02-019-14/+12Star
* fstrim: don't include exitcodes.hKarel Zak2018-02-011-1/+0Star
* zramctl: use xstrdup()Karel Zak2018-01-301-11/+5Star
* Added the support for lz4hc, deflate, and 842Libor Bukata2018-01-242-15/+17
* mount(8): drop redundant filesystem-specific sectionsMike Frysinger2018-01-241-327/+8Star
* rfkill: provide RFKILL_TYPE_FM if undefinedRuediger Meier2018-01-241-0/+5
* Merge branch 'patch-2' of https://github.com/sourcejedi/util-linuxKarel Zak2018-01-221-2/+2
|\
| * mount(8): umount does not (anymore?) say `none busy'Alan Jenkins2018-01-211-2/+2
* | mount: be more accurate in man page about propagation flagsKarel Zak2018-01-221-7/+8
* | lscpu: (arm) cleanup codeKarel Zak2018-01-221-19/+37
* | lscpu: move ARM decoding to lscpu-arm.cKarel Zak2018-01-224-47/+44Star
* | lscpu: move struct lscpu_desc header fileKarel Zak2018-01-223-157/+162
* | Merge branch 'arm-cpus' of https://github.com/suihkulokki/util-linuxKarel Zak2018-01-223-0/+237
|\ \
| * | lscpu: Decode ARM CPUsRiku Voipio2018-01-193-0/+237
* | | hwclock: add --ul-debug implementing debug.hJ William Piggott2018-01-222-18/+45
| |/ |/|
* | mount(8): point people to the proc(5) page for mount optionsMike Frysinger2018-01-191-3/+3
|/
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* hwclock: rename --debug option to --verboseJ William Piggott2018-01-174-47/+54
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* Merge branch 'fixes' of https://github.com/rudimeier/util-linuxKarel Zak2018-01-111-1/+1
|\
| * misc: fix printf i386 compiler warningsRuediger Meier2018-01-091-1/+1
* | rtcwake: wait stdin to settle down before entering a system sleepSami Kerola2018-01-022-2/+25
* | Fix minor typo: priorty -> priorityYuri Chornoivan2017-12-311-1/+1
* | build-sys: don't check for swapon() number of argumentsKarel Zak2017-12-182-4/+2Star
* | Merge branch '2017wk48' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-12-111-11/+46
|\ \
| * | docs: improve setarch(8) manual pageSami Kerola2017-12-101-11/+46
* | | lib/timeutils.c: warn format_iso_time() overflowJ William Piggott2017-12-101-3/+2Star
|/ /
* / setarch: minor code clean upSami Kerola2017-12-041-23/+15Star
|/
* fallocate: remove typoKarel Zak2017-11-291-1/+1
* fallocate: dig holes only in data extentsKarel Zak2017-11-291-64/+55Star