<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/ng_echo.c, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-04-15T10:14:00Z</updated>
<entry>
<title>- Return error, if there was one.</title>
<updated>2005-04-15T10:14:00Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-04-15T10:14:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dfc17a329ebcf15f4a8b0e120d15c90fbe2d6a5a'/>
<id>urn:sha1:dfc17a329ebcf15f4a8b0e120d15c90fbe2d6a5a</id>
<content type='text'>
- No need to initialize error here.

PR:		kern/79884
Submitted by:	Wojciech A. Koszek
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T01:45:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T01:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c398230b64aea809cb7c5cea8db580af7097920c'/>
<id>urn:sha1:c398230b64aea809cb7c5cea8db580af7097920c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to using C99 sparse initialisers for the type methods array.</title>
<updated>2004-05-29T00:51:19Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-05-29T00:51:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8aae7776f85d2fa8aa93f73c37782cd9e1204c6'/>
<id>urn:sha1:f8aae7776f85d2fa8aa93f73c37782cd9e1204c6</id>
<content type='text'>
Should make no binary difference.

Submitted by:	Gleb Smirnoff &lt;glebius@cell.sick.ru&gt;
Reviewed by:	Harti Brandt &lt;harti@freebsd.org&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Part 2 of the netgraph rewrite.</title>
<updated>2001-01-08T05:34:06Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2001-01-08T05:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30400f03aa3c764fffcb7d3158634778a035a183'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Rewrite of netgraph to start getting ready for SMP.</title>
<updated>2001-01-06T00:46:47Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2001-01-06T00:46:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=069154d55f4e6cb7243ee37c5aa0391aa639e721'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Divorce the kernel binary ABI version number from the message</title>
<updated>2000-12-18T20:03:32Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-12-18T20:03:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=589f6ed8ce4b9da11cbdce95d6dcf9ad45792175'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Reviewed by:	Archie@freebsd.org</title>
<updated>2000-12-12T18:52:14Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-12-12T18:52:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=859a4d166c0fc97b248bf33c8745b7494934b0bf'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Since neither archie nor I work at Whistle any more, change our email</title>
<updated>2000-10-24T17:32:45Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-10-24T17:32:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc3bbd68c54fab5539ff1cfa5f7bfb454633239c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Two simple changes to the kernel internal API for netgraph modules,</title>
<updated>2000-04-28T17:09:00Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2000-04-28T17:09:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4ec03cfa87725b1890c6753970d29ecadc0ec97'/>
<id>urn:sha1:a4ec03cfa87725b1890c6753970d29ecadc0ec97</id>
<content type='text'>
to support future work in flow-control and 'packet reject/replace'
processing modes.

reviewed by: phk, archie
</content>
</entry>
<entry>
<title>Remove a bunch of un-needed includes.</title>
<updated>1999-12-07T05:50:48Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-12-07T05:50:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=647b86df6e2309de7c27fb3414f3daf139616500'/>
<id>urn:sha1:647b86df6e2309de7c27fb3414f3daf139616500</id>
<content type='text'>
Submitted by: phk@freebsd.org
</content>
</entry>
</feed>
