<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libnetgraph/msg.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>Partial MFC of NGM_HASREPLY flag. The flag is introduced, but message</title>
<updated>2006-01-21T10:04:40Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-01-21T10:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3da024bf9927b7f6477f3cf9da6bce0828391c6c'/>
<id>urn:sha1:3da024bf9927b7f6477f3cf9da6bce0828391c6c</id>
<content type='text'>
codes and netgraph cookie are not altered, to preserve ABI compatibility.
</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>- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),</title>
<updated>2004-01-27T20:25:14Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-27T20:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d15ff417789ca1926d26a34db3d6c0137178cda6'/>
<id>urn:sha1:d15ff417789ca1926d26a34db3d6c0137178cda6</id>
<content type='text'>
  and NgAllocRecvData(), that dynamically allocate buffer for a binary
  message, an ascii message, and a data packet, respectively.  The size
  of the allocated buffer is equal to the socket's receive buffer size
  to guarantee that a message or a data packet is not truncated.

- Get rid of the static size buffer in NgSendAsciiMsg().

OK'ed by:	archie, julian
</content>
</entry>
<entry>
<title>Fixed memory leak in NgSendAsciiMsg().</title>
<updated>2004-01-27T18:38:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-27T18:38:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=430b8c1b05e98d6f5e10ab17afafe2f68ed56278'/>
<id>urn:sha1:430b8c1b05e98d6f5e10ab17afafe2f68ed56278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the new defines that include the trailing '\0' in the code.</title>
<updated>2003-11-14T08:09:01Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-11-14T08:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54e33116437439f86e3276c90d07c0bd5724dfef'/>
<id>urn:sha1:54e33116437439f86e3276c90d07c0bd5724dfef</id>
<content type='text'>
Replace occurences of the magic constant 2 with an offsetof macro
call that computes the size of the leading members of the sockaddr.
Use strlcpy instead of sprintf where appropriate. Document the new changes
in the man page.
</content>
</entry>
<entry>
<title>Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token</title>
<updated>2001-10-25T04:02:25Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2001-10-25T04:02:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0fb56449d624bb1b809cc2fdc3b9870c3bb88f37'/>
<id>urn:sha1:0fb56449d624bb1b809cc2fdc3b9870c3bb88f37</id>
<content type='text'>
value could be returned when the debug level was non-zero.

Submitted by:	Harti Brandt &lt;brandt@fokus.gmd.de&gt;
MFC after:	5 days
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libnetgraph</title>
<updated>2001-09-30T22:03:54Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:03:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd0d00c59747ea3700ebf727eda9df09e8dc7fd9'/>
<id>urn:sha1:fd0d00c59747ea3700ebf727eda9df09e8dc7fd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Make sure the message token returned by NgSendMsg() is non-negative</title>
<updated>2000-06-21T23:01:07Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-21T23:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33c22c64e90bb76e13d5cc546c25e3b52a6ac646'/>
<id>urn:sha1:33c22c64e90bb76e13d5cc546c25e3b52a6ac646</id>
<content type='text'>
- Have NgSendAsciiMsg() return the same token as NgSendMsg()
- Document that NgSendMsg() and NgSendAsciiMsg() return the token
- Add MLINKS for the functions defined in netgraph(3)
</content>
</entry>
</feed>
