<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libalias/alias.c, branch release/5.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-05-07T17:51:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-05-07T17:51:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-05-07T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77'/>
<id>urn:sha1:e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77</id>
<content type='text'>
'RELENG_5_4_0_RELEASE'.

This commit was manufactured to restore the state of the 5.4-RELEASE image.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.</title>
<updated>2005-04-20T19:11:07Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-04-20T19:11:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79c906b55063e4f0f0d3281363970da4e619cf56'/>
<id>urn:sha1:79c906b55063e4f0f0d3281363970da4e619cf56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-04-07T05:57:17Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-04-07T05:57:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84d1a941cffb8570f421631eb8a3d8fe6ad5bdd0'/>
<id>urn:sha1:84d1a941cffb8570f421631eb8a3d8fe6ad5bdd0</id>
<content type='text'>
	revision 1.50

	natd core dumps when -reverse switch is used because of a bug in
	libalias.

Approved by:	re@
</content>
</entry>
<entry>
<title>Fix outgoing ICMP on global instance.</title>
<updated>2004-08-14T14:21:09Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-08-14T14:21:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7581f0fc2b97703022b42069967a8cfca46e8a2'/>
<id>urn:sha1:e7581f0fc2b97703022b42069967a8cfca46e8a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an</title>
<updated>2004-07-06T12:13:28Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-06T12:13:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fa0fd268273d90e765d9ebfe0be87ea4d64e138'/>
<id>urn:sha1:9fa0fd268273d90e765d9ebfe0be87ea4d64e138</id>
<content type='text'>
{ip,udp,tcp} header and return a void * pointing to the payload (i.e. the
first byte past the end of the header and any required padding).  Use them
consistently throughout libalias to a) reduce code duplication, b) improve
code legibility, c) get rid of a bunch of alignment warnings.
</content>
</entry>
<entry>
<title>Rewrite twowords() to access its argument through a char pointer and not</title>
<updated>2004-07-06T09:22:18Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-06T09:22:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3e2c216398b34e94a5d10701c8a25745cb910e0'/>
<id>urn:sha1:e3e2c216398b34e94a5d10701c8a25745cb910e0</id>
<content type='text'>
a short pointer.  The previous implementation seems to be in a gray zone
of the C standard, and GCC generates incorrect code for it at -O2 or
higher on some platforms.
</content>
</entry>
<entry>
<title>Make libalias WARNS?=6-clean.  This mostly involves renaming variables</title>
<updated>2004-07-05T11:10:57Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-05T11:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed01a5821550bf9859165f24c95b30c5f1b69f22'/>
<id>urn:sha1:ed01a5821550bf9859165f24c95b30c5f1b69f22</id>
<content type='text'>
named link, foo_link or link_foo to lnk, foo_lnk or lnk_foo, fixing
signed / unsigned comparisons, and shoving unused function arguments
under the carpet.

I was hoping WARNS?=6 might reveal more serious problems, and perhaps
the source of the -O2 breakage, but found no smoking gun.
</content>
</entry>
<entry>
<title>Parenthesize return values.</title>
<updated>2004-07-05T10:55:23Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-05T10:55:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ffcb611a9d2113db86746085135c2d822e3bf357'/>
<id>urn:sha1:ffcb611a9d2113db86746085135c2d822e3bf357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanical whitespace cleanup.</title>
<updated>2004-07-05T10:53:28Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-07-05T10:53:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f311ebb4ec205d59f36b71b24e8695cbb19a31ac'/>
<id>urn:sha1:f311ebb4ec205d59f36b71b24e8695cbb19a31ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LibAliasOutTry() which checks a packet for a hit in the tables, but</title>
<updated>2004-07-04T12:53:07Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-07-04T12:53:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6bbb691490917101f86a904b01319f0617b00a6'/>
<id>urn:sha1:e6bbb691490917101f86a904b01319f0617b00a6</id>
<content type='text'>
does not create a new entry if none is found.
</content>
</entry>
</feed>
