summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-01-05mpstat: code shrinkDenys Vlasenko1-6/+2
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski7-16/+12
2012-05-28update prebuilt android config files for 1.20.1Tanguy Pruvot20-7572/+7585
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-30mpstat.c: remove unused lineMarek Polacek1-2/+1
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-24Rename a struct member from "interrupt"Dan Fandrich1-5/+5
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko5-66/+56
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-30mpstat: do not use /sys to get number of CPUs. /proc should be ok.Marek Polacek1-48/+1
2010-07-30mpstat: better fix for IRQ countsDenys Vlasenko1-19/+20
2010-07-30mpstat: fix total par-cpu IRQ countsDenys Vlasenko1-10/+33
2010-07-30mpstat: fix/improve handling of interrupt namesDenys Vlasenko1-10/+32
2010-07-30mpstat: small code shrinkMaksym Kryzhanovskyy1-9/+7
2010-07-21mpstat: small code shrinkDenys Vlasenko1-14/+10
2010-07-21mpstat: new applet. ~5.5kMarek Polacek1-0/+1024