<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/vmstat, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-04-22T03:46:57Z</updated>
<entry>
<title>Use MIN() macro from sys/param.h.</title>
<updated>2016-04-22T03:46:57Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-04-22T03:46:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee03c16e64c526041facc2edd4b7abf93f2d1022'/>
<id>urn:sha1:ee03c16e64c526041facc2edd4b7abf93f2d1022</id>
<content type='text'>
MFC after:	2 weeks.
</content>
</entry>
<entry>
<title>Remove extraneous characters</title>
<updated>2015-12-23T07:28:48Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2015-12-23T07:28:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77624aed809627605caa5cd425ac5135ba7c06b2'/>
<id>urn:sha1:77624aed809627605caa5cd425ac5135ba7c06b2</id>
<content type='text'>
Noticed by:     markj
Reviewed by:    allanjude
</content>
</entry>
<entry>
<title>Some problems were introduced during the libxo-ification of vmstat, fix them</title>
<updated>2015-12-01T16:31:07Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2015-12-01T16:31:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34106634688af01880b831d5120c3d07837162ef'/>
<id>urn:sha1:34106634688af01880b831d5120c3d07837162ef</id>
<content type='text'>
stop vmstat -i segfaulting
remove duplicate header from vmstat -i
do not pad the name of the interupt in encoded outputs
fix stray % and missing } in the header for vmstat -i
add outer container to vmstat -i
add missing xo_flush in vmstat -i (when run with an interval or delay)
add outer container to vmstat -m
do not pad the name of malloc areans
add outer container to vmstat -z
do not pad the name of memory zones

Reviewed by:	rodrigc
Approved by:	bapt (mentor)
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D4263
</content>
</entry>
<entry>
<title>Update dependencies after r291406 added libelf to libkvm.</title>
<updated>2015-12-01T05:18:48Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-12-01T05:18:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf990407e1bde2ebf0ab8a34e28c38a08f076288'/>
<id>urn:sha1:cf990407e1bde2ebf0ab8a34e28c38a08f076288</id>
<content type='text'>
Unfortunately filemon/meta mode tracks all indirect dependencies here
since ld(1) is reading libelf when linking in libkvm.  Churn would be
reduced if this was able to be limited to direct dependencies.

Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Add a missing brace to fix vmstat -s output.</title>
<updated>2015-11-21T23:04:12Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2015-11-21T23:04:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f226507c0099931fd66cae551bf720e1066ae5d7'/>
<id>urn:sha1:f226507c0099931fd66cae551bf720e1066ae5d7</id>
<content type='text'>
</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/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>Remove the v_cache_min and v_cache_max sysctls.  They are unused and have</title>
<updated>2015-09-11T03:00:20Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2015-09-11T03:00:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d73ce4c6986e10c39ad4dfc4f2261e3ad5f17ead'/>
<id>urn:sha1:d73ce4c6986e10c39ad4dfc4f2261e3ad5f17ead</id>
<content type='text'>
no effect.

Reviewed by:	alc
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Add META_MODE support.</title>
<updated>2015-06-13T19:20:56Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-13T19:20:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccfb965433c67f3bda935a3cdf334be2e3c4348d'/>
<id>urn:sha1:ccfb965433c67f3bda935a3cdf334be2e3c4348d</id>
<content type='text'>
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision:       D2796
Reviewed by: brooks imp
</content>
</entry>
<entry>
<title>dirdeps.mk now sets DEP_RELDIR</title>
<updated>2015-06-08T23:35:17Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-08T23:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44d314f704764f0247a540648a4b4fc3e8012133'/>
<id>urn:sha1:44d314f704764f0247a540648a4b4fc3e8012133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim spurious colon.</title>
<updated>2015-05-27T19:49:33Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-05-27T19:49:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=696bb6cedfb58bb420786675854355b409cf596e'/>
<id>urn:sha1:696bb6cedfb58bb420786675854355b409cf596e</id>
<content type='text'>
</content>
</entry>
</feed>
