arp, networking/interface.c: eliminate statics
[oweals/busybox.git] / networking / interface.c
2007-03-14 Denis Vlasenkoarp, networking/interface.c: eliminate statics
2007-02-09 Denis Vlasenkoremove unused #include,, improve code readability
2007-02-02 Denis Vlasenkotrivial warning fix
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-22 Bernhard Reutner... - sed -i -e "/\$Id:/d;"
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-07 Denis Vlasenkoadd arp applet - thanks to
2006-12-26 Denis Vlasenkoproperly export externs thru *.h files
2006-12-18 Denis VlasenkoA bunch of defined(__GLIBC__) added. static-linking...
2006-12-07 Bernhard Reutner... - Proposed fix to make aliases work (with uClibc-current).
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-11-22 Denis Vlasenko#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
2006-11-21 Denis Vlasenkoifconfig: preparatory patch, no code changes
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-26 "Robert P. J. Day"Properly print the output for a sit (IPv6-in-IPv4)...
2006-06-26 "Robert P. J. Day"Aesthetic fix to use newer structure initialization...
2006-06-20 Rob LandleyPatch by Robert P. Day to remove obsolete alias code...
2006-06-20 Rob LandleyPatch by Robert P. Day to make structs use c99 initiali...
2006-06-20 Rob LandleyPatch from Robert P. J. Day cleaning up some unnecessar...
2006-06-03 Rob LandleyRemove #ifdeffed out code, both KEEP_UNUSED and #if 0.
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyRemove _().
2006-05-19 Rob LandleyPatch from Robert P. Day to remove #ifdefed out SLIP...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-04-14 Rob LandleyRemove code for protocols we don't properly support...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-03-30 Bernhard Reutner... - fix paste'o which i overlooked when applying dalias...
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2006-01-19 Bernhard Reutner... - missing bits of patch attached to bug #249 (constify).
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...