<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lib/Makefile, branch syslinux-3.84</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>video: implement long-promised video functions; use them</title>
<updated>2009-12-18T23:08:02+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-18T23:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a7615704a4a4c76ef794c4758a60f6a539d603ce'/>
<id>a7615704a4a4c76ef794c4758a60f6a539d603ce</id>
<content type='text'>
Implement long-since-promised video functions defined in
&lt;syslinux/video.h&gt;.  Use these functions in initvesa.c instead of
open-coding the same functionality.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement long-since-promised video functions defined in
&lt;syslinux/video.h&gt;.  Use these functions in initvesa.c instead of
open-coding the same functionality.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'softres'</title>
<updated>2009-12-08T00:23:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-08T00:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2f74a2a8b56622951b2bad1ca19e61ad02eb9f03'/>
<id>2f74a2a8b56622951b2bad1ca19e61ad02eb9f03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>com32: Avoid gpxe detection code duplication</title>
<updated>2009-12-04T09:11:15+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-11-29T14:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2221e0b8b5900d4f3d753ee3ee1bd552db187892'/>
<id>2221e0b8b5900d4f3d753ee3ee1bd552db187892</id>
<content type='text'>
Impact: avoid code duplication

This will make code more generic, hdt will need it ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: avoid code duplication

This will make code more generic, hdt will need it ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>dprintf: a generic debug-to-serial infrastructure</title>
<updated>2009-11-19T19:10:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-11-19T19:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=709cdd1bfa7aace9c76016a15f55b3005b843cc8'/>
<id>709cdd1bfa7aace9c76016a15f55b3005b843cc8</id>
<content type='text'>
Actually provide real infrastructure for debug-to-serial.  Very
useful when debugging fullscreen applications, especially under an
emulator like Qemu.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually provide real infrastructure for debug-to-serial.  Very
useful when debugging fullscreen applications, especially under an
emulator like Qemu.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libansi: build libansi.o</title>
<updated>2009-09-01T20:09:52+00:00</updated>
<author>
<name>Pierre-Alexandre Meyer</name>
<email>pierre@mouraf.org</email>
</author>
<published>2009-09-01T18:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fa1b9da1584f750bba93824ec25202c88dc122b7'/>
<id>fa1b9da1584f750bba93824ec25202c88dc122b7</id>
<content type='text'>
Hook libansi.o into the lib/ build.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hook libansi.o into the lib/ build.

Signed-off-by: Pierre-Alexandre Meyer &lt;pierre@mouraf.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>zlib: kill gzio.c</title>
<updated>2009-08-09T22:52:26+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-09T22:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3ec18540fcb8db13ebef5995d834e840fcaac211'/>
<id>3ec18540fcb8db13ebef5995d834e840fcaac211</id>
<content type='text'>
Remove gzio.c, which is a zlib-specific stdio-like interface.  We
implement this in the actual filesystem layer, which is much cleaner.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove gzio.c, which is a zlib-specific stdio-like interface.  We
implement this in the actual filesystem layer, which is much cleaner.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>jpeg: actually build yuv420p</title>
<updated>2009-08-09T21:36:28+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-09T21:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=59c41c2ca42228fa098d9152714059066b19f2b5'/>
<id>59c41c2ca42228fa098d9152714059066b19f2b5</id>
<content type='text'>
Actually build the yuv420p converter again.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually build the yuv420p converter again.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tinyjpeg: modify to handle partial image blocks</title>
<updated>2009-08-05T18:55:26+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-05T18:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d97602903c76f7f65b78d8536e8b6732a2da877e'/>
<id>d97602903c76f7f65b78d8536e8b6732a2da877e</id>
<content type='text'>
A lot of common resolutions, e.g. 800x600, include partial blocks at
the side of the image.  Implement that properly.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of common resolutions, e.g. 800x600, include partial blocks at
the side of the image.  Implement that properly.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify dependency generation: com32/lib, com32/cmenu</title>
<updated>2009-04-28T04:17:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-28T04:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=593236b4086e21f9552bb0281f6093b7cce875e9'/>
<id>593236b4086e21f9552bb0281f6093b7cce875e9</id>
<content type='text'>
Add the unified dependency generation to com32/lib and com32/cmenu.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the unified dependency generation to com32/lib and com32/cmenu.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back "install: all" to the com32 devel directories</title>
<updated>2009-04-06T23:38:28+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-06T23:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c09f6943822b508ed76277eb48a50b51c5dc484a'/>
<id>c09f6943822b508ed76277eb48a50b51c5dc484a</id>
<content type='text'>
"make install" in the com32 directory currently installs the devel
environment, which should be build using the host toolchain... so make
it so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"make install" in the com32 directory currently installs the devel
environment, which should be build using the host toolchain... so make
it so.
</pre>
</div>
</content>
</entry>
</feed>
