<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-4.10-pre20</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>lwip: Add return address to LWIP_PLATFORM_ASSERT()</title>
<updated>2012-04-26T22:51:52+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=335cd2ec7488a994323e569d55d14f658840b30b'/>
<id>335cd2ec7488a994323e569d55d14f658840b30b</id>
<content type='text'>
It might help a little bit finding bugs...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It might help a little bit finding bugs...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe: Remove stray debugging message</title>
<updated>2012-04-26T22:50:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a70b4e8f705752388f1b13edaca19a0ee5843515'/>
<id>a70b4e8f705752388f1b13edaca19a0ee5843515</id>
<content type='text'>
Unloading PXE was a debugging message, use dprintf().

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unloading PXE was a debugging message, use dprintf().

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe, tftp: Handle block number wraparound</title>
<updated>2012-04-26T22:49:52+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=81d9a7d9eded5ac6f221020a1838d70107cb53e6'/>
<id>81d9a7d9eded5ac6f221020a1838d70107cb53e6</id>
<content type='text'>
Variables which hold TFTP block numbers must be uint16_t, or they will
not wrap around properly.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Variables which hold TFTP block numbers must be uint16_t, or they will
not wrap around properly.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe, tftp: make TimeoutTable static</title>
<updated>2012-04-26T22:46:03+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=eba2e602f0a8627a3420f73eed96be6aafd422e6'/>
<id>eba2e602f0a8627a3420f73eed96be6aafd422e6</id>
<content type='text'>
TimeoutTable is now only used in tftp.c, so make it static.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TimeoutTable is now only used in tftp.c, so make it static.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe, tftp: Unify UDP send and use pbuf memory</title>
<updated>2012-04-26T22:36:41+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0dc83abe6a1f4ada9ecf15096539931e842b49f7'/>
<id>0dc83abe6a1f4ada9ecf15096539931e842b49f7</id>
<content type='text'>
The spec says memory using netbuf_ref() isn't allowed to change, so
use pbuf memory.  This seems to avoid an assert in the lwip stack.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The spec says memory using netbuf_ref() isn't allowed to change, so
use pbuf memory.  This seems to avoid an assert in the lwip stack.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lwipopts: increase the number of netbufs</title>
<updated>2012-04-26T22:36:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T22:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6029b7afd344cd6a8cd686db1786d763d57669e4'/>
<id>6029b7afd344cd6a8cd686db1786d763d57669e4</id>
<content type='text'>
We need more netbufs than the default 2...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need more netbufs than the default 2...

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into lwip</title>
<updated>2012-04-26T19:54:06+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-04-26T19:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=048d2b53c7b3481dd616b1b0ee18429d7e93fc7c'/>
<id>048d2b53c7b3481dd616b1b0ee18429d7e93fc7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'genec/diag-geodsp-perl-for-hpa'</title>
<updated>2012-04-25T22:32:34+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2012-04-25T22:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7c1b588f9a918b5e251773f0ef4f3812859cc159'/>
<id>7c1b588f9a918b5e251773f0ef4f3812859cc159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwip</title>
<updated>2012-04-25T22:31:55+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2012-04-25T22:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8771de3c3623785447014213007418573e652fd3'/>
<id>8771de3c3623785447014213007418573e652fd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into lwip</title>
<updated>2012-03-31T00:40:50+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2012-03-31T00:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=86a2df0467466d3e197837964db38b312b89ac0b'/>
<id>86a2df0467466d3e197837964db38b312b89ac0b</id>
<content type='text'>
Resolved Conflicts:
	NEWS
	version

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolved Conflicts:
	NEWS
	version

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
