summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* blkid: use xalloc everywhereKarel Zak2013-04-101-22/+4Star
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-1/+0Star
* uuidd.8: Document --debug and --quiet long options.Ville Skyttä2013-04-081-2/+2
* logger: make socket initialization in main() more readableKarel Zak2013-04-081-4/+4
* logger: allow to log using tcp transport protocolSami Kerola2013-04-082-62/+113
* logger: make local sockets to try both stream and datagramSami Kerola2013-04-051-17/+25
* getopt: fix usage() typo unquote -> unquotedKarel Zak2013-04-051-1/+1
* findmnt: fix typo fsroot -> nofsrootKarel Zak2013-04-051-1/+1
* blkid: use O_CLOEXECKarel Zak2013-04-031-1/+1
* lsblk: add --pathsKarel Zak2013-03-292-19/+45
* wipefs: make do_wipe() more readable [coverity scan]Karel Zak2013-03-271-1/+3
* rename: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+2
* wipefs: fix memory leak [coverity scan]Karel Zak2013-03-271-2/+5
* getopt: fix normalize() usage [coverity scan]Karel Zak2013-03-271-1/+1
* lsblk: check returns [coverity scan]Karel Zak2013-03-271-1/+3
* blkid: use xalloc.h when possibleSami Kerola2013-03-261-4/+5
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-204-12/+12
* docs: normalize formatting of lslocks man pageBenno Schulenberg2013-03-201-24/+31
* docs: normalize formatting of wipefs man pageBenno Schulenberg2013-03-201-30/+38
* docs: normalize formatting of findmnt man pageBenno Schulenberg2013-03-201-28/+56
* docs: sort the options in findmnt man page alphabeticallyBenno Schulenberg2013-03-201-63/+65
* blkid: also accept -V for displaying version informationBenno Schulenberg2013-03-202-3/+4
* docs: improve wording and formatting of blkid man pageBenno Schulenberg2013-03-201-70/+67Star
* whereis: canonicalize directories pathsKarel Zak2013-03-202-5/+7
* wipefs: add -f to getopt_long()Karel Zak2013-03-191-1/+1
* docs: generic whereis.1 clean upSami Kerola2013-03-191-36/+25Star
* whereis: support MANPATH environment variableSami Kerola2013-03-192-14/+19
* whereis: align with howto-usage-function.txtSami Kerola2013-03-191-18/+15Star
* whereis: add search scope listing optionSami Kerola2013-03-192-1/+39
* whereis: rewrite most of the commandSami Kerola2013-03-191-263/+310
* docs: add TB to list of supported suffixesKarel Zak2013-03-182-2/+2
* chkdupexe: remove, deprecated for yearsKarel Zak2013-03-144-166/+0Star
* findmnt: add FREQ and PASSNO columnsKarel Zak2013-03-141-1/+17
* kill: support --list=<signal>Karel Zak2013-03-132-10/+18
* kill: add pretty printed list output (for compatibility with procps)Sami Kerola2013-03-132-48/+89
* kill: use new API from lib/procutils.cKarel Zak2013-03-124-145/+24Star
* docs: add long options and tidy up kill.1Sami Kerola2013-03-121-41/+45
* kill, procs: use pid_t for pidsSami Kerola2013-03-123-13/+13
* kill: use libc error printing facilities and exit valuesSami Kerola2013-03-122-33/+25Star
* kill: align with howto-usage-function.txtSami Kerola2013-03-121-7/+21
* kill: add long optionsSami Kerola2013-03-121-5/+5
* docs: improve wording, grammar and formatting of lsblk man pageBenno Schulenberg2013-03-041-58/+78
* docs: improve grammar and formatting of explanation of "-o +list"Benno Schulenberg2013-03-043-6/+6
* findmnt: allow to read (PART)UUID/LABEL from udev DBKarel Zak2013-02-182-14/+78
* lsblk: resuse udev handlerKarel Zak2013-02-181-4/+9
* docs: add missing information about -o +<list>Karel Zak2013-02-182-0/+6
* lslocks: support -o +<list> conventionKarel Zak2013-02-182-5/+9
* lslocks: add BLOCKER columnKarel Zak2013-02-182-21/+44
* lslocks: detect blocked locks, fix /proc/locks parserKarel Zak2013-02-142-7/+12
* lslocks: use libmount to parse mountinfoKarel Zak2013-02-142-18/+17Star