<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/examples/netgraph/ngctl, branch release/12.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Fix more typos to be a good example.</title>
<updated>2011-05-22T14:23:48+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-05-22T14:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5665fe6b21e12735efc53c03d00817225d433c87'/>
<id>5665fe6b21e12735efc53c03d00817225d433c87</id>
<content type='text'>
Found by:	codespell
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by:	codespell
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all uses of the old netgraph constants NG_*LEN by the new</title>
<updated>2003-11-15T15:26:35+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-11-15T15:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=89624a34909c1355b71214ff83df0fa94b04e34b'/>
<id>89624a34909c1355b71214ff83df0fa94b04e34b</id>
<content type='text'>
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typos in comments.</title>
<updated>2003-09-30T22:39:22+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2003-09-30T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6a8b93fe2bf726aeb678d4a214c0aca480d171b4'/>
<id>6a8b93fe2bf726aeb678d4a214c0aca480d171b4</id>
<content type='text'>
Submitted by: Vincent Jardin &lt;vjardin@wanadoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Vincent Jardin &lt;vjardin@wanadoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two new generic control messages, NGM_ASCII2BINARY and</title>
<updated>1999-11-30T02:45:32+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-11-30T02:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f8307e1233657707bc582110f07373c96d91943b'/>
<id>f8307e1233657707bc582110f07373c96d91943b</id>
<content type='text'>
NGM_BINARY2ASCII, which convert control messages to ASCII and back.
This allows control messages to be sent and received in ASCII form
using ngctl(8), which makes ngctl a lot more useful.

This also allows all the type-specific debugging code in libnetgraph
to go away -- instead, we just ask the node itself to do the ASCII
translation for us.

Currently, all generic control messages are supported, as well as
messages associated with the following node types: async, cisco,
ksocket, and ppp.

See /usr/share/examples/netgraph/ngctl for an example of using this.

Also give ngctl(8) the ability to print out incoming data and
control messages at any time.  Eventually nghook(8) may be subsumed.

Several other misc. bug fixes.

Reviewed by:	julian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NGM_BINARY2ASCII, which convert control messages to ASCII and back.
This allows control messages to be sent and received in ASCII form
using ngctl(8), which makes ngctl a lot more useful.

This also allows all the type-specific debugging code in libnetgraph
to go away -- instead, we just ask the node itself to do the ASCII
translation for us.

Currently, all generic control messages are supported, as well as
messages associated with the following node types: async, cisco,
ksocket, and ppp.

See /usr/share/examples/netgraph/ngctl for an example of using this.

Also give ngctl(8) the ability to print out incoming data and
control messages at any time.  Eventually nghook(8) may be subsumed.

Several other misc. bug fixes.

Reviewed by:	julian
</pre>
</div>
</content>
</entry>
</feed>
