Age | Commit message (Expand) | Author |
2007-05-30 | whitespace fixes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-02 | ifupdown: small optimization (avoid doing useless work if we are | Denis Vlasenko |
2007-05-02 | ifupdown: mke it possible to use DHCP clients different from udhcp. | Denis Vlasenko |
2007-05-02 | ifupdown: reread state file before rewriting it. | Denis Vlasenko |
2007-03-19 | - very minor size tweak. | Bernhard Reutner-Fischer |
2007-03-09 | ifupdown: do not complain if !/var/run/ifstate | Denis Vlasenko |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko |
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #5 | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko |
2006-12-19 | ifupdown: do not print and/or execute empty commands (""). | Denis Vlasenko |
2006-12-19 | ifupdown: parse() returning NULL and returning "" is not the same, | Denis Vlasenko |
2006-12-18 | ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizations | Denis Vlasenko |
2006-11-27 | fix remaining survivors of the return(a) cleanup | Denis Vlasenko |
2006-11-23 | ifupdown: | Denis Vlasenko |
2006-11-23 | ifupdown: save some 100+ bytes of code in addstr() | Denis Vlasenko |
2006-11-20 | dhcprelay: new applet | Denis Vlasenko |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko |
2006-10-16 | strip -> $(STRIP); fix "unused variable" warning | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-11 | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko |
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-02 | ifupdown: Debian users contributed improvement to it | Denis Vlasenko |
2006-09-28 | ifupdown: make dhcp start/stop scripts user configurable | Denis Vlasenko |
2006-09-27 | ifupdown: fix for standalone shell; removed hardcoded PATH | Denis Vlasenko |
2006-09-26 | ifupdown: style cleanup, no code changes | Denis Vlasenko |
2006-09-23 | ifupdown: getopt_ulflags'ification. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-01 | More removal of "#if 0" content. | "Robert P. J. Day" |
2006-06-20 | only enable count_bit functions when actually needed to fix warning reported ... | Mike Frysinger |
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-04-14 | Remove code for protocols we don't properly support. (Most of this could | Rob Landley |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer |
2006-03-22 | Fix from Glenn McGrath. | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-01 | Fixup to make warnings from the last patch go away. | Rob Landley |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-28 | Cleanup from Glenn McGrath. | Rob Landley |
2006-02-26 | Patch from Glenn McGrath to remove code that opens a file but does nothing | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-12-14 | - several functions depend on IPv4 or IPv6 od IPX support. | Bernhard Reutner-Fischer |