<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libnetgraph/debug.c, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</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>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>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>Fix a bug handling the debug level when displaying control messages</title>
<updated>2000-04-28T18:41:21Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-04-28T18:41:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1816e452a68495dd37b5800d1aceee4a957fead8'/>
<id>urn:sha1:1816e452a68495dd37b5800d1aceee4a957fead8</id>
<content type='text'>
in their ASCII forms at debug levels &gt;= 3.
</content>
</entry>
<entry>
<title>Missed part of previous commit.</title>
<updated>1999-12-03T23:15:33Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-12-03T23:15:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=baa60a3b175739c68b9eaf6797ed415ef38ad2c3'/>
<id>urn:sha1:baa60a3b175739c68b9eaf6797ed415ef38ad2c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recognize NGM_BPF_COOKIE.</title>
<updated>1999-12-03T23:12:41Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-12-03T23:12:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e489a907c49f80c9fe0e4738ec08e4f2407da3df'/>
<id>urn:sha1:e489a907c49f80c9fe0e4738ec08e4f2407da3df</id>
<content type='text'>
</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>The "acfcomp" field is not in the structure anymore. There may be a better</title>
<updated>1999-11-19T10:51:16Z</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>1999-11-19T10:51:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df'/>
<id>urn:sha1:e8ef6b2d7a7c51ea333f9adb02a47f198ac1b7df</id>
<content type='text'>
way to do that but it fixes buildworld.

World broken by: archie :-)
</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>
