index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
vmstat.c
Age
Commit message (
Expand
)
Author
2018-04-06
Fix precedence error in vmstat.
Elliott Hughes
2018-03-28
Haroon Maqsood pointed out "vmstat 1 1" didn't stop and "vmstat -n" didn't
Rob Landley
2018-03-23
Add the extra info we've got back to the error message.
Rob Landley
2018-03-21
Collate two error messages that both mean "your kernel is broken".
Rob Landley
2018-03-21
Fix vmstat for large machines.
Elliott Hughes
2015-12-29
Add strafter() to lib.
Rob Landley
2015-09-02
vmstat: fix units for bi and bo columns
Colin Cross
2015-09-01
Trivial code style tweak.
Rob Landley
2015-09-01
vmstat: reset header pointer when looping
Colin Cross
2015-08-02
Mark command-local functions static.
Rob Landley
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2014-12-02
Fix bug pointed out by Elliott Hughes ("vmstat 1" should repeat endlessly), a...
Rob Landley
2013-12-27
Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so m...
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley