summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-09-29brctl: fix description and usageNicolas Thill2-4/+4
2012-06-10brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko1-2/+2
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-04-02libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko3-7/+24
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki2-13/+18
2010-03-17brctl: Fix commentBernhard Reutner-Fischer1-1/+1
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki1-2/+3
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-01-31brctl: fix compilation on 2.4.x kernelsDenis Vlasenko1-0/+14
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko7-51/+47
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko5-84/+147
2008-03-17brctl: eliminate stray data objectDenis Vlasenko6-58/+85
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer3-21/+97
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer3-38/+122
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer1-5/+4
2008-01-13- new applet brctlBernhard Reutner-Fischer5-0/+105