summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-2/+0Star
* include/c: move fallback for MAXHOSTNAMELEN to c.hKarel Zak2012-05-291-8/+0Star
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* agetty: move vc initialization to ttyutils.hKarel Zak2012-03-121-63/+7Star
* agetty: check localtime() resultKarel Zak2012-02-061-0/+3
* agetty: add static and const qualifiersFrancesco Cosoleto2011-12-161-4/+4
* agetty: don't use log_err() for non-fatal errorsKarel Zak2011-12-081-2/+2
* agetty: map NL to CR-NL on output in initial termiossettingsDennis Jensen2011-11-281-1/+2
* agetty: pass hostname to login(1)Karel Zak2011-10-261-7/+18
* agetty: test ECHO on c_lflagKarel Zak2011-09-261-3/+3
* agetty: add --nohintsKarel Zak2011-09-121-1/+9
* agetty: double equals sign typo in opentty()Karel Zak2011-09-071-1/+1
* agetty: clean up usageKarel Zak2011-08-161-9/+9
* agetty: improve login(1) argv[]Karel Zak2011-08-081-66/+112
* agetty: C.UTF-8 locale instead of en_US.UTF-8Samuel Thibault2011-08-081-1/+1
* agetty: only enable F_UTF8 if kernel has already set IUTF8.Samuel Thibault2011-08-081-1/+2
* agetty: Fix IUTF8 flagWerner Fink2011-08-021-1/+7
* misc: hurd build fixesSamuel Thibault2011-06-201-3/+17