summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nls: remove translation stringsSami Kerola2018-05-285-7/+7
* bash-completion: add swapon specifiers to completionSami Kerola2018-05-281-3/+18
* rev: move a global variable to local scopeSami Kerola2018-05-281-3/+2Star
* tests: move stderr redirection out from test expressionSami Kerola2018-05-281-1/+1
* lib/strutils: fix strnlen() fallbackKarel Zak2018-05-281-2/+2
* Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak2018-05-283-0/+20
|\
| * libblkid: udf: Fix reporting UDF 2.60 revisionPali Rohár2018-05-253-0/+20
* | libblkid: (ntfs) fix cluster size checkKarel Zak2018-05-251-1/+1
|/
* libblkid: (ntfs) enlarge cluster limit to 2MBKarel Zak2018-05-251-4/+8
* cfdisk: fix compiler warnings, follow-up 7085f1e4 (#636)Ruediger Meier2018-05-241-2/+2
* cfdisk: use uint64_t to avoid compiler warningsKarel Zak2018-05-241-11/+11
* lslogins: add -o+<COLNAME> supportKarel Zak2018-05-232-17/+20
* lslogins: add PWD-METHOD columnKarel Zak2018-05-231-1/+16
* lslogins: fix password verificationKarel Zak2018-05-231-4/+74
* man: Change the only argument to two for the two-fonts macrosBjarni Ingi Gislason2018-05-234-5/+5
* man: choom.1: Use the correct macro for the font change of one argumentBjarni Ingi Gislason2018-05-231-1/+1
* man: Use the correct macro for a font change of one argumentBjarni Ingi Gislason2018-05-2331-126/+126
* more: reorder global declarationsSami Kerola2018-05-231-48/+48
* more: remove function prototypesSami Kerola2018-05-231-998/+968Star
* lsns: remove unnecessary includeKarel Zak2018-05-171-1/+0Star
* script: fix printf format specifiersRuediger Meier2018-05-161-2/+2
* lsblk: fix notes about RAM disksKarel Zak2018-05-151-3/+3
* lsblk: don't exclude RAM disks on --allKarel Zak2018-05-151-1/+1
* iscript: s/COLS/COLUMNS/ in start messageKarel Zak2018-05-141-1/+1
* tests: update script done messagesKarel Zak2018-05-145-12/+12
* script: record exit codeKarel Zak2018-05-143-20/+38
* tests: update script headersKarel Zak2018-05-145-12/+12
* script: add more info to script headerKarel Zak2018-05-144-11/+41
* docs: add hint about scriptKarel Zak2018-05-141-0/+2
* script: cleanup done timestamp messageKarel Zak2018-05-141-6/+9
* tests: remove debug stuff from ts/script/optionsKarel Zak2018-05-141-1/+0Star
* script: use uint64_t for file sizesKarel Zak2018-05-141-2/+2
* script: add the -o/--output-limit option. Fix race test.Fred Mora2018-05-146-7/+58
* bash-completion: add findmnt --real --pseudoKarel Zak2018-05-111-0/+2
* 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
* Merge branch 'output-all' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2018-05-1033-7/+146
|\
| * zramctl: add --output-all optionSami Kerola2018-05-033-1/+14
| * swapon: add --output-all optionSami Kerola2018-05-033-1/+11
| * rfkill: add --output-all optionSami Kerola2018-05-033-1/+15
| * partx: add --output-all optionSami Kerola2018-05-033-1/+12
| * lsns: add --output-all optionSami Kerola2018-05-033-0/+13
| * lsmem: add --output-all optionSami Kerola2018-05-033-1/+12
| * lslogins: add --output-all optionSami Kerola2018-05-033-0/+11
| * lslocks: add --output-all optionSami Kerola2018-05-033-0/+13
| * lscpu: add --output-all optionSami Kerola2018-05-033-0/+16
| * losetup: add --output-all optionSami Kerola2018-05-033-1/+12
| * findmnt: add --output-all optionSami Kerola2018-05-033-1/+17
* | Merge branch 'fixes' of https://github.com/yontalcar/util-linuxKarel Zak2018-05-103-2/+4
|\ \