summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-076-21/+21
* textual: harmonize some loop-device error messagesBenno Schulenberg2013-06-071-6/+6
* mount: (deprecated) fix typo tailed->failedYuri Chornoivan2013-06-071-1/+1
* su: fix exit status if terminated by signalOndrej Oprala2013-06-072-15/+50
* docs: improve grammar and consistency of comments in login.cBenno Schulenberg2013-06-071-85/+77Star
* textual: tiny alphabetical and grammatical tweakBenno Schulenberg2013-06-071-1/+1
* textual: standardize the spelling of "superuser"Benno Schulenberg2013-06-074-6/+6
* textual: standardize synopsis for login, and improve an error messageBenno Schulenberg2013-06-071-2/+2
* runuser: update man page, add note about -l vs. -pKarel Zak2013-06-071-0/+1
* login: use TCSANOW to remove HUPCLKarel Zak2013-06-051-2/+2
* agetty: don't remove ECHOCTL from c_lflagKarel Zak2013-06-031-4/+2Star
* agetty: update man page and usage()Karel Zak2013-06-032-22/+23
* libmount: more robust options string parsingKarel Zak2013-05-302-2/+4
* su: ignore --preserve-environment, it's mutually exclusive to --loginKarel Zak2013-05-292-0/+6
* 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-2812-471/+1210
|\
| * docs: cal: stop telling year 9999 is upper limitSami Kerola2013-05-261-1/+1
| * tests: check cal works when year is far in futureSami Kerola2013-05-262-0/+301
| * 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
| * cal: mark all functions staticSami Kerola2013-05-261-22/+22
| * cal: stop trimming whitespacesSami Kerola2013-05-266-354/+337Star
| * tests: add cal day color corner casesSami Kerola2013-05-262-0/+123
| * docs: cal: add --color option description to manual pageSami Kerola2013-05-261-0/+14
| * cal: add --color to usage()Sami Kerola2013-05-261-15/+14Star
| * cal: support --color[={auto,always,never}]Sami Kerola2013-05-262-3/+18
| * cal: de-duplicate julian specific functionsSami Kerola2013-05-261-74/+45Star
| * cal: remove unnecessary initializationsSami Kerola2013-05-261-7/+0Star
| * cal: simplify calendar reformat calculationsSami Kerola2013-05-261-26/+15Star
| * tests: add calendar reformation checkSami Kerola2013-05-262-0/+293
| * cal: clean up use of constantsSami Kerola2013-05-261-60/+81
| * cal: convert function like definitions to functionsSami Kerola2013-05-261-17/+28
| * cal: fix preprocessor directive indendationSami Kerola2013-05-261-42/+39Star
* | textual: fix typo in error message and uniformize their use of periodBenno Schulenberg2013-05-281-6/+6
* | getopt: add reference to /usr/share/docs to man pageKarel Zak2013-05-281-1/+4
* | lib/tty: fix get_terminal_name() usage, cleanup codeKarel Zak2013-05-281-3/+3
|/
* agetty: allow full control on CLOCAL flagKarel Zak2013-05-232-9/+49
* tests: new warning fixGilles Espinasse2013-05-211-1/+1
* util-linux minor typo fixesGilles Espinasse2013-05-212-2/+2
* build-sys: always check for setns() and unshare() libs functionsKarel Zak2013-05-211-6/+2Star
* lscpu: add virtualization typesKarel Zak2013-05-201-9/+16
* lscpu: detect more hypervisor vendorsOndrej Oprala2013-05-205-16/+356
* cfdisk: add long options to the commandSami Kerola2013-05-203-43/+70
* sfdisk: don't call BLKRRPART for non-block devicesKarel Zak2013-05-201-4/+6
* uuidd: clean up error messagesKarel Zak2013-05-152-47/+32Star