aboutsummaryrefslogtreecommitdiffstats
path: root/misc-utils
AgeCommit message (Expand)AuthorFilesLines
2016-12-05docs: kill(1): Wording fixMichael Kerrisk1-1/+1
2016-12-05docs: kill(1): Formatting fixesMichael Kerrisk1-2/+7
2016-12-05docs: kill(1): Rework notes on thread groupsMichael Kerrisk1-18/+15
2016-12-05docs: kill(1): Add more detail on use of SIGTERM vs SIGKILLMichael Kerrisk1-3/+11
2016-12-05docs: kill(1): Fix section reference for sigqueue(3) and add to SEE ALSOMichael Kerrisk1-1/+2
2016-12-05docs: various pages: Use "system call" not "syscall"Michael Kerrisk1-2/+2
2016-12-01misc: fix typos using codespellRuediger Meier1-1/+1
2016-11-30misc: spelling, always use "cannot" instead of "can not"Ruediger Meier1-1/+1
2016-11-29Replace reference to sigvec(2) with sigaction(2)Michael Kerrisk (man-pages)1-1/+1
2016-11-29Fix formatting errors in page cross referencesMichael Kerrisk (man-pages)1-1/+1
2016-11-29Fix section number in lockf() page xrefMichael Kerrisk (man-pages)1-1/+1
2016-11-29Place SEE ALSO entries in orderMichael Kerrisk (man-pages)7-10/+10
2016-11-02lsblk: add note about --sort and --list relationKarel Zak1-1/+1
2016-11-02lsblk: sort by MAJ:MIN by defaultKarel Zak1-0/+5
2016-10-26misc: fix unsigned int usage for ctype.h functionsKarel Zak1-1/+1
2016-10-24Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2-3/+3
2016-10-21getopt: be sure that options array is terminatedKarel Zak1-8/+11
2016-10-20Fix minor typosYuri Chornoivan2-3/+3
2016-10-07cal: support abbreviated month namesKarel Zak2-4/+21
2016-10-07cal: support alone month name parameterKarel Zak2-7/+16
2016-10-07cal: cleanup man pageKarel Zak1-20/+22
2016-10-07cal: remove err message from monthname_to_number()Karel Zak1-3/+7
2016-10-05findmnt: (verify) fix mem leak [coverity scan]Karel Zak1-5/+6
2016-09-30findmnt: remove duplicate includeKarel Zak1-1/+0
2016-09-23findmnt: (verify) add docsKarel Zak2-1/+11
2016-09-23findmnt: (verify) minor changes in stringsKarel Zak1-3/+3
2016-09-23findmnt: (verify) check filesystem typeKarel Zak1-0/+198
2016-09-23findmnt: (verify) add swaparea verificationKarel Zak1-2/+30
2016-09-23findmnt: (verify) add options verificationKarel Zak1-1/+23
2016-09-23findmnt: (verify) add source verificationKarel Zak2-8/+85
2016-09-23findmnt: add --verify and --verboseKarel Zak4-42/+283
2016-09-07libsmartcols: support LIBSMARTCOLS_DEBUG_PADDING=onKarel Zak2-0/+4
2016-08-16include/closestream: define exit codesKarel Zak2-1/+3
2016-08-14kill: remove pid command-name to option aliasSami Kerola2-9/+0
2016-08-08uuidd: remove unnecessary pidpile path variableSami Kerola1-5/+2
2016-08-02Merge branch 'getopt' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2-32/+60
2016-07-27getops: improve getopt-parse.bash exampleSami Kerola2-32/+60
2016-07-21misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola1-7/+7
2016-07-21libmount, look: remove dead code [oclint]Sami Kerola1-2/+0
2016-07-21logger: simplify if clause [oclint]Sami Kerola1-24/+24
2016-07-21misc: simplify if clauses [oclint]Sami Kerola3-11/+6
2016-07-19logger: remove trailing spaces when outputing to journalSami Kerola1-5/+2
2016-07-01lslocks: add --noinaccessibleKarel Zak2-27/+45
2016-06-21logger: be more precise about --port descriptionKarel Zak1-1/+1
2016-06-09cal: cleanup non-ncurses buildKarel Zak1-12/+17
2016-06-02lsblk: improve support for nvmeKarel Zak1-1/+5
2016-05-31misc: Fix various typosSebastian Rasmussen9-19/+19
2016-05-31docs: Fix various typosSebastian Rasmussen3-5/+5
2016-05-31cal: support timestampsKarel Zak2-1/+28
2016-05-31cal: allow to specify month by nameKarel Zak2-2/+34
2016-05-25lsblk: use ID_WWN_WITH_EXTENSION is possibleKarel Zak1-1/+6
2016-05-20Merge branch 'cal04'Karel Zak1-4/+4
2016-05-20man pages: fix spacing between man page name & section numberMike Frysinger2-2/+2
2016-05-18cal: use %04d for yearKarel Zak1-4/+4
2016-05-16logger: add man page note about the default --tagKarel Zak1-0/+2
2016-04-22getopt: keep pointer to 'name' in control structKarel Zak1-10/+7
2016-04-20getopt: fix memory leaks and integer overflows [ASAN & valgrind]Sami Kerola1-7/+18
2016-04-13wipefs: force GPT detectionKarel Zak1-2/+2
2016-04-06rename: add example to the man pageKaligule1-0/+9
2016-04-04getopt: make sure setprogname provided by non-Linux systemKarel Zak1-1/+1
2016-03-17docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg1-2/+2
2016-03-16uuidd: correct the wording of an error messageBenno Schulenberg1-1/+1
2016-03-16mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2-3/+2
2016-03-16logger: correct the grammar of an error messageBenno Schulenberg1-1/+1
2016-03-14logger: fix memory leak [ASAN and valgrind]Sami Kerola1-1/+3
2016-03-10logger: keep man page consistent and use \- everywhereKarel Zak1-8/+8
2016-03-10misc: remove duplicate includesKarel Zak1-1/+0
2016-03-09look: consider blanks as directory charactersKarel Zak2-11/+11
2016-03-09Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak1-2/+2
2016-03-09findmnt: improve formatting and wording of the man pageBenno Schulenberg1-30/+31
2016-03-09cal: remove libtermcap arguments to my_tgetstr()Sami Kerola1-3/+3
2016-03-08logger: fix compiler warning, const facilitynamesRuediger Meier1-2/+2
2016-03-08Revert "include sysmacros.h where used"Karel Zak3-3/+0
2016-03-08include sysmacros.h where usedMike Frysinger3-0/+3
2016-03-07getopt: fix -n name for BSDRuediger Meier1-2/+9
2016-03-07misc: never cast void* from malloc(3) and friendsRuediger Meier1-2/+2
2016-03-07misc: again fixing many printf format stringsRuediger Meier1-6/+6
2016-03-07wipefs, sfdisk: include libgen.h for basename(3p)Ruediger Meier1-1/+5
2016-03-07lib: remove openat fallback functions (include/at.h)Ruediger Meier2-12/+5
2016-03-07misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy1-1/+6
2016-02-29build-sys: remove duplicate cal sourcesRuediger Meier1-9/+1
2016-02-29misc: fix some includesRuediger Meier2-1/+1
2016-02-26logger: use SCM_CREDENTIALS on LINUX onlyRuediger Meier1-0/+4
2016-02-24Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2-3/+5
2016-02-24findmnt: use scols_table_print_range() for --pollKarel Zak1-1/+2
2016-02-24logger: always update header when writing stdin lineKarel Zak1-2/+11
2016-02-23misc: fix compiler warnungs (unsigned/signed)Ruediger Meier1-1/+1
2016-02-23build-sys: always add AM_CFLAGSRuediger Meier1-1/+2
2016-02-23build-sys: always use global LDADDRuediger Meier1-1/+2
2016-02-18lib: define LOGIN_NAME_MAX fallbackRuediger Meier1-4/+0
2016-02-18lib: rename strmode() and setmode()Ruediger Meier2-2/+2
2016-02-12misc-utils: build test_uuidd only if BUILD_UUIDDRuediger Meier2-0/+344
2016-02-03docs: fix typos found by codespellRuediger Meier2-2/+2
2016-01-26build-sys: remove libtermcap supportSami Kerola2-51/+11
2016-01-22lsblk: remove useless warningsKarel Zak1-5/+5
2016-01-12libblkid: use internally uint64_t for offsets and sizesKarel Zak1-3/+3
2016-01-12lsblk: use unsigned type for SIZEKarel Zak1-1/+1
2016-01-06lib/tty: Pass default width to get_terminal_width()Boris Egorov2-9/+3
2015-12-11wipefs: Allow b to be used as the short option for backupBill Pemberton1-1/+1
2015-12-10lsblk: tiny man page update for --sortKarel Zak1-1/+1
2015-12-10lsblk: allow to --sort by hidden columnKarel Zak1-2/+8
2015-11-27namei: move icache to lib/Karel Zak2-99/+14
2015-11-25lslocks: use stuff from lib/procutilsKarel Zak1-23/+2
2015-11-09logger: sort the options in the manpage alphabeticallyBenno Schulenberg1-47/+46
2015-11-09logger: improve grammar and formatting of the manpageBenno Schulenberg1-50/+53
2015-11-06logger: shadow declarationSami Kerola1-7/+7
2015-11-05Merge branch 'cal-span' of https://github.com/Deiz/util-linuxKarel Zak2-8/+21
2015-10-29logger: remove unnecessary commentKarel Zak1-1/+1
2015-10-29logger: use --id as local socket credentialsKarel Zak2-0/+36
2015-10-27logger: use iovec for all messageKarel Zak1-20/+45
2015-10-27logger: use iovec and sendmsg() to send messageKarel Zak1-11/+19
2015-10-15mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2-1/+12
2015-10-09cal: Add --span optionDeiz2-8/+18
2015-10-09cal: Track date span independently from months_in_rowDeiz1-1/+4
2015-10-09uuidd: add debug message for timeoutKarel Zak1-2/+5
2015-10-09build-sys: use REALTIME_LIBSKarel Zak1-1/+1
2015-10-09uuidd: use cxt->quietKarel Zak1-7/+6
2015-10-09uuidd: fix compiler warning [-Wsign-compare]Karel Zak1-1/+3
2015-10-09uuidd: fix shadow declarationSami Kerola1-5/+5
2015-10-09uuidd: use signalfd() and setup_timer()Sami Kerola2-41/+98
2015-10-09blkid, uuidd, uuidgen: assume getopt.h and getopt.h are availableSami Kerola3-22/+0
2015-10-09uuidd: slice up the usage text and normalize its layoutSami Kerola1-19/+17
2015-10-06logger: fix messages separation on UNIX socketKarel Zak1-11/+23
2015-10-02uuidd: improve socket activation error messagingSami Kerola1-3/+11
2015-10-01logger: add --sd-id and -sd-paramKarel Zak3-18/+276
2015-09-07logger: improve logger --journald man page exampleMichal Schmidt1-1/+7
2015-08-31cal: check biggest week number correctly when highlightingSami Kerola1-1/+1
2015-08-31cal: replace magic constants with symbolical valuesSami Kerola1-32/+41
2015-08-31cal: correct gregorian week numberingSami Kerola1-18/+15
2015-08-31lsblk: fix resource leak [coverity scan]Andreas Henriksson1-1/+3
2015-08-14Fix typos in --targetFrederick Grose1-4/+4
2015-08-05logger: improve readability [smatch scan]Karel Zak1-5/+5
2015-08-03lslocks: slice up the recently modified usage textBenno Schulenberg1-8/+10
2015-07-31lsblk: Display mountpoint even for top-level deviceMilan Broz1-2/+1
2015-07-29mcookie: fix -f usage [clang analyze]Karel Zak1-3/+2
2015-07-29logger: Add support to logger for RFC6587 octet countingAlex Bligh2-7/+22
2015-07-20logger: do not exit when socket errors are not enforcedSami Kerola1-4/+5
2015-07-03kill: Add verbose to man page.Raghavendra D Prabhu1-0/+3
2015-06-29getopt: use $(...) command substitution in example script [shellcheck]Sami Kerola1-2/+2
2015-06-25libblkid/whereis: simplify some conditions [cppcheck]Boris Egorov1-1/+1
2015-06-25rename: allow full-path renamesAndreas Henriksson1-2/+3
2015-06-25cal: correct the man page: the reformation eliminated eleven days, not tenBenno Schulenberg1-7/+7
2015-06-24logger: add note about kern->user conversionKarel Zak1-1/+1
2015-06-05lslocks: add --jsonKarel Zak2-2/+23
2015-06-05findmnt: add --jsonKarel Zak2-4/+18
2015-06-04lsblk: add --jsonKarel Zak2-2/+17
2015-06-02lsblk.8: Fix description of output formatStanislav Brabec1-2/+2
2015-05-29lsblk: use internally sysfs devnamesKarel Zak1-5/+4
2015-05-28lib/sysfs: rename devname functions, cleanupKarel Zak1-8/+11
2015-05-26Fix /sys to /dev node name translationStanislav Brabec1-0/+1
2015-05-21blkid: another hint to the man pageKarel Zak1-2/+3
2015-05-21blkid: be more precise in the man pageKarel Zak1-5/+9
2015-05-21blkid: don't ignore info about partitions on non-formated devicesKarel Zak1-15/+0
2015-05-18cal: fix January 1753 week number printoutSami Kerola1-1/+1
2015-04-22lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak3-15/+21
2015-04-09logger: --stderr and --no-act turn "auto-errors" onRuediger Meier1-3/+2
2015-04-07cal: add -Y and -n <num>Max Klinger2-100/+107
2015-04-07whereis: trivial spelling and grammar fixMike Place1-3/+3
2015-04-07logger: fix memory leaksSami Kerola1-1/+2
2015-04-07logger: generate header when reading message from stdinPatrick Plagwitz1-7/+7
2015-04-01lsblk: don't ignore dependences for partitioned deviesKarel Zak1-2/+3
2015-04-01lsblk: follow kernel for inverse treeKarel Zak1-1/+3
2015-04-01lsblk: add debug supportKarel Zak1-11/+76
2015-03-23logger: fix LOGGER_TEST_TIMEOFDAY checkKarel Zak1-1/+1
2015-03-19findmnt: add --mountpoint command line optionKarel Zak2-12/+34
2015-03-16logger: add -DTEST_LOGGERKarel Zak2-6/+55
2015-03-16logger: add --no-act for testingKarel Zak2-14/+37
2015-03-16logger: fix rfc5424 format crashKarel Zak1-1/+2
2015-03-16logger: use errx() when checking user inputSami Kerola1-2/+2
2015-03-16logger: check xgethostname() return valueSami Kerola1-7/+10
2015-03-16logger: tidy few indentation issuesSami Kerola1-57/+58
2015-03-16logger: Fix use of errno after strtol() without zeroing firstStef Walter1-0/+1
2015-03-13logger: use xstrdup()Karel Zak1-4/+4
2015-03-12cal: care about setuprterm() resultKarel Zak1-21/+38
2015-03-11logger: small change in usage()Karel Zak1-1/+1
2015-03-10logger man page: fix typoRainer Gerhards1-1/+1
2015-03-10logger: add --msgid option, permits to set RFC5424 MSGID fieldRainer Gerhards2-4/+19
2015-03-10logger: fix multiple format bugs in rfc5424 formatterRainer Gerhards1-21/+57
2015-03-10findmnt: don't rely on st_dev for --targetKarel Zak2-10/+16
2015-03-10logger: check for ntp_gettime() rather than for timex.hKarel Zak1-4/+3
2015-03-10logger: add --skip-empty-lines to prevent logging empty linesRainer Gerhards2-3/+19
2015-03-10logger man page: update --size docRainer Gerhards1-4/+7
2015-03-10logger: bugfix: missing sanity checks with --prio-prefix optionRainer Gerhards1-37/+48
2015-03-10logger: refactor message generationRainer Gerhards1-44/+47
2015-03-10logger: permit to send messages larger than 1024 charactersRainer Gerhards2-7/+31
2015-03-06Merge branch 'logger-man-syslog-routine' of https://github.com/rgerhards/util...Karel Zak1-3/+3
2015-03-06logger man page: bump man page date to currentRainer Gerhards1-1/+1
2015-03-06logger man page: fix some "syslog(3) routine" remnantsRainer Gerhards1-2/+2
2015-03-06Merge branch 'logger-fix-tcp-framing' of https://github.com/rgerhards/util-linuxKarel Zak1-13/+27
2015-03-06logger: use username as the default tagKarel Zak1-1/+1
2015-03-06logger: bugfix: tcp syslog framing is broken, -T unusableRainer Gerhards1-0/+15
2015-03-06logger: refactor the way output is writtenRainer Gerhards1-13/+12
2015-03-06logger: remove "interface to syslog(3)" from man pageKarel Zak1-5/+1
2015-03-06Merge branch 'logger-kernel-regression' of https://github.com/rgerhards/util-...Karel Zak1-1/+3
2015-03-06logger: fix whitespace and compiler warning [-Wunused-variable]Karel Zak1-2/+1
2015-03-06Merge branch 'logger-fix-local-timestamp' of https://github.com/rgerhards/uti...Karel Zak1-13/+29
2015-03-06logger: add commentKarel Zak1-1/+1
2015-03-05logger: fix -p kern.* priority is accepted regressionRainer Gerhards1-0/+2
2015-03-05logger: messages are logged with kern.* priority by defaultRainer Gerhards1-1/+1
2015-03-05logger: fix invalid timestamp regression in local formatRainer Gerhards1-13/+29