summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* blkid: simple typoPhillip Susi2013-11-081-1/+1
* blkid: escape quotes in the outputKarel Zak2013-11-071-4/+8
* cal: fix coding styleKarel Zak2013-10-221-81/+107
* cal: remove optional from short arg -wTommi Kyntola2013-10-222-3/+3
* cal: added argument option for -w|--week to display that weekTommi Kyntola2013-10-222-17/+100
* cal: added -w|--week for showing week numbersTommi Kyntola2013-10-222-29/+121
* cal: fix compiler warning on systems without term libsKarel Zak2013-10-151-2/+4
* cal: fix warning when compiled --without-ncursesKarel Zak2013-10-151-1/+1
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-1510-17/+15Star
* docs: improve formatting and wording of the getopt man pageBenno Schulenberg2013-10-141-21/+32
* docs: sort the options in the logger man page alphabeticallyBenno Schulenberg2013-10-141-31/+31
* docs: improve a bit the wording on the logger man pageBenno Schulenberg2013-10-141-13/+13
* textual: remove duplicate mention of '--help' from lsblk help textBenno Schulenberg2013-10-141-4/+3Star
* build-sys: move getopt examples to docdirKarel Zak2013-10-141-1/+1
* cal: fix gettext warningKarel Zak2013-10-111-2/+2
* cal: improve the help text and man pagePádraig Brady2013-10-112-5/+9
* textual: tag a translator comment and put it in proper placeBenno Schulenberg2013-10-081-6/+4Star
* wipefs: pluralize one messageBenno Schulenberg2013-10-081-2/+4
* mcookie: pluralize two messagesBenno Schulenberg2013-10-081-4/+6
* clean up term lib handlingMike Frysinger2013-09-301-10/+2Star
* findmnt: always allocate memory for cell valueDave Reisner2013-09-301-1/+1
* lsblk: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* lslocks: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* findmnt: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-56/+51Star
* wipefs: Also wipe superblocks with bad checksumsGabriel de Perthuis2013-09-111-1/+2
* build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak2013-08-271-1/+2
* misc: use libmnt_table reference counterKarel Zak2013-08-213-6/+8
* misc: use libmnt_cache reference countingKarel Zak2013-08-212-2/+2
* cal: set statically defined data read-onlySami Kerola2013-08-051-3/+3
* uuidd: add missing initializer [clang-analyzer]Karel Zak2013-07-091-3/+3
* lsblk: use devno to get mountpointKarel Zak2013-07-081-2/+6
* findmnt: avoid unused parameter warningKarel Zak2013-07-031-1/+5
* findmnt: make udev usage more robustKarel Zak2013-07-011-1/+8
* sd-daemon: update files taken from systemd projectSami Kerola2013-07-012-62/+52Star
* findmnt: test for fstype/options/maj:min before source and targetKarel Zak2013-06-241-8/+8
* cal: fix -y output for UTF8Karel Zak2013-06-171-8/+12
* blkid: export ID_PART_TABLE_UUIDKarel Zak2013-06-131-0/+3
* textual: improve clarity of some error messagesBenno Schulenberg2013-06-071-1/+1
* cal: fix few type mismatchesSami Kerola2013-06-071-6/+6
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-3/+3
* logger: small coding style changesKarel Zak2013-05-291-8/+7Star
* logger: cleanup usage()Karel Zak2013-05-291-15/+17
* logger: add support for --prio-prefix when logging stdinDennis H Jensen2013-05-292-4/+54
* cal: improve coding styleKarel Zak2013-05-281-45/+51
* cal: simplify colormode parsingKarel Zak2013-05-281-6/+3Star
* Merge branch 'cal-fourth' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2013-05-283-303/+325
|\
| * docs: cal: stop telling year 9999 is upper limitSami Kerola2013-05-261-1/+1
| * cal: remove arbitrary limit of maxium year being 9999Sami Kerola2013-05-261-41/+80
| * cal: use Claus Tøndering's day of the week algorithmSami Kerola2013-05-261-30/+20Star
| * cal: simplify day_in_week() calculationSami Kerola2013-05-261-7/+7