summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Update for 6.03 releasesyslinux-6.03H. Peter Anvin2014-10-061-0/+75
* define _DEFAULT_SOURCE for glibc-2.20Chanho Park2014-09-293-0/+6
* chain/partiter: correct gpt header checkssyslinux-6.03-pre20Michal Soltys2014-08-261-4/+8
* chain: implement strict=<0|1|2>Michal Soltys2014-08-265-22/+53
* chain: add missing pi_del() in find*() functionsMichal Soltys2014-08-261-35/+25
* chain/partiter: adjust error reportingMichal Soltys2014-08-263-10/+5
* chain/partiter: fix possible non-NULL value returned by pi_begin() on errorMichal Soltys2014-08-261-8/+10
* chain/partiter: fix and improve gpt handling in buggy casesMichal Soltys2014-08-261-76/+128
* PXE ISR: Force polling on select hardware #3 WORKAROUNDGene Cumm2014-08-021-0/+1
* core, pxe: Don't push on one stack and pop from the other in pxenvsyslinux-6.03-pre19H. Peter Anvin2014-07-291-0/+4
* PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2014-07-131-3/+2
* lzo: Upgrade to LZO 2.07H. Peter Anvin2014-06-2753-2126/+7217
* Test for Watcom C presencesyslinux-6.03-pre18Lubomir Rintel2014-06-241-0/+8
* utils/isohybrid.c: Enable promised options -u, -m, -bThomas Schmitt2014-06-241-1/+1
* efi: Tag __syslinux_adv* with __exportMatt Fleming2014-06-241-2/+2
* isohybrid: Function to write UTF-16LE stringsH. Peter Anvin2014-06-231-9/+19
* utils/isohybrid.c: Introduce option --mbr and make isohybrid.c compilable sta...Thomas Schmitt2014-06-231-2/+46
* utils/isohybrid.c: Change all fseek(3) to fseeko(3)Thomas Schmitt2014-06-231-10/+9
* utils/isohybrid.c: Write GPT backup to the very end of the imageThomas Schmitt2014-06-231-3/+3
* utils/isohybrid.c: Correct end block address of first GPT partitionThomas Schmitt2014-06-231-1/+1
* utils/isohybrid.c: Correct blocking factor in APM partition block countsThomas Schmitt2014-06-231-5/+5
* utils/isohybrid.c: Encode GPT partition names as UTF-16LEThomas Schmitt2014-06-231-3/+8
* isohybrid: define _FILE_OFFSET_BITS in the file itselfH. Peter Anvin2014-06-191-0/+1
* isohybrid: fix overflow on 32 bit systemKai Kang2014-06-191-1/+1
* pxelinux-options: Fix data corruption bugsyslinux-6.03-pre17H. Peter Anvin2014-06-161-3/+1
* 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