aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-2/+4
* getty: Hurd has no CBAUD, work around thatDenys Vlasenko2011-10-301-0/+2
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-231-35/+24
* getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-231-0/+2
* getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko2011-10-221-3/+5
* getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko2011-10-221-1/+0
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-221-87/+121
* getty: shrink help textDenys Vlasenko2011-10-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-061-2/+2
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* getty: fix "ifdef CMSPAR"Denys Vlasenko2011-01-261-1/+1
* getty: restore CRTSCTS commentDenys Vlasenko2011-01-261-1/+1
* getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko2011-01-261-4/+0
* getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko2011-01-261-12/+28
* getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard2011-01-261-23/+33
* getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko2011-01-261-7/+59
* getty: add ECHOE explanationDenys Vlasenko2011-01-261-1/+3
* getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2011-01-261-36/+31
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-3/+0
* getty: flush _only_ input after switching to the next baud rateDenys Vlasenko2011-01-241-1/+1
* getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko2011-01-241-9/+8
* getty: more simplifications; explain how we treat parity nowDenys Vlasenko2011-01-241-95/+93
* getty: simplify code by going to more straignforward G trickDenys Vlasenko2011-01-241-275/+121
* getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko2011-01-241-9/+12
* getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko2011-01-241-30/+20
* getty: more correct check for O_RDWRDenys Vlasenko2011-01-221-1/+1
* getty: comment out parity detection code; improve usage textDenys Vlasenko2011-01-221-40/+72
* getty: fix -i (was ignored)Denys Vlasenko2011-01-091-68/+67
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-15/+3
* getty: small code shrinkDenys Vlasenko2010-09-011-9/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init,loginutils: termios portability fixesJeremie Koenig2010-07-191-13/+14
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-2/+1
* getty: do not emit bogus error message on EOFDenys Vlasenko2010-05-221-0/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-3/+5
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-59/+2
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+4
* getty: fix handling of speed 0;Denis Vlasenko2009-04-121-10/+14
* patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger2009-04-091-1/+7
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+1
* - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer2009-01-091-1/+1
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-7/+9
* halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2008-09-111-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1