<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/net/if_loop.c, branch release/3.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-02-16T01:59:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-02-16T01:59:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-02-16T01:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=838992f094ccde014679a7cfafc495840eb932a1'/>
<id>urn:sha1:838992f094ccde014679a7cfafc495840eb932a1</id>
<content type='text'>
'RELENG_3_1_0_RELEASE'.

This commit was manufactured to restore the state of the 3.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Make sure the packet is aligned correctly for the alpha in if_simloop.</title>
<updated>1998-07-12T16:46:52Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-07-12T16:46:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a43ad8f22812b286809338032573ba3e1ecd923'/>
<id>urn:sha1:3a43ad8f22812b286809338032573ba3e1ecd923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oops</title>
<updated>1998-06-14T23:53:43Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-06-14T23:53:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=05b3ccef36c627d92c7b20686d0d1689d6dd5aba'/>
<id>urn:sha1:05b3ccef36c627d92c7b20686d0d1689d6dd5aba</id>
<content type='text'>
left a "break;" out of the last patch
it complains for every loopback packet..
</content>
</entry>
<entry>
<title>Try narrow down the culprit sending undefined packet types through the loopback</title>
<updated>1998-06-14T20:58:17Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-06-14T20:58:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201c2527a9624c5f374341262c4318b0d02071c5'/>
<id>urn:sha1:201c2527a9624c5f374341262c4318b0d02071c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 3 occurances of __FUNCTION__</title>
<updated>1998-06-12T20:03:26Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-06-12T20:03:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b1214b0fc0091945aa399405126d0a51f6f4ae6'/>
<id>urn:sha1:6b1214b0fc0091945aa399405126d0a51f6f4ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Go through the loopback code with a broom..</title>
<updated>1998-06-12T03:48:19Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1998-06-12T03:48:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed7509ace472df6920d5f272cd966f74e6dab7ab'/>
<id>urn:sha1:ed7509ace472df6920d5f272cd966f74e6dab7ab</id>
<content type='text'>
Remove lots'o'hacks.
looutput is now static.

Other callers who want to use loopback to allow shortcutting
should call the special entrypoint for this, if_simloop(), which is
specifically designed for this purpose. Using looutput for this purpose
was problematic, particularly with bpf and trying to keep track
of whether one should be using the charateristics of the loopback interface
or the interface (e.g. if_ethersubr.c) that was requesting the loopback.
There was a whole class of errors due to this mis-use each of which had
hacks to cover them up.

Consists largly of hack removal :-)
</content>
</entry>
<entry>
<title>This commit fixes various 64bit portability problems required for</title>
<updated>1998-06-07T17:13:14Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-06-07T17:13:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecbb00a2629050fd720dc376a33c45f4ad767cea'/>
<id>urn:sha1:ecbb00a2629050fd720dc376a33c45f4ad767cea</id>
<content type='text'>
FreeBSD/alpha.  The most significant item is to change the command
argument to ioctl functions from int to u_long.  This change brings us
inline with various other BSD versions.  Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.

The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
</content>
</entry>
<entry>
<title>Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGS</title>
<updated>1998-04-30T19:37:00Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-04-30T19:37:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce42f1fb1708bc2d8c47fde8619bd90bc9224909'/>
<id>urn:sha1:ce42f1fb1708bc2d8c47fde8619bd90bc9224909</id>
<content type='text'>
ioctl handler.

PR:		6466
Reviewed by:	phk
Submitted by:	Ruslan Ermilov &lt;ru@ucb.crimea.ua&gt;
</content>
</entry>
<entry>
<title>NETATALK -&gt; opt_atalk.h</title>
<updated>1998-01-09T00:51:57Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-01-09T00:51:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7262d3e4306da5a4947649e2ca2d0044acf71d2d'/>
<id>urn:sha1:7262d3e4306da5a4947649e2ca2d0044acf71d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make INET a proper option.</title>
<updated>1998-01-08T23:42:31Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-01-08T23:42:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1d5e9e2255b72657dba67926ac2c254fd2156698'/>
<id>urn:sha1:1d5e9e2255b72657dba67926ac2c254fd2156698</id>
<content type='text'>
This will not make any of object files that LINT create change; there
might be differences with INET disabled, but hardly anything compiled
before without INET anyway.  Now the 'obvious' things will give a
proper error if compiled without inet - ipx_ip, ipfw, tcp_debug.  The
only thing that _should_ work (but can't be made to compile reasonably
easily) is sppp :-(

This commit move struct arpcom from &lt;netinet/if_ether.h&gt; to
&lt;net/if_arp.h&gt;.
</content>
</entry>
</feed>
