aboutsummaryrefslogtreecommitdiffstats
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* biosboot: This file is not for EFInocomapiH. Peter Anvin2014-03-131-0/+4
* Merge branch 'nocomapi'syslinux-6.03-pre7H. Peter Anvin2014-03-033-8/+45
|\
| * comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-1/+1
| * bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-133-8/+45
* | 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
* | sys/module.h: fix some typos in function documentationsFerenc Wágner2014-03-011-2/+3
* | sys/module.h: remove the #ifdef DYNAMIC_MODULE conditionFerenc Wágner2014-03-011-20/+0
* | 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
* | stdlib.h: provide a stub definition for getenv()Ferenc Wágner2014-03-011-1/+6
* | 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
* | dev.h: get size_t definitionFerenc Wágner2014-03-011-0/+1
* | 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
* | shuffler: Actually get the shuffler size sanelysyslinux-6.03-pre4H. Peter Anvin2014-02-272-13/+8
|/
* pxe: Export the initial stack and PXE(NV) structure, fix pxechnH. Peter Anvin2014-02-132-17/+19
* Merge remote-tracking branch 'origin/rockridge'H. Peter Anvin2014-02-122-16/+138
|\
| * Generic facilities for byteswapping and unaligned referencesH. Peter Anvin2013-04-022-11/+141
* | Merge remote-tracking branch 'erwan-github/hdt-memleak' into masterGene Cumm2014-01-312-1/+2
|\ \
| * | acpi: Removing memset of bufferErwan Velu2014-01-291-1/+0
| * | hdt: Fixing memory leak in cliFelipe Pena2014-01-291-0/+2
* | | Add const qualifiersGene Cumm2014-01-252-2/+2
* | | com32: fix __bswap_64_macroGene Cumm2014-01-251-1/+1
* | | Merge branch 'syslinux-5.xx' into master; fixes loadkeysGene Cumm2014-01-252-4/+3
|\ \ \ | |/ / |/| |
| * | com32/moduless/poweroff.c: use __unused attribute insteadGene Cumm2014-01-251-1/+1
| * | com32/modules/poweroff.c: fix main()Gene Cumm2014-01-251-1/+1
| * | ldlinux/readconfig.c: remove bail: from do_include()Gene Cumm2014-01-251-1/+0
| * | Add const qualifiers to loadleysGene Cumm2014-01-251-2/+2
| * | com32: Fix a bug on history of commands.Raphael S.Carvalho2013-09-301-5/+8
| * | com32: Fix bugs on cmd_reverse_search (Triple fault dimension)Raphael S.Carvalho2013-09-301-2/+9
| * | com32/disk: Code cleanup at disk_write_sectors and disk_read_sectors.Raphael S.Carvalho2013-09-302-83/+97
* | | mem: Calling int15 for 0x8800Erwan Velu2014-01-231-0/+1
* | | com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-2215-1/+38
* | | com32: Add missing dependencies to MakefileGene Cumm2014-01-181-3/+3