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-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-07-15xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-17ether-wake: save a few more bytes of codeDenis Vlasenko
2007-04-17ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-05- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-03assorted fixes for bugs found with randomconfigDenis Vlasenko
2007-01-28ether-wake: remove #warningDenis Vlasenko
2006-11-28do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-23introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-11-19rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-04getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-05scripts/individual now builds 171 applets. Some of them may even work. :)Rob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2005-08-01patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger
2005-05-11import ether-wake applet by haveaniceday Bug 252Mike Frysinger