index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
procps
/
mpstat.c
Age
Commit message (
Expand
)
Author
2018-01-08
*: make "argc UNUSED_PARAM" consistent
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-06
nameif: make it NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-01-05
mpstat: code shrink
Denys Vlasenko
2014-06-22
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-30
mpstat.c: remove unused line
Marek Polacek
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-24
Rename a struct member from "interrupt"
Dan Fandrich
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
libbb: factor out common code from mpstat/iostat
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-07-30
mpstat: do not use /sys to get number of CPUs. /proc should be ok.
Marek Polacek
2010-07-30
mpstat: better fix for IRQ counts
Denys Vlasenko
2010-07-30
mpstat: fix total par-cpu IRQ counts
Denys Vlasenko
2010-07-30
mpstat: fix/improve handling of interrupt names
Denys Vlasenko
2010-07-30
mpstat: small code shrink
Maksym Kryzhanovskyy
2010-07-21
mpstat: small code shrink
Denys Vlasenko
2010-07-21
mpstat: new applet. ~5.5k
Marek Polacek