<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdevinfo/devinfo.c, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</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-test2/commit/?id=60cd58631809983448e085137c045f48355468d4'/>
<id>urn:sha1:60cd58631809983448e085137c045f48355468d4</id>
<content type='text'>
</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-test2/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-test2/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-test2/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-test2/commit/?id=e60b9f5130555c81ac3e6b39130d5b332a979c02'/>
<id>urn:sha1:e60b9f5130555c81ac3e6b39130d5b332a979c02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose the new kernel data structures to libdevinfo:</title>
<updated>2002-09-20T02:16:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-09-20T02:16:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=43832002d3321106a32a78fe06fda22f2c34213d'/>
<id>urn:sha1:43832002d3321106a32a78fe06fda22f2c34213d</id>
<content type='text'>
	o Added dd_pnpinfo, dd_location, dd_devflags, dd_flags and dd_state
	o Copy/initialize these as necessary.
	o Document the changes to the interface in devinfo.3.
</content>
</entry>
<entry>
<title>Implement __FBSDID()</title>
<updated>2001-09-16T21:35:07Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-16T21:35:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e67f5b9fcac5f0ebb78f0b3a50c0128432cca584'/>
<id>urn:sha1:e67f5b9fcac5f0ebb78f0b3a50c0128432cca584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include string.h for the strlen() prototype to quiet a warning.</title>
<updated>2001-08-10T16:55:09Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-08-10T16:55:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e495c5609be9459c2f02777e1209b54082695688'/>
<id>urn:sha1:e495c5609be9459c2f02777e1209b54082695688</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This is the Device Information Library, libdevinfo.</title>
<updated>2001-04-20T05:53:30Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>2001-04-20T05:53:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a2e6df2951f1ce62de681fbe6f8ae910500d80dc'/>
<id>urn:sha1:a2e6df2951f1ce62de681fbe6f8ae910500d80dc</id>
<content type='text'>
The devinfo library provides access to the kernel's internal device
hierarchy and to the I/O resource manager.  The library uses a
sysctl(9) interface to obtain a snapshot of the kernel's state which
is then made available to the application.
</content>
</entry>
</feed>
