<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32, 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>chain.c32: force text mode</title>
<updated>2009-12-18T23:09:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-18T23:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=56b3575ff7c6392ef5721b408685933eb0676b40'/>
<id>56b3575ff7c6392ef5721b408685933eb0676b40</id>
<content type='text'>
When loading an unknown system, revert to text mode first.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loading an unknown system, revert to text mode first.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<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>vesacon: don't display the cursor when doing a quiet boot</title>
<updated>2009-12-08T00:49:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-08T00:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=040441da7d90285e63bd920f4f416a0659e095be'/>
<id>040441da7d90285e63bd920f4f416a0659e095be</id>
<content type='text'>
Don't display the cursor on the graphical screen while doing a quiet
boot.  When doing a quiet boot we will probably show the graphical
screen for a fair bit of time; as a result, we really don't want a
completely bogus cursor blob on the bottom of the screen.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't display the cursor on the graphical screen while doing a quiet
boot.  When doing a quiet boot we will probably show the graphical
screen for a fair bit of time; as a result, we really don't want a
completely bogus cursor blob on the bottom of the screen.

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>vesamenu: add MENU RESOLUTION to be able to set nonstandard res</title>
<updated>2009-12-08T00:18:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-08T00:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e74de874126e4864dcbe88e4526180a6432d8811'/>
<id>e74de874126e4864dcbe88e4526180a6432d8811</id>
<content type='text'>
Add a MENU RESOLUTION command to make it possible to set a nonstandard
resolution.  If the nonstandard resolution is unavailable, we revert
to the text mode screen.

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 a MENU RESOLUTION command to make it possible to set a nonstandard
resolution.  If the nonstandard resolution is unavailable, we revert
to the text mode screen.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vesacon: make it possible to request nonstandard resolutions</title>
<updated>2009-12-08T00:17:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-08T00:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=469735a321138e519106e3d1dd16acd3be0cc024'/>
<id>469735a321138e519106e3d1dd16acd3be0cc024</id>
<content type='text'>
Make it possible to request nonstandard resolutions when enabling
vesacon.

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 it possible to request nonstandard resolutions when enabling
vesacon.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vesacon: not all JPEG images are JFIF</title>
<updated>2009-12-07T23:51:17+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-07T23:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bca6d4d9a3012ecfc1fd49ab3f83884ba842c048'/>
<id>bca6d4d9a3012ecfc1fd49ab3f83884ba842c048</id>
<content type='text'>
There are a fair number of valid JPEG images which we can validly
decode that aren't JFIF-complient, so don't require the JFIF header.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are a fair number of valid JPEG images which we can validly
decode that aren't JFIF-complient, so don't require the JFIF header.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Fixing make release target</title>
<updated>2009-12-04T16:40:06+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-12-04T16:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6f31be4f8748bb182ced4febdbb51f719cf702cc'/>
<id>6f31be4f8748bb182ced4febdbb51f719cf702cc</id>
<content type='text'>
Impact: fixing com32 naming

Make release now generates the .c32 file accordingly to the scheme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: fixing com32 naming

Make release now generates the .c32 file accordingly to the scheme
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: New release 0.3.6</title>
<updated>2009-12-04T16:29:55+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-12-04T16:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a7c4c9e008540dc34bf74962294976384d72a76e'/>
<id>a7c4c9e008540dc34bf74962294976384d72a76e</id>
<content type='text'>
Impact: new release

New release, thx to everyone for making that release possible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: new release

New release, thx to everyone for making that release possible
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Fixing about menu &amp; show hdt</title>
<updated>2009-12-04T15:58:12+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-12-04T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9b40045d346d745850fb6f37656ea664b1f9021c'/>
<id>9b40045d346d745850fb6f37656ea664b1f9021c</id>
<content type='text'>
Impact: visual

Let's add website, rename contact to mailing list and put all people
together
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: visual

Let's add website, rename contact to mailing list and put all people
together
</pre>
</div>
</content>
</entry>
</feed>
