<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_echo.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Part 2 of the netgraph rewrite.</title>
<updated>2001-01-08T05:34:06+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2001-01-08T05:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=30400f03aa3c764fffcb7d3158634778a035a183'/>
<id>30400f03aa3c764fffcb7d3158634778a035a183</id>
<content type='text'>
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by:	archie@freebsd.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mostly cosmetic changes, (though I caught a bug or two while
makeing them)
Reviewed by:	archie@freebsd.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of netgraph to start getting ready for SMP.</title>
<updated>2001-01-06T00:46:47+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2001-01-06T00:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=069154d55f4e6cb7243ee37c5aa0391aa639e721'/>
<id>069154d55f4e6cb7243ee37c5aa0391aa639e721</id>
<content type='text'>
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right.  More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version is functional and is aproaching solid..
notice I said APROACHING. There are many node types I cannot test
I have tested: echo hole ppp socket vjc iface tee bpf async tty
The rest compile and "Look" right.  More changes to follow.
DEBUGGING is enabled in this code to help if people have problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Divorce the kernel binary ABI version number from the message</title>
<updated>2000-12-18T20:03:32+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-12-18T20:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=589f6ed8ce4b9da11cbdce95d6dcf9ad45792175'/>
<id>589f6ed8ce4b9da11cbdce95d6dcf9ad45792175</id>
<content type='text'>
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.

Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
format version number. (userland programs should not need to be
recompiled when the netgraph kernel internal ABI is changed.

Also fix modules that don;t handle the fact that a caller may not supply
a return message pointer. (benign at the moment because the calling code
checks, but that will change)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reviewed by:	Archie@freebsd.org</title>
<updated>2000-12-12T18:52:14+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-12-12T18:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=859a4d166c0fc97b248bf33c8745b7494934b0bf'/>
<id>859a4d166c0fc97b248bf33c8745b7494934b0bf</id>
<content type='text'>
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.

This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.

This is running on my test machine with no new problems :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This clears out my outstanding netgraph changes.
There is a netgraph change of design in the offing and this is to some
extent a superset of soem of the new functionality and some of the old
functionality that may be removed.

This code works as before, but allows some new features that I want to
work with and evaluate. It is the basis for a version of netgraph
with integral locking for SMP use.

This is running on my test machine with no new problems :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Since neither archie nor I work at Whistle any more, change our email</title>
<updated>2000-10-24T17:32:45+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-10-24T17:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc3bbd68c54fab5539ff1cfa5f7bfb454633239c'/>
<id>cc3bbd68c54fab5539ff1cfa5f7bfb454633239c</id>
<content type='text'>
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
addresses to be the more usefu @freebsd.org ones
so we can keep getting bug-reports.
- man pages to follow..
</pre>
</div>
</content>
</entry>
<entry>
<title>Two simple changes to the kernel internal API for netgraph modules,</title>
<updated>2000-04-28T17:09:00+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-04-28T17:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a4ec03cfa87725b1890c6753970d29ecadc0ec97'/>
<id>a4ec03cfa87725b1890c6753970d29ecadc0ec97</id>
<content type='text'>
to support future work in flow-control and 'packet reject/replace'
processing modes.

reviewed by: phk, archie
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to support future work in flow-control and 'packet reject/replace'
processing modes.

reviewed by: phk, archie
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a bunch of un-needed includes.</title>
<updated>1999-12-07T05:50:48+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-12-07T05:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=647b86df6e2309de7c27fb3414f3daf139616500'/>
<id>647b86df6e2309de7c27fb3414f3daf139616500</id>
<content type='text'>
Submitted by: phk@freebsd.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: phk@freebsd.org
</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>
<entry>
<title>Add typedefs for node methods</title>
<updated>1999-11-01T10:00:40+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-11-01T10:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74f5c6aa25752d28460c90aefa625ec0f75e3505'/>
<id>74f5c6aa25752d28460c90aefa625ec0f75e3505</id>
<content type='text'>
Suggested by phk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by phk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whistle's Netgraph link-layer (sometimes more) networking infrastructure.</title>
<updated>1999-10-21T09:06:11+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-10-21T09:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4cf49a43559ed9fdad601bdcccd2c55963008675'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
