summaryrefslogtreecommitdiff
path: root/networking/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-2/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* whitespace/style fixDenis Vlasenko2007-10-111-11/+12
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-5/+5
* interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko2007-07-291-43/+43
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko2007-07-171-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-2/+1
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-7/+6
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-45/+54
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko2007-03-221-2/+5
* networking/interface.c: was doing really strange caching of fd'sDenis Vlasenko2007-03-151-199/+112
* arp, networking/interface.c: eliminate staticsDenis Vlasenko2007-03-141-15/+22
* remove unused #include,, improve code readabilityDenis Vlasenko2007-02-091-2/+4
* trivial warning fixDenis Vlasenko2007-02-021-1/+1
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-291-13/+3
* - sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer2007-01-221-1/+0
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* add arp applet - thanks toDenis Vlasenko2007-01-071-35/+165
* properly export externs thru *.h filesDenis Vlasenko2006-12-261-1/+0
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* - Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer2006-12-071-2/+5
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-10/+10
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko2006-11-221-18/+18
* ifconfig: preparatory patch, no code changesDenis Vlasenko2006-11-211-1/+1
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-5/+5
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Properly print the output for a sit (IPv6-in-IPv4) interface."Robert P. J. Day"2006-06-261-0/+13
* Aesthetic fix to use newer structure initialization format."Robert P. J. Day"2006-06-261-8/+15
* Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6Rob Landley2006-06-201-11/+5
* Patch by Robert P. Day to make structs use c99 initializers.Rob Landley2006-06-201-14/+12
* Patch from Robert P. J. Day cleaning up some unnecessary preprocessorRob Landley2006-06-201-80/+0
* Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.Rob Landley2006-06-031-492/+1
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-2/+2
* Remove _().Rob Landley2006-05-291-52/+52
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that weRob Landley2006-05-191-40/+0
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-2/+1
* fix no previous prototype warningMike Frysinger2006-05-111-0/+1
* Remove code for protocols we don't properly support. (Most of this couldRob Landley2006-04-141-345/+0
* - include proper headers.Bernhard Reutner-Fischer2006-04-051-1/+1
* - fix paste'o which i overlooked when applying dalias' fmt stuff.Bernhard Reutner-Fischer2006-03-301-1/+1
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-16/+16
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-1/+0
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-3/+3