<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.63-pre4</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>3.63: update NEWS</title>
<updated>2008-04-09T00:00:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-09T00:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=44a89abc22caf7534ca25dbdbcc6a18b0296b751'/>
<id>44a89abc22caf7534ca25dbdbcc6a18b0296b751</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>memdisk: allow up to 1024 e820 descriptors</title>
<updated>2008-04-08T23:53:49+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-08T23:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=36ae045f02be2c68e1083de6722908d4edfa8f71'/>
<id>36ae045f02be2c68e1083de6722908d4edfa8f71</id>
<content type='text'>
There are plenty of systems out there with more than 64 e820
descriptors.  The hard-coded limit is only used during initialization,
so we might as well go nuts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are plenty of systems out there with more than 64 e820
descriptors.  The hard-coded limit is only used during initialization,
so we might as well go nuts.
</pre>
</div>
</content>
</entry>
<entry>
<title>sdi.c32: be a tad more verbose.</title>
<updated>2008-04-08T23:52:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-08T23:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ceee8633c70e5cad45e2398ab489e59941bdacd3'/>
<id>ceee8633c70e5cad45e2398ab489e59941bdacd3</id>
<content type='text'>
Print minimal message while loading.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print minimal message while loading.
</pre>
</div>
</content>
</entry>
<entry>
<title>movebits: use the memmap data structure for the freelist</title>
<updated>2008-04-08T23:47:12+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-08T23:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=16d2e6eaaa01b147d8e85ccb31c85e0f713369a7'/>
<id>16d2e6eaaa01b147d8e85ccb31c85e0f713369a7</id>
<content type='text'>
Use the syslinux_memmap data structure for the free memory list.  This
means we get range coalescing; this sometimes generates lists that are
vastly shorter than without range coalescing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the syslinux_memmap data structure for the free memory list.  This
means we get range coalescing; this sometimes generates lists that are
vastly shorter than without range coalescing.
</pre>
</div>
</content>
</entry>
<entry>
<title>movebits: handle the case of an upward overlap move with obstacles</title>
<updated>2008-04-08T23:02:40+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-08T23:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c9cc284ca6ce22d94470cb03029bf2e9a64287df'/>
<id>c9cc284ca6ce22d94470cb03029bf2e9a64287df</id>
<content type='text'>
Handle the case of an upward move when there is something in the way.
This happens when loading an SDI image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle the case of an upward move when there is something in the way.
This happens when loading an SDI image.
</pre>
</div>
</content>
</entry>
<entry>
<title>extlinux: Correct the directory block end condition</title>
<updated>2008-04-07T23:41:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-04-07T23:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=eccab1fd22cc882836bdd34c14ff604409a01d1f'/>
<id>eccab1fd22cc882836bdd34c14ff604409a01d1f</id>
<content type='text'>
ext2/3 directory blocks are *not* ended with inode == 0; that reflects
a deleted block (like 0xe5 in FAT.)  Directory blocks are ended by
directory block exhaustion; the last block is simply made as large as
the whole directory block.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ext2/3 directory blocks are *not* ended with inode == 0; that reflects
a deleted block (like 0xe5 in FAT.)  Directory blocks are ended by
directory block exhaustion; the last block is simply made as large as
the whole directory block.
</pre>
</div>
</content>
</entry>
<entry>
<title>COM32 module to load a Microsoft System Deployment Image</title>
<updated>2008-03-31T20:11:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-31T20:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0a529352702e1f63786a99119b589a7ca7ce24ab'/>
<id>0a529352702e1f63786a99119b589a7ca7ce24ab</id>
<content type='text'>
COM32 module to load a Microsoft System Deployment Image (SDI) file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
COM32 module to load a Microsoft System Deployment Image (SDI) file.
</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>
<entry>
<title>pxelinux: allow class E addresses as unicast</title>
<updated>2008-03-20T23:37:17+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-20T23:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a84994f618684959ba15e6250c58a767666fce5f'/>
<id>a84994f618684959ba15e6250c58a767666fce5f</id>
<content type='text'>
Class E IPv4 addresses are expected to be reassigned as available for
unicast addresses (probably for site-local use, but that is a major
usage domain of PXE.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Class E IPv4 addresses are expected to be reassigned as available for
unicast addresses (probably for site-local use, but that is a major
usage domain of PXE.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'f9ac61d6178d4994cd646fd4b6c4bb891351624c'</title>
<updated>2008-03-20T23:36:34+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-20T23:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5e73a20cdc8956102744fce85f5c32bb791b0c1b'/>
<id>5e73a20cdc8956102744fce85f5c32bb791b0c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
