<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdevinfo, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-09-15T19:24:18Z</updated>
<entry>
<title>MFC r197224:</title>
<updated>2009-09-15T19:24:18Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-09-15T19:24:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=623b4aa57ea0dbb3f9d06c548be4fbe257754ae0'/>
<id>urn:sha1:623b4aa57ea0dbb3f9d06c548be4fbe257754ae0</id>
<content type='text'>
Use explicit int values for the device states in order to allow, if
necessary, in the future, adds of new states without breaking ABI
between revisions.

Please note that this is a special condition as we want this fix in
before RC1 as we assume it is critical and so it has been handled
as an instant-merge.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-17T21:27:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-17T21:27:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a73a3ab56baabfbc4b63c100ee64951a407e9416'/>
<id>urn:sha1:a73a3ab56baabfbc4b63c100ee64951a407e9416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the variadic macro debug() comply to C99.</title>
<updated>2006-07-17T09:33:24Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2006-07-17T09:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60cd58631809983448e085137c045f48355468d4'/>
<id>urn:sha1:60cd58631809983448e085137c045f48355468d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++</title>
<updated>2005-08-31T14:57:39Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2005-08-31T14:57:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1760096dbe0dadb06a828d48379a06c7f73b2534'/>
<id>urn:sha1:1760096dbe0dadb06a828d48379a06c7f73b2534</id>
<content type='text'>
programs.  Also, add include guards.

PR:		bin/44277
Submitted by:	Alex Zepeda &lt;freebsd at blarf dot homeip dot net&gt;
MFC after:	1 day
</content>
</entry>
<entry>
<title>Clear devinfo_generation in devinfo_free() since we are freeing all of the</title>
<updated>2005-06-22T15:20:11Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-06-22T15:20:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=afc7f38c6b5adab2c942d72fbb7df41a700c492f'/>
<id>urn:sha1:afc7f38c6b5adab2c942d72fbb7df41a700c492f</id>
<content type='text'>
cached state.  Otherwise, a subsequent call to devinfo_init() would succeed
without reading the device tree from the kernel thinking that the cached
state was up to date since the generation count was the same.  However,
since the cached state was actually free'd, attempts to examine the tree
after the second devinfo_init() would fail.

Reported by:	Juho Vuori juho dot vuori at kepa dot fi
Submitted by:	Stefan Farfeleder stefan at fafoe dot narf dot at
Approved by:	re (dwhite)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove unused variables. Whitespace cleaning.</title>
<updated>2005-05-20T12:46:34Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2005-05-20T12:46:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=109a0e6b26ae0aa9084ada9c0ce688bc6f1cbd37'/>
<id>urn:sha1:109a0e6b26ae0aa9084ada9c0ce688bc6f1cbd37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in a comment.</title>
<updated>2005-03-01T20:32:05Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-03-01T20:32:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2af3af27a2b48ee2a2fb69fa65bc79ab1117b8ee'/>
<id>urn:sha1:2af3af27a2b48ee2a2fb69fa65bc79ab1117b8ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer C99's __func__ over GCC's __FUNCTION__.</title>
<updated>2004-09-22T16:56:49Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-09-22T16:56:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e60b9f5130555c81ac3e6b39130d5b332a979c02'/>
<id>urn:sha1:e60b9f5130555c81ac3e6b39130d5b332a979c02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enclose .Fa fn with ``The ... function'' at the beginning of sentences.</title>
<updated>2004-07-26T19:35:20Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-07-26T19:35:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30857323e0817d5159872e97d250ff50189fe0b8'/>
<id>urn:sha1:30857323e0817d5159872e97d250ff50189fe0b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7): Use the new feature of the .In macro.</title>
<updated>2003-09-08T19:57:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T19:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe08efe680f6705e0c60beabe3e39629c655e743'/>
<id>urn:sha1:fe08efe680f6705e0c60beabe3e39629c655e743</id>
<content type='text'>
</content>
</entry>
</feed>
