- 1f08404 getty: use cfsetspeed to save some bytes; cosmetic fixes by Denys Vlasenko · 15 years ago
- 006416e getty: more correct check for O_RDWR by Denys Vlasenko · 15 years ago
- 2b57b6c getty: comment out parity detection code; improve usage text by Denys Vlasenko · 15 years ago
- bcdb9b8 getty: fix -i (was ignored) by Denys Vlasenko · 15 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 15 years ago
- 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 15 years ago
- 9dc0412 getty: small code shrink by Denys Vlasenko · 15 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 15 years ago
- f812eac init,loginutils: termios portability fixes by Jeremie Koenig · 15 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- 765b0ee getty: do not emit bogus error message on EOF by Denys Vlasenko · 15 years ago
- 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
- 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 16 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 16 years ago
- 09e63bb df: fix "df /" by Denys Vlasenko · 16 years ago
- 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 16 years ago
- 32a385f getty: fix handling of speed 0; stop using non-portable way of setting speeds. by Denis Vlasenko · 16 years ago
- fe013a7 patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0" a special baud rate for getty where it uses this as "leave baud rate unchanged" by Mike Frysinger · 16 years ago
- 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
- e44a4e3 - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot by Bernhard Reutner-Fischer · 17 years ago
- 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 17 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 17 years ago
- 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 17 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 17 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
- 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 397de61 help text: regularize format, and shrink by Denis Vlasenko · 17 years ago
- 95dc672 getty: don't try to detect parity on local lines by Denis Vlasenko · 18 years ago
- f3fca91 getty: a small code shrink by Denis Vlasenko · 18 years ago
- d0bbbdc getty: don't accept ancient '#' and '@' as backspace/kill line, by Denis Vlasenko · 18 years ago
- 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 18 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 18 years ago
- d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 18 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 18 years ago
- a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 18 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 18 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 19 years ago
- 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 19 years ago
- e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 19 years ago
- 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 19 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 19 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 19 years ago
- 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 19 years ago
- 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 19 years ago
- 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 19 years ago
- 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 19 years ago
- dce3fde getty: cleanup part 1 by Denis Vlasenko · 19 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 19 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 19 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 19 years ago
- 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 19 years ago
- f702652 getty: #include <syslog.h> by Denis Vlasenko · 19 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 19 years ago
- a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 19 years ago
- f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 19 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 19 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 19 years ago
- cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 19 years ago
- 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
- 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 19 years ago
- 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
- 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 20 years ago
- 4a9d6d1 remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce by "Vladimir N. Oleynik" · 20 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 20 years ago
- 3e245c9 getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect by "Vladimir N. Oleynik" · 20 years ago
- 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 20 years ago
- b381009 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
- f413e24 2005-06-30 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 20 years ago
- 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 20 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- afe023d Use a sane VEOL setting by Eric Andersen · 20 years ago
- 713d6e3 Save a line or two by Eric Andersen · 21 years ago
- b619419 Patch from Manousaridis Angelos to cleanup stale file descriptors, it was preventing unmounting an initial filesystem. by Glenn L McGrath · 21 years ago
- b737b1a Umm. Not guilty by reason of insanity. -Erik by Eric Andersen · 21 years ago
- aad29b3 Fixup getty, login, etc so the utmp and wtmp are updated, allowing by Eric Andersen · 21 years ago
- 36adca8 Patch from Bastian Blank: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 2479445 Fix/eliminate use of atol by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- cb66509 Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's behaviour. by Glenn L McGrath · 23 years ago
- 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 23 years ago
- 71ae64b last_patch61 from vodz: by Eric Andersen · 23 years ago
- fdfe298 last_patch60 from vodz: by Eric Andersen · 23 years ago
- e599b6d Don't #ifdef __linux__. this is linux. by Aaron Lehmann · 23 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 23 years ago
- 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 23 years ago