summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* script: always write stat and done message to typescript fileKarel Zak2017-04-182-6/+6
* fix the position of newline in the time output of 'script'Rui Zhao (renyuneyun)2017-04-141-4/+9
* script: don't call strftime() if not necessaryKarel Zak2017-04-131-2/+3
* Merge branch 'script_quiet' of https://github.com/renyuneyun/util-linuxKarel Zak2017-04-131-1/+2
|\
| * script: fix start message showing in output file when -q is onRui Zhao (renyuneyun)2017-04-051-1/+2
* | agetty: various man-page fixesJ William Piggott2017-04-101-24/+36
* | agetty: fix login-options desc in man pageKarel Zak2017-04-051-4/+4
|/
* docs: improve agetty.8 manual pageSami Kerola2017-04-031-61/+68
* agetty: make --remote to forward --nohostname as -H to loginSami Kerola2017-04-032-5/+12
* agetty: remove variable that is set but not readSami Kerola2017-04-011-7/+2Star
* agetty: fix typoKarel Zak2017-03-271-1/+1
* agetty: fix characters reorder in login promptKarel Zak2017-03-271-12/+34
* setterm: fix bitfield warning [smatch]Sami Kerola2017-02-281-1/+1
* agetty: fix a memory leak when parsing \S in issue filesMatthias Gerstner2017-02-271-0/+3
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-204-46/+46
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* 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