aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-231-10/+6
* networking/interface.c: tiny code shrinkDenys Vlasenko2009-10-221-9/+9
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-11/+11
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-241-1/+1
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-75/+85
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-38/+38
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-51/+49
* two fixlets for -WallDenis Vlasenko2008-05-171-1/+1
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+82
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+2
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-151-1/+1
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-16/+16
* *: 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