<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/vmstat, 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>2020-11-09T23:00:29Z</updated>
<entry>
<title>vmstat: drop the HighUse field from malloc dump</title>
<updated>2020-11-09T23:00:29Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-11-09T23:00:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fcc846b59f97e3e91e0dcffd782b4f570efc046'/>
<id>urn:sha1:6fcc846b59f97e3e91e0dcffd782b4f570efc046</id>
<content type='text'>
It is hardwired to "-" since its introduction in 2005.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D27141
</content>
</entry>
<entry>
<title>vmstat: remove spurious newlines when reporting zones</title>
<updated>2020-11-09T00:05:45Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-11-09T00:05:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b54ed68408082bf0890e8d61d593f3180cb0d4b8'/>
<id>urn:sha1:b54ed68408082bf0890e8d61d593f3180cb0d4b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc: export kernel zones instead of relying on them being power-of-2</title>
<updated>2020-11-02T17:38:08Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-11-02T17:38:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=828afdda17cae119594b21cac689bbe681b5aa58'/>
<id>urn:sha1:828afdda17cae119594b21cac689bbe681b5aa58</id>
<content type='text'>
Reviewed by:	markj (previous version)
Differential Revision:	https://reviews.freebsd.org/D27026
</content>
</entry>
<entry>
<title>Describe the value in the 're' column of vmstat(8) in terms of freebsd's vm</title>
<updated>2020-07-26T18:33:29Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2020-07-26T18:33:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=336ab722d2745aa4dab6510d038c36954ffb2a5c'/>
<id>urn:sha1:336ab722d2745aa4dab6510d038c36954ffb2a5c</id>
<content type='text'>
implementation.  The old description was left over from the 4.4 BSD Lite
import in 1994, and was a bit misleading (not all arches use simulated
reference bits, some implement reference tracking in hardware).
</content>
</entry>
<entry>
<title>Remove commented-out lines describing the old never-implemented -t option.</title>
<updated>2020-07-26T17:50:39Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2020-07-26T17:50:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9c003e51a4747176dfc3dd4d5f3ce2b10871e10'/>
<id>urn:sha1:e9c003e51a4747176dfc3dd4d5f3ce2b10871e10</id>
<content type='text'>
In 2018, r338094 removed the commented-out code for supporting the -t
command line option which had been present since the BSD 4.4 Lite import,
but was never implemented for freebsd.

This does the same for the man page.
</content>
</entry>
<entry>
<title>Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8)</title>
<updated>2020-06-18T13:19:56Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-06-18T13:19:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d733bbc0d41e6891dec18a336780629d403fa60'/>
<id>urn:sha1:1d733bbc0d41e6891dec18a336780629d403fa60</id>
<content type='text'>
Reviewed by:	bcr (mentor)
Approved by:	bcr (mentor)
MFC after:	7 days
Differential Revision:	https://reviews.freebsd.org/D25019
</content>
</entry>
<entry>
<title>Move type casts into a single place.  No functional changes.</title>
<updated>2019-12-29T12:24:41Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2019-12-29T12:24:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc04811c2cda409936e2aa9681d5ad2754bb82a6'/>
<id>urn:sha1:dc04811c2cda409936e2aa9681d5ad2754bb82a6</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Humanize more columns in the vmstat(8) output and adjust widths.</title>
<updated>2019-11-08T11:09:50Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2019-11-08T11:09:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=75ad2fd0595c5c87f0c5e1b1a27e90cb9374b34b'/>
<id>urn:sha1:75ad2fd0595c5c87f0c5e1b1a27e90cb9374b34b</id>
<content type='text'>
The few columns that are not humanized are usually 0.  This makes
the output mostly aligned.

Reviewed by:	allanjude
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D22185
</content>
</entry>
<entry>
<title>Fix column title alignment.</title>
<updated>2019-10-29T20:28:02Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2019-10-29T20:28:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5a84f74f5b7870e1dafa63cafbb1ae3e62eaa1a9'/>
<id>urn:sha1:5a84f74f5b7870e1dafa63cafbb1ae3e62eaa1a9</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add two new kernel options to control memory locality on NUMA hardware.</title>
<updated>2019-08-06T21:50:34Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2019-08-06T21:50:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c16850865572058518fa625359057032563c8baf'/>
<id>urn:sha1:c16850865572058518fa625359057032563c8baf</id>
<content type='text'>
 - UMA_XDOMAIN enables an additional per-cpu bucket for freed memory that
   was freed on a different domain from where it was allocated.  This is
   only used for UMA_ZONE_NUMA (first-touch) zones.
 - UMA_FIRSTTOUCH sets the default UMA policy to be first-touch for all
   zones.  This tries to maintain locality for kernel memory.

Reviewed by:	gallatin, alc, kib
Tested by:	pho, gallatin
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20929
</content>
</entry>
</feed>
