summaryrefslogtreecommitdiff
path: root/com32/lua
Commit message (Expand)AuthorAgeFilesLines
* lua: replace the syslinux module test with an automatic boot menu generatorsyslinux-6.03-pre6Ferenc Wágner2014-03-021-0/+152
* lua: base the package load paths on the Syslinux pathFerenc Wágner2014-03-022-2/+35
* lua: upgrade to 5.2.3Ferenc Wágner2014-03-0263-107/+160
* lua: add demo of the cmenu binding (the simple example)Ferenc Wágner2014-03-021-0/+34
* lua: start of a binding module for libmenu.c32Ferenc Wágner2014-03-022-0/+94
* lua: make the dmi module standaloneFerenc Wágner2014-03-012-4/+14
* lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension modulesFerenc Wágner2014-03-017-8/+19
* lua: bind get_key() in the syslinux moduleFerenc Wágner2014-03-011-0/+49
* lua: reactivate the syslinux extension moduleFerenc Wágner2014-03-012-2/+3
* lua: add the LuaFileSystem libraryFerenc Wágner2014-03-012-0/+297
* lua: enable dynamic module loadingFerenc Wágner2014-03-012-0/+48
* lua: the COM32 API does not support freopen()Ferenc Wágner2014-03-011-0/+2
* lua: the COM32 API does not support time()Ferenc Wágner2014-03-011-0/+5
* lua: the COM32 API actually supports exit() of oslibFerenc Wágner2014-03-012-1/+11
* lua: the COM32 API supports only part of iolibFerenc Wágner2014-03-012-0/+25
* lua: the COM32 API does not provide strcoll()Ferenc Wágner2014-03-011-0/+3
* lua: use integer arithmeticFerenc Wágner2014-03-016-11/+94
* lua: the COM32 API does not provide locale.hFerenc Wágner2014-03-011-0/+4
* lua: explicitly put the console in standard modeFerenc Wágner2014-03-011-0/+4
* lua: the COM32 API does not provide signal.hFerenc Wágner2014-03-011-0/+6
* lua: replace src/Makefile to build Lua as a Syslinux COM32 moduleFerenc Wágner2014-03-011-172/+49
* lua: import Lua 5.2.2Ferenc Wágner2014-03-01115-10901/+14357
* com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-221-1/+2
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-3/+4
|\
| * Always strip all the modulesH. Peter Anvin2013-01-171-3/+4
* | Merge tag 'syslinux-5.00-pre9' into for-hpa/elflink/firmwareMatt Fleming2012-11-054-219/+482
|\ \ | |/
| * Merge branch 'master' into elflinkMatt Fleming2012-10-244-219/+482
| |\
| | * 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
* | | Add per-firmware object directory supportMatt Fleming2012-10-161-2/+1
|/ /
* | Merge branch 'master' into elflinkMatt Fleming2012-07-191-2/+2
|\ \ | |/
| * com32: Add device tree supportThierry Reding2012-06-291-2/+2
* | Delete all references to __com32.cs_bounceMatt Fleming2012-06-081-9/+22
* | Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-315-0/+412
|\ \ | |/
| * lua: Adding dhcp supportTimm Gleason2012-01-075-0/+412
* | elflink: Make ELF the default object formatMatt Fleming2011-04-261-7/+5
* | Merge remote-tracking branch 'zytor/master' into elflinkMatt Fleming2011-04-261-3/+3
|\ \ | |/
| * lua: Delete superfluous $(LIBS) prerequisiteMatt Fleming2011-04-161-2/+1
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | Merge remote-tracking branch 'zytor/master' into elflink-mergeMatt Fleming2011-04-0429-292/+569
|\ \ | |/
| * 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