summaryrefslogtreecommitdiff
path: root/loginutils/getty.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-1/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-8/+8
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-3/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-6/+6
* help text: regularize format, and shrinkDenis Vlasenko2008-03-171-88/+84
* getty: don't try to detect parity on local linesDenis Vlasenko2008-02-021-1/+1
* getty: a small code shrinkDenis Vlasenko2007-12-041-34/+33
* getty: don't accept ancient '#' and '@' as backspace/kill line,Denis Vlasenko2007-12-041-227/+165
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-9/+5
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-9/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-4/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-8/+8
* use bb_sanitize_stdio() where appropriateDenis Vlasenko2007-01-271-3/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-20/+12
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-2/+2
* getty: remove ancient termio support (was using termois anyway)Denis Vlasenko2006-11-071-101/+65
* watch: fix warningDenis Vlasenko2006-10-231-22/+22
* getty: conditionally disable handling of all-caps terminals.Denis Vlasenko2006-10-231-57/+25
* getty: cleanup part 2Denis Vlasenko2006-10-231-31/+28
* getty: cleanup part 1Denis Vlasenko2006-10-231-44/+47
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-8/+9
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1