<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/netinet/ip_input.c, branch release/2.0.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.0.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1995-06-10T19:44:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1995-06-10T19:44:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-10T19:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbe312c9f723b704a542825383058d1a2eb63f94'/>
<id>urn:sha1:fbe312c9f723b704a542825383058d1a2eb63f94</id>
<content type='text'>
'RELENG_2_0_5_RELEASE'.

This commit was manufactured to restore the state of the 2.0.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T08:16:23Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T08:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b2e535452929d6f2f798a2c01b23b1f547a0b0f'/>
<id>urn:sha1:9b2e535452929d6f2f798a2c01b23b1f547a0b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make networking domains drop-ins, through the magic of GNU ld.  (Some day,</title>
<updated>1995-05-11T00:13:26Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-05-11T00:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=748e0b0accfecc7d90f16a3fc05b9c4502112625'/>
<id>urn:sha1:748e0b0accfecc7d90f16a3fc05b9c4502112625</id>
<content type='text'>
there may even be LKMs.)  Also, change the internal name of `unixdomain'
to `localdomain' since AF_LOCAL is now the preferred name of this family.
Declare netisr correctly and in the right place.
</content>
</entry>
<entry>
<title>Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.</title>
<updated>1995-05-09T13:35:48Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-09T13:35:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=94a5d9b6a175cae20ec679babd934ba97d36ffd1'/>
<id>urn:sha1:94a5d9b6a175cae20ec679babd934ba97d36ffd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reject source routes unless configured on by administrator.</title>
<updated>1995-03-16T18:22:28Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-03-16T18:22:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1025071f85e8ea0ea29fc0905261a7bb4c10df50'/>
<id>urn:sha1:1025071f85e8ea0ea29fc0905261a7bb4c10df50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add and move declarations to fix all of the warnings from `gcc -Wimplicit'</title>
<updated>1995-03-16T18:17:34Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-03-16T18:17:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5e8ce9f12b66453759f254bdf8bfc53fe2b6948'/>
<id>urn:sha1:b5e8ce9f12b66453759f254bdf8bfc53fe2b6948</id>
<content type='text'>
(except in netccitt, netiso and netns) and most of the warnings from
`gcc -Wnested-externs'.  Fix all the bugs found.  There were no serious
ones.
</content>
</entry>
<entry>
<title>Attempt to make the host route cache a bit smarter under conditions of</title>
<updated>1995-02-14T23:04:52Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-02-14T23:04:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea80aed1a920b5b2cbba7ca56868d25c6b5b975d'/>
<id>urn:sha1:ea80aed1a920b5b2cbba7ca56868d25c6b5b975d</id>
<content type='text'>
high load:

	1) If there ever get to be more than net.inet.ip.rtmaxcache entries
	   in the cache, in_rtqtimo() will reduce net.inet.ip.rtexpire by
	   1/3 and do another round, unles net.inet.ip.rtexpire is less than
	   net.inet.ip.rtminexpire, and never more than once in ten minutes
	   (rtq_timeout).

	2) If net.inet.ip.rtexpire is set to zero, don't bother to cache
	   anything.
</content>
</entry>
<entry>
<title>Remove a possible loophole - previously the code wouldn't pass packets destined</title>
<updated>1995-02-07T20:30:42Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1995-02-07T20:30:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6db216a6d768e03ce5d9081a6be2c518766faab6'/>
<id>urn:sha1:6db216a6d768e03ce5d9081a6be2c518766faab6</id>
<content type='text'>
to the loopback address to the packet filter.

Reviewed by:	"Ugen J.S.Antsilevich" &lt;ugen@netvision.net.il&gt;
</content>
</entry>
<entry>
<title>Actual firewall change.</title>
<updated>1995-01-12T13:06:32Z</updated>
<author>
<name>Ugen J.S. Antsilevich</name>
<email>ugen@FreeBSD.org</email>
</author>
<published>1995-01-12T13:06:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4dd1662b4cbbeaddf4e5a70a0462055e365c14e0'/>
<id>urn:sha1:4dd1662b4cbbeaddf4e5a70a0462055e365c14e0</id>
<content type='text'>
1) Firewall is not subdivided on forwarding / blocking chains
   anymore.Actually only one chain left-it was the blocking one.
2) LKM support.ip_fwdef.c is function pointers definition and
goes into kernel along with all INET stuff.
</content>
</entry>
<entry>
<title>Make rtq_reallyold user-configurable via sysctl.</title>
<updated>1994-12-14T19:06:37Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-12-14T19:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5be2baf8436ec3e2746f8ba0e9c61c420062953f'/>
<id>urn:sha1:5be2baf8436ec3e2746f8ba0e9c61c420062953f</id>
<content type='text'>
</content>
</entry>
</feed>
