summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko1-1/+1
2013-07-25networking: code shrinkBartosz Golaszewski5-99/+60
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-20ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko2-88/+81
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-11-20Merge 1.19.3 gingerbread into icsTanguy Pruvot24-2258/+8544
2011-11-17fixes for icsKoushik Dutta2-14/+14
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-09-01better shared strings trickDenys Vlasenko8-43/+33
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko6-32/+36
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-06-04networking/interface.c: fix indentationDenis Vlasenko3-60/+52
2008-05-17two fixlets for -WallDenis Vlasenko2-2/+2
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer6-4/+105
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko7-51/+47
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer18-99/+98
2007-11-04ifconfig: code shrinkDenis Vlasenko5-104/+129
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko26-66/+55
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-22assorted fixes uncovered by randomconfig runsDenis Vlasenko3-2/+15
2007-03-22ifconfig: support (by ignoring it) "inet" before IP address or hostnameDenis Vlasenko1-0/+2
2007-02-04ifconfig: use IPv6 infrastructureDenis Vlasenko3-29/+28
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-26properly export externs thru *.h filesDenis Vlasenko3-8/+9
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko13-24/+14
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-11-27ifconfig: do not try to continue on errors. not much sence in doing thatDenis Vlasenko1-104/+58
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko7-29/+29
2006-11-21ifconfig: looks like char host[128] is not really needed.Denis Vlasenko1-4/+6
2006-11-21ifconfig: preparatory patch, no code changesDenis Vlasenko2-43/+43
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko19-74/+71
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer22-218/+99
2005-11-22Can't store a pointer in an int on 64 bit platforms.Rob Landley1-1/+1
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer4-5/+5
2005-09-24Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...Mike Frysinger1-1/+1
2005-07-28Erik pointed out that in the last try at the #ifdef cleanup Rob Landley2-2/+4
2005-07-27#ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley4-4/+11
[next]