aboutsummaryrefslogtreecommitdiff
path: root/loginutils/getty.c
AgeCommit message (Expand)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2007-01-27use bb_sanitize_stdio() where appropriateDenis Vlasenko
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-07getty: remove ancient termio support (was using termois anyway)Denis Vlasenko
2006-10-23watch: fix warningDenis Vlasenko
2006-10-23getty: conditionally disable handling of all-caps terminals.Denis Vlasenko
2006-10-23getty: cleanup part 2Denis Vlasenko
2006-10-23getty: cleanup part 1Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-19getty: oops... removing duplicate #include <syslog.h>Denis Vlasenko
2006-09-19getty: #include <syslog.h>Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-08-24Antti Seppala (with dots over the last two a's) wants our getty to initializeRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-06-25Missed one. Based on suggestions from Erik Hovland.Rob Landley
2006-06-18Undo all of the ugliness and some of the bloat from 15412.Rob Landley
2006-06-16- do away with the fwd-decls of functions. Should not contain any code changesBernhard Reutner-Fischer
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer
2006-03-222006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-12-13remove strange bloat dup2() usage, sync this code with mainstream login-utils..."Vladimir N. Oleynik"
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-09-29getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect"Vladimir N. Oleynik"
2005-07-27The change in getty.c in Busybox 1.01 caused the /etc/issue file to notEric Andersen
2005-07-012005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2005-07-012005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2005-07-01Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-14Use a sane VEOL settingEric Andersen
2004-08-26Save a line or twoEric Andersen
2004-08-25Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...Glenn L McGrath
2004-07-30Umm. Not guilty by reason of insanity.Eric Andersen
2004-07-30Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-06Fix/eliminate use of atolEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-08Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sGlenn L McGrath
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
2002-10-10last_patch61 from vodz:Eric Andersen
2002-10-10last_patch60 from vodz:Eric Andersen
2002-08-23Don't #ifdef __linux__. this is linux.Aaron Lehmann
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl