<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdevstat, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r220319:</title>
<updated>2011-04-18T08:49:25+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2011-04-18T08:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d30f9fde6fba8df6daae857728dc79c4676e9fc5'/>
<id>d30f9fde6fba8df6daae857728dc79c4676e9fc5</id>
<content type='text'>
 Do not increment num_args if strsep(3) returned an empty field.
 That fixes devstat_buildmatch(3) crashes with certain strings.

Reported by:	arundel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Do not increment num_args if strsep(3) returned an empty field.
 That fixes devstat_buildmatch(3) crashes with certain strings.

Reported by:	arundel
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</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:12+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-01-31T16:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=702bfe650784facd7d851fbf63bb9beba63ca94e'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump library versions in preparation for 7.0.</title>
<updated>2007-05-21T02:49:08+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-05-21T02:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=419ecd5dee28e23b759fc90ff551d2fd188cb86f'/>
<id>419ecd5dee28e23b759fc90ff551d2fd188cb86f</id>
<content type='text'>
Ok'd by:	kan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ok'd by:	kan
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an unused variable.</title>
<updated>2005-10-04T22:00:35+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-10-04T22:00:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2'/>
<id>9dbcd4b0c0139bb955d4e6055fa915c2b9dbd3b2</id>
<content type='text'>
Reviewed by:	ken
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	ken
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a reference to compute_stats(), since it is no longer documented at</title>
<updated>2005-08-10T00:51:36+00:00</updated>
<author>
<name>Kenneth D. Merry</name>
<email>ken@FreeBSD.org</email>
</author>
<published>2005-08-10T00:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a12d2d1266387e36c47c784a2d3556be0978538'/>
<id>4a12d2d1266387e36c47c784a2d3556be0978538</id>
<content type='text'>
least.

Submitted by:	osa
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
least.

Submitted by:	osa
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the shared library version number of all libraries that have not</title>
<updated>2005-07-22T17:19:05+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-22T17:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a84020c2b91368d6236647bb2933859e6d16d4a8'/>
<id>a84020c2b91368d6236647bb2933859e6d16d4a8</id>
<content type='text'>
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
</pre>
</div>
</content>
</entry>
<entry>
<title>sync function prototype with reality.</title>
<updated>2005-07-17T13:33:04+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2005-07-17T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=634eb5fb07307dca075a201ec33c1cfbc390a7db'/>
<id>634eb5fb07307dca075a201ec33c1cfbc390a7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up the markup.</title>
<updated>2005-06-30T06:35:51+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-06-30T06:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8b7475ed758a0df8340b986591640df04b9fc72a'/>
<id>8b7475ed758a0df8340b986591640df04b9fc72a</id>
<content type='text'>
Approved by:	re (blanket manpages)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (blanket manpages)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __func__ throughout devstat.c instead of defining a func_name</title>
<updated>2005-04-26T15:02:01+00:00</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2005-04-26T15:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7d72cda3d33b7f8545825e900428a1ee73d16454'/>
<id>7d72cda3d33b7f8545825e900428a1ee73d16454</id>
<content type='text'>
variable in each function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variable in each function.
</pre>
</div>
</content>
</entry>
</feed>
