summaryrefslogtreecommitdiff
path: root/loginutils/getty.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-3/+3
* use write_str() functions where appropriateDenys Vlasenko2020-11-291-3/+3
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-8/+8
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-11/+11
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+22
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-1/+6
* getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko2014-10-021-8/+9
* getty: explain when setsid() fails. no code changesDenys Vlasenko2014-05-111-0/+10
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* getty: tweak style, no code changesDenys Vlasenko2012-09-021-2/+1
* getty: add commented-out extended error diagnosticDenys Vlasenko2012-08-161-0/+8
* getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko2012-04-261-0/+6
* *: 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