<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/menu, 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>menu: Apply VSHIFT to scrollbar</title>
<updated>2016-06-14T10:47:42+00:00</updated>
<author>
<name>Bruno Levert</name>
<email>brlev@free.fr</email>
</author>
<published>2016-06-14T10:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fa1629d888d6ee6325fb2de346e49cdd76156ba0'/>
<id>fa1629d888d6ee6325fb2de346e49cdd76156ba0</id>
<content type='text'>
When VSHIFT is used, the scrollbar's position is relative to the old
position.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When VSHIFT is used, the scrollbar's position is relative to the old
position.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>com32 readconfig: use my_isspace()</title>
<updated>2015-07-18T16:10:48+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2015-07-18T16:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f3f6971432d07849ec97641b113d4a146c464e78'/>
<id>f3f6971432d07849ec97641b113d4a146c464e78</id>
<content type='text'>
More consistent.  Also ensures it's properly recast.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More consistent.  Also ensures it's properly recast.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>com32: Use z size specifier for printf-ing size_t variable</title>
<updated>2015-01-06T01:43:13+00:00</updated>
<author>
<name>Martin Str|mberg</name>
<email>ams@ludd.ltu.se</email>
</author>
<published>2014-12-19T02:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5270b9e01c7f5220c989eff7de3dac7c2ac69dd8'/>
<id>5270b9e01c7f5220c989eff7de3dac7c2ac69dd8</id>
<content type='text'>
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning format ‘%08x’ expects type ‘unsigned int’, but argument 2 has
type ‘long unsigned int’

Author: Martin Str|mberg &lt;ams@ludd.ltu.se&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>
Use the z size specifier to printf-ing size_t variables to get rid of gcc
warning format ‘%08x’ expects type ‘unsigned int’, but argument 2 has
type ‘long unsigned int’

Author: Martin Str|mberg &lt;ams@ludd.ltu.se&gt;
Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>SYSAPPEND: Fix space stripping</title>
<updated>2015-01-06T01:43:13+00:00</updated>
<author>
<name>Dany St-Amant</name>
<email>dany.ephemeral.2014@icloud.com</email>
</author>
<published>2014-11-28T18:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3106dcd19061b4443c5beba4f0e09412e8d37fbe'/>
<id>3106dcd19061b4443c5beba4f0e09412e8d37fbe</id>
<content type='text'>
The description of SYSAPPEND for the DMI information states that the spaces
are replaced by underscores, but this replacement does not occur in 6.03.

Signed-off-by: Dany St-Amant &lt;dany.ephemeral.2014@icloud.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>
The description of SYSAPPEND for the DMI information states that the spaces
are replaced by underscores, but this replacement does not occur in 6.03.

Signed-off-by: Dany St-Amant &lt;dany.ephemeral.2014@icloud.com&gt;
Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&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>
<entry>
<title>bios: Use int 0x16, ah=0x02 to probe for shift flags</title>
<updated>2014-04-18T03:38:11+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2014-04-18T03:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fdad168405fd97471f5086dee84b2ebe14e314d3'/>
<id>fdad168405fd97471f5086dee84b2ebe14e314d3</id>
<content type='text'>
At least one USB keyboard BIOS has been reported to not properly
handle the keyboard flags in memory.  See if actually using INT 16h
works better.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least one USB keyboard BIOS has been reported to not properly
handle the keyboard flags in memory.  See if actually using INT 16h
works better.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'syslinux-5.11-pre3' into firmware</title>
<updated>2013-06-28T14:30:12+00:00</updated>
<author>
<name>Matt Fleming</name>
<email>matt.fleming@intel.com</email>
</author>
<published>2013-06-28T14:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d44ea657666e3a34d3859fc7262185e24c0b40fe'/>
<id>d44ea657666e3a34d3859fc7262185e24c0b40fe</id>
<content type='text'>
syslinux-5.11-pre3

Conflicts:
	core/Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syslinux-5.11-pre3

Conflicts:
	core/Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>core &amp; menu: fix IPAPPEND/SYSAPPEND conversion</title>
<updated>2013-06-26T15:55:24+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2013-06-26T15:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bd464f0a54e847489190d9e859f6755832eb12fb'/>
<id>bd464f0a54e847489190d9e859f6755832eb12fb</id>
<content type='text'>
Make both use the same functions.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make both use the same functions.

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>menu.c32: Fix SYSAPPEND</title>
<updated>2013-06-24T03:30:51+00:00</updated>
<author>
<name>Gene Cumm</name>
<email>gene.cumm@gmail.com</email>
</author>
<published>2013-06-24T03:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=98d7a252247750eccea9cf32df37afbad3e4c7b1'/>
<id>98d7a252247750eccea9cf32df37afbad3e4c7b1</id>
<content type='text'>
Using the SYSAPPEND directive would examine "D" instead of the
value after the directive.  Also allows a 1-step switch to strtol()

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the SYSAPPEND directive would examine "D" instead of the
value after the directive.  Also allows a 1-step switch to strtol()

Signed-off-by: Gene Cumm &lt;gene.cumm@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
