summaryrefslogtreecommitdiff
path: root/networking/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* *: simplify Ethernet header includesDan Fandrich2011-06-101-8/+4
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+21
* better shared strings trickDenys Vlasenko2010-09-011-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-6/+4
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-9/+1
* two fixlets for -WallDenis Vlasenko2008-05-171-1/+1
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-3/+11
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-1/+1
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-3/+3
* ifconfig: code shrinkDenis Vlasenko2007-11-041-44/+44
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-12/+6
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-1/+2
* ifconfig: support (by ignoring it) "inet" before IP address or hostnameDenis Vlasenko2007-03-221-0/+2
* ifconfig: use IPv6 infrastructureDenis Vlasenko2007-02-041-27/+26
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* properly export externs thru *.h filesDenis Vlasenko2006-12-261-5/+0
* style fixesDenis Vlasenko2006-12-261-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko2006-11-271-104/+58
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-1/+1
* ifconfig: looks like char host[128] is not really needed.Denis Vlasenko2006-11-211-4/+6
* ifconfig: preparatory patch, no code changesDenis Vlasenko2006-11-211-42/+42
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-11/+3
* Can't store a pointer in an int on 64 bit platforms.Rob Landley2005-11-221-1/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-1/+1
* Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...Mike Frysinger2005-09-241-1/+1
* Erik pointed out that in the last try at the #ifdef cleanup Rob Landley2005-07-281-1/+1
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley2005-07-271-0/+2
* From: Shaun Jackman <sjackman@gmail.com>Rob Landley2005-05-031-3/+3
* Patch from Thomas Winkler:Eric Andersen2004-03-311-3/+9
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Fix/eliminate use of atolEric Andersen2004-03-061-3/+4
* Michael Smith writes:Eric Andersen2003-11-141-2/+2
* Fix a silly bug I introduced yesterdayEric Andersen2003-06-211-1/+3
* Fix a couple vars that could be used uninitializedEric Andersen2003-06-201-1/+3
* Vodz, last_patch_86Glenn L McGrath2003-05-261-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-8/+8