<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/vmstat/Makefile, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-06-13T08:52:04Z</updated>
<entry>
<title>vmstat(1): various nits</title>
<updated>2018-06-13T08:52:04Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-06-13T08:52:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=baab2cf8216f33adfad28ccb8206cf4d2e7e0e2c'/>
<id>urn:sha1:baab2cf8216f33adfad28ccb8206cf4d2e7e0e2c</id>
<content type='text'>
Continue my parade on introspection tools by fixing:
- failed to check for null after reallocf
- avoid the comma operator
- mark usage as dead
- correct size of len
</content>
</entry>
<entry>
<title>vmstat(8): Hook up NetBSD tests</title>
<updated>2018-01-11T16:04:04Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-01-11T16:04:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12cea332f105eeca4a6491ff6950ae0397b93a26'/>
<id>urn:sha1:12cea332f105eeca4a6491ff6950ae0397b93a26</id>
<content type='text'>
The NetBSD tests for vmstat are basically just a smoke test, ensuring that
executing `vmstat` and `vmstat -s` exit successfully. This is more than we
test now, so go with it.
</content>
</entry>
<entry>
<title>vmstat: fix style(9) violations and bump WARNS.</title>
<updated>2017-12-01T22:38:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-12-01T22:38:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b05a4a9db702b8f616b1537d418175c7f658d16f'/>
<id>urn:sha1:b05a4a9db702b8f616b1537d418175c7f658d16f</id>
<content type='text'>
Based on the patch by:	Pawel Biernacki &lt;pawel.biernacki@gmail.com&gt;
Sponsored by:	Mysterious Code Ltd. (Pawel),
	  The FreeBSD Foundation (me)
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D13228
</content>
</entry>
<entry>
<title>Convert vmstat to use libxo.</title>
<updated>2015-11-20T05:15:34Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2015-11-20T05:15:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e51ea9106f14e6dbefe3ab4ca36e31e3b124038'/>
<id>urn:sha1:0e51ea9106f14e6dbefe3ab4ca36e31e3b124038</id>
<content type='text'>
This patch was based on this patch:
https://github.com/Juniper/libxo/blob/master/patches/vmstat.patch

by Phil Shafer at Juniper Networks, but updated to the latest
vmstat code.

Reviewed by:           allanjude
Differential Revision: https://reviews.freebsd.org/D3935
</content>
</entry>
<entry>
<title>Convert to usr.bin/ to LIBADD</title>
<updated>2014-11-25T14:29:10Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-11-25T14:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb'/>
<id>urn:sha1:3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb</id>
<content type='text'>
Reduce overlinking
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>Add the -H, -h and -P flags to vmstat.  -P causes per-cpu output of</title>
<updated>2007-12-13T02:36:11Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2007-12-13T02:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4adb5266e80426b35ff75ce0edfb903db9d4f2f4'/>
<id>urn:sha1:4adb5266e80426b35ff75ce0edfb903db9d4f2f4</id>
<content type='text'>
user/system/idle stats.  -h feeds the memory column through
humanize_number() to reduce the amount of column overflowing.  -H turns
this off.  -h is turned on by default if stdout is a tty.
</content>
</entry>
<entry>
<title>Teach vmstat -m and vmstat -z to use libmemstat(3).  Certain</title>
<updated>2005-07-25T22:35:10Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-07-25T22:35:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8e73022ddaefea63bff25250543662de5caa2c1c'/>
<id>urn:sha1:8e73022ddaefea63bff25250543662de5caa2c1c</id>
<content type='text'>
statistics from -z are now a bit different due to changes in the
way statistics are now measured.  Reproduce with some amount of
accuracy the slightly obscure layouts adopted by the two kernel
sysctls.  In the future, we might want to normalize them.

GC dosysctl(), which is now no longer used.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Put libdevstat before libkvm, because the former depends on the latter.</title>
<updated>2004-02-04T10:20:43Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-02-04T10:20:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80c49332e2742aaa15cca373c560c0d027ae82bc'/>
<id>urn:sha1:80c49332e2742aaa15cca373c560c0d027ae82bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish the transition from libkvm to sysctl that I started a while ago.</title>
<updated>2003-12-07T17:46:14Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-12-07T17:46:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c51633823dabbf2bfb770fce3d8fd8ba1a1f9bf3'/>
<id>urn:sha1:c51633823dabbf2bfb770fce3d8fd8ba1a1f9bf3</id>
<content type='text'>
The use of libkvm for post-mortem analysis is still supported (though it
could use more testing).  We can now remove vmstat's setgid bit.

While I'm here, hack the interrupt listing code to not display interrupts
that haven't occurred unless the -a option was given on the command line,
and document this change.
</content>
</entry>
</feed>
