summaryrefslogtreecommitdiff
path: root/com32/lua/src/syslinux.c
Commit message (Expand)AuthorAgeFilesLines
* lua: return the modified object from the initramfs methodsFerenc Wágner2014-10-131-2/+4
* lua: initramfs: enable adding nonempty filesFerenc Wágner2014-10-131-4/+11
* lua: don't do a local boot when asked to final_cleanupFerenc Wágner2014-10-131-2/+1
* lua: do not leak initramfs data chunks on garbage collectionFerenc Wágner2014-10-131-0/+16
* lua: make initramfs structures full userdata objects with methodsFerenc Wágner2014-10-131-25/+43
* lua: unused optional arguments can goFerenc Wágner2014-10-121-10/+0
* lua: make the file operations methodsFerenc Wágner2014-10-121-2/+7
* lua: garbage collect file objectsFerenc Wágner2014-10-121-0/+15
* lua: represent syslinux files as full userdataFerenc Wágner2014-10-121-21/+13
* lua: Remove even more cruft from syslinux.cFerenc Wágner2014-10-121-44/+2
* lua: share the export macro (CPP only change)Ferenc Wágner2014-10-111-39/+39
* lua: add the IMAGE_TYPE table to the syslinux moduleFerenc Wágner2014-10-111-0/+13
* lua: make kernel and initrd progress output match in sl_boot_linuxFerenc Wágner2014-10-111-4/+4
* lua: Remove additional old cruft from sl_boot_linux()syslinux-6.03-pre9H. Peter Anvin2014-03-131-4/+0
* lua: Remove obsolete crap from sl_boot_linux()syslinux-6.03-pre8H. Peter Anvin2014-03-131-29/+0
* lua: In sl_initramfs_add_file(), actually use the real file nameH. Peter Anvin2014-03-131-3/+3
* lua: bind get_key() in the syslinux moduleFerenc Wágner2014-03-011-0/+49
* lua: reactivate the syslinux extension moduleFerenc Wágner2014-03-011-2/+2
* 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