aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c
AgeCommit message (Expand)Author
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-22interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko
2007-03-15networking/interface.c: was doing really strange caching of fd'sDenis Vlasenko
2007-03-14arp, networking/interface.c: eliminate staticsDenis Vlasenko
2007-02-09remove unused #include,, improve code readabilityDenis Vlasenko
2007-02-02trivial warning fixDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #6Denis Vlasenko
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2007-01-07add arp applet - thanks toDenis Vlasenko
2006-12-26properly export externs thru *.h filesDenis Vlasenko
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-07- Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko
2006-11-22#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko
2006-11-17add -Wundef, fix uncovered bugsDenis 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-08attempt to regularize atoi mess.Denis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-26Properly print the output for a sit (IPv6-in-IPv4) interface."Robert P. J. Day"
2006-06-26Aesthetic fix to use newer structure initialization format."Robert P. J. Day"
2006-06-20Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6Rob Landley
2006-06-20Patch by Robert P. Day to make structs use c99 initializers.Rob Landley
2006-06-20Patch from Robert P. J. Day cleaning up some unnecessary preprocessorRob Landley
2006-06-03Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.Rob Landley
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley
2006-05-29Remove _().Rob Landley
2006-05-19Patch from Robert P. Day to remove #ifdefed out SLIP support code that weRob Landley
2006-05-19- single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer
2006-05-11fix no previous prototype warningMike Frysinger
2006-04-14Remove code for protocols we don't properly support. (Most of this couldRob Landley
2006-04-05- include proper headers.Bernhard Reutner-Fischer
2006-03-30- fix paste'o which i overlooked when applying dalias' fmt stuff.Bernhard Reutner-Fischer
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer
2006-02-23- put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer
2006-01-30fix up annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2006-01-19- missing bits of patch attached to bug #249 (constify).Bernhard Reutner-Fischer
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley