<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include, 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>Merge commit 'syslinux-3.63-pre2' into nolen</title>
<updated>2008-03-21T01:01:31+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-21T01:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6af0d32f7773c2bc45a45fe246dc2fcaf9d18207'/>
<id>6af0d32f7773c2bc45a45fe246dc2fcaf9d18207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing wrong offsets in dmi</title>
<updated>2008-03-20T23:34:36+00:00</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2008-03-08T21:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e24088d7308039a4afad734087349410991bf4b2'/>
<id>e24088d7308039a4afad734087349410991bf4b2</id>
<content type='text'>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>PCI detection code doesn't corrupt memory anymore (2nd try)</title>
<updated>2008-03-20T23:33:34+00:00</updated>
<author>
<name>Erwan</name>
<email>erwan@seanodes.com</email>
</author>
<published>2008-03-08T21:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=23b6a5adf17d534fe152c0ea9f5617caee20a7c3'/>
<id>23b6a5adf17d534fe152c0ea9f5617caee20a7c3</id>
<content type='text'>
  From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)

This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.

I'd like to thank Sebastian Herbszt for its reports and tests.

This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;

--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire du present
message lui sont propres et ne sauraient engager la responsabilite de la
societe SEANODES.

Ce message ainsi que les eventuelles pieces jointes constituent une
correspondance privee et confidentielle a l'attention exclusive du
destinataire designe ci-dessus. Si vous n'etes pas le destinataire du
present message ou une personne susceptible de pouvoir le lui delivrer, il
vous est signifie que toute divulgation, distribution ou copie de cette
transmission est strictement interdite. Si vous avez recu ce message par
erreur, nous vous remercions d'en informer l'expediteur par telephone ou de
lui retourner le present message, puis d'effacer immediatement ce message de
votre systeme.

The views and opinions expressed by the author of this message are personal.
SEANODES shall assume no liability, express or implied for such message.

This e-mail and any attachments is a confidential correspondence intended
only for use of the individual or entity named above. If you are not the
intended recipient or the agent responsible for delivering the message to
the intended recipient, you are hereby notified that any disclosure,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify the sender by phone
or by replying this message, and then delete this message from your system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch fixes the pci detection stuff demo'd in pcitest.c32
- Fix a wrong type in malloc
- Incorrect use of strdup
- Replacing strncpy by strnlcpy (thx hpa)

This two fixes makes pcitest.c32 working far better, no more crash when
running it twice.

I'd like to thank Sebastian Herbszt for its reports and tests.

This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;

--------------------------------------------------------------------------------
Les opinions et prises de position emises par le signataire du present
message lui sont propres et ne sauraient engager la responsabilite de la
societe SEANODES.

Ce message ainsi que les eventuelles pieces jointes constituent une
correspondance privee et confidentielle a l'attention exclusive du
destinataire designe ci-dessus. Si vous n'etes pas le destinataire du
present message ou une personne susceptible de pouvoir le lui delivrer, il
vous est signifie que toute divulgation, distribution ou copie de cette
transmission est strictement interdite. Si vous avez recu ce message par
erreur, nous vous remercions d'en informer l'expediteur par telephone ou de
lui retourner le present message, puis d'effacer immediatement ce message de
votre systeme.

The views and opinions expressed by the author of this message are personal.
SEANODES shall assume no liability, express or implied for such message.

This e-mail and any attachments is a confidential correspondence intended
only for use of the individual or entity named above. If you are not the
intended recipient or the agent responsible for delivering the message to
the intended recipient, you are hereby notified that any disclosure,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify the sender by phone
or by replying this message, and then delete this message from your system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing file &lt;syslinux/zio.h&gt;</title>
<updated>2008-03-02T20:02:45+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-02T20:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5c0ce51b9623628c2816d5a90f8dbe878020e5e7'/>
<id>5c0ce51b9623628c2816d5a90f8dbe878020e5e7</id>
<content type='text'>
This include file has been inadvertently omitted from previous
checkins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This include file has been inadvertently omitted from previous
checkins.
</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>Comboot/Com32 changes for unspecified file lengths</title>
<updated>2008-02-27T20:40:31+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-27T20:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=48722c47bbdcfe51e905e87ec0d34415506393c5'/>
<id>48722c47bbdcfe51e905e87ec0d34415506393c5</id>
<content type='text'>
Handle unspecified file length for comboot/com32 modules; do changes
to the appropriate part of libcom32 to handle this properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle unspecified file length for comboot/com32 modules; do changes
to the appropriate part of libcom32 to handle this properly.
</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>Add __aligned() and __alignas() macros</title>
<updated>2008-02-14T08:01:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-14T08:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d1bf83be601ec71c32f1e5ebe511f42f5e44195f'/>
<id>d1bf83be601ec71c32f1e5ebe511f42f5e44195f</id>
<content type='text'>
Add macros __aligned() (which takes a byte count), and __alignas()
(which takes a type or expression whose type is used, same as sizeof).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add macros __aligned() (which takes a byte count), and __alignas()
(which takes a type or expression whose type is used, same as sizeof).
</pre>
</div>
</content>
</entry>
</feed>
