Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-07- mark TODO: use index_in_str_array()Bernhard Reutner-Fischer
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko
2007-08-02start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko
2007-07-20ifup/ifdown: make location of ifstate configurableDenis Vlasenko
2007-07-03ifupdown: kill -TERM is default, so drop -TERMDenis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-03ifupdown: small optimization (avoid doing useless work if we areDenis Vlasenko
2007-05-03ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko
2007-05-03ifupdown: reread state file before rewriting it.Denis Vlasenko
2007-03-19- very minor size tweak.Bernhard Reutner-Fischer
2007-03-10ifupdown: do not complain if !/var/run/ifstateDenis Vlasenko
2007-03-07clean up accumulated whitespace damageDenis Vlasenko
2007-03-07ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #5Denis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #4Denis Vlasenko
2006-12-20remove casts from xmalloc()Denis Vlasenko
2006-12-20ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko
2006-12-20ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko
2006-12-19ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko
2006-11-27fix remaining survivors of the return(a) cleanupDenis Vlasenko
2006-11-23ifupdown:Denis Vlasenko
2006-11-23ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko
2006-11-20dhcprelay: new appletDenis Vlasenko
2006-10-25use skip_whitespace where appropriateDenis Vlasenko
2006-10-16strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko
2006-10-13bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-12ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko
2006-10-06dnsd fix; option_mask32 added. dnsd needs more love.Denis Vlasenko
2006-10-04bb_applet_name -> applet_nameDenis Vlasenko
2006-10-04getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03ifupdown: Debian users contributed improvement to itDenis Vlasenko
2006-09-29ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko
2006-09-27ifupdown: style cleanup, no code changesDenis Vlasenko
2006-09-23ifupdown: getopt_ulflags'ification.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-01More removal of "#if 0" content."Robert P. J. Day"
2006-06-21only enable count_bit functions when actually needed to fix warning reported ...Mike Frysinger
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley
2006-05-27Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-08Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley