aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c
AgeCommit message (Expand)Author
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko
2014-05-11getty: explain when setsid() fails. no code changesDenys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2012-09-02getty: tweak style, no code changesDenys Vlasenko
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-10-22getty: shrink help textDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko
2011-01-26getty: add ECHOE explanationDenys Vlasenko
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko
2011-01-24getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko
2011-01-24getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko
2011-01-09getty: fix -i (was ignored)Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-09-01getty: small code shrinkDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19init,loginutils: termios portability fixesJeremie Koenig
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-04-12getty: fix handling of speed 0;Denis Vlasenko
2009-04-09patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger