summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-15/+10Star
* agetty: call uname() only when necessaryKarel Zak2016-07-201-2/+6
* agetty: fix \S usageKarel Zak2016-07-201-10/+15
* agetty: don't modify argv[] when parse speedsKarel Zak2016-06-301-2/+7
* misc: Fix various typosSebastian Rasmussen2016-05-311-4/+4
* 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
* agetty: remove atoi() from argv[] parsing [clang analyze]Karel Zak2016-03-291-7/+6Star
* 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-071-2/+2
* agetty: support \e{name} for issue fileKarel Zak2016-02-171-1/+11
* agetty: add support for \e in issue file to print \033Karel Zak2016-02-111-0/+3
* agetty: don't ignore netlink on select()Karel Zak2015-11-241-3/+9
* agetty: fix chown(3), chmod(3) and open(3) raceSami Kerola2015-11-091-5/+5
* agetty: cleanup plymouth usage [coverity scan]Karel Zak2015-08-051-3/+9