<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/interface/pxe/pxe_tftp.c, branch v0.9.3</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/interface/pxe/pxe_tftp.c?h=v0.9.3</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/interface/pxe/pxe_tftp.c?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-02-02T15:59:32+00:00</updated>
<entry>
<title>Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.</title>
<updated>2008-02-02T15:59:32+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-02-02T15:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=5e4e2671775b14122848368d1dbc3a26aec70d86'/>
<id>urn:sha1:5e4e2671775b14122848368d1dbc3a26aec70d86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make read_user() non-blocking, and add select() call.</title>
<updated>2007-08-04T00:22:52+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-08-04T00:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=07f84566d5c24f3f52f19fa17505392dec5c869d'/>
<id>urn:sha1:07f84566d5c24f3f52f19fa17505392dec5c869d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add per-file error identifiers</title>
<updated>2007-07-24T16:11:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-24T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79'/>
<id>urn:sha1:9aa61ad5a26e04493a38bf4f9b6bd1228fef7a79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.</title>
<updated>2007-06-30T14:13:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-30T14:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d05d8edd428efeff6c08dbd2423572de8e89ce06'/>
<id>urn:sha1:d05d8edd428efeff6c08dbd2423572de8e89ce06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows RIS now gets as far as downloading NTLDR.</title>
<updated>2007-06-29T00:42:59+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-29T00:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=40d6d3dcf4b283272d3bd8166164b4622a85530b'/>
<id>urn:sha1:40d6d3dcf4b283272d3bd8166164b4622a85530b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer</title>
<updated>2007-06-11T17:11:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-11T17:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=01b4bde8a061773d563dfe3086ca04ad7ec7ca30'/>
<id>urn:sha1:01b4bde8a061773d563dfe3086ca04ad7ec7ca30</id>
<content type='text'>
UDP API.
</content>
</entry>
<entry>
<title>Updated to use POSIX-style file I/O layer.</title>
<updated>2007-05-18T14:33:20+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-05-18T14:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=23008b93263f690913281fcf767d9af6fddd576b'/>
<id>urn:sha1:23008b93263f690913281fcf767d9af6fddd576b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We don't actually have a stdio.h header file.  Our printf() functions are</title>
<updated>2006-09-27T10:58:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-09-27T10:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=88e38fa1483891f273f063f92ef71a5c33fe5406'/>
<id>urn:sha1:88e38fa1483891f273f063f92ef71a5c33fe5406</id>
<content type='text'>
defined in vsprintf.h.  (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)

There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
</content>
</entry>
<entry>
<title>added stdio.h to includes for DBG compilation</title>
<updated>2006-09-27T05:57:06+00:00</updated>
<author>
<name>Marty Connor</name>
</author>
<published>2006-09-27T05:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6ac78f6aff85b2a41d1c98011c41f622d569076a'/>
<id>urn:sha1:6ac78f6aff85b2a41d1c98011c41f622d569076a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow linking by converting functions to stubs</title>
<updated>2006-08-09T00:25:29+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-08-09T00:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=71754ada2a363c6ad33e303948061c27c3e94750'/>
<id>urn:sha1:71754ada2a363c6ad33e303948061c27c3e94750</id>
<content type='text'>
</content>
</entry>
</feed>
