summaryrefslogtreecommitdiff
path: root/com32/lua/src/syslinux.c
Commit message (Expand)AuthorAgeFilesLines
* Added the native syslinux functions config_file(), ipappend_strs(), and reboo...Hung-chi Lihn2012-09-221-0/+33
* com32: Add device tree supportThierry Reding2012-06-291-2/+2
* com32/lua/src/syslinux.c: remove variables set but not usedH. Peter Anvin2011-03-161-6/+7
* lua: Making lua building with no gcc errorErwan Velu2011-02-061-11/+14
* lua: Add .syslinux.derivative() and .syslinux.version()Gert Hulselmans2010-07-071-1/+39
* lua: remove obsolete header used for old sleep functionGert Hulselmans2010-07-061-1/+0
* lua: change syslinux.sleep() to seconds, syslinux.msleep() to msH. Peter Anvin2010-07-051-1/+10
* com32: add proper sleep()/msleep() functions and make Lua use themH. Peter Anvin2010-07-051-3/+4
* Merge remote branch 'marcel/luaext'H. Peter Anvin2010-07-051-11/+406
|\
| * Loading of kernel and ramdisk worksMarcel Ritter2009-10-161-0/+120
| * More debugging removedMarcel Ritter2009-10-151-0/+2
| * Disabled debug outputMarcel Ritter2009-10-151-3/+4
| * Added sleep()Marcel Ritter2009-10-091-39/+88
| * Prepare for arg parsing supportMarcel Ritter2009-10-091-1/+229
* | lua: add missing <syslinux/boot.h> to syslinux.cH. Peter Anvin2010-07-021-0/+1
|/
* COM32: lua - added simple syslinux_run_command functionMarcel Ritter2008-12-151-0/+29