summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* term-utils/script: fix typo leading to syntax errorBert van Hall2017-01-181-1/+1
* build-sys: use -lm for scriptreplay if necessaryKarel Zak2017-01-181-1/+1
* Merge branch 'setterm' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-01-042-1/+118
|\
| * setterm: add --resize optionSami Kerola2016-12-292-1/+118
* | agetty: fix ifdef typoRuediger Meier2016-12-211-1/+1
|/
* Use --help suggestion on invalid optionKarel Zak2016-12-196-7/+7
* docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu2016-12-198-8/+8
* docs: various pages: Use 'UID" and "GID", not "uid" and "gid" in man pagesMichael Kerrisk2016-12-091-1/+1
* docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)Michael Kerrisk2016-12-091-1/+2
* docs: various pages: Format pathnames as italic (.I)Michael Kerrisk2016-12-091-5/+5
* wall: remove unnecessary includeKarel Zak2016-12-081-1/+0Star
* agetty: re-add utmp.h for Debian GNU/kFreeBSDRuediger Meier2016-12-071-1/+7
* login-utils: switch to utmpx.hRuediger Meier2016-12-073-28/+28
* agetty: remove obsolete HAVE_UPDWTMP fallbackRuediger Meier2016-12-071-20/+1Star
* login-utils: avoid using the defined utmp sizes.Ruediger Meier2016-12-071-1/+1
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-071-4/+0Star
* wall: check -g GIDKarel Zak2016-12-021-1/+7
* wall: add --group optionJim Patterson2016-12-022-1/+82
* misc: spelling, always use "cannot" instead of "can not"Ruediger Meier2016-11-302-2/+2
* Place SEE ALSO entries in orderMichael Kerrisk (man-pages)2016-11-293-5/+5
* 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