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