summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: fix-up man-pages flaged by checkmans.shJ William Piggott2015-01-131-1/+0Star
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-129-19/+0Star
* look: remove dead codeSami Kerola2015-01-071-10/+0Star
* lslocks: fix type warningSami Kerola2015-01-071-1/+1
* maint: fix shadow declarationSami Kerola2015-01-072-4/+4
* look: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-8/+9
* docs: improve some wordings on the man page of wipefsBenno Schulenberg2015-01-061-16/+17
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-0615-0/+51
* cal: fix signed integer overflow [AddressSanitizer]Sami Kerola2014-12-191-2/+4
* docs: adjust some formatting and wordings in a handful of man pagesBenno Schulenberg2014-12-195-65/+68
* docs: adjust the grammar, text, sorting and formatting of logger man pageBenno Schulenberg2014-12-191-142/+116Star
* docs: don't use bold or italics for "[option]" in synopsis of man pagesBenno Schulenberg2014-12-1912-20/+25
* docs: improve the sorting of the options in the man page of getoptBenno Schulenberg2014-12-191-9/+9
* textual: do not start option descriptions with a capitalBenno Schulenberg2014-12-191-14/+14
* getopt: cleanup add_log_options()Karel Zak2014-12-091-6/+9
* getopt: rename function to keep code readableKarel Zak2014-12-091-6/+6
* getopt: fix compiler warningKarel Zak2014-12-091-1/+1
* getopt: avoid re-terminating long_option list at every updateSami Kerola2014-12-081-11/+10Star
* getopt: change --shell argument parsing functionSami Kerola2014-12-081-12/+10Star
* getopt: prefer switch-case rather than long if statementSami Kerola2014-12-081-27/+37
* getopt: remove unnecessary codeSami Kerola2014-12-081-9/+1Star
* getopt: make normalize() print stringsSami Kerola2014-12-081-14/+12Star
* getopt: use xstrdup rather than malloc + strcpySami Kerola2014-12-081-12/+5Star
* getopt: add struct getopt_control and remove global variablesSami Kerola2014-12-081-81/+83
* getopt: remove function prototypesSami Kerola2014-12-081-10/+0Star
* getopt: make nonoptions optstring comment correctSami Kerola2014-12-081-2/+2
* getopt: sync with 1.1.6 releaseSami Kerola2014-12-081-4/+17
* lsblk: add SUBSYSTEMS columnKarel Zak2014-12-021-0/+37
* lsblk: add HOTPLUG columnKarel Zak2014-12-021-1/+6
* libblkid: care about unsafe chars in cacheKarel Zak2014-11-272-3/+6
* blkid: add hint about lsblk to the man pageKarel Zak2014-11-191-1/+9
* uuidd: Fixed a typo in daemon logging messageNikolay Sivov2014-11-181-1/+1
* docs: Spelling fixesVille Skyttä2014-11-181-1/+1
* docs: update info about env debug variablesKarel Zak2014-11-035-7/+15
* findmnt: document --uniq option in man pageBernhard Voelker2014-10-311-0/+4
* docs: spelling, wording, and grammar fixes in the man page of whereisBenno Schulenberg2014-10-311-18/+19
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* blkid: remove extra trailing spaces in outputKarel Zak2014-10-231-2/+3
* whereis: reset search mask more carefullyKarel Zak2014-10-232-17/+45
* whereis: cleanup debug stuff, fix argv[] usageKarel Zak2014-10-231-33/+74
* lsblk: fix compiler warningSami Kerola2014-10-011-4/+4
* textual: use usage() text element macrosSami Kerola2014-10-016-20/+15Star
* textual: use manual tail usage() macroSami Kerola2014-10-015-2/+5
* logger: gettimeofday needs <sys/time.h>Andreas Henriksson2014-09-221-1/+1
* cal: `color` option documentation should match actual behaviourEugene Yunak2014-09-211-1/+1
* lsblk: add notes about udev to the man pageKarel Zak2014-09-051-2/+13
* logger: use generic --id=<id>Karel Zak2014-08-202-35/+17Star
* docs: mentintion default udp and tcp ports logger is usingSami Kerola2014-08-151-0/+7
* logger: set function arguments read-only when possibleSami Kerola2014-08-151-9/+9
* logger: optimize string initializationsSami Kerola2014-08-151-2/+4