summaryrefslogtreecommitdiffstats
path: root/term-utils
Commit message (Expand)AuthorAgeFilesLines
* wall: don't use gid_t when allocate grounps arrayKarel Zak2017-06-141-1/+1
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* wall: fix OSX getgrouplist, gid_t* vs int*Karel Zak2017-06-141-1/+7
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+2
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* text-utils: use proper paths to term.hKarel Zak2017-05-301-9/+6Star
* wall: make sure with not referencing a null pointerKarel Zak2017-05-291-0/+3
* 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