summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-3/+3
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-068-9/+9
* libblkid: remove optimization from verify( funrtionKarel Zak2013-02-011-0/+11
* textual: fix the example in whereis man page, plus further improvementsBenno Schulenberg2013-01-301-42/+41Star
* rename: make usage() translator friendlySami Kerola2013-01-251-8/+8
* lsblk: make usage() translator friendlySami Kerola2013-01-251-25/+24Star
* findmnt: make usage() translator friendlySami Kerola2013-01-251-6/+5Star
* textual: use UTIL_LINUX_VERSION everywhereKarel Zak2013-01-2512-29/+12Star
* textual: standardize reporting of program name plus package versionBenno Schulenberg2013-01-251-2/+3
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-251-2/+1Star
* textual: fix a few typos in some of the usage help textsBenno Schulenberg2013-01-252-7/+7
* cal: don't mix ncurses output functions and printf()Karel Zak2013-01-171-16/+27
* findmnt: use tree output in more casesKarel Zak2013-01-171-7/+19
* kill: add note about threads to the man pageKarel Zak2013-01-151-0/+20
* findmnt: make --target usable with bind mountsKarel Zak2013-01-141-8/+15
* findmnt: add PROPAGATION columnKarel Zak2013-01-101-0/+25
* findmnt: add ID columnKarel Zak2013-01-101-0/+8
* findmnt: add OPT-FIELDS columnKarel Zak2013-01-101-0/+5
* build-sys: ignore chkdupexeSami Kerola2013-01-101-0/+1
* lsblk: Add write-same attribute to topology infoMilan Broz2013-01-072-2/+17
* lslocks: fix compiler warningsKarel Zak2012-12-201-3/+3
* blkid: fix double free [coverity scan]Karel Zak2012-12-121-0/+1
* namei: don't care about xasprintf() return codeKarel Zak2012-12-121-2/+2
* lslocks: don't care about xasprintf() return codeKarel Zak2012-12-121-11/+10Star
* lsblk: don't care about xasprintf() return codeKarel Zak2012-12-121-4/+3Star
* findmnt: don't care about xasprintf() return codeKarel Zak2012-12-121-18/+13Star
* rename: use macro to print versionKarel Zak2012-12-101-3/+1Star
* rename: add --symlink option for renaming symlink targetJan (yac) Matějka2012-12-102-13/+54
* blkid: fix man page messKarel Zak2012-12-101-6/+4Star
* lsblk: fix copy & past bugKarel Zak2012-11-271-1/+1
* build-sys: use libcommon.a for lslocksKarel Zak2012-11-221-6/+2Star
* wipefs: Add --force option to force it to erase.Richard W.M. Jones2012-11-202-4/+18
* uuidgen: fix --randomKarel Zak2012-11-191-1/+1
* lsblk: fix and update man page about --scsiKarel Zak2012-11-071-2/+2
* lsblk: add TRANsport to --scsi outputKarel Zak2012-11-071-0/+1
* lsblk: don't ignore disk deviceKarel Zak2012-11-071-3/+3
* lsblk: Add --scsi switchMilan Broz2012-11-072-3/+22
* lsblk: Add vendor columnMilan Broz2012-11-071-0/+9
* lsblk: Add revision columnMilan Broz2012-11-071-0/+9
* misc: make readlink() usage more robustKarel Zak2012-10-232-3/+3
* lsblk: use new sysfs functions, clean up get_transport()Karel Zak2012-10-231-62/+22Star
* lib/sysfs: add functions for SCSI host attributesKarel Zak2012-10-231-42/+11Star
* include/sysfs: add SCSI host:channel:target:lun supportKarel Zak2012-10-231-23/+2Star