<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.61-pre5</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>extlinux: early check for ext2/ext3-ness of filesystem</title>
<updated>2008-01-24T22:22:29+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-24T22:22:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5a8e4fc8351b5d40bc05ad99d88a2355337dd899'/>
<id>5a8e4fc8351b5d40bc05ad99d88a2355337dd899</id>
<content type='text'>
Verify that we have an ext2 or ext3 filesystem early on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verify that we have an ext2 or ext3 filesystem early on.
</pre>
</div>
</content>
</entry>
<entry>
<title>meminfo.c32: a program to dump out the system memory map</title>
<updated>2008-01-23T07:16:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-23T07:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6ae24916aca569363cb9808ee5866ec536b96c64'/>
<id>6ae24916aca569363cb9808ee5866ec536b96c64</id>
<content type='text'>
Handy little utility for dumping out the system memory map.  Changes
no other code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handy little utility for dumping out the system memory map.  Changes
no other code.
</pre>
</div>
</content>
</entry>
<entry>
<title>mbr: save another 5 bytes by terminating error on newline</title>
<updated>2008-01-22T22:52:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-22T22:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e9efa3b65caa4a52b8b42b59f5faa1d14572f29d'/>
<id>e9efa3b65caa4a52b8b42b59f5faa1d14572f29d</id>
<content type='text'>
Save another 5 bytes by making the newline character do double duty as
newline and string terminator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Save another 5 bytes by making the newline character do double duty as
newline and string terminator.
</pre>
</div>
</content>
</entry>
<entry>
<title>mbr.S: save one more byte</title>
<updated>2008-01-22T22:36:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-22T22:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=913349589c4071a1096dbfd18600ded56d53d709'/>
<id>913349589c4071a1096dbfd18600ded56d53d709</id>
<content type='text'>
%ax is set to zero at the top; we then set it to 0x4100, so we only
need to change %ah, not all of %ax.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
%ax is set to zero at the top; we then set it to 0x4100, so we only
need to change %ah, not all of %ax.
</pre>
</div>
</content>
</entry>
<entry>
<title>Advanced menu: update #include path</title>
<updated>2008-01-17T06:37:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-17T06:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e59f1c02623fb0e899d91482e1df418514baf602'/>
<id>e59f1c02623fb0e899d91482e1df418514baf602</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOLINUX: fix booting when mastered with non-mkisofs tools</title>
<updated>2008-01-17T06:30:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-17T06:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8e0e6580eca67b69007a93d05ffa4f57ea6a0b28'/>
<id>8e0e6580eca67b69007a93d05ffa4f57ea6a0b28</id>
<content type='text'>
When we are *not* mastered with mkisofs, we depend on running the
checksumiso.pl script, in order to create a default boot info table.
Due to the Makefile changes in 3.50 (commit
9e3d217ee3869e4f4ddb1466621c079e14754660) that hasn't happened since
3.50-pre23.

Make it work now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we are *not* mastered with mkisofs, we depend on running the
checksumiso.pl script, in order to create a default boot info table.
Due to the Makefile changes in 3.50 (commit
9e3d217ee3869e4f4ddb1466621c079e14754660) that hasn't happened since
3.50-pre23.

Make it work now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Next version is 3.61</title>
<updated>2008-01-16T18:07:35+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-16T18:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=913407066687306f9b5f51e0a649989888d1cebb'/>
<id>913407066687306f9b5f51e0a649989888d1cebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>EXTLINUX: correct bug when accessing an empty file; update NEWS.</title>
<updated>2008-01-16T18:00:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-16T18:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c6ba4eda5d49c034c3f8c5b4c5e2cf4627c68791'/>
<id>c6ba4eda5d49c034c3f8c5b4c5e2cf4627c68791</id>
<content type='text'>
Correct a bug that caused EXTLINUX to crash when accessing an empty
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct a bug that caused EXTLINUX to crash when accessing an empty
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize format for copyright lines and update</title>
<updated>2008-01-16T17:55:59+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-16T17:50:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=89ce86f492c9460c96854634fc7544dd2d0e5e19'/>
<id>89ce86f492c9460c96854634fc7544dd2d0e5e19</id>
<content type='text'>
Update copyright lines and standardize the format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update copyright lines and standardize the format.
</pre>
</div>
</content>
</entry>
<entry>
<title>elf.c32: a PHDR segment is loadable; handle filesz &gt; memsz</title>
<updated>2008-01-15T20:15:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-15T20:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cadeb5e7d81d2c1ca2ec3957eb3d974e412a8b2e'/>
<id>cadeb5e7d81d2c1ca2ec3957eb3d974e412a8b2e</id>
<content type='text'>
PHDR segments are equal to LOAD segments as far as the loader is
concerned.  Also handle the case of filesz &gt; memsz (by ignoring the
additional data.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHDR segments are equal to LOAD segments as far as the loader is
concerned.  Also handle the case of filesz &gt; memsz (by ignoring the
additional data.)
</pre>
</div>
</content>
</entry>
</feed>
