summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-251-13/+13
* include/ttyutils: add default chardataWerner Fink2013-01-081-25/+2Star
* agetty: replace perms 660 to 620Karel Zak2013-01-021-1/+1
* sulogin: remove consoles.c from libcommonKarel Zak2012-12-231-14/+3Star
* agetty: remove @ and # as default kill and erase charsKarel Zak2012-11-221-3/+1Star
* agetty: add --{erase,kill}-chars optionsKarel Zak2012-11-221-5/+28
* agetty: make --autologin useful with --skip-login (prompt)Karel Zak2012-11-191-4/+8
* agetty: fix autodetection for TERMMichal Schmidt2012-11-021-1/+0Star
* agetty: replace gethostbyname() with getaddrinfo()Sami Kerola2012-10-221-6/+18
* agetty: stop using MAXHOSTNAMELENKarel Zak2012-10-191-23/+55
* agetty: add \4 and \6 issue file sequences to print IP addressesKarel Zak2012-09-131-3/+113
* agetty: remove unnecessary sleep(10)Mantas Mikulėnas2012-07-251-2/+0Star
* agetty: close tty before vhangup()Karel Zak2012-07-121-17/+27
* agetty: make tcsetpgrp() optionalKarel Zak2012-07-111-1/+1
* agetty: use configured run state directorySami Kerola2012-07-101-2/+1Star
* agetty: more robust debug() macro, check ioctl result [coverity scan]Karel Zak2012-06-211-5/+7