aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3vda2007-01-291-8/+8
* use bb_sanitize_stdio() where appropriatevda2007-01-271-3/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-20/+12
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-2/+2
* getty: remove ancient termio support (was using termois anyway)vda2006-11-071-101/+65
* watch: fix warningvda2006-10-231-22/+22
* getty: conditionally disable handling of all-caps terminals.vda2006-10-231-57/+25
* getty: cleanup part 2vda2006-10-231-31/+28
* getty: cleanup part 1vda2006-10-231-44/+47
* attempt to regularize atoi mess.vda2006-10-081-8/+9
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* getty: oops... removing duplicate #include <syslog.h>vda2006-09-191-2/+0
* getty: #include <syslog.h>vda2006-09-191-0/+1
* whitespace cleanupvda2006-09-171-3/+3
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-85/+59
* Antti Seppala (with dots over the last two a's) wants our getty to initializelandley2006-08-241-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-15/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-13/+15
* Missed one. Based on suggestions from Erik Hovland.landley2006-06-251-4/+4
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-1/+1
* - do away with the fwd-decls of functions. Should not contain any code changesaldot2006-06-161-267/+260
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-3/+3
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-221-1/+1
* - add platform.h.aldot2006-01-221-1/+1
* remove strange bloat dup2() usage, sync this code with mainstream login-utils...vodz2005-12-131-3/+2
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-14/+5
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfectvodz2005-09-291-221/+180
* The change in getty.c in Busybox 1.01 caused the /etc/issue file to notandersen2005-07-271-5/+6
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>vapier2005-07-011-16/+14
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>vapier2005-07-011-0/+6
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...vapier2005-07-011-11/+10
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-2/+2
* Use a sane VEOL settingandersen2005-04-141-1/+1
* Save a line or twoandersen2004-08-261-4/+2
* Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...bug12004-08-251-2/+4
* Umm. Not guilty by reason of insanity.andersen2004-07-301-2/+2
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-2/+8
* Patch from Bastian Blank:andersen2004-06-221-1/+3
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-7/+7
* Fix/eliminate use of atolandersen2004-03-061-12/+5
* Major coreutils update.mjn32003-03-191-6/+17
* Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sbug12003-02-081-5/+2
* run telnet from inetd, present login prompt if login is configured,bug12003-01-211-136/+2
* last_patch61 from vodz:andersen2002-10-101-19/+5
* last_patch60 from vodz:andersen2002-10-101-4/+13
* Don't #ifdef __linux__. this is linux.aaronl2002-08-231-4/+0