<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libgeom, branch release/7.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F7.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2008-08-09T20:55:52Z</updated>
<entry>
<title>MFC r179780</title>
<updated>2008-08-09T20:55:52Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2008-08-09T20:55:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ea79483b07951074aea11afbcb80bf3a582652f0'/>
<id>urn:sha1:ea79483b07951074aea11afbcb80bf3a582652f0</id>
<content type='text'>
 Fix spelling.
</content>
</entry>
<entry>
<title>Remove parameter names from prototypes to avoid namespace issues.</title>
<updated>2007-05-06T10:00:27Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-05-06T10:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5f145b19fcea8417f0a80be61aa9c3c7721b284c'/>
<id>urn:sha1:5f145b19fcea8417f0a80be61aa9c3c7721b284c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement and document some utility functions that can be used to communicate</title>
<updated>2007-05-06T01:17:46Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2007-05-06T01:17:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fbda685d38d09604986d0dfc33e9c7f3b802c2b6'/>
<id>urn:sha1:fbda685d38d09604986d0dfc33e9c7f3b802c2b6</id>
<content type='text'>
with GEOM providers.

OK'ed by:	phk
</content>
</entry>
<entry>
<title>Second call of sysctl() is used to gather a proper size of a memory chunk</title>
<updated>2007-05-01T10:47:09Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2007-05-01T10:47:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0eedd05b1903546a185d96e978c055df29012cd9'/>
<id>urn:sha1:0eedd05b1903546a185d96e978c055df29012cd9</id>
<content type='text'>
needed to hold the GEOM tree. At this point, pointer 'p' has an improper
value (as it was used previously), and we're getting EFAULT. Fix this
functionality by passing NULL instead of 'p'.

This fixes mdconfig(8) -l output with high number of md(4) devices.

   Found by:	kris
Reviewed by:	phk
</content>
</entry>
<entry>
<title>Fix prototype.</title>
<updated>2005-11-24T10:43:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-24T10:43:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=70b077491987858b13034fce01e108a36438d986'/>
<id>urn:sha1:70b077491987858b13034fce01e108a36438d986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for NULL pointer return.</title>
<updated>2005-05-24T10:10:38Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-05-24T10:10:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=90d93f71416e829901d1bfe4dbdc552f288c5b88'/>
<id>urn:sha1:90d93f71416e829901d1bfe4dbdc552f288c5b88</id>
<content type='text'>
Spotted by:	marcus
</content>
</entry>
<entry>
<title>Markup, grammar, punctuation.</title>
<updated>2004-07-01T18:20:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-01T18:20:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=862b46f607ea4641313eff08f6df8fd1d930394c'/>
<id>urn:sha1:862b46f607ea4641313eff08f6df8fd1d930394c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make libgeom usable by C++ programs:</title>
<updated>2004-03-09T21:14:18Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-03-09T21:14:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ccac9da43b2914cc4b20b3f74d7752def6244ab0'/>
<id>urn:sha1:ccac9da43b2914cc4b20b3f74d7752def6244ab0</id>
<content type='text'>
- Add DECL wrappers to libgeom.h.
- Rename structure members in libgeom.h to use a lg_ prefix for member
  names.  This is required because a few structures had members named
  'class' which made g++ very unhappy.
- Catch gstat(8) and gconcat(8) up to these API changes.

Reviewed by:	phk
</content>
</entry>
<entry>
<title>String the consumers into the list of the provider they are attached to.</title>
<updated>2004-03-08T16:37:08Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-03-08T16:37:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4aa50d28b9ab6dddb5cfeb573ee26ba87e4dff11'/>
<id>urn:sha1:4aa50d28b9ab6dddb5cfeb573ee26ba87e4dff11</id>
<content type='text'>
Noticed by:	jhb
</content>
</entry>
<entry>
<title>Add manpages for the gctl API.</title>
<updated>2004-03-07T16:07:57Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-03-07T16:07:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5e5bfe775762511630afddae75a68bb98204e1c2'/>
<id>urn:sha1:5e5bfe775762511630afddae75a68bb98204e1c2</id>
<content type='text'>
Submitted by:	le
Tweaks by:	phk
</content>
</entry>
</feed>
