summaryrefslogtreecommitdiff
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-0319-541/+117
|\
| * lib.mk: Add biosboot.oH. Peter Anvin2014-02-131-1/+1
| * comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-1310-459/+17
| * bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-1311-53/+89
| * bios: Remove comapi calls related to the ADVH. Peter Anvin2014-02-134-38/+20
* | 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
* | core, bios: Move __syslinux_shuffler_size to assemblysyslinux-6.03-pre5H. Peter Anvin2014-02-282-8/+7
* | shuffler: Actually get the shuffler size sanelysyslinux-6.03-pre4H. Peter Anvin2014-02-275-15/+23
* | Makefiles: export the firmware type as a cpp variableH. Peter Anvin2014-02-277-9/+13
* | core, bios: Incorrect detection of EDD in /core/fs/diskio_bios.csyslinux-6.03-pre3Andy Alex2014-02-261-0/+2
* | Merge branch 'syslinux-5.xx'H. Peter Anvin2014-02-261-3/+3
|\ \
| * | bios: Don't truncate memory size needed to 16 bitssyslinux-5.xxH. Peter Anvin2014-02-261-1/+1
| * | bios: Fix lowmem checkH. Peter Anvin2014-02-261-2/+2
* | | Makefile.private: archive the gnu-efi submodule, too.syslinux-6.03-pre2H. Peter Anvin2014-02-231-0/+4
* | | mk/efi.mk: Add libefi.a dependencyGene Cumm2014-02-221-2/+2
* | | efi: fix up gnu-efi buildGene Cumm2014-02-225-18/+61
* | | gnu-efi: update to ab54e2b4Gene Cumm2014-02-221-0/+0
* | | Makefile: make "make spotless" actually workH. Peter Anvin2014-02-211-11/+17
* | | efi: We need -m32/-m64 even when processing assemblyH. Peter Anvin2014-02-211-6/+4
* | | mk/efi.mk: Disable stack protectorMagnus Granberg2014-02-211-1/+2
* | | efi: Useless relocation section in PE fileSylvain Gault2014-02-141-18/+2
* | | efi: PE file size differ from in-memory sizeSylvain Gault2014-02-143-101/+45
* | | efi: Remove buggy relocation in PE fileSylvain Gault2014-02-141-12/+6
* | | efi: Location, size and alignment of .text sectionSylvain Gault2014-02-141-19/+29