summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
Commit message (Expand)AuthorAgeFilesLines
* Remove isascii usageRosen Penev2019-08-081-1/+2
* agetty: simplify code in dolog() preprocessor blocksSami Kerola2019-07-241-26/+20Star
* agetty: Remove superfluous fflush()Stanislav Brabec2019-06-211-2/+0Star
* agetty: Switch to 8-bit processing in get_logname() for UTF-8 terminalsStanislav Brabec2019-03-041-1/+1
* agetty: Fix input of non-ASCII characters in get_logname()Stanislav Brabec2019-03-041-2/+0Star
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* agetty: Return old behavior with empty lognameStanislav Brabec2018-11-211-1/+1
* agetty: fix output of escaped charactersChristian Hesse2018-11-121-1/+1
* agetty: fix portability issuesSamuel Thibault2018-11-121-1/+5
* agetty: when logname is erased, re-enable reloadsStanislav Brabec2018-10-311-0/+3
* agetty: don't put the VC into canonical modeLubomir Rintel2018-10-221-8/+18
* agetty: don't use __u32Karel Zak2018-10-111-1/+1
* agetty: make output more robustKarel Zak2018-10-111-1/+6
* agetty: cleanup issue output change, remove boolKarel Zak2018-10-111-16/+14Star
* agetty: move all issue variables to structKarel Zak2018-10-111-79/+101
* agetty: Reload only if it is really neededStanislav Brabec2018-10-111-41/+100
* agetty: Watch only protocol requested by issue escapesStanislav Brabec2018-10-111-5/+14
* agetty: rename variable changed to triggeredStanislav Brabec2018-10-111-5/+5
* agetty: cleanup code to copy to log stringsKarel Zak2018-10-031-5/+5
* agetty: keep c_iflags unmodified on --autologinKarel Zak2018-06-061-4/+13
* agetty: Fix a use of uninitialised memory in an agetty error path.Steven Smith2017-11-211-6/+19
* agetty: add support for /etc/issue.dKarel Zak2017-11-071-22/+148
* agetty: remove unused flagKarel Zak2017-11-061-2/+1Star
* agetty: fix /etc/os-release parsingKarel Zak2017-10-051-0/+6
* agetty: keep returns in main()Karel Zak2017-08-071-3/+3
* agetty: fix invalid usage crashSami Kerola2017-08-051-2/+2
* agetty: add compile time features to --version outputSami Kerola2017-08-051-1/+45
* agetty: add --list-speeds optionSami Kerola2017-08-051-0/+15
* agetty: remove dead DO_DEVFS_FIDDLING code segmentSami Kerola2017-08-051-39/+0Star
* agetty: fix --login-pause logicKarel Zak2017-07-311-2/+1Star
* agetty: print /etc/issue on --skip-loginKarel Zak2017-07-101-1/+4
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-1/+1
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-7/+9
* agetty: fix login name DEL/CTRL^U issueKarel Zak2017-06-231-55/+15Star
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+2
* agetty: make --remote to forward --nohostname as -H to loginSami Kerola2017-04-031-3/+6
* 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
* agetty: fix a memory leak when parsing \S in issue filesMatthias Gerstner2017-02-271-0/+3
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-35/+35
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* agetty: fix ifdef typoRuediger Meier2016-12-211-1/+1
* agetty: re-add utmp.h for Debian GNU/kFreeBSDRuediger Meier2016-12-071-1/+7
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-13/+13
* agetty: remove obsolete HAVE_UPDWTMP fallbackRuediger Meier2016-12-071-20/+1Star
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-071-4/+0Star
* 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