summaryrefslogtreecommitdiff
path: root/networking/interface.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | open for getting ifconfig data - ??! Simplified all that. -200 bytes.
* arp, networking/interface.c: eliminate staticsDenis Vlasenko2007-03-141-15/+22
| | | | | and unneeded on-stack buffers, disable (comment out) some apparently unused (and buggy) code paths. -700 bytes.
* 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
| | | | "Eric Spakman" <E.Spakman@inter.nl.net>
* 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
| | | | See comment in the patch about the change introduced in r16342.
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-10/+10
| | | | but not everywhere. err to the safe side.
* #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
| | | | Linux kernels don't do anymore.
* 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
| | | | directives.
* 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
| | | | | have no CONFIG option to enable, and which existing SLIP users don't seem to miss.
* - single KERNEL_VERSION(a,b,c) macro in platform.hBernhard Reutner-Fischer2006-05-191-2/+1
| | | | | - rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day
* 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
| | | | | never be selected via menuconfig anyway.) If somebody wants one of these protocols, ask on the list for us to support it _properly_.
* - 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
| | | | | | | | | http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox
* - put NLS stuff in one central place to avoid redefines.Bernhard Reutner-Fischer2006-02-231-1/+0
| | | | | | | | Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
|
* just whitespaceTim Riker2006-01-251-3/+3
|
* - missing bits of patch attached to bug #249 (constify).Bernhard Reutner-Fischer2006-01-191-2/+2
|
* Move interface.c to networking directory since it's only used by ifconfig.Rob Landley2005-11-221-0/+2093