summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efi/multifs: correctly enumerate partitions per diskmultifsPaulo Alcantara2016-01-311-54/+159
* s/MultiFS/multifsRaphael S. Carvalho2016-01-316-12/+12
* efi/multifs: fix misuse of static private informationPaulo Alcantara2016-01-311-6/+10
* multifs: add support for both UEFI and BIOS firmwarePaulo Alcantara2016-01-3113-668/+514
* sys/common: handle multifs paths in findpath()Paulo Alcantara2016-01-311-1/+6
* efi: add multifs supportPaulo Alcantara2016-01-319-23/+387
* ldlinux/kernel: contemplate multifs path syntaxPaulo Alcantara2016-01-311-0/+9
* Wire up multifs support.Raphael S. Carvalho2016-01-314-0/+377
* core: multifs infrastructure added.Raphael S. Carvalho2016-01-317-32/+206
* Move partiter from com32/chain to com32/lib/syslinuxRaphael S. Carvalho2016-01-3110-14/+15
* Merge 'git://github.com/Celelibi/syslinux.git/fix/bios/tail-call-stack-overfl...Gene Cumm2016-01-193-10/+80
|\
| * core: Fix stack overflow when reloading configSylvain Gault2015-10-131-1/+57
| * ldlinux: fix stack overflow when running COM32 modulesSylvain Gault2015-10-132-9/+23
* | core/xfs: Silence compiler warningGene Cumm2016-01-191-2/+2
* | Merge 'git://zytor.com/users/pcacjr/syslinux.git/xfs-v3-support' into masterGene Cumm2016-01-196-230/+399
|\ \
| * | xfs: Add support for v3 directoriesPaulo Alcantara2015-12-146-230/+399
* | | btrfs: Fix logical to physical block address mappingPaulo Alcantara2015-12-272-16/+35
|/ /
* | Partial Revert: Still use .*.d depsGene Cumm2015-12-101-2/+2
* | Dont bypass compiler driver for Dependency generation optionsKhem Raj2015-12-101-2/+2
* | com32: Adding 'exit' entry in chain.c32Erwan Velu2015-12-061-0/+3
* | com32: Handle broken modules.aliasErwan Velu2015-12-061-0/+8
* | Makefile: Always use -mno-red-zone for EFISylvain Gault2015-11-274-7/+12
* | Makefile: Pass down the variable EFI_BUILDSylvain Gault2015-11-274-13/+14
* | extlinux: code cleanup and simplificationNicolas Cornu via Syslinux2015-11-251-58/+55
* | extlinux/main.c: space changeAdy2015-11-151-10/+10
* | extlinux/main.c: Correct comment about btrfs installGene Cumm2015-11-151-3/+6
* | extlinux/main.c: comment typo fixesAdy2015-11-151-5/+5
* | libinstaller: introduce syslxrw libraryPaulo Alcantara2015-11-1011-67/+113
* | mtools: Remove local xpread/xpwrite, use ones from syslxcomNicolas Cornu2015-11-102-58/+2
* | xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sbPaulo Alcantara2015-11-082-17/+15
* | bios: Don't try to guess the sections alignmentSylvain Gault2015-11-082-102/+24
* | bios: Fix alignment change with gcc 5Sylvain Gault2015-11-082-6/+6
* | ldlinux: Fix return pointer to local dataSylvain Gault2015-10-181-1/+1
* | efi: Disable UseDefaultAddress if possibly deafGene Cumm2015-10-151-3/+28
* | efi: core_udp_configure()/core_tcp_connect(): Fix error messageGene Cumm2015-10-122-2/+2
|/
* mboot.c32: add ELF64 support for Multiboot1Alex2015-10-102-0/+124
* core/http: Append port number to Host field if neededGene Cumm2015-10-101-2/+15
* core/pxe: Allow DHCP option 54 Server IdentifierGene Cumm2015-10-081-2/+6
* chrreplace: Don't skip the first characterJosh Triplett2015-09-281-1/+1
* extlinux: fix memory leakImran Zaman2015-09-271-14/+30
* Add gpxe/ to clean-up targetsGene Cumm2015-09-272-4/+12
* core: readd gPXE/iPXE support for HTTP on pxelinux.0Gene Cumm2015-09-273-81/+108
* core/fs/lib/loadconfig.c: Add architecture-specific config name to searchAdy2015-09-201-0/+5
* com32/modules: Split build by architecture. Add dir.c32Gene Cumm2015-09-201-7/+16
* efi: Don't unnecessarily rebuild syslinux.soSylvain Gault2015-09-161-4/+3
* zlib: use (void(0)) instead of empty #definesPatrick Masotta2015-09-131-6/+6
* efi/x86_64: fix trivial compilation warningSylvain Gault2015-09-131-1/+1
* pxe/dhcp_option: Don't parse DHCP option 54 Server IdentifierGene Cumm2015-09-121-1/+0
* efi: Merge cleanupGene Cumm2015-09-102-4/+3
|\
| * efi: fix warning about unused variableSylvain Gault2015-08-261-1/+0