<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/vmstat, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-05-24T16:47:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-05-24T16:47:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-05-24T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bff5b80e6cde3256fd760aec0882f8b9fa85b5ee'/>
<id>urn:sha1:bff5b80e6cde3256fd760aec0882f8b9fa85b5ee</id>
<content type='text'>
'RELENG_3_2_0_RELEASE'.

This commit was manufactured to restore the state of the 3.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Merge the following revisions of the following files into RELENG_3:</title>
<updated>1999-02-18T22:06:27Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1999-02-18T22:06:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=052745d518efa53de2db9d9f45170430dc2ff81d'/>
<id>urn:sha1:052745d518efa53de2db9d9f45170430dc2ff81d</id>
<content type='text'>
  Revision  Path
  1.2       src/share/man/man9/devstat.9
  1.15      src/sys/cam/scsi/scsi_cd.c
  1.10      src/sys/cam/scsi/scsi_ch.c
  1.20      src/sys/cam/scsi/scsi_da.c
  1.6       src/sys/cam/scsi/scsi_pass.c
  1.5       src/sys/cam/scsi/scsi_pt.c
  1.19      src/sys/cam/scsi/scsi_sa.c
  1.40,1.41 src/sys/dev/ccd/ccd.c
  1.133     src/sys/i386/isa/fd.c
  1.188     src/sys/i386/isa/wd.c
  1.19      src/sys/i386/isa/wfd.c
  1.9       src/sys/kern/subr_devstat.c
  1.52      src/sys/pc98/pc98/fd.c
  1.74      src/sys/pc98/pc98/wd.c
  1.4       src/sys/sys/devicestat.h
  1.30      src/usr.bin/vmstat/vmstat.c

The changes to atapi-cd.c that went into -current have not been merged,
since devstat support for that driver is not in RELENG_3.

Add a prioritization field to the devstat_add_entry() call so that
peripheral drivers can determine where in the devstat(9) list they are
inserted.

This requires recompilation of libdevstat, systat, vmstat, rpc.rstatd, and
any ports that depend on the devstat code, since the size of the devstat
structure has changed.  The devstat version number has been incremented as
well to reflect the change.
</content>
</entry>
<entry>
<title>Back out previous work-around for "vmstat -i" failing on ELF</title>
<updated>1998-10-28T06:41:24Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-10-28T06:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5e7d1133b2c089c6e2ac0a39acef4261442950c'/>
<id>urn:sha1:b5e7d1133b2c089c6e2ac0a39acef4261442950c</id>
<content type='text'>
kernels.  A better fix is now committed to "src/lib/libc/gen/nlist.c"
and "src/usr.sbin/kvm_mkdb/nlist.c".
</content>
</entry>
<entry>
<title>Work around some variables having N_UNDF types but valid values; this</title>
<updated>1998-10-24T23:12:09Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-10-24T23:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e74e8b8b23d807ce882107838290cc18d37e7a38'/>
<id>urn:sha1:e74e8b8b23d807ce882107838290cc18d37e7a38</id>
<content type='text'>
makes vmstat work on ELF kernels again.
Submitted by:	Daniel Rock &lt;rock@cs.uni-sb.de&gt;
</content>
</entry>
<entry>
<title>Change the devstat generation number from an int to a long.  The int-sized</title>
<updated>1998-09-20T00:11:23Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1998-09-20T00:11:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bcc6a3da928a9aabce7ffbeb98244693df76a7ff'/>
<id>urn:sha1:bcc6a3da928a9aabce7ffbeb98244693df76a7ff</id>
<content type='text'>
generation was causing unaligned access faults on the Alpha.

I have incremented the devstat version number, since this is an interface
change.  You'll need to recompile libdevstat, systat, iostat, vmstat and
rpc.rstatd along with your kernel.

Partially Submitted by:	Andrew Gallatin &lt;gallatin@cs.duke.edu&gt;
</content>
</entry>
<entry>
<title>    vmstat shows all manually-specified devices rather then just the first</title>
<updated>1998-09-16T18:20:23Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-09-16T18:20:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f82c3ea68d955b6e231772d74d6e226aacd6931'/>
<id>urn:sha1:8f82c3ea68d955b6e231772d74d6e226aacd6931</id>
<content type='text'>
    three.
</content>
</entry>
<entry>
<title>Delete unused code.  This has been obsoleted by the new devstat code.</title>
<updated>1998-09-16T00:25:54Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>1998-09-16T00:25:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b95823257633c22b15a01311874eca2a586092d'/>
<id>urn:sha1:8b95823257633c22b15a01311874eca2a586092d</id>
<content type='text'>
Reviewed by:	imp
</content>
</entry>
<entry>
<title>Update system to new device statistics code.</title>
<updated>1998-09-15T08:16:45Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-09-15T08:16:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d2fbde5040bc61a6c4685c0b8db2289834bc353'/>
<id>urn:sha1:8d2fbde5040bc61a6c4685c0b8db2289834bc353</id>
<content type='text'>
Submitted by:	"Kenneth D. Merry" &lt;ken@plutotech.com&gt;
</content>
</entry>
<entry>
<title>Terminate the defdrives array correctly. (Shame, Rod!)</title>
<updated>1998-09-09T02:22:28Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-09-09T02:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1717c90cc329c29ff6c1013c6eba675673d337f5'/>
<id>urn:sha1:1717c90cc329c29ff6c1013c6eba675673d337f5</id>
<content type='text'>
Submitted by:	Scott Michel &lt;scottm@cs.ucla.edu&gt;
</content>
</entry>
<entry>
<title>Fixed printf format errors.</title>
<updated>1998-07-06T21:01:54Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-06T21:01:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22694ebad57c49178f28bcc781d8ee9eb5868dd8'/>
<id>urn:sha1:22694ebad57c49178f28bcc781d8ee9eb5868dd8</id>
<content type='text'>
</content>
</entry>
</feed>
