<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lua/test, branch nocomapi</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>lua: replace the syslinux module test with an automatic boot menu generator</title>
<updated>2014-03-02T08:16:32+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2014-02-25T18:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a562f1c87424a58daea16dc0bd8801211817c116'/>
<id>a562f1c87424a58daea16dc0bd8801211817c116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: add demo of the cmenu binding (the simple example)</title>
<updated>2014-03-02T08:16:32+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2014-03-02T08:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e8b8413c806db83350c3f2d51c3b55bebdd3074e'/>
<id>e8b8413c806db83350c3f2d51c3b55bebdd3074e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: import Lua 5.2.2</title>
<updated>2014-03-01T16:40:34+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2013-10-10T14:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4cfcef19a983dfa971608a8917cd74ebfa0d7376'/>
<id>4cfcef19a983dfa971608a8917cd74ebfa0d7376</id>
<content type='text'>
Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz.
The com32/lua directory now matches exactly the source distribution,
plus the various Syslinux extension modules and their documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz.
The com32/lua directory now matches exactly the source distribution,
plus the various Syslinux extension modules and their documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: Adding CPU module</title>
<updated>2011-02-08T21:15:07+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-02-08T21:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0a8f78b40c649ebaf664c065afd5946cb3c69c08'/>
<id>0a8f78b40c649ebaf664c065afd5946cb3c69c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: Add .syslinux.derivative() and .syslinux.version()</title>
<updated>2010-07-07T00:54:53+00:00</updated>
<author>
<name>Gert Hulselmans</name>
<email>gerth@zytor.com</email>
</author>
<published>2010-07-07T00:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cec521ffd06a8ff8550445ab4b92f235da46c948'/>
<id>cec521ffd06a8ff8550445ab4b92f235da46c948</id>
<content type='text'>
Add .syslinux.derivative() and .syslinux.version().
Add an example script which shows how you can use .syslinux.derivative().

Signed-off-by: Gert Hulselmans &lt;gerth@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add .syslinux.derivative() and .syslinux.version().
Add an example script which shows how you can use .syslinux.derivative().

Signed-off-by: Gert Hulselmans &lt;gerth@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: change syslinux.sleep() to seconds, syslinux.msleep() to ms</title>
<updated>2010-07-05T22:52:07+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-07-05T22:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6afe9a37c790a58a7d7d2e955921ed0a8c9b4fee'/>
<id>6afe9a37c790a58a7d7d2e955921ed0a8c9b4fee</id>
<content type='text'>
For consistency with just about everything else, make syslinux.sleep()
count seconds, and syslinux.msleep() count milliseconds.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency with just about everything else, make syslinux.sleep()
count seconds, and syslinux.msleep() count milliseconds.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated</title>
<updated>2009-10-12T09:43:33+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2009-10-12T09:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3121db785f0b290b40f3b9315ab3843c76e53542'/>
<id>3121db785f0b290b40f3b9315ab3843c76e53542</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COM32: lua - add vesa functions (only mode listing right now)</title>
<updated>2008-12-15T15:17:09+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2008-12-15T15:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=68c0e55e8f6f9dc22f5c8c1a8930b616a101b13a'/>
<id>68c0e55e8f6f9dc22f5c8c1a8930b616a101b13a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COM32: lua - basic pci functions implemented</title>
<updated>2008-12-15T14:41:18+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2008-12-15T14:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c70f91446e978a8ea113b00de33d8d862d5d0d58'/>
<id>c70f91446e978a8ea113b00de33d8d862d5d0d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COM32: lua - added dmi functions</title>
<updated>2008-12-15T07:53:58+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2008-12-15T07:53:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f06f55139583f1d0022e78805df6d23fa72ae7d0'/>
<id>f06f55139583f1d0022e78805df6d23fa72ae7d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
