Age | Commit message (Expand) | Author |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko |
2006-11-27 | Provide our own isdigit macro. saves more than 400 bytes. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-30 | syslogd: do not retry udp sends (can stall syslogd for extended periods | Denis Vlasenko |
2006-09-30 | syslogd: getopt_ulflags'ification (save ~50 bytes) | Denis Vlasenko |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko |
2006-09-22 | logger: getopt_ulflags'isation | Denis Vlasenko |
2006-09-11 | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley |
2006-09-09 | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko |
2006-09-08 | few random readability enhansements. No code changes | Denis Vlasenko |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-28 | More allbareconfig fixes. | Rob Landley |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-06-01 | - shrink logread a bit. | Bernhard Reutner-Fischer |
2006-05-31 | - shrink klogd a bit | Bernhard Reutner-Fischer |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-04-18 | - commentary typo and superfluous whitespace removal in weird messages. | Bernhard Reutner-Fischer |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley |
2006-02-16 | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2005-12-12 | Flush output to log promptly (bug 389). | Rob Landley |
2005-10-15 | 20 bytes data to bss | "Vladimir N. Oleynik" |
2005-10-15 | complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 | "Vladimir N. Oleynik" |
2005-10-13 | - initialize the correct variables | Bernhard Reutner-Fischer |
2005-09-24 | use the shorter license header | Mike Frysinger |
2005-09-24 | use brief license line | Mike Frysinger |
2005-09-22 | more remove lost exported | "Vladimir N. Oleynik" |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-14 | Cleanup patch from tito: migrate option parsing to the bb_ functions and fix | Rob Landley |
2005-09-12 | Kunihiko IMAI writes: | Eric Andersen |