summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* misc: always check setenv(3) return valueSami Kerola2016-08-121-1/+3
* agetty: move unreachable code to pre-processor #else segment [oclint]Sami Kerola2016-07-211-2/+3
* setterm: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-40/+40
* misc: simplify if clauses [oclint]Sami Kerola2016-07-212-20/+13Star
* agetty: call uname() only when necessaryKarel Zak2016-07-201-2/+6
* agetty: fix \S usageKarel Zak2016-07-201-10/+15
* write: don't use strftime()Karel Zak2016-07-141-6/+7
* lib: try to find tty in get_terminal_name()Sami Kerola2016-07-041-13/+3Star
* write: stop removing and adding /dev/ in front of tty stringSami Kerola2016-07-042-43/+39Star
* write: tell when effective gid and tty path group mismatchSami Kerola2016-07-041-2/+7
* write: improve coding styleSami Kerola2016-07-041-36/+35Star
* write: remove PUTC macroSami Kerola2016-07-041-10/+5Star
* write: make timestamp to be obviously just a clock timeSami Kerola2016-07-011-8/+9
* write: remove unnecessary utmp variablesSami Kerola2016-07-011-17/+11Star
* write: improve function and variable namesSami Kerola2016-07-011-38/+35Star
* write: add control structure to clarify what is going onSami Kerola2016-07-011-42/+54
* write: run atexit() checks at the end of executionSami Kerola2016-07-011-12/+17
* write: use xstrncpy() from strutils.hSami Kerola2016-07-011-2/+2
* write: set atime value in term_chk() only when neededSami Kerola2016-07-011-4/+4
* write: remove pointless fileno(3) callsSami Kerola2016-07-011-6/+6
* write: get rid of function prototypesSami Kerola2016-07-011-141/+132Star
* write: remove unused variableSami Kerola2016-07-011-4/+0Star
* agetty: don't modify argv[] when parse speedsKarel Zak2016-06-301-2/+7
* misc: Fix various typosSebastian Rasmussen2016-05-314-8/+8
* build-sys: add --disable-plymouth-supportKarel Zak2016-05-261-2/+5
* sulogin: agetty: use the plymouth local protocol instead the plymouth binaryWerner Fink2016-05-201-42/+6Star
* script: improve coding style and the "done" messageKarel Zak2016-05-181-7/+5Star
* setterm: remove unnecessary translation stringSami Kerola2016-05-091-8/+8
* setterm: de-duplicate color option string parsingKarel Zak2016-05-091-44/+36Star
* write: fix setuid related regressionWayne Pollock2016-05-071-7/+7
* scriptreplay: avoid re-implementing strtod_or_err()Sami Kerola2016-05-052-13/+5Star
* scriptreplay: improve error messageSami Kerola2016-05-051-2/+2
* script: check status of writes when closing outputsSami Kerola2016-04-171-2/+4
* script: avoid trying fclose(NULL)Sami Kerola2016-04-171-1/+2
* script: close file descriptors on execSami Kerola2016-04-171-6/+7
* script: use empty-slave heuristic more carefullyKarel Zak2016-04-131-24/+28
* agetty: remove atoi() from argv[] parsing [clang analyze]Karel Zak2016-03-291-7/+6Star
* script: tweak spacing and wording, and restore filling in the man pageBenno Schulenberg2016-03-171-7/+9
* agetty: tweak formatting and some wordings in the man pageBenno Schulenberg2016-03-081-52/+53
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-1/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-073-8/+8
* agetty: support \e{name} for issue fileKarel Zak2016-02-172-3/+18
* Merge branch 'compiler-warnings' of https://github.com/rudimeier/util-linuxKarel Zak2016-02-121-1/+2
|\
| * misc: fix some printf format stringsRuediger Meier2016-02-111-1/+2
* | agetty: add support for \e in issue file to print \033Karel Zak2016-02-112-0/+6
|/
* script: fix misspellingRuediger Meier2016-02-031-3/+3
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* scriptreplay/newgrp: use signed int to store return of getopt_longFilipe Brandenburger2016-01-071-1/+1
* Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-12-021-8/+14
|\
| * mesg: fix multiple racesSami Kerola2015-11-221-8/+14