summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* ldlinux: Allow a held shift key to override UI as well as DEFAULTH. Peter Anvin2014-05-211-4/+1
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-203-7/+2
* kbd: Make getting the keyboard shift state a firmware methodH. Peter Anvin2014-04-202-11/+2
* bios: Use int 0x16, ah=0x02 to probe for shift flagssyslinux-6.03-pre10H. Peter Anvin2014-04-171-3/+11
* lua: Remove additional old cruft from sl_boot_linux()syslinux-6.03-pre9H. Peter Anvin2014-03-131-4/+0
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* Merge branch 'nocomapi'H. Peter Anvin2014-03-133-8/+49
|\
| * 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: 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: 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