<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdevstat/devstat.c, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-29T02:50:57Z</updated>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>Remove unused variable and silence clang warnings.</title>
<updated>2015-06-04T02:50:13Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2015-06-04T02:50:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c8c85234f949db5b1245806f141be28b7a20ca'/>
<id>urn:sha1:58c8c85234f949db5b1245806f141be28b7a20ca</id>
<content type='text'>
Differential Revision:	D2681
Reviewed by:		rodrigc
</content>
</entry>
<entry>
<title>Remove an obsolete comment in devstat(3) about the accuracy of the</title>
<updated>2015-02-27T02:44:12Z</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>2015-02-27T02:44:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=999efd901b5130085620dc57dbaaa35647c782e1'/>
<id>urn:sha1:999efd901b5130085620dc57dbaaa35647c782e1</id>
<content type='text'>
milliseconds per transaction (DSM_MS_PER_TRANSACTION) calculation.

The comment was accurate many years ago when the kernel didn't
record I/O times on a per-I/O basis, but now that we do collect
that information in most areas, it isn't correct.

The milliseconds per transaction values are correct, assuming the
I/O duration has been recorded.

Sponsored by:	Spectra Logic
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix a typo.</title>
<updated>2013-12-25T19:38:16Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2013-12-25T19:38:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a4d9095303ebb870659f7a94c4991523d1c999b'/>
<id>urn:sha1:6a4d9095303ebb870659f7a94c4991523d1c999b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For vmcore, calculate time relative to device creation upon time_uptime.</title>
<updated>2013-12-25T17:11:49Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2013-12-25T17:11:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef6b3fcf0fc48254b73c476992f26f0f200717d1'/>
<id>urn:sha1:ef6b3fcf0fc48254b73c476992f26f0f200717d1</id>
<content type='text'>
Previously it used a clock from live kernel.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>New devstat metrics for devstat_compute_statistics():</title>
<updated>2012-12-15T18:19:48Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2012-12-15T18:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fdd6757e713945cdb16ab346580332de933a00bc'/>
<id>urn:sha1:fdd6757e713945cdb16ab346580332de933a00bc</id>
<content type='text'>
  DSM_TOTAL_DURATION
  DSM_TOTAL_DURATION_READ
  DSM_TOTAL_DURATION_WRITE
  DSM_TOTAL_DURATION_FREE
  DSM_TOTAL_DURATION_OTHER
  DSM_TOTAL_BUSY_TIME
</content>
</entry>
<entry>
<title>Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),</title>
<updated>2012-01-06T21:28:29Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2012-01-06T21:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a18e46160b3977b0a2855036765de6f21bd30644'/>
<id>urn:sha1:a18e46160b3977b0a2855036765de6f21bd30644</id>
<content type='text'>
and devstat_buildmatch().

PR:		bin/83359
Reviewed by:	ken
</content>
</entry>
<entry>
<title>Do not increment num_args if strsep(3) returned an empty field.</title>
<updated>2011-04-04T09:25:27Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2011-04-04T09:25:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1046090f1f0600d7298105f8226d4417918cb44d'/>
<id>urn:sha1:1046090f1f0600d7298105f8226d4417918cb44d</id>
<content type='text'>
That fixes devstat_buildmatch(3) crashes with certain strings.

Reported by:	arundel
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Remove an unused variable.</title>
<updated>2005-10-04T22:00:35Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-10-04T22:00:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2'/>
<id>urn:sha1:9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2</id>
<content type='text'>
Reviewed by:	ken
</content>
</entry>
</feed>
