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
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-10-27udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2007-08-23*: compile fixes for 64-bit buildDenis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-03udhcp: slight shrinkDenis Vlasenko
2007-07-18remove accumulated stray trailing whitespaceDenis Vlasenko
2007-07-15xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-01udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2006-12-19- use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer
2006-12-19A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-11-28udhcpc: fix my breakageDenis 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-20dhcprelay: new appletDenis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-08add back in udhcp supportMike Frysinger
2006-03-24remove in place of external linkMike Frysinger
2006-02-22Bug 751: file handle leaks can add up until available filehandles for theRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-31Use standard C99 typesEric Andersen
2003-12-19Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill
2003-12-16include headers with prototypes to make sure prototypes matchRuss Dill
2003-11-14Ulrich Marx writes:Eric Andersen
2003-08-29Remove stray '\n'Glenn L McGrath
2003-06-10Vodz, last_patch_88Glenn L McGrath
2002-10-15added full udhcp integrationRuss Dill