summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
Commit message (Expand)AuthorAgeFilesLines
* agetty: reload issue on --autologin --login-pause tooKarel Zak2015-03-091-79/+92
* agetty: make sure that reload file existsKarel Zak2015-03-091-5/+16
* agetty: support /usr/lib/os-release tooKarel Zak2015-03-051-3/+6
* textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-3/+3
* build-sys: fix make checkincludes warningsSami Kerola2015-01-071-3/+4
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* agetty: use futimens, check for all in configure.acKarel Zak2014-11-211-7/+1Star
* agetty: fix typoKarel Zak2014-11-211-1/+1
* agetty: keep the current baud before try 9600 on serial linesKarel Zak2014-11-211-2/+4
* agetty: don't ignore TERMKarel Zak2014-11-211-2/+4
* aggety: always set default serial line speedKarel Zak2014-11-201-4/+11
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* agetty: fixing FTBFS on !linux (Debian util-linux 2.20.1-1.2)Christoph Egger2014-09-171-0/+16
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* agetty: Reprompt and reprint /etc/issue when askedStef Walter2014-07-281-12/+129
* build-sys: fixes for non-Linux systemsSamuel Thibault2014-06-191-1/+13
* agetty: Update help usage functionBenjamin Robin2014-05-181-2/+5
* agetty: Fix implementation of option --nonewline. The flag F_NONL was never set.Benjamin Robin2014-05-181-0/+3
* agetty: use the "best" interface for \4 and \6Karel Zak2014-05-131-38/+62
* agetty: fix odd check for chardev/ttyKarel Zak2014-05-131-2/+2
* agetty: beside virtual consoles support xvc and hvc device lines as wellWerner Fink2014-05-131-12/+11Star
* agetty: better support of the special system consoles on S390Werner Fink2014-05-131-5/+10
* agetty: avoid that agetty nor sulogin are fooled by a running plymouthWerner Fink2014-05-131-7/+68
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-1/+1
* agetty: support the special terminal on first serial line on a S/390Werner Fink2013-12-021-0/+18
* losetup, agetty: remove unnecessary if's before free()Sami Kerola2013-12-021-4/+2Star
* textual: make two messages somewhat easier to understandBenno Schulenberg2013-10-081-2/+2
* agetty: use standard angular brackets in usage messageBenno Schulenberg2013-10-041-2/+2
* Fix various typosYuri Chornoivan2013-09-281-2/+2
* agetty: add \S to output /etc/os-release dataKarel Zak2013-09-121-1/+99
* agetty: add baud rates available from glibc that are not already supportedJames Buren2013-09-121-0/+36
* agetty: only use EXTA/EXTB macros if B19200/B38400 macros are not presentJames Buren2013-09-121-7/+5Star
* agetty: cleanup debug ifdefsKarel Zak2013-09-091-5/+5
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-291-0/+4
* agetty: -L accepts optional argumentKarel Zak2013-08-061-1/+1
* agetty: fix memory leak [clang-analyzer]Sami Kerola2013-07-091-1/+3
* Fixes "getty: unrecognized option '--loginpause'"kernc2013-07-041-2/+2
* agetty: use O_NONBLOCK only for serial lines with CLOCALKarel Zak2013-06-131-5/+7
* agetty: update man page and usage()Karel Zak2013-06-031-1/+1
* agetty: allow full control on CLOCAL flagKarel Zak2013-05-231-7/+37
* agetty: check writing to a file was successfulSami Kerola2013-04-261-1/+10
* agetty: the command does not have -h and -V optionsSami Kerola2013-04-051-3/+2Star
* agetty: add --chroot to usage() and man pageKarel Zak2013-04-051-0/+1
* agetty: add -E, --remote to usage()Karel Zak2013-04-051-0/+1
* lib/xalloc: fix mamory leak in xgethostname() [coverity scan]Karel Zak2013-03-271-4/+6
* agetty: make \{4,6} issue file code more robust [coverity scan]Karel Zak2013-03-271-3/+6
* remove duplicate includesKarel Zak2013-03-201-1/+0Star
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-2/+2
* agetty: properly pluralize the reporting of the number of usersBenno Schulenberg2013-01-301-2/+3
* agetty: make usage() translator friendlySami Kerola2013-01-251-35/+35