<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/vmstat/vmstat.c, branch release/2.2.6</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC - Merge rev 1.16 (prevent output columns from merging into one another).</title>
<updated>1998-03-16T23:55:08+00:00</updated>
<author>
<name>James Raynard</name>
<email>jraynard@FreeBSD.org</email>
</author>
<published>1998-03-16T23:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=190a9150906898bd801bdc6bd1f9ab51fc0f6a2e'/>
<id>190a9150906898bd801bdc6bd1f9ab51fc0f6a2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from -current: be more specific on -f/-t that are not yet</title>
<updated>1997-10-07T05:39:54+00:00</updated>
<author>
<name>Dima Ruban</name>
<email>dima@FreeBSD.org</email>
</author>
<published>1997-10-07T05:39:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0bd758d7d507eaaf2bc97b7133318ded0314c750'/>
<id>0bd758d7d507eaaf2bc97b7133318ded0314c750</id>
<content type='text'>
implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: getopt returns -1 not EOF</title>
<updated>1997-08-29T05:30:15+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-08-29T05:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=228f50a90c03088066d876b02657d89a13880757'/>
<id>228f50a90c03088066d876b02657d89a13880757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Use err(3). Add some %d to %ld changes.</title>
<updated>1997-08-26T06:35:18+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-26T06:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d0e5f1f593c31759e987012256f1ff5e71ee6e3d'/>
<id>d0e5f1f593c31759e987012256f1ff5e71ee6e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print number of second-level cache hits as per-directory, not per-process</title>
<updated>1996-03-03T09:06:59+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-03-03T09:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d66e218f692519e26b170625c702d1d4eda8b4c'/>
<id>1d66e218f692519e26b170625c702d1d4eda8b4c</id>
<content type='text'>
(since they're per-directory now).
Learned from: Kirk McKusick's OS internals course.. :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(since they're per-directory now).
Learned from: Kirk McKusick's OS internals course.. :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced vm dependencies.  Only `struct vmmeter.h' is required.</title>
<updated>1995-12-13T15:01:13+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-12-13T15:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d376015efed104a8a4417265237117f8042e4de1'/>
<id>d376015efed104a8a4417265237117f8042e4de1</id>
<content type='text'>
Unfortunately, the sysctl number for reading this struct is
bogusly placed in &lt;vm/vm_param.h&gt; instead of with the declaration
of the struct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately, the sysctl number for reading this struct is
bogusly placed in &lt;vm/vm_param.h&gt; instead of with the declaration
of the struct.
</pre>
</div>
</content>
</entry>
<entry>
<title>add a #include &lt;sys/vmmeter.h&gt; since we are using the vmmeter structures</title>
<updated>1995-12-13T11:33:34+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1995-12-13T11:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5141eaa463249123b5716f620145fab7ec8f993c'/>
<id>5141eaa463249123b5716f620145fab7ec8f993c</id>
<content type='text'>
and this was once (but no longer it seems) included by &lt;vm/vm.h&gt;
It should now compile again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and this was once (but no longer it seems) included by &lt;vm/vm.h&gt;
It should now compile again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:41:30+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7799f52a32f592a7efe259bc3411ba52d13db797'/>
<id>7799f52a32f592a7efe259bc3411ba52d13db797</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed object lookup/hit count and changed the order of things a little.</title>
<updated>1995-03-25T08:44:48+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-03-25T08:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ff93e578a0fc11fa75bc9d7ed39674867f88ac5e'/>
<id>ff93e578a0fc11fa75bc9d7ed39674867f88ac5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed printing of cnt.v_nzfod: we don't implement this in the kernel.</title>
<updated>1995-03-25T06:11:43+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-03-25T06:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=42d825e109afa631678213645a769e572f573f25'/>
<id>42d825e109afa631678213645a769e572f573f25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
