Age | Commit message (Expand) | Author |
2009-03-09 | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko |
2009-01-09 | - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot | Bernhard Reutner-Fischer |
2008-11-25 | remove a few superfluous includes | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-09-11 | halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-01 | - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | help text: regularize format, and shrink | Denis Vlasenko |
2008-02-02 | getty: don't try to detect parity on local lines | Denis Vlasenko |
2007-12-04 | getty: a small code shrink | Denis Vlasenko |
2007-12-04 | getty: don't accept ancient '#' and '@' as backspace/kill line, | Denis Vlasenko |
2007-11-06 | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko |
2006-10-23 | watch: fix warning | Denis Vlasenko |
2006-10-23 | getty: conditionally disable handling of all-caps terminals. | Denis Vlasenko |
2006-10-23 | getty: cleanup part 2 | Denis Vlasenko |
2006-10-23 | getty: cleanup part 1 | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-19 | getty: oops... removing duplicate #include <syslog.h> | Denis Vlasenko |
2006-09-19 | getty: #include <syslog.h> | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko |
2006-08-24 | Antti Seppala (with dots over the last two a's) wants our getty to initialize | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-06-25 | Missed one. Based on suggestions from Erik Hovland. | Rob Landley |
2006-06-18 | Undo 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 changes | Bernhard Reutner-Fischer |
2006-05-26 | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer |