<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netinet/libalias, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Libalias incorrectly applies proxy rules to the global divert</title>
<updated>2005-06-27T22:21:42Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-06-27T22:21:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dca9c930dacb67e5f09dbbccf27020b7d6373268'/>
<id>urn:sha1:dca9c930dacb67e5f09dbbccf27020b7d6373268</id>
<content type='text'>
socket: it should only look for existing translation entries,
not create new ones (no matter how it got the idea).

Approved by:	re(scottl)
</content>
</entry>
<entry>
<title>Disable checksum processing in LibAlias, when it works as a</title>
<updated>2005-06-27T07:36:02Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-06-27T07:36:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59dde15e8256c4393a0419fafc780164debfbec2'/>
<id>urn:sha1:59dde15e8256c4393a0419fafc780164debfbec2</id>
<content type='text'>
kernel module. LibAlias is not aware about checksum offloading,
so the caller should provide checksum calculation. (The only
current consumer is ng_nat(4)). When TCP packet internals has
been changed and it requires checksum recalculation, a cookie
is set in th_x2 field of TCP packet, to inform caller that it
needs to recalculate checksum. This ugly hack would be removed
when LibAlias is made more kernel friendly.

Incremental checksum updates are left as is, since they don't
conflict with offloading.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>- Don't use legacy function in a non-legacy one. This gives us</title>
<updated>2005-06-20T08:31:48Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-06-20T08:31:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72f2d6578c6c936b5045959fcaf6f6f8e2f0dd80'/>
<id>urn:sha1:72f2d6578c6c936b5045959fcaf6f6f8e2f0dd80</id>
<content type='text'>
  possibility to compile libalias without legacy support.
- Use correct way to mark variable as unused.

Approved by:	re (dwhite)
</content>
</entry>
<entry>
<title>Add a workaround for 64-bit archs: store unsigned long return value in</title>
<updated>2005-05-06T13:01:31Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-06T13:01:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbfbc555e052a54af4b5f69d829b53ceff253f56'/>
<id>urn:sha1:cbfbc555e052a54af4b5f69d829b53ceff253f56</id>
<content type='text'>
temporary variable, check it and then cast to in_addr_t.
</content>
</entry>
<entry>
<title>s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and</title>
<updated>2005-05-06T11:07:49Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-06T11:07:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6293e003c9a38c2cf4c7012a5a4c28aa42ff4029'/>
<id>urn:sha1:6293e003c9a38c2cf4c7012a5a4c28aa42ff4029</id>
<content type='text'>
not supported for kernel build.
</content>
</entry>
<entry>
<title>More bits for kernel version:</title>
<updated>2005-05-05T22:00:32Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-05T22:00:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9d5db288856a2820b0f84b33485fed91dc4178a'/>
<id>urn:sha1:e9d5db288856a2820b0f84b33485fed91dc4178a</id>
<content type='text'>
- copy inet_aton() from libc
- disable getservbyname() lookup and accept only numeric port
</content>
</entry>
<entry>
<title>Always include alias.h before alias_local.h</title>
<updated>2005-05-05T21:55:17Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-05T21:55:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75bc262006b2b639ae568db84681ecf1053b0ad6'/>
<id>urn:sha1:75bc262006b2b639ae568db84681ecf1053b0ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.</title>
<updated>2005-05-05T21:53:17Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-05T21:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f87fe393cee601e9bcf4325d3fc356cfc9d3f122'/>
<id>urn:sha1:f87fe393cee601e9bcf4325d3fc356cfc9d3f122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix argument order for bcopy() in last commit.</title>
<updated>2005-05-05T21:40:49Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-05-05T21:40:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8d3ca728fbe37cbd5ca29a07610c2a527720db7'/>
<id>urn:sha1:c8d3ca728fbe37cbd5ca29a07610c2a527720db7</id>
<content type='text'>
Noticed by:	njl
Pointy hat to:	glebius
</content>
</entry>
</feed>
