<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/lzo, branch lua</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>Add .gitignore files for generated files</title>
<updated>2009-06-15T21:39:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-15T21:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0f5e3cc4056b81191beb266753daeef85d141d4b'/>
<id>0f5e3cc4056b81191beb266753daeef85d141d4b</id>
<content type='text'>
Create new .gitignore files and add generated files to them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create new .gitignore files and add generated files to them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>prepcore: make error() generate newline</title>
<updated>2009-06-01T22:08:34+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-01T22:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=de4ef451d0c4a21277579dde67bfd134ba6f2e1f'/>
<id>de4ef451d0c4a21277579dde67bfd134ba6f2e1f</id>
<content type='text'>
Make error() automatically generate newline, to make the code a bit
cleaner looking.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make error() automatically generate newline, to make the code a bit
cleaner looking.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>prepcore: style cleanups</title>
<updated>2009-06-01T22:04:55+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-01T22:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b1a2cf8e7c99853cd2b0105a56d059b44a5fabed'/>
<id>b1a2cf8e7c99853cd2b0105a56d059b44a5fabed</id>
<content type='text'>
Style cleanups in lzo/prepcore.c.  Add an error() function and an
error-checking zeroing memory allocator (xzalloc).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style cleanups in lzo/prepcore.c.  Add an error() function and an
error-checking zeroing memory allocator (xzalloc).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>prepcore: error out if the compressed image is too large to load</title>
<updated>2009-06-01T21:47:45+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-01T21:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7b5d546fdbf1d330ecc18d4c5b5d15db7cb5c783'/>
<id>7b5d546fdbf1d330ecc18d4c5b5d15db7cb5c783</id>
<content type='text'>
Export, from each loader stage, the symbol MaxLMA which indicates to
prepcore how big the image is allowed to be.  Change prepcore to
enforce this limit and to error out otherwise.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Export, from each loader stage, the symbol MaxLMA which indicates to
prepcore how big the image is allowed to be.  Change prepcore to
enforce this limit and to error out otherwise.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>prepcore: actually do a full binary comparison on the output end</title>
<updated>2009-06-01T05:23:11+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-06-01T05:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bd64b523111fd75861e1856a459d39de0ecddc48'/>
<id>bd64b523111fd75861e1856a459d39de0ecddc48</id>
<content type='text'>
Do a full binary comparison between the decompressed output and what
we started with.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do a full binary comparison between the decompressed output and what
we started with.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run Nindent on lzo/prepcore.c</title>
<updated>2009-05-29T22:20:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=11113fd7a0d1fa54c24c4b026b03a85fb9aa9313'/>
<id>11113fd7a0d1fa54c24c4b026b03a85fb9aa9313</id>
<content type='text'>
Automatically reformat lzo/prepcore.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically reformat lzo/prepcore.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>prepcore: fix ISOLINUX padding, cleanups</title>
<updated>2009-05-24T04:39:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-24T04:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cc50ba5b85da3f640de2d1b57f6e6f9c2b5f410a'/>
<id>cc50ba5b85da3f640de2d1b57f6e6f9c2b5f410a</id>
<content type='text'>
Fix the calculation of the ISOLINUX padding size.  Add stylistic
cleanups and remove code that we don't care about (e.g. LZO1Y).

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 the calculation of the ISOLINUX padding size.  Add stylistic
cleanups and remove code that we don't care about (e.g. LZO1Y).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: LZO compress the PM part of the core</title>
<updated>2009-05-20T09:24:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-20T09:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0d82b71304d596d80f3c4520f9dcf90048ca50b7'/>
<id>0d82b71304d596d80f3c4520f9dcf90048ca50b7</id>
<content type='text'>
Use LZO to compress the PM part of the core.  LZO is not the best
compression algorithm, but it is very fast, and the decompressor is
only 447 bytes long.  The LZO code is part of the LZO 2.03 library.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use LZO to compress the PM part of the core.  LZO is not the best
compression algorithm, but it is very fast, and the decompressor is
only 447 bytes long.  The LZO code is part of the LZO 2.03 library.

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