<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lib, branch syslinux-3.62-pre3</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>The shuffle descriptors need to be unused for input *and* output</title>
<updated>2008-02-13T02:39:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-13T02:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=32a5fabdf5a79aa339e4b6a9b710a287792fe6ad'/>
<id>32a5fabdf5a79aa339e4b6a9b710a287792fe6ad</id>
<content type='text'>
The memory used to hold shuffle descriptors must be unused during the
entire execution of the shuffle sequence, and therefore needs to be
free at input *and* output time.

Once we have picked a region for the shuffle descriptors, we can free
this working copy and start over with a clean memory map, the only
thing we do there is mark as reserved the memory used by the
descriptors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The memory used to hold shuffle descriptors must be unused during the
entire execution of the shuffle sequence, and therefore needs to be
free at input *and* output time.

Once we have picked a region for the shuffle descriptors, we can free
this working copy and start over with a clean memory map, the only
thing we do there is mark as reserved the memory used by the
descriptors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the minimum number of shuffle descriptors to 64.</title>
<updated>2008-02-13T00:53:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-13T00:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4980115d540a6ccfcfb141312c7f4f017972d316'/>
<id>4980115d540a6ccfcfb141312c7f4f017972d316</id>
<content type='text'>
Only use 64 as a static guarantee of the number of shuffle
descriptors; corresponding to 768 bytes of memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only use 64 as a static guarantee of the number of shuffle
descriptors; corresponding to 768 bytes of memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Query the shuffle descriptor set size and use it</title>
<updated>2008-02-13T00:47:39+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-13T00:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fc38cbecfcdb8237f22e8def62bced022260b035'/>
<id>fc38cbecfcdb8237f22e8def62bced022260b035</id>
<content type='text'>
Query the maximum number of shuffle descriptors, and use that number
as the descriptor block size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Query the maximum number of shuffle descriptors, and use that number
as the descriptor block size.
</pre>
</div>
</content>
</entry>
<entry>
<title>shuffle: avoid computing block lists that will never converge</title>
<updated>2008-02-12T02:35:41+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-12T02:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8d419fbcb295fcd8ee54cc5c95326a8da9959f80'/>
<id>8d419fbcb295fcd8ee54cc5c95326a8da9959f80</id>
<content type='text'>
It is safe to assume that the number of moves will never decrease as
the reserved memory space increases; thus, no need to do individual
increments; skip ahead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is safe to assume that the number of moves will never decrease as
the reserved memory space increases; thus, no need to do individual
increments; skip ahead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle arbitrary numbers of shuffle descriptors</title>
<updated>2008-02-12T01:57:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-12T01:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=44306d385483da3df32311d518f39a54c1d84ac4'/>
<id>44306d385483da3df32311d518f39a54c1d84ac4</id>
<content type='text'>
Allocate high memory out of the way to hold the shuffle descriptors,
and generate continuation descriptors as needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allocate high memory out of the way to hold the shuffle descriptors,
and generate continuation descriptors as needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>mempcpy(): correct naming of the mempcpy() function</title>
<updated>2008-02-11T06:48:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-11T06:48:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a62aaffeead17edc61e509ea643af408743619d5'/>
<id>a62aaffeead17edc61e509ea643af408743619d5</id>
<content type='text'>
All the internal symbols in mempcpy.S were "memcpy", which is
obviously wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the internal symbols in mempcpy.S were "memcpy", which is
obviously wrong.
</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>Merge commit 'origin/master' into adv</title>
<updated>2008-01-10T19:16:16+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-10T19:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c072d12df4b43aef3375c190358da4928a0c2a1e'/>
<id>c072d12df4b43aef3375c190358da4928a0c2a1e</id>
<content type='text'>
Conflicts:

	extlinux/extlinux.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	extlinux/extlinux.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2008-01-10T19:13:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-10T19:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=244d2fe917cec1565b4fd992ea9e8cc46749a661'/>
<id>244d2fe917cec1565b4fd992ea9e8cc46749a661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syslinux_setadv(): handle size == 0, error on size &gt; 255</title>
<updated>2007-12-13T22:47:48+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-12-13T22:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5cb7ed6d5da9cbeeb328bb62260a242f76884c66'/>
<id>5cb7ed6d5da9cbeeb328bb62260a242f76884c66</id>
<content type='text'>
size == 0 means delete item; we don't want a header then.

size &gt; 255 is always an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
size == 0 means delete item; we don't want a header then.

size &gt; 255 is always an error.
</pre>
</div>
</content>
</entry>
</feed>
