<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdevstat, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2012-12-15T18:19:48Z</updated>
<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/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>Globally replace u_int*_t from (non-contributed) man pages.</title>
<updated>2012-02-12T18:29:56Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-02-12T18:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b99842ada7bb3bd24c5fd4541e046994733757b'/>
<id>urn:sha1:6b99842ada7bb3bd24c5fd4541e046994733757b</id>
<content type='text'>
The reasoning behind this, is that if we are consistent in our
documentation about the uint*_t stuff, people will be less tempted to
write new code that uses the non-standard types.

I am not going to bump the man page dates, as these changes can be
considered style nits. The meaning of the man pages is unaffected.

MFC after:	1 month
</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/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/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>Spelling fixes.</title>
<updated>2010-08-03T17:40:09Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-08-03T17:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=799162a6287e113b0a53a4a573321fa914bc3b0e'/>
<id>urn:sha1:799162a6287e113b0a53a4a573321fa914bc3b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build lib/ with WARNS=6 by default.</title>
<updated>2010-01-02T09:58:07Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T09:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=daaf5759104f210a9315f49f80f1e0f01a8b3bff'/>
<id>urn:sha1:daaf5759104f210a9315f49f80f1e0f01a8b3bff</id>
<content type='text'>
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>urn:sha1:3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
</entry>
<entry>
<title>The devstat(3) manpage claims that only &lt;devstat.h&gt; is needed as a</title>
<updated>2008-01-31T16:55:12Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-01-31T16:55:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=702bfe650784facd7d851fbf63bb9beba63ca94e'/>
<id>urn:sha1:702bfe650784facd7d851fbf63bb9beba63ca94e</id>
<content type='text'>
prerequisite for using this interface.  However, the 'statinfo' struct
actually references CPUSTATES from &lt;sys/resource.h&gt;, so in fact it
requires &lt;sys/resource.h&gt; to compile.  Use a nested include of
&lt;sys/resource.h&gt; to make the code match the docs.

Reported by:	Pietro Cerutti  gahr | gahr.ch
</content>
</entry>
<entry>
<title>Bump library versions in preparation for 7.0.</title>
<updated>2007-05-21T02:49:08Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-05-21T02:49:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=419ecd5dee28e23b759fc90ff551d2fd188cb86f'/>
<id>urn:sha1:419ecd5dee28e23b759fc90ff551d2fd188cb86f</id>
<content type='text'>
Ok'd by:	kan
</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/commit/?id=9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2'/>
<id>urn:sha1:9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2</id>
<content type='text'>
Reviewed by:	ken
</content>
</entry>
</feed>
