<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libnetgraph, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</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-test2/commit/?id=419ecd5dee28e23b759fc90ff551d2fd188cb86f'/>
<id>urn:sha1:419ecd5dee28e23b759fc90ff551d2fd188cb86f</id>
<content type='text'>
Ok'd by:	kan
</content>
</entry>
<entry>
<title>Replace select() by poll() to avoid problems with big</title>
<updated>2007-05-14T14:18:41Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2007-05-14T14:18:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=82a35b739ab487714efe6001ecb1d5789d83074c'/>
<id>urn:sha1:82a35b739ab487714efe6001ecb1d5789d83074c</id>
<content type='text'>
descriptor number.

Approved by:	glebius (mentor)
</content>
</entry>
<entry>
<title>Include sys/socket.h to know about sa_family_t.</title>
<updated>2006-10-17T16:56:29Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-17T16:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bbf889ededbfd1adae1823372c3041d465f1e029'/>
<id>urn:sha1:bbf889ededbfd1adae1823372c3041d465f1e029</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In the splnet(9) times netgraph(4) was synchronous and if a message</title>
<updated>2006-01-12T19:14:40Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-01-12T19:14:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2df050ad10cde5237970359fd21baf0c0d33b83c'/>
<id>urn:sha1:2df050ad10cde5237970359fd21baf0c0d33b83c</id>
<content type='text'>
had been replied, the reply was always delivered to the originator
synchronously.

With introduction of netgraph item callbacks and a wait channel with
mutex in ng_socket(4), we have fixed the problem with ngctl(8) returning
earlier than the command has been proceeded by target node. But still
ngctl(8) can return prior to the reply has arrived to its node.

To fix this:
 - Introduce a new flag for netgraph(4) messages - NGM_HASREPLY.
   This flag is or'ed with message like NGM_READONLY.
 - In netgraph userland library if we have sent a message with
   NGM_HASREPLY flag, then select(2) until reply comes.
 - Mark appropriate generic commands with NGM_HASREPLY flag,
   gathering them into one enum {}. Bump generic cookie.
</content>
</entry>
<entry>
<title>Recognize all current standard node types.</title>
<updated>2005-10-25T20:58:30Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-10-25T20:58:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=41fa1ea96a1c8e170942421c27069006423dc734'/>
<id>urn:sha1:41fa1ea96a1c8e170942421c27069006423dc734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the shared library version number of all libraries that have not</title>
<updated>2005-07-22T17:19:05Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-22T17:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a84020c2b91368d6236647bb2933859e6d16d4a8'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Make this compile with GCC4 by fixing a few signedness related warnings.</title>
<updated>2005-04-26T14:25:11Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2005-04-26T14:25:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b92367948a1777de80dd7ee31a15a90df0b727bf'/>
<id>urn:sha1:b92367948a1777de80dd7ee31a15a90df0b727bf</id>
<content type='text'>
Reviewed by:	md5(1)
</content>
</entry>
<entry>
<title>When we have converted an ASCII message to binary, set its version in</title>
<updated>2005-02-04T21:36:10Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-02-04T21:36:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e551a1c3c28a1bbe9e994eb002f01dc0f2d75b99'/>
<id>urn:sha1:e551a1c3c28a1bbe9e994eb002f01dc0f2d75b99</id>
<content type='text'>
the header. Otherwise we will send a message with zero version.

MFC after:	3 days
</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>
</feed>
