summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: sort the options in the man pages of hwclock and uuiddBenno Schulenberg2014-07-291-26/+26
* logger: fix untranslated messageKarel Zak2014-07-291-1/+1
* logger: require --{server,socket} to remote rfc542/rfc3164 logKarel Zak2014-07-291-0/+5
* logger: fix -i=ppidKarel Zak2014-07-291-2/+6
* logger: clean up strings usageKarel Zak2014-07-291-28/+38
* logger: add hostname to rfc3164 messageSami Kerola2014-07-281-3/+8
* logger: warn when --file and command line message are combinedSami Kerola2014-07-281-2/+5
* logger: improve readablity of pencode() functionSami Kerola2014-07-281-18/+16Star
* logger: make --stderr print remote server messagesSami Kerola2014-07-281-0/+4
* logger: add process --id=parent optional argumentSami Kerola2014-07-282-10/+35
* docs: add logger protocol notes to manual pageSami Kerola2014-07-281-1/+27
* logger: add rfc5424 supportSami Kerola2014-07-281-9/+110
* logger: tidy up main() by adding small functions and ctl dataSami Kerola2014-07-281-69/+95
* logger: add function pointer to choose how logging is doneSami Kerola2014-07-281-51/+54
* docs: make logger.1 facilities and levels easier to readSami Kerola2014-07-281-20/+41
* logger: refactor long if clauseSami Kerola2014-07-281-18/+16Star
* logger: do not rely only getlogin(3) telling who ran the commandSami Kerola2014-07-281-6/+14
* logger: fix indentation issuesSami Kerola2014-07-281-49/+49
* logger: ensure program writes everything to syslog file descriptorSami Kerola2014-07-281-2/+3
* mcookie: avoid format warningBernhard Voelker2014-07-281-2/+2
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-237-12/+13
* Merge branch 'rename' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-07-222-58/+105
|\
| * rename: use function pointer to select file or symlink operationSami Kerola2014-07-181-75/+67Star
| * rename: continue despite something failedSami Kerola2014-07-182-21/+71
| * rename: allow renaming in subdirectoriesSami Kerola2014-07-181-2/+7
* | Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2014-07-221-1/+1
|\ \
| * | Fix typos in user visible messagesYuri Chornoivan2014-07-031-1/+1
* | | Merge branch 'ioclt' of https://github.com/lanurmi/util-linuxKarel Zak2014-07-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typo "ioclt" in various files.Lauri Nurmi2014-07-111-1/+1
| |/
* | findmnt: more robust usage of columns[]Karel Zak2014-07-181-34/+46
* | lslocks: clean up columns[] usageKarel Zak2014-07-181-7/+8
* | lsblk: check number of used columnsKarel Zak2014-07-181-45/+59
* | lsblk: differentiate between infos[] and columns[]Karel Zak2014-07-181-3/+3
* | Merge branch 'patch-1' of https://github.com/bneijt/util-linuxKarel Zak2014-07-181-0/+1
|\ \
| * | Add missing paragraph mark before -fA. Bram Neijt2014-07-161-0/+1
* | | findmnt: fix memory leak [coverity scan]Karel Zak2014-07-171-4/+9
|/ /
* | textual: fix the usage message of killBenno Schulenberg2014-07-141-10/+10
* | Merge branch 'minor-fixes' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-07-142-7/+1Star
|\ \
| * | whereis: avoid printing uninitialized stringSami Kerola2014-07-131-2/+1Star
| * | cal: remove unnused structure and definitionSami Kerola2014-07-131-5/+0Star
| |/
* | uuidd.rc: Requires remote_fsAndreas Henriksson2014-07-141-2/+2
* | uuidd.rc: drop on-demand mode from scriptAndreas Henriksson2014-07-141-10/+1Star
* | kill: use --queue option argument as sigval integer valueSami Kerola2014-07-141-3/+1Star
* | docs: fix many wording and some formatting issues in the man page of killBenno Schulenberg2014-07-141-48/+52
* | whereis: fix missing newline on empty resultsAndreas Henriksson2014-07-141-1/+1
|/
* findmnt: simplify cache_set_targets()Karel Zak2014-07-011-12/+5Star
* findmnt: use mnt_cache_set_targets() for non-kernel tableEric Rannaud2014-07-011-0/+33
* findmnt: minimally improve wording of usage textBenno Schulenberg2014-06-301-7/+7
* findmnt: slightly improve wording and formatting in man pageBenno Schulenberg2014-06-301-5/+5
* findmnt: add --nocanonicalize to avoid realpath()Karel Zak2014-06-162-11/+29