summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko3-12/+16
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko9-39/+20
2015-05-24tc: fix print_rateDenys Vlasenko1-7/+7
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2-24/+24
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko1-6/+4
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko5-11/+1
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko4-32/+74
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko8-23/+37
2009-08-08randomconfig fixesDenys Vlasenko5-8/+48
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko10-6/+112
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko4-12/+12
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko9-140/+63
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-09-04- add WIP stub for tc.Bernhard Reutner-Fischer7-4/+579