summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2013-10-14ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko1-9/+10
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger3-16/+13
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko5-20/+18
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-08-30ethr-wake: can use ether_hostton on uclibc >= 0.9.30Denys Vlasenko1-1/+4
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-16ether-wake: save a few more bytes of codeDenis Vlasenko1-8/+7
2007-04-16ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko1-87/+86
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer16-239/+159
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-02-03assorted fixes for bugs found with randomconfigDenis Vlasenko5-8/+12
2007-01-27ether-wake: remove #warningDenis Vlasenko1-2/+0
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko7-28/+28
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko16-42/+40
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley4-4/+31
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley6-16/+12
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer22-218/+99
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-07-31patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger1-0/+4
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger5-32/+352