summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko1-8/+9
2014-08-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2014-05-10getty: explain when setsid() fails. no code changesDenys Vlasenko1-0/+10
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker3-3/+3
2012-09-02getty: tweak style, no code changesDenys Vlasenko1-2/+1
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko1-0/+8
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko1-0/+6
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko1-0/+2
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko3-36/+94
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2-1/+3
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko1-3/+5
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko1-1/+0
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko4-105/+171
2011-10-22getty: shrink help textDenys Vlasenko1-1/+1
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko2-3/+9
2011-02-02whitespace fixesDenys Vlasenko13-21/+21
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko1-1/+1
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko1-1/+1
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko1-4/+0
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko1-12/+28
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard1-23/+33
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko1-7/+59
2011-01-26getty: add ECHOE explanationDenys Vlasenko1-1/+3
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2-36/+32
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko1-1/+1
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko1-9/+8
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko1-95/+93
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko1-275/+121
2011-01-23getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko1-9/+12
2011-01-23getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko1-30/+20
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko1-1/+1
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko1-40/+72
2011-01-09getty: fix -i (was ignored)Denys Vlasenko2-85/+67
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko6-61/+44
2010-09-01getty: small code shrinkDenys Vlasenko1-9/+7
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18init,loginutils: termios portability fixesJeremie Koenig4-17/+31
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko11-35/+32
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko1-0/+1
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko9-25/+28
[next]