<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/net/ipv6.c, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/ipv6.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/net/ipv6.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2007-12-07T00:11:43+00:00</updated>
<entry>
<title>Various warnings fixups for OpenBSD with gcc-3.3.5.</title>
<updated>2007-12-07T00:11:43+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-12-07T00:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=df868476e7872c3ebd8c6e2a21f8365858907dc7'/>
<id>urn:sha1:df868476e7872c3ebd8c6e2a21f8365858907dc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'holger/strings'</title>
<updated>2007-08-23T20:51:57+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-08-23T20:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=746d0f8febe166a3d5bad03a84ca4e33d1bcfe34'/>
<id>urn:sha1:746d0f8febe166a3d5bad03a84ca4e33d1bcfe34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use malloc attribute</title>
<updated>2007-08-20T18:30:17+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-08-20T18:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bc9f960b66f40479153dfe632aff286f1d61d7ff'/>
<id>urn:sha1:bc9f960b66f40479153dfe632aff286f1d61d7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix gcc 4.2.1 warning: initialized field overwritten</title>
<updated>2007-08-02T00:56:50+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-07-31T16:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=fdd5fbe3ae47f8003df85da1dc128d78722dbbec'/>
<id>urn:sha1:fdd5fbe3ae47f8003df85da1dc128d78722dbbec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warnings purge: src/{crypto,hci,net}</title>
<updated>2007-07-03T17:20:22+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2007-07-03T17:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c77704cb60731a8d4b3c5301720aeacfad83592f'/>
<id>urn:sha1:c77704cb60731a8d4b3c5301720aeacfad83592f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill off hotplug.h and just make net devices normal reference-counted</title>
<updated>2007-06-27T13:48:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-27T13:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f77815f2b1ecf9f14441110ca61c0cffa48ce0e3'/>
<id>urn:sha1:f77815f2b1ecf9f14441110ca61c0cffa48ce0e3</id>
<content type='text'>
structures.

DHCP still broken and #if 0'd out.
</content>
</entry>
<entry>
<title>pkbuff-&gt;iobuf changeover</title>
<updated>2007-05-19T18:39:40+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-05-19T18:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=3e2c6b6736729633c5d6c00cd31458a1c6a49730'/>
<id>urn:sha1:3e2c6b6736729633c5d6c00cd31458a1c6a49730</id>
<content type='text'>
Achieved via Perl using:

perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \
	-e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \
	-e 's/pkb/iobuf/g; s/PKB/IOB/g;'
</content>
</entry>
<entry>
<title>Use stdio.h instead of vsprintf.h</title>
<updated>2007-01-19T01:13:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-19T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=73b09ecba6dad0070e106a74eeed4bc388d60e02'/>
<id>urn:sha1:73b09ecba6dad0070e106a74eeed4bc388d60e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include stdlib.h rather than malloc.h</title>
<updated>2007-01-18T20:06:03+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T20:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5ff23aa406276c0932e7be760c31971dd1274d3f'/>
<id>urn:sha1:5ff23aa406276c0932e7be760c31971dd1274d3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use -ENETUNREACH to mean "no reachable network device exists, don't bother</title>
<updated>2007-01-14T16:22:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-14T16:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c953c1a1c3b7bec62a3a622a93ec641417bed656'/>
<id>urn:sha1:c953c1a1c3b7bec62a3a622a93ec641417bed656</id>
<content type='text'>
retrying".
</content>
</entry>
</feed>
