<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lib/Makefile, branch syslinux-3.70-pre8</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 stpcpy() and implement version/derivative queries</title>
<updated>2008-03-29T05:19:12+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-29T05:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1e443fbc6ff358a1ce5559263957cbb4c4f92cec'/>
<id>1e443fbc6ff358a1ce5559263957cbb4c4f92cec</id>
<content type='text'>
Add stpcpy(), and actually implement syslinux_version() and
syslinux_derivative_info().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add stpcpy(), and actually implement syslinux_version() and
syslinux_derivative_info().
</pre>
</div>
</content>
</entry>
<entry>
<title>Generic framework for reading compressed files using standard I/O</title>
<updated>2008-02-29T19:57:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-29T19:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a7504c1fc6c3f90d30197bf0ecfa23880a375697'/>
<id>a7504c1fc6c3f90d30197bf0ecfa23880a375697</id>
<content type='text'>
Add zopen(), zfopen(), and zloadfile() to transparently open and
uncompress a gzip file (adding support for other formats is quite
trivial.

Once a file handle or file pointer is received, it can be treated like
any other one (fstat will report it as a socket, since the length is
unknown.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add zopen(), zfopen(), and zloadfile() to transparently open and
uncompress a gzip file (adding support for other formats is quite
trivial.

Once a file handle or file pointer is received, it can be treated like
any other one (fstat will report it as a socket, since the length is
unknown.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Un-inline fclose()</title>
<updated>2008-02-27T20:51:29+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-27T20:51:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3d0cb11079c5dc6115a9282b51b1f42151c4926e'/>
<id>3d0cb11079c5dc6115a9282b51b1f42151c4926e</id>
<content type='text'>
gcc complains that fclose() is too big to be inlined with -Os, so
humour it and move fclose() out of line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc complains that fclose() is too big to be inlined with -Os, so
humour it and move fclose() out of line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace cleanup...</title>
<updated>2008-02-20T00:52:36+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-20T00:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bc7ea9c422f98f969dca78b4736718e3c44edd9b'/>
<id>bc7ea9c422f98f969dca78b4736718e3c44edd9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually implement strnlen()</title>
<updated>2008-02-20T00:51:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-18T23:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a82e91b7dbb30ccd45e280a8ec922b5efbf26d14'/>
<id>a82e91b7dbb30ccd45e280a8ec922b5efbf26d14</id>
<content type='text'>
Actually implement strnlen(), which was in the header files but not in
the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually implement strnlen(), which was in the header files but not in
the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually implement syslinux_ipappend_strings()</title>
<updated>2008-02-20T00:51:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-18T23:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2b9f14435a237bf15841bd60c458d512f403f350'/>
<id>2b9f14435a237bf15841bd60c458d512f403f350</id>
<content type='text'>
Actually implement the library function syslinux_ipappend_strings(),
which had been in the header files but not in the actual library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually implement the library function syslinux_ipappend_strings(),
which had been in the header files but not in the actual library.
</pre>
</div>
</content>
</entry>
<entry>
<title>VESA: move pixel formatting into __vesacon_copy_to_screen()</title>
<updated>2008-02-14T03:00:12+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-14T03:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bc1081b746cc3a224470567990364bf62162b405'/>
<id>bc1081b746cc3a224470567990364bf62162b405</id>
<content type='text'>
Make pixel formatting an integral part of __vesacon_copy_to_screen().
In order to cut down on the dispatch overhead, make the formatting
functions contain the pixel loop, so we only do indirect dispatch
twice per pixel row - once for the formatting and once for copying to
the screen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make pixel formatting an integral part of __vesacon_copy_to_screen().
In order to cut down on the dispatch overhead, make the formatting
functions contain the pixel loop, so we only do indirect dispatch
twice per pixel row - once for the formatting and once for copying to
the screen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for paged (banked) VESA video mode</title>
<updated>2008-02-14T00:11:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-14T00:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f7122d423f1eba4e2c620c7599d59d78e9315112'/>
<id>f7122d423f1eba4e2c620c7599d59d78e9315112</id>
<content type='text'>
Add support for paged ("banked", non-linear-framebuffer) VESA video
modes.  Apparently some manufacturers haven't caught on that
non-linear graphics modes have been obsolete for 15 years or so
already.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for paged ("banked", non-linear-framebuffer) VESA video
modes.  Apparently some manufacturers haven't caught on that
non-linear graphics modes have been obsolete for 15 years or so
already.
</pre>
</div>
</content>
</entry>
<entry>
<title>Library routines for manipulating ADV data</title>
<updated>2007-12-13T22:46:04+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-12-13T22:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5a78559e2fdfe0b6c313e37720eddc6c2d57614d'/>
<id>5a78559e2fdfe0b6c313e37720eddc6c2d57614d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for auxilliary data vector</title>
<updated>2007-12-13T21:55:54+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-10-11T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8d8ec4ae593354aacb796308b4e6c4d6bd466242'/>
<id>8d8ec4ae593354aacb796308b4e6c4d6bd466242</id>
<content type='text'>
Initial support for the auxillary data vector, a storage mechanism
intended to support boot-once and similar features.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial support for the auxillary data vector, a storage mechanism
intended to support boot-once and similar features.
</pre>
</div>
</content>
</entry>
</feed>
