summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename: remove reference to mmv gtom man pageKarel Zak2014-06-121-1/+0Star
* libsmartcols: add debug messagesKarel Zak2014-06-063-0/+4
* build: fix some compiler warningsRuediger Meier2014-05-301-2/+0Star
* Merge branch 'uuid' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-05-272-14/+19
|\
| * uuidd: do not mix signed type and unsigned codeSami Kerola2014-05-261-2/+2
| * uuidgen: use type definitions from uuid.hSami Kerola2014-05-261-7/+4Star
| * uuidd: set options to be mutually exclusiveSami Kerola2014-05-261-3/+9
| * uuidd: ensure pid file is wrote when it is requestedSami Kerola2014-05-261-2/+4
* | cal: all output must use my_putstringRuediger Meier2014-05-271-20/+30
|/
* Merge branch 'master' of https://github.com/rudimeier/util-linuxKarel Zak2014-05-261-1/+0Star
|\