summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* lsblk: don't ask udev when --sysroot specifiedKarel Zak2018-09-111-0/+2
* lsblk: prefer MODEL from udev DBKarel Zak2018-09-101-2/+12
* Merge branch 'spelling' of https://github.com/jwilk-forks/util-linuxKarel Zak2018-08-161-1/+1
|\
| * Fix man page typosJakub Wilk2018-08-161-1/+1
* | fincore.1: add missing spaceJakub Wilk2018-08-161-1/+1
|/
* logger: add -S to the man pageKarel Zak2018-08-101-1/+1
* cal: fix --span for large numbers of monthsKarel Zak2018-08-071-6/+9
* cal: use snprintf everywhereKarel Zak2018-08-071-15/+17
* man pages: fix formatting of long lines in tablesBjarni Ingi Gislason2018-08-062-7/+19
* man pages: Remove "left" (or change to "l") in the column formats of tablesBjarni Ingi Gislason2018-08-062-4/+4
* blkid: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* lsblk: add note about --list -I <maj,...>Karel Zak2018-07-181-2/+4
* lsblk: add PATH columnKarel Zak2018-07-101-0/+6
* logger: Define SD_JOURNAL_SUPPRESS_LOCATION.YmrDtnJu2018-07-071-0/+1
* wipefs: add missing ifdefRuediger Meier2018-06-251-2/+3
* lsblk: fix ul_path_read_string() usageKarel Zak2018-06-211-1/+1
* lsblk: fix COL_SCHEDKarel Zak2018-06-211-1/+1
* lsblk: document --sysrootKarel Zak2018-06-212-0/+7
* lsblk: fix sysfs_devno_to_devname() usageKarel Zak2018-06-211-0/+1
* lsblk: follow --sysroot when read mountpointsKarel Zak2018-06-211-2/+16
* lsblk: use prefix for DM nameKarel Zak2018-06-211-4/+14
* lsblk: add --sysrootKarel Zak2018-06-211-3/+13
* lsblk: use new ul_path_* APIKarel Zak2018-06-211-94/+82Star
* lsblk: add partition table UUID and type fields.Milan Broz2018-06-191-0/+27
* wipefs: postpone BLKRRPART until all is doneKarel Zak2018-06-112-7/+56
* nls: remove translation stringsSami Kerola2018-05-282-4/+4
* man: Change the only argument to two for the two-fonts macrosBjarni Ingi Gislason2018-05-231-1/+1
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-239-37/+37
* lsblk: fix notes about RAM disksKarel Zak2018-05-151-3/+3
* lsblk: don't exclude RAM disks on --allKarel Zak2018-05-151-1/+1
* misc-utils/findmnt.8: add --pseudo and --real optionssluidfoe2018-05-101-1/+7
* misc-tools/findmnt: a few whitespace fixessluidfoe2018-05-101-3/+3
* misc-tools/findmnt: add --pseudo, --real filterssluidfoe2018-05-102-1/+22
* lslocks: add --output-all optionSami Kerola2018-05-032-0/+12
* findmnt: add --output-all optionSami Kerola2018-05-032-1/+16
* blkid: (man) add note about udev encodingKarel Zak2018-04-301-2/+7
* wipefs: use scols_column_set_json_type()Karel Zak2018-04-181-2/+10
* lslocks: use scols_column_set_json_type()Karel Zak2018-04-181-1/+27
* lslocks: add --bytes cleanup SIZE usageKarel Zak2018-04-182-7/+19
* findmnt: use scols_column_set_json_type()Karel Zak2018-04-181-2/+24
* fincore: use scols_column_set_json_type()Karel Zak2018-04-181-1/+21
* Merge branch 'rename-interactive' of https://github.com/g-raud/util-linuxKarel Zak2018-04-162-17/+122
|\
| * rename: fixup & style (no functional changes)G.raud Meyer2018-04-091-6/+5Star
| * rename: test availability of __fpurge() and fpurge()G.raud Meyer2018-04-091-1/+9
| * rename: ask(): call __fpurge() to cater for multi-byte charactersG.raud Meyer2018-04-091-1/+9
| * rename.1: describe interactive modeG.raud Meyer2018-04-091-0/+13
| * rename: ask(): print n when EOF on inputG.raud Meyer2018-04-091-3/+4
| * rename: detect tty in cbreak mode to make ask() read a single byteG.raud Meyer2018-04-091-1/+15
| * rename.1: fix warning sectionG.raud Meyer2018-04-091-3/+6
| * rename: add option --interactive to ask before overwritingG.raud Meyer2018-04-092-9/+52