summaryrefslogtreecommitdiff
path: root/com32/lua
Commit message (Expand)AuthorAgeFilesLines
* In the current Lua.c32 DMI implementation, it is a flat table with dotted nam...Hung-chi Lihn2012-09-222-208/+420
* Added the native syslinux functions config_file(), ipappend_strs(), and reboo...Hung-chi Lihn2012-09-221-0/+33
* The current Lua.c32 does not enable io.read() due to some missing library fun...Hung-chi Lihn2012-09-221-11/+29
* com32: Add device tree supportThierry Reding2012-06-291-2/+2
* lua: Adding dhcp supportTimm Gleason2012-01-075-0/+412
* lua: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-161-2/+1
* Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* com32/lua/src/vesa.c: remove variables set but not usedH. Peter Anvin2011-03-161-4/+1
* com32/lua/src/syslinux.c: remove variables set but not usedH. Peter Anvin2011-03-161-6/+7
* lua: Adding CPU moduleErwan Velu2011-02-085-1/+182
* com32: single instance of skipspace()Erwan Velu2011-02-071-18/+10
* lua: Adding PCI initErwan Velu2011-02-071-0/+1
* lua: Updating to 5.1.4.2Erwan Velu2011-02-077-20/+37
* lua: Updating to 5.1.4Erwan Velu2011-02-0721-215/+308
* lua: removing duplicated code from vesa.cErwan Velu2011-02-061-22/+0
* lua: Preventing gcc warning on vesa.cErwan Velu2011-02-061-0/+2
* lua: Making lua building with no gcc errorErwan Velu2011-02-062-12/+15
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-301-0/+12
* lua: remove obsolete FIXME commentGeert Stappers2010-07-201-2/+0
* lua: Add .syslinux.derivative() and .syslinux.version()Gert Hulselmans2010-07-073-1/+86
* 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-053-11/+24
* com32: add proper sleep()/msleep() functions and make Lua use themH. Peter Anvin2010-07-052-5/+4
* Merge remote branch 'marcel/luaext'H. Peter Anvin2010-07-059-11/+1116
|\
| * Added PCI descMarcel Ritter2009-10-201-1/+43
| * Added invocationMarcel Ritter2009-10-201-0/+15
| * NewMarcel Ritter2009-10-201-0/+216
| * 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
| * UpdatedMarcel Ritter2009-10-121-0/+44
| * Fixed vesa stuffMarcel Ritter2009-10-102-1/+22
| * Added sleep()Marcel Ritter2009-10-092-39/+92
| * Prepare for arg parsing supportMarcel Ritter2009-10-091-1/+229
| * COM32: lua - add vesa functions (only mode listing right now)Marcel Ritter2008-12-155-0/+144
| * COM32: lua - basic pci functions implementedMarcel Ritter2008-12-155-1/+224
* | lua: quiet warnings about unused variables and functionssyslinux-4.01H. Peter Anvin2010-07-023-2/+5
* | lua: add parents to luaconf.h to quiet a gcc warningH. Peter Anvin2010-07-021-2/+2
* | lua: add missing <syslinux/boot.h> to syslinux.cH. Peter Anvin2010-07-021-0/+1
* | lua: Modernize the MakefileH. Peter Anvin2010-07-021-73/+27
* | lua: update for Syslinux 4Geert Stappers2010-07-012-6/+16
|/
* COM32: lua - added dmi functionsMarcel Ritter2008-12-155-1/+324
* COM32: lua - added simple syslinux_run_command functionMarcel Ritter2008-12-155-0/+35
* COM32: lua - (re-)enable liolib to get printf like functionMarcel Ritter2008-12-153-9/+17
* Err.Alexey Zaytsev2008-07-181-1/+1
* Final touhes.Alexey Zaytsev2008-07-183-2/+9
* Don't load the io and os libs, we cant compile them right now.Alexey Zaytsev2008-07-181-2/+2
* Can't load precompiled binaries because if missing ungetcAlexey Zaytsev2008-07-181-0/+2
* Add some more lua libs to be compiled.Alexey Zaytsev2008-07-181-2/+5
* Applyed the Go Long Lua! patchAlexey Zaytsev2008-07-186-6/+89