<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include, branch master</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>pxe_api.h: finish revert of 9acbffd</title>
<updated>2016-11-27T15:51:20+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2016-11-27T15:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bb41e935cc83c6242de24d2271e067d76af3585c'/>
<id>bb41e935cc83c6242de24d2271e067d76af3585c</id>
<content type='text'>
9acbffd33b9200ffe37833463b4d4478e824295a caused more issues than it solves.
There appears to be a bigger underlying issue that the __weak argument masks.
Until the underlying issue is solved, we need __weak.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
9acbffd33b9200ffe37833463b4d4478e824295a caused more issues than it solves.
There appears to be a bigger underlying issue that the __weak argument masks.
Until the underlying issue is solved, we need __weak.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>partial revert 9acbffd</title>
<updated>2016-11-27T13:52:56+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2016-07-20T10:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c114afd4522e9d48a963787719c30f9548a6765b'/>
<id>c114afd4522e9d48a963787719c30f9548a6765b</id>
<content type='text'>
Weaken 2 declarations.  Seems to be the minimal amount for now.

First exhibited issues with EFI but later also with BIOS beyond *pxelinux.0
when compiled with gcc-5.3.1 and gcc-6.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Weaken 2 declarations.  Seems to be the minimal amount for now.

First exhibited issues with EFI but later also with BIOS beyond *pxelinux.0
when compiled with gcc-5.3.1 and gcc-6.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>removing double l from auxilliary</title>
<updated>2016-06-07T10:19:48+00:00</updated>
<author>
<name>Geert Stappers</name>
<email>stappers@stappers.nl</email>
</author>
<published>2016-06-07T10:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b53066dc3ff00a91dc7791b7fd82beeba3831ef1'/>
<id>b53066dc3ff00a91dc7791b7fd82beeba3831ef1</id>
<content type='text'>
This patch changes only strings, no program code.

Reported-by: Ady &lt;ady-sf@hotmail.com&gt;
Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch changes only strings, no program code.

Reported-by: Ady &lt;ady-sf@hotmail.com&gt;
Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe_dns: remove obsolete pxe_dns.c wrapper</title>
<updated>2016-04-06T19:34:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2016-04-06T19:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=edb6d3e81a891331d0adea527dc4adbe45db64d4'/>
<id>edb6d3e81a891331d0adea527dc4adbe45db64d4</id>
<content type='text'>
We used to need a wrapper around the core function dns_resolv() to
implement pxe_dns(), because the former function required its argument
to live in low memory.  This is no longer the case and hasn't been for
a while, so remove this unnecessary level of indirection.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to need a wrapper around the core function dns_resolv() to
implement pxe_dns(), because the former function required its argument
to live in low memory.  This is no longer the case and hasn't been for
a while, so remove this unnecessary level of indirection.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxe_api.h: remove __weak from prototypes</title>
<updated>2016-04-06T19:15:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2016-04-06T19:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9acbffd33b9200ffe37833463b4d4478e824295a'/>
<id>9acbffd33b9200ffe37833463b4d4478e824295a</id>
<content type='text'>
The prototypes themselves are not weak, and declaring them as
such forces the core definitions, which should not be weak, as weak.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The prototypes themselves are not weak, and declaring them as
such forces the core definitions, which should not be weak, as weak.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>com32/include/menu.h: Extend my_isspace</title>
<updated>2015-07-18T16:06:52+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2015-07-18T16:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1217fc781a213cf8628a5e72618a496dd71436e1'/>
<id>1217fc781a213cf8628a5e72618a496dd71436e1</id>
<content type='text'>
Add 0x7f as a space character

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add 0x7f as a space character

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a few typos</title>
<updated>2015-05-03T14:48:07+00:00</updated>
<author>
<name>Jonathan Boeing</name>
<email>jonathan.n.boeing@gmail.com</email>
</author>
<published>2015-02-10T03:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9'/>
<id>b4f20c17ea17986d6bf8aa6150a6d80c2491cfb9</id>
<content type='text'>
Signed-off-by: Jonathan Boeing &lt;jonathan.n.boeing@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jonathan Boeing &lt;jonathan.n.boeing@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libansi.h: depends on stdbool.h and stdio.h</title>
<updated>2014-10-11T19:59:16+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2014-07-03T20:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=625613ccc18bcdabff6c91a75c1a1be8e4061822'/>
<id>625613ccc18bcdabff6c91a75c1a1be8e4061822</id>
<content type='text'>
Signed-off-by: Ferenc Wágner &lt;wferi@niif.hu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ferenc Wágner &lt;wferi@niif.hu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize shift_is_held(), make it work to force the command line</title>
<updated>2014-04-20T18:46:59+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2014-04-20T18:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=81609df52ac52636a6d4af9249ede641620cb3a7'/>
<id>81609df52ac52636a6d4af9249ede641620cb3a7</id>
<content type='text'>
Holding down shift is supposed to force a command line unless noescape
is provided; make it behave that way.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Holding down shift is supposed to force a command line unless noescape
is provided; make it behave that way.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>kbd: Make getting the keyboard shift state a firmware method</title>
<updated>2014-04-20T18:19:25+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2014-04-20T18:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=61b98d65c9695200fe82570a999e29068a950d42'/>
<id>61b98d65c9695200fe82570a999e29068a950d42</id>
<content type='text'>
Getting the keyboard shift state is a firmware method.  It is
unfortunately unclear if it is even possible on EFI.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Getting the keyboard shift state is a firmware method.  It is
unfortunately unclear if it is even possible on EFI.

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