<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libnetgraph/netgraph.3, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-05-15T12:04:39Z</updated>
<entry>
<title>Fix SYNPOSIS section to point to the proper include directive.</title>
<updated>2020-05-15T12:04:39Z</updated>
<author>
<name>Benedict Reuschling</name>
<email>bcr@FreeBSD.org</email>
</author>
<published>2020-05-15T12:04:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=44318fb2f901205d65da1c2fe95440f1e443c877'/>
<id>urn:sha1:44318fb2f901205d65da1c2fe95440f1e443c877</id>
<content type='text'>
netgraph(3) points to #include &lt;netgraph/netgraph.h&gt;, which is kernel only.
The man page refers to the user-space part of the netgraph module, which is
located in &lt;netgraph.h&gt;.

Submitted by:	lutz_donnerhacke.de
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D23814
</content>
</entry>
<entry>
<title>s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.</title>
<updated>2017-11-08T12:34:47Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2017-11-08T12:34:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=898300ee11555cfd65e134e8977adb5e1a48b476'/>
<id>urn:sha1:898300ee11555cfd65e134e8977adb5e1a48b476</id>
<content type='text'>
Submitted by:	Dmitry Luhtionov &lt;dmitryluhtionov@gmail.com&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>use .Mt to mark up email addresses consistently (part3)</title>
<updated>2014-06-23T08:23:05Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-23T08:23:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b7af31cf5e70677f52214702a95d4225564c52d'/>
<id>urn:sha1:2b7af31cf5e70677f52214702a95d4225564c52d</id>
<content type='text'>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco at lastsummer.de&gt;
</content>
</entry>
<entry>
<title>Fix some misinformation in netgraph manual pages.</title>
<updated>2013-11-28T06:45:30Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-11-28T06:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4131c351c3d9334abb9fb9f5e39a8a0382cd0acf'/>
<id>urn:sha1:4131c351c3d9334abb9fb9f5e39a8a0382cd0acf</id>
<content type='text'>
Submitted by:	Dmitry Luhtionov &lt;dmitryluhtionov gmail.com&gt;
</content>
</entry>
<entry>
<title>Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it's</title>
<updated>2004-07-04T04:03:37Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2004-07-04T04:03:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32889325b84d4275557e784801ac53c73cd18338'/>
<id>urn:sha1:32889325b84d4275557e784801ac53c73cd18338</id>
<content type='text'>
much more apt to note that it has the same result as NgRecvMsg.  Make
the manual page less circular in its reference to this fact.
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</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/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>mdoc(7) cleanup.</title>
<updated>2004-01-27T19:24:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-27T19:24:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bbc5b4d9c5e831cd4599e9c344c733cc3335d655'/>
<id>urn:sha1:bbc5b4d9c5e831cd4599e9c344c733cc3335d655</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/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>The .Fn function</title>
<updated>2003-06-08T10:34:00Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-08T10:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c024cc85c9a72f9d5fcc7028f25e5399d355b56'/>
<id>urn:sha1:3c024cc85c9a72f9d5fcc7028f25e5399d355b56</id>
<content type='text'>
</content>
</entry>
</feed>
