aboutsummaryrefslogtreecommitdiff
path: root/procps/iostat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+0
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-2/+1
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-2/+2
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
|/
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-6/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* iostat: code shrinkMaksym Kryzhanovskyy2011-06-051-120/+117
* iostat: code shrink ~0.5kMaksym Kryzhanovskyy2011-05-071-181/+125
* preparatory patchDenys Vlasenko2011-05-071-19/+20
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-5/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* libbb: factor out common code from mpstat/iostatDenys Vlasenko2010-08-161-27/+3
* iostat: add forgotted fclose(); fix default count.Denys Vlasenko2010-08-121-4/+7
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-2/+2
* iostat: new applet. 2800 bytesMarek Polacek2010-08-111-0/+615