<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core, branch syslinux-3.73-pre7</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>PXELINUX: local domain is option 15, not option 16</title>
<updated>2008-12-01T21:22:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-12-01T21:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=36390f9712ac56be1dce7a635322bd96e15620c1'/>
<id>36390f9712ac56be1dce7a635322bd96e15620c1</id>
<content type='text'>
The local domain name is option 15, not option 16.  Fix.

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 local domain name is option 15, not option 16.  Fix.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core/Makefile: fix dependency generation with old versions of NASM</title>
<updated>2008-12-01T21:21:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-12-01T21:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0bf7bc5d2e0e3447568a18312733949ebbbbf8a6'/>
<id>0bf7bc5d2e0e3447568a18312733949ebbbbf8a6</id>
<content type='text'>
Fix dependency generation with certain old versions of NASM, which
omitted the '\n' between dependency lines.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix dependency generation with certain old versions of NASM, which
omitted the '\n' between dependency lines.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>e820: pre-initialize buffer</title>
<updated>2008-10-13T19:35:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-10-13T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e5c9012ac933f95aee0cd0da11451a7c0986b84d'/>
<id>e5c9012ac933f95aee0cd0da11451a7c0986b84d</id>
<content type='text'>
Pre-initialize the e820 buffer to all zero, except for the active bit;
we have found that BIOSes will make assumptions about the pre-existing
value of the buffer and this seems the most conservative value.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pre-initialize the e820 buffer to all zero, except for the active bit;
we have found that BIOSes will make assumptions about the pre-existing
value of the buffer and this seems the most conservative value.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support "extended attributes" for INT 15h, AX=E820h</title>
<updated>2008-10-13T19:26:58+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-10-10T19:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=652c3057145a41703e5e817d86b2584db9ab806d'/>
<id>652c3057145a41703e5e817d86b2584db9ab806d</id>
<content type='text'>
Some blithering idiot thought it was a good idea to introduce
"extended attributes" for INT 15h, AX=E820h, and in doing so, breaking
compatibility with ALL E820 users out there.  F*cking morons.
Implement handling of extended attributes in:

- e820 parsing in the core
- e820 parsing in libcom32
- e820 parsing *and proxying* in memdisk

The latter is the really painful one.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some blithering idiot thought it was a good idea to introduce
"extended attributes" for INT 15h, AX=E820h, and in doing so, breaking
compatibility with ALL E820 users out there.  F*cking morons.
Implement handling of extended attributes in:

- e820 parsing in the core
- e820 parsing in libcom32
- e820 parsing *and proxying* in memdisk

The latter is the really painful one.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CD-ROM mode query to the COM32 interface</title>
<updated>2008-10-10T22:01:19+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-10-10T22:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=59c99264362d6a084f6dfff0803e582c01a1ea2b'/>
<id>59c99264362d6a084f6dfff0803e582c01a1ea2b</id>
<content type='text'>
Report the booting mode of ISOLINUX through the COM32 interface.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report the booting mode of ISOLINUX through the COM32 interface.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Tab display of labels</title>
<updated>2008-09-10T04:31:55+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-09-10T04:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b7d702fc7c3e6604e1f97aceaf66fd71d41b8856'/>
<id>b7d702fc7c3e6604e1f97aceaf66fd71d41b8856</id>
<content type='text'>
When the Tab key is pressed, display a list of matching labels.  This
can be disabled via the NOCOMPLETE configuration command.  This is a
slightly modified patch by Sebastian Herbszt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the Tab key is pressed, display a list of matching labels.  This
can be disabled via the NOCOMPLETE configuration command.  This is a
slightly modified patch by Sebastian Herbszt.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsecmd: show keyword in err_noparm message</title>
<updated>2008-09-09T22:32:36+00:00</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2008-09-09T20:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=021bcdcdb706916cc063bf43f0b1206e13133014'/>
<id>021bcdcdb706916cc063bf43f0b1206e13133014</id>
<content type='text'>
Show which keyword is missing the parameter.

- Sebastian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show which keyword is missing the parameter.

- Sebastian
</pre>
</div>
</content>
</entry>
<entry>
<title>isolinux: save a few bytes</title>
<updated>2008-09-09T00:23:58+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-09-09T00:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6d5d88b94bccafc2e8f28dff016172103f3814ed'/>
<id>6d5d88b94bccafc2e8f28dff016172103f3814ed</id>
<content type='text'>
Save a few bytes in ISOLINUX.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Save a few bytes in ISOLINUX.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isolinux: save a few bytes to make sure we actually fit</title>
<updated>2008-09-08T23:15:27+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-09-08T23:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9d709522b8b2a0f0b66ba603e654a6b51065a798'/>
<id>9d709522b8b2a0f0b66ba603e654a6b51065a798</id>
<content type='text'>
With a long VERSION_STR, we would sometimes fail to compile.  Shorten
a few of the messages to make sure that doesn't happen.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a long VERSION_STR, we would sometimes fail to compile.  Shorten
a few of the messages to make sure that doesn't happen.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isolinux: display BIOS type</title>
<updated>2008-09-06T01:02:17+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-09-06T01:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d9321cea89ddf163ca8e2661474714a73b541acd'/>
<id>d9321cea89ddf163ca8e2661474714a73b541acd</id>
<content type='text'>
Display the BIOS type for isolinux in the same way we do for
ldlinux/extlinux.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display the BIOS type for isolinux in the same way we do for
ldlinux/extlinux.

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