summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cal: add option to set Gregorian reform dateJ William Piggott2018-01-161-4/+49
* | cal: move REFORMATION_YEAR to control structJ William Piggott2018-01-151-37/+49
* | include/debug: don't print pointer address for SUID programsKarel Zak2018-01-122-0/+5
* | rename.1: fix typo, where -> wereKenyon Ralph2017-12-231-1/+1
* | cal: fix multi-byte comment, explain in better wayKarel Zak2017-12-181-13/+17
* | whereis: fix typo in debug messageKarel Zak2017-12-141-1/+1
* | Revert "cal: simplify leap year rule"Karel Zak2017-12-141-1/+5
* | cal: explain magic values for day of week calculationKarel Zak2017-12-131-8/+16
* | fincore: fix a typo in fincore.1Masatake YAMATO2017-12-131-1/+1
* | mcookie: properly initialize hashKarel Zak2017-12-121-0/+1
* | lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-7/+7
* | rename: use access(3) to check if a file existsSami Kerola2017-12-041-2/+1Star
* | man: use long options in text and add example to uuidgenSami Kerola2017-11-281-7/+9
* | misc: fix typosSami Kerola2017-11-281-1/+1
|/
* lsblk: add hint about perms to man pageKarel Zak2017-11-221-1/+3
* cal: simplify leap year ruleKarel Zak2017-11-131-5/+1Star