<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.70-pre6</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Document gPXE extensions.</title>
<updated>2008-03-26T22:26:02+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-26T22:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bbb8f15936b851e6a0ef6f7bb2c95197bff35994'/>
<id>bbb8f15936b851e6a0ef6f7bb2c95197bff35994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PXELINUX: When doing a gPXE FILE_READ, actually handle errors</title>
<updated>2008-03-26T22:21:31+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-26T22:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0a97c5dafe5330ff29b6a41b2b25628da6b73e77'/>
<id>0a97c5dafe5330ff29b6a41b2b25628da6b73e77</id>
<content type='text'>
If gPXE FILE_READ returns an actual error, don't loop forever.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If gPXE FILE_READ returns an actual error, don't loop forever.
</pre>
</div>
</content>
</entry>
<entry>
<title>PXELINUX: add gPXE PXENV_FILE_API_CHECK call; clean up pxenv</title>
<updated>2008-03-26T21:59:51+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-26T21:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ed70ab271905bfe455ac79edd2813480664ee73f'/>
<id>ed70ab271905bfe455ac79edd2813480664ee73f</id>
<content type='text'>
Add gPXE PXENV_FILE_API_CHECK call, and rationalize the pxenv wrapper
subroutine.  We now always accept the return value in AX and convert
it to a carry, and we always preserve all registers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add gPXE PXENV_FILE_API_CHECK call, and rationalize the pxenv wrapper
subroutine.  We now always accept the return value in AX and convert
it to a carry, and we always preserve all registers.
</pre>
</div>
</content>
</entry>
<entry>
<title>pxelinux: don't rely on PXENV_GET_FILE_SIZE in gPXE support mode</title>
<updated>2008-03-25T22:03:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-25T22:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3e2b0ea06d7592430b1474f7990ca7e66955e9fa'/>
<id>3e2b0ea06d7592430b1474f7990ca7e66955e9fa</id>
<content type='text'>
Don't rely on PXENV_GET_FILE_SIZE in gPXE support mode.  It sometimes
successfully returns wrong information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't rely on PXENV_GET_FILE_SIZE in gPXE support mode.  It sometimes
successfully returns wrong information.
</pre>
</div>
</content>
</entry>
<entry>
<title>PXELINUX: make the gPXE support actually work.  We hope.</title>
<updated>2008-03-25T21:07:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-25T21:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c88cfe9b55681419a29c4e79fe1fbc20bd5f4fae'/>
<id>c88cfe9b55681419a29c4e79fe1fbc20bd5f4fae</id>
<content type='text'>
With this patch, and the very latest gPXE tree from today, I can
download my usual boot setup via http.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch, and the very latest gPXE tree from today, I can
download my usual boot setup via http.
</pre>
</div>
</content>
</entry>
<entry>
<title>runkernel: remove debugging code</title>
<updated>2008-03-24T23:34:54+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-24T23:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f106a28633f27a49020a982047cf51f8f7ae64ac'/>
<id>f106a28633f27a49020a982047cf51f8f7ae64ac</id>
<content type='text'>
Remove debugging code which prevents building with tracers on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove debugging code which prevents building with tracers on.
</pre>
</div>
</content>
</entry>
<entry>
<title>pxelinux: fix merge issues</title>
<updated>2008-03-24T23:34:28+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-24T23:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=55930eb1ab60eb13f575419d240a8b764302ec1e'/>
<id>55930eb1ab60eb13f575419d240a8b764302ec1e</id>
<content type='text'>
Clean up merge issues between the nolen and gpxe-support branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up merge issues between the nolen and gpxe-support branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'origin/nolen' into gpxe-support</title>
<updated>2008-03-24T23:03:48+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-24T23:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=24542760a4260990244b32c1eb6232f3a4366f0d'/>
<id>24542760a4260990244b32c1eb6232f3a4366f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'origin/master' into nolen</title>
<updated>2008-03-24T23:03:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-24T23:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2989b9294de7b8262900693215407f0cfbeed11c'/>
<id>2989b9294de7b8262900693215407f0cfbeed11c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add target to install into /tftpboot</title>
<updated>2008-03-23T00:38:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-23T00:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f9ad7924909dac4c3cdbaefd1ca6f97cf00ba57e'/>
<id>f9ad7924909dac4c3cdbaefd1ca6f97cf00ba57e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
