summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flagG.raud Meyer2018-04-091-1/+5
| * rename: check source file access earlyG.raud Meyer2018-04-091-0/+12
* | lslocks: fix memory leakKarel Zak2018-04-161-1/+1
* | lslocks: add info about OFDKarel Zak2018-04-132-5/+13
* | Merge branch 'rename-fix-noact-without-nooverwrite' of https://github.com/g-r...Karel Zak2018-04-092-9/+14
|\|
| * rename: prevent --no-act from setting --no-overwriteG.raud Meyer2018-03-292-5/+7
| * rename: when --no-overwrite skip verbosily only when --verboseG.raud Meyer2018-03-271-1/+2
| * rename: consolidate printing the symlink in addition to its targetG.raud Meyer2018-03-271-1/+1
| * rename: fix/reverse the semantics of --no-overwrite in --symlink modeG.raud Meyer2018-03-272-3/+5
* | misc-utils/getopt.1: minor corrections to the manualBjarni Ingi Gislason2018-04-061-11/+13
* | lsblk: consolidate column types for JSON and qsort()Karel Zak2018-04-031-24/+47
* | namei: provide more usable error message on lstat() errorKarel Zak2018-03-271-4/+5
* | Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak2018-03-271-1/+1
|\ \ | |/ |/|
| * blkid: Encode any field which starts with LABEL in same way as LABEL fieldPali Rohár2017-11-251-1/+1
* | mcookie: (man) add note about getrandom()Karel Zak2018-03-191-2/+4
* | uuidd: cosmetic coding style changeKarel Zak2018-03-071-2/+1Star
* | uuidd: don't truncate long socket pathsRuediger Meier2018-03-071-4/+8
* | fincore: Handle large files on 32 bit without LFSTobias Stoeckmann2018-02-261-3/+2Star
* | fincore: Handle large files correctly on 32 bitTobias Stoeckmann2018-02-261-2/+2
* | lsblk: document LSBLK_DEBUG=Karel Zak2018-02-161-0/+2
* | misc: fix typos using codespellRuediger Meier2018-02-162-4/+4
* | cal: clean up man page synopsis syntaxKarel Zak2018-02-071-1/+1
* | findmnt.8: remove spurious spaces before "--tree" and "--verbose"Jakub Wilk2018-02-041-2/+2
* | cal: add ifdef TEST_CALKarel Zak2018-02-022-2/+25
* | findfs: don't include exitcodes.hKarel Zak2018-02-011-1/+0Star
* | cal: remove extra space after year outputKarel Zak2018-01-301-3/+0Star
* | cal: don't use year header for -1, -3 or -nKarel Zak2018-01-301-1/+2
* | cal: follow terminal widthKarel Zak2018-01-301-9/+19
* | cal: do not set months_in_row with -3 optionJ William Piggott2018-01-241-1/+0Star
* | cal: honor num_months when only a year argumentJ William Piggott2018-01-241-3/+6
* | cal: fix first week calculationJ William Piggott2018-01-222-7/+7
* | cal: fix week calculations for 1752J William Piggott2018-01-221-0/+3
* | cal: Use ALTMON_* correctlyRafal Luzynski2018-01-221-2/+2
* | cal: fix julian calendars for large yearsJ William Piggott2018-01-221-4/+5
* | include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-172-2/+2
* | cal: update man pageJ William Piggott2018-01-161-9/+74