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
2016-07-19typo fixesDenys Vlasenko2-3/+3
2015-02-04route: fix bogus read error when route table is emptyDenys Vlasenko1-6/+11
2015-02-03route: improve -A inet6Denys Vlasenko1-16/+15
2014-07-24route: remove useless ipv6 headerTanguy Pruvot2-57/+1
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski7-16/+12
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 cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-11-19Fix building under 4.2Ricardo Cerqueira2-1/+2
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
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
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko4-16/+17
2011-03-02add missing fclose'sAlexey Fomenko1-0/+2
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko2-36/+41
2010-09-01better shared strings trickDenys Vlasenko8-43/+33
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko3-9/+16
2009-10-08*: a few more NOINLINEsDenys Vlasenko13-13/+89
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-09-28route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko1-2/+2
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko9-64/+45
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-06telnet: use poll, it's shorterDenis Vlasenko5-81/+80
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-19networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko6-136/+112
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-13style fixesDenis Vlasenko8-59/+58
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer10-10/+0
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko16-178/+161
2006-11-27do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko7-28/+28
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko7-29/+29
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
[next]