summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lsblk: fix compiler warningSami Kerola2014-10-011-4/+4
* include: fix compiler warningsSami Kerola2014-10-012-6/+6
* libuuid: remove _SVID_SOURCE pre-processor definitionSami Kerola2014-10-011-6/+0Star
* textual: use usage() text element macrosSami Kerola2014-10-0114-46/+35Star
* textual: use manual tail usage() macroSami Kerola2014-10-0119-7/+19
* textual: use version printing macro everywhereSami Kerola2014-10-0121-44/+22Star
* flock: add error message to translationsSami Kerola2014-10-011-1/+1
* textual: fix couple typos in commentsSami Kerola2014-10-013-3/+3
* hexdump: remove deprecation messageSami Kerola2014-10-011-6/+1Star
* docs: update deprecation bannersSami Kerola2014-10-016-18/+36
* swapon: align available columns section in usage()Sami Kerola2014-10-011-1/+1
* cfdisk: don't modify ncurses LINES and COLSKarel Zak2014-10-011-29/+37
* su: print proper core dump message when killedpcpa2014-10-011-3/+2Star
* tests: fix the ipcs test for shmall being too big to showKarel Zak2014-10-011-1/+1
* libmount: don't return root if path contains // or ending /Søren Holm2014-10-011-1/+1
* textual: there may be no space between option and optional =argBenno Schulenberg2014-10-011-8/+8
* textual: angular brackets around a non-literal argument, singularBenno Schulenberg2014-10-013-4/+7
* textual: grammarize another error messageBenno Schulenberg2014-10-011-1/+1
* textual: using angular brackets around individual argumentsBenno Schulenberg2014-10-011-10/+10
* textual: grammarize an error messageBenno Schulenberg2014-10-011-2/+2
* textual: not using angular brackets around literal argumentsBenno Schulenberg2014-10-011-1/+1
* textual: add a comma for clarity, plus some other tweaksBenno Schulenberg2014-10-011-4/+4
* textual: use a somewhat clearer and more standard failure messageBenno Schulenberg2014-10-011-1/+1
* textual: "ambivalent" applies to intentions, "ambiguous" to resultsBenno Schulenberg2014-10-011-1/+1
* textual: use angular brackets around each individual argumentBenno Schulenberg2014-10-011-1/+3
* lslogins: free after error [coverity scan]Karel Zak2014-09-261-1/+3
* lslogins: cleanup after error [coverity scan]Karel Zak2014-09-261-3/+4
* mount: improve --move docsKarel Zak2014-09-251-1/+1
* Merge branch 'misc' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-09-2217-817/+631Star
|\
| * textual: share crypt() error message in sulogin and newgrpSami Kerola2014-09-191-1/+1
| * newgrp: avoid use of obsolete getpass() functionSami Kerola2014-09-191-1/+47
| * newgrp: use libc function to read gshadow if it is availableSami Kerola2014-09-192-0/+12
| * setarch: use personality() system call when it is availableSami Kerola2014-09-191-4/+6
| * setarch: reindent codeSami Kerola2014-09-191-259/+248Star
| * hwclock: remove referal to deprecated keyboard interfaceSami Kerola2014-09-194-186/+1Star
| * eject: make open_device() and select_speed() to use struct eject_controlSami Kerola2014-09-191-29/+25Star
| * eject: add struct eject_control to remove global variablesSami Kerola2014-09-191-196/+198
| * mountpoint: simplify if statementSami Kerola2014-09-191-14/+11Star
| * mkfs.minix: fix couple compiler warningsSami Kerola2014-09-191-6/+10
| * mountpoint: add struct mountpoint_controlSami Kerola2014-09-191-45/+41Star
| * last: improve code readability by renaming variable namesSami Kerola2014-09-191-11/+14
| * last: make is_phantom() when kernel config does not include audit supportSami Kerola2014-09-191-9/+19
| * lib: remove xgetpass()Sami Kerola2014-09-194-54/+0Star
| * include: simplify fputc_careful() in carefulputc.hSami Kerola2014-09-191-10/+6Star
| * libuuid: add extern qualifiers to uuid/uuid.h system headerSami Kerola2014-09-191-15/+15
* | Merge branch 'renice' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-09-221-56/+55Star
|\ \
| * | renice: reorder usage() option descriptionsSami Kerola2014-09-191-6/+7
| * | rename: add getpriority() message lookup tableSami Kerola2014-09-191-13/+14
| * | renice: fix numeric uid argument parsingSami Kerola2014-09-191-4/+6
| * | renice: avoid having same lines of code twiceSami Kerola2014-09-191-16/+16