summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'patch-1' of https://github.com/aner-perez/util-linuxKarel Zak2017-09-151-1/+1
|\
| * Example for renaming foo? does not work as describedAner Perez2017-09-141-1/+1
* | uuidparse:fix stack-buffer-overflow [asan]Karel Zak2017-09-151-3/+2Star
* | misc: cleanup UUID_STR_LEN definitionsKarel Zak2017-09-151-2/+0Star
* | logger: make stdin parsing more friendly to static analyzersKarel Zak2017-09-151-0/+2
|/
* lsblk: small man page change in return codes descriptionKarel Zak2017-09-071-1/+1
* uuidgen: add more details to man pageKarel Zak2017-09-051-1/+3
* uuidgen: add support for hash-based UUIDsPhilip Prindeville2017-09-052-9/+162
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-053-5/+2Star
* wipefs: cleanup offsets list usage, fix -t filterKarel Zak2017-08-311-110/+99Star
* look: use WORDLIST environment variable to find word listSami Kerola2017-08-212-1/+10
* uuidparse: nil uuid have all bits set to zeroSami Kerola2017-08-051-1/+4
* build: use --runstatedir instead of --localstatedirAndreas Henriksson2017-07-314-6/+6
* whereis: include native multiarch path in lib search pathsAndreas Henriksson2017-07-311-0/+5
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2919-37/+37
* Merge branch 'path-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-291-2/+1Star
|\
| * misc: avoid some dead initialization warningsRuediger Meier2017-06-291-2/+1Star
* | uuidgen: improve --helpKarel Zak2017-06-291-6/+4Star
* | wipefs: improve --helpKarel Zak2017-06-291-23/+19Star
* | wipefs: use libsmartcolsKarel Zak2017-06-293-48/+250
* | uuidparse: se JSON table name on -JKarel Zak2017-06-291-1/+4
* | wipefs: try another magic strings on -o and -tKarel Zak2017-06-281-4/+20
* | wipefs: add control structKarel Zak2017-06-281-66/+64Star
* | wipefs: don't do step-back if <type> does not matchKarel Zak2017-06-281-5/+14
* | wipefs: print all signature permutationsKarel Zak2017-06-282-8/+8
|/
* Merge branch 'help-description' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-2719-40/+21Star
|\
| * misc: consolidate all --help option descriptionsRuediger Meier2017-06-273-6/+4Star
| * misc: introduce print_usage_help_options()Ruediger Meier2017-06-2717-34/+17Star
* | uuidparse: fix getopt crashRuediger Meier2017-06-261-0/+1
|/
* Merge branch 'usage-part2' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-2617-86/+104
|\
| * misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-269-27/+36
| * misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-261-4/+4
| * misc: never use usage(stderr)Ruediger Meier2017-06-264-19/+28
| * misc: never use usage(ERROR)Ruediger Meier2017-06-262-11/+13
| * flock, getopt: write --help to stdout and return 0Ruediger Meier2017-06-261-25/+23Star
* | uuidparse: add new commandSami Kerola2017-06-263-0/+431
|/
* misc: consolidate usage() "Available columns"Karel Zak2017-06-263-3/+3
* Merge branch '170622' of github.com:jwpi/util-linuxKarel Zak2017-06-261-2/+1Star
|\
| * include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-2/+1Star
* | Merge branch 'fix-exit-codes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-262-3/+6
|\ \
| * | misc: fix xalloc.h related exit codesRuediger Meier2017-06-221-0/+2
| * | lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-1/+2
| * | misc: fix some broken exit codesRuediger Meier2017-06-221-2/+2
| |/
* | misc: no more errtryh()Ruediger Meier2017-06-251-11/+14
* | whereis: add --help and --versionRuediger Meier2017-06-222-13/+41
* | blkid: use errtryhelp instead of errtryhRuediger Meier2017-06-221-4/+4
* | uuidd: remove unused defineRuediger Meier2017-06-221-6/+0Star
|/
* wipefs: exit on failed eraseKarel Zak2017-06-211-1/+1
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-142-5/+5