summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* findmnt: fix couple memory leaks [cppcheck]Sami Kerola2017-02-201-5/+5
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-207-18/+18
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-205-89/+89
* rename: add --no-act optionAlexander F Rødseth2017-02-152-16/+27
* docs: Fix word repetitionsYuri Chornoivan2017-02-137-7/+7
* findmnt: use line separator for --poll outputKarel Zak2017-02-101-0/+2
* findmnt: flush stdout after each (un)(re)mount event, when polling.Pedro Miguel Carvalho2017-01-291-0/+1
* logger: support sub-trees in the ID for RFC5424Karel Zak2017-01-281-2/+13
* wipefs: unused parameter [-Wunused-parameter]Karel Zak2017-01-051-2/+4
* lsblk: use errtryhelp()Karel Zak2016-12-191-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-1913-22/+16Star
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-1917-17/+17
* docs: namei(1): SEE ALSO: add symlink(7)Michael Kerrisk2016-12-091-1/+2
* docs: kill(1): Wording fixMichael Kerrisk2016-12-091-1/+1
* docs: various pages: Use 'UID" and "GID", not "uid" and "gid" in man pagesMichael Kerrisk2016-12-091-1/+1
* docs: various pages: Use "PID" not "pid" in man-pagesMichael Kerrisk2016-12-091-6/+6
* docs: various pages: Use "ID" not "id" in man pagesMichael Kerrisk2016-12-091-1/+1
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-093-6/+6
* findmnt: add --tree to allow to enable tree output for --mtabKarel Zak2016-12-082-3/+18
* findmnt: add note about mount optionsKarel Zak2016-12-082-3/+6
* docs: kill(1): Wording fixMichael Kerrisk2016-12-051-1/+1
* docs: kill(1): Formatting fixesMichael Kerrisk2016-12-051-2/+7
* docs: kill(1): Rework notes on thread groupsMichael Kerrisk2016-12-051-18/+15Star
* docs: kill(1): Add more detail on use of SIGTERM vs SIGKILLMichael Kerrisk2016-12-051-3/+11
* docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSOMichael Kerrisk2016-12-051-1/+2
* docs: various pages: Use "system call" not "syscall"Michael Kerrisk2016-12-051-2/+2
* misc: fix typos using codespellRuediger Meier2016-12-011-1/+1
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-301-1/+1
* Replace reference to sigvec(2) with sigaction(2)Michael Kerrisk (man-pages)2016-11-291-1/+1
* Fix formatting errors in page cross referencesMichael Kerrisk (man-pages)2016-11-291-1/+1
* Fix section number in lockf() page xrefMichael Kerrisk (man-pages)2016-11-291-1/+1
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-297-10/+10
* lsblk: add note about --sort and --list relationKarel Zak2016-11-021-1/+1
* lsblk: sort by MAJ:MIN by defaultKarel Zak2016-11-021-0/+5
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-1/+1
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2016-10-242-3/+3
|\
| * Fix minor typosYuri Chornoivan2016-10-202-3/+3
* | getopt: be sure that options array is terminatedKarel Zak2016-10-211-8/+11
|/
* cal: support abbreviated month namesKarel Zak2016-10-072-4/+21
* cal: support alone month name parameterKarel Zak2016-10-072-7/+16
* cal: cleanup man pageKarel Zak2016-10-071-20/+22
* cal: remove err message from monthname_to_number()Karel Zak2016-10-071-3/+7
* findmnt: (verify) fix mem leak [coverity scan]Karel Zak2016-10-051-5/+6
* findmnt: remove duplicate includeKarel Zak2016-09-301-1/+0Star
* findmnt: (verify) add docsKarel Zak2016-09-232-1/+11
* findmnt: (verify) minor changes in stringsKarel Zak2016-09-231-3/+3
* findmnt: (verify) check filesystem typeKarel Zak2016-09-231-0/+198
* findmnt: (verify) add swaparea verificationKarel Zak2016-09-231-2/+30
* findmnt: (verify) add options verificationKarel Zak2016-09-231-1/+23
* findmnt: (verify) add source verificationKarel Zak2016-09-232-8/+85