summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* rename: add example to the man pageKaligule2016-04-061-0/+9
* getopt: make sure setprogname provided by non-Linux systemKarel Zak2016-04-041-1/+1
* docs: miscellaneous tiny tweaks of man pagesBenno Schulenberg2016-03-171-2/+2
* uuidd: correct the wording of an error messageBenno Schulenberg2016-03-161-1/+1
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-162-3/+2Star
* logger: correct the grammar of an error messageBenno Schulenberg2016-03-161-1/+1
* logger: fix memory leak [ASAN and valgrind]Sami Kerola2016-03-141-1/+3
* logger: keep man page consistent and use \- everywhereKarel Zak2016-03-101-8/+8
* misc: remove duplicate includesKarel Zak2016-03-101-1/+0Star
* look: consider blanks as directory charactersKarel Zak2016-03-092-11/+11
* Merge branch 'port-osx' of https://github.com/rudimeier/util-linuxKarel Zak2016-03-091-2/+2
|\
| * logger: fix compiler warning, const facilitynamesRuediger Meier2016-03-081-2/+2
* | findmnt: improve formatting and wording of the man pageBenno Schulenberg2016-03-091-30/+31
* | cal: remove libtermcap arguments to my_tgetstr()Sami Kerola2016-03-091-3/+3
* | Revert "include sysmacros.h where used"Karel Zak2016-03-083-3/+0Star
* | include sysmacros.h where usedMike Frysinger2016-03-083-0/+3
|/
* getopt: fix -n name for BSDRuediger Meier2016-03-071-2/+9
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-2/+2
* misc: again fixing many printf format stringsRuediger Meier2016-03-071-6/+6
* wipefs, sfdisk: include libgen.h for basename(3p)Ruediger Meier2016-03-071-1/+5
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-072-12/+5Star
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-1/+6
* build-sys: remove duplicate cal sourcesRuediger Meier2016-02-291-9/+1Star
* misc: fix some includesRuediger Meier2016-02-292-1/+1
* logger: use SCM_CREDENTIALS on LINUX onlyRuediger Meier2016-02-261-0/+4
* Merge branch 'ldadd-cflags-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-242-3/+5
|\
| * misc: fix compiler warnungs (unsigned/signed)Ruediger Meier2016-02-231-1/+1
| * build-sys: always add AM_CFLAGSRuediger Meier2016-02-231-1/+2
| * build-sys: always use global LDADDRuediger Meier2016-02-231-1/+2
* | findmnt: use scols_table_print_range() for --pollKarel Zak2016-02-241-1/+2
* | logger: always update header when writing stdin lineKarel Zak2016-02-241-2/+11
|/
* lib: define LOGIN_NAME_MAX fallbackRuediger Meier2016-02-181-4/+0Star
* lib: rename strmode() and setmode()Ruediger Meier2016-02-182-2/+2
* misc-utils: build test_uuidd only if BUILD_UUIDDRuediger Meier2016-02-122-0/+344
* docs: fix typos found by codespellRuediger Meier2016-02-032-2/+2
* build-sys: remove libtermcap supportSami Kerola2016-01-262-51/+11Star
* lsblk: remove useless warningsKarel Zak2016-01-221-5/+5
* libblkid: use internally uint64_t for offsets and sizesKarel Zak2016-01-121-3/+3
* lsblk: use unsigned type for SIZEKarel Zak2016-01-121-1/+1
* lib/tty: Pass default width to get_terminal_width()Boris Egorov2016-01-062-9/+3Star
* wipefs: Allow b to be used as the short option for backupBill Pemberton2015-12-111-1/+1
* lsblk: tiny man page update for --sortKarel Zak2015-12-101-1/+1
* lsblk: allow to --sort by hidden columnKarel Zak2015-12-101-2/+8
* namei: move icache to lib/Karel Zak2015-11-272-99/+14Star
* lslocks: use stuff from lib/procutilsKarel Zak2015-11-251-23/+2Star
* logger: sort the options in the manpage alphabeticallyBenno Schulenberg2015-11-091-47/+46Star
* logger: improve grammar and formatting of the manpageBenno Schulenberg2015-11-091-50/+53
* logger: shadow declarationSami Kerola2015-11-061-7/+7
* Merge branch 'cal-span' of https://github.com/Deiz/util-linuxKarel Zak2015-11-052-8/+21
|\
| * cal: Add --span optionDeiz2015-10-102-8/+18