summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pxe: Add support for embedded options in EFIsyslinux-6.03-pre16H. Peter Anvin2014-06-162-23/+113
* pxe: Re-add support for embedded DHCP optionssyslinux-6.03-pre15H. Peter Anvin2014-06-164-3/+23
* Revert "ldlinux: Allow a held shift key to override UI as well as DEFAULT"H. Peter Anvin2014-06-101-1/+4
* com32: Fixing lua's dependenciessyslinux-6.03-pre14Erwan Velu2014-06-101-1/+2
* memdump: Remove old obsolete COM16 binaryH. Peter Anvin2014-06-1033-3898/+2
* sysdump: Remove README that was for memdump, not sysdumpH. Peter Anvin2014-06-101-19/+0
* Make symbols defined in linker script HIDDENH. Peter Anvin2014-06-102-164/+164
* adv: Remove double defintionH. Peter Anvin2014-06-091-3/+1
* core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13Raphael S. Carvalho2014-06-024-0/+944
* installer: Add UFS1/2 support for Extlinux installerRaphael S. Carvalho2014-06-024-10/+378
* ntfs: fix incorrect file->offset usage in ntfs_readdirAndy Alex2014-06-021-6/+4
* cache, btrfs: Provide a general cached read routineH. Peter Anvin2014-05-263-34/+41
* btrfs: Remove static variablesH. Peter Anvin2014-05-262-77/+100
* btrfs: Fix stack smash with node size > 4Ksyslinux-6.03-pre12H. Peter Anvin2014-05-262-41/+62
* ldlinux: Allow a held shift key to override UI as well as DEFAULTH. Peter Anvin2014-05-211-4/+1
* btrfs: fix typo in definition of BTRFS_ADV_OFFSETH. Peter Anvin2014-05-201-1/+2
* btrfs: Move ldlinux.sys to Boot Area BH. Peter Anvin2014-05-202-6/+15
* Centralize shift_is_held(), make it work to force the command linesyslinux-6.03-pre11H. Peter Anvin2014-04-204-7/+11
* kbd: Use the extended keyboard state query for bios_shiftflags()H. Peter Anvin2014-04-201-3/+18
* kbd: Make getting the keyboard shift state a firmware methodH. Peter Anvin2014-04-204-12/+24
* bios: Use int 0x16, ah=0x02 to probe for shift flagssyslinux-6.03-pre10H. Peter Anvin2014-04-172-5/+17
* NTFS: Fragmented $MFT file was not handledAndy Alex2014-04-171-100/+93
* core: Avoid initializing the cache more than onceRaphael S. Carvalho2014-04-034-2/+7
* lua: Remove additional old cruft from sl_boot_linux()syslinux-6.03-pre9H. Peter Anvin2014-03-131-4/+0
* ntfs: Make byte_shift a constH. Peter Anvin2014-03-131-1/+1
* NTFS: Incorrect parsing of file runsAndy Alex2014-03-131-6/+2
* FSUUID for ext2 filesystemSerj Kalichev2014-03-132-1/+40
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-1313-1/+75
* Merge branch 'nocomapi'H. Peter Anvin2014-03-1319-541/+121
|\
| * 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: 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