aboutsummaryrefslogtreecommitdiff
path: root/procps/mpstat.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 Yorston2020-11-121-1/+1
|\|
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-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 Yorston2018-02-131-1/+1
|\|
| * *: make "argc UNUSED_PARAM" consistentDenys Vlasenko2018-01-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-6/+5
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-6/+5
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-0/+1
|\|
| * nameif: make it NOEXECDenys Vlasenko2017-08-061-0/+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
|/
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* mpstat: code shrinkDenys Vlasenko2015-01-051-6/+2
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-7/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mpstat.c: remove unused lineMarek Polacek2011-04-301-2/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-7/+7
* Rename a struct member from "interrupt"Dan Fandrich2010-08-241-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-39/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+3
* mpstat: do not use /sys to get number of CPUs. /proc should be ok.Marek Polacek2010-07-301-48/+1
* mpstat: better fix for IRQ countsDenys Vlasenko2010-07-301-19/+20
* mpstat: fix total par-cpu IRQ countsDenys Vlasenko2010-07-301-10/+33
* mpstat: fix/improve handling of interrupt namesDenys Vlasenko2010-07-301-10/+32
* mpstat: small code shrinkMaksym Kryzhanovskyy2010-07-301-9/+7
* mpstat: small code shrinkDenys Vlasenko2010-07-211-14/+10
* mpstat: new applet. ~5.5kMarek Polacek2010-07-211-0/+1024