<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libnetgraph/netgraph.3, branch release/4.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-11-20T04:41:45Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-11-20T04:41:45Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-11-20T04:41:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d497cf6e989f7498cf5036a29fe7003a89abf83'/>
<id>urn:sha1:0d497cf6e989f7498cf5036a29fe7003a89abf83</id>
<content type='text'>
'RELENG_4_2_0_RELEASE'.

This commit was manufactured to restore the state of the 4.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: token returned by NgSendMsg() and NgSendAsciiMsg()</title>
<updated>2000-06-26T19:49:47Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-26T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ceb54f0a7576e391e651ba4617da8ede784875a'/>
<id>urn:sha1:0ceb54f0a7576e391e651ba4617da8ede784875a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: move netgraph node type man pages from section 8 to section 4.</title>
<updated>2000-05-04T17:45:24Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-05-04T17:45:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3b0e4a44bf2c284a2289b8d303cfc30b9f4aee53'/>
<id>urn:sha1:3b0e4a44bf2c284a2289b8d303cfc30b9f4aee53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: introduce .Lb macro to libraries manpages, some mdoc cleanup</title>
<updated>2000-04-22T16:36:09Z</updated>
<author>
<name>Alexey Zelkin</name>
<email>phantom@FreeBSD.org</email>
</author>
<published>2000-04-22T16:36:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7f6a73356f775d08ee1ec26f66284d7ff10c7d8'/>
<id>urn:sha1:a7f6a73356f775d08ee1ec26f66284d7ff10c7d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Have NgMkSockNode() load the socket node type KLD if it's not</title>
<updated>2000-01-28T00:48:27Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-01-28T00:48:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbffcf6685123749e437fcddcb034f2bc1b59ae1'/>
<id>urn:sha1:fbffcf6685123749e437fcddcb034f2bc1b59ae1</id>
<content type='text'>
already loaded (indicated by EPROTONOSUPPORT from socket(2)).
</content>
</entry>
<entry>
<title>Manual page style work.</title>
<updated>1999-12-21T01:25:21Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-12-21T01:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5129159789cc9d7bc514e4546b88e3427695002d'/>
<id>urn:sha1:5129159789cc9d7bc514e4546b88e3427695002d</id>
<content type='text'>
Submitted by:	Alexey Zelkin &lt;phantom@FreeBSD.org&gt;
thanks!
</content>
</entry>
<entry>
<title>Add two new generic control messages, NGM_ASCII2BINARY and</title>
<updated>1999-11-30T02:45:32Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-11-30T02:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8307e1233657707bc582110f07373c96d91943b'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Whistle's Netgraph link-layer (sometimes more) networking infrastructure.</title>
<updated>1999-10-21T09:06:11Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-10-21T09:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cf49a43559ed9fdad601bdcccd2c55963008675'/>
<id>urn:sha1:4cf49a43559ed9fdad601bdcccd2c55963008675</id>
<content type='text'>
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree
</content>
</entry>
</feed>
