summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FAT: Support VFAT long filenamessyslinux-3.70-pre13H. Peter Anvin2008-06-064-12/+176
* core: fail the link if we push above the 64K pointH. Peter Anvin2008-06-051-0/+2
* codepage: add "make spotless" targetH. Peter Anvin2008-06-051-0/+2
* Add support for creating codepage/Unicode mapping tablesH. Peter Anvin2008-06-058-1/+1235
* pxelinux: remove RBFG sectionH. Peter Anvin2008-06-051-6/+1
* core: actually enable debugging infoH. Peter Anvin2008-06-051-1/+1
* Update gPXE from gPXE gitH. Peter Anvin2008-06-0463-743/+3156
* pxelinux: add colon to label by itselfH. Peter Anvin2008-06-041-1/+1
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-2911-108/+107
* Shut up gpxe Makefiles when making spotlessH. Peter Anvin2008-05-291-1/+1
* We're explicitly setting EMBEDDED_IMAGE, so leave src/Config unchangedH. Peter Anvin2008-05-291-5/+0
* Document change of directory structureH. Peter Anvin2008-05-291-0/+3
* core/Makefile: remove vestiges of subdirectory machineryH. Peter Anvin2008-05-291-4/+2
* mbr: clean up *_bin.c filesH. Peter Anvin2008-05-291-1/+1
* The only thing still in the root is version.{h,gen}; needed earlysyslinux-3.70-pre12H. Peter Anvin2008-05-291-2/+2
* mkdir the prerel directoryH. Peter Anvin2008-05-291-0/+1
* Stop using CogitoH. Peter Anvin2008-05-291-6/+7
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-2988-252/+354
* Fix localboot stack bug; cleanup section handling in the ELF universesyslinux-3.70-pre11H. Peter Anvin2008-05-286-46/+43
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-2813-58/+168
* pxenv: save away the PXE return code so COMBOOT can return itsyslinux-3.70-pre10H. Peter Anvin2008-05-282-1/+10
* Merge commit 'origin/master' into gpxe-addedH. Peter Anvin2008-05-2825-62/+512
|\
| * Document GPT boot protocol; add !GPT signature3.6xH. Peter Anvin2008-05-132-0/+93
| * Add NEWS for 3.64syslinux-3.64-pre1H. Peter Anvin2008-05-131-0/+4
| * Merge commit 'origin/gptmbr'H. Peter Anvin2008-05-132-1/+295
| |\
| | * gptmbr: use cltq to extend a zero %eax into %edxH. Peter Anvin2008-02-251-1/+1
| | * gptmbr: Add commentH. Peter Anvin2008-02-251-1/+1
| | * gptmbr: save phdr -> bootsect on the stack, saving one byteH. Peter Anvin2008-02-251-2/+4
| | * gptmbr: another confusion of start and end fieldsH. Peter Anvin2008-02-251-2/+2
| | * gptmbr: fix confusion between start and end fieldsH. Peter Anvin2008-02-251-2/+4
| | * gptmbr: use xchgw %ax,... instead of movw %ax,... when %ax is deadH. Peter Anvin2008-02-251-1/+1
| | * gptmbr: Use %bp for references into phdr and the stackH. Peter Anvin2008-02-251-20/+19
| | * gptmbr: since %bx is advanced, we can test -2(%bx) == (bootsec+510)H. Peter Anvin2008-02-251-1/+1
| | * gptmbr: addw $512, %bx -> addb $2, %bhH. Peter Anvin2008-02-251-1/+1
| | * gptmbr: offsets into phdr are decimal, not hexH. Peter Anvin2008-02-251-4/+4
| | * gptmbr: move advancing %bx into read_sectorH. Peter Anvin2008-02-251-4/+3
| | * gptmbr: need to set %bx -> bootsecH. Peter Anvin2008-02-251-0/+1
| | * gptmbr: shuffle slightly to reduce register pressureH. Peter Anvin2008-02-251-6/+3
| | * gptmbr: shuffle slightly to save 3 bytesH. Peter Anvin2008-02-251-14/+17
| | * rep; cmpsw -> repe; cmpswH. Peter Anvin2008-02-251-1/+1
| | * Master boot record for GPT partition tablesH. Peter Anvin2008-02-252-1/+292
| * | Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-1210-10/+14
| * | chain.c32: fix booting from logical partitionsSergey Vlasov2008-04-241-1/+1
| * | Next version on this branch would be 3.64H. Peter Anvin2008-04-201-1/+1
| * | localboot.inc: file missing from previous checkinH. Peter Anvin2008-04-201-0/+78
| * | Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUXH. Peter Anvin2008-04-1910-47/+24
| * | syslinux 3.63: Use $(CC) for examining compiler optionsMaciej W. Rozycki2008-04-171-1/+1
| * | syslinux 3.63: Rename $GZIP to $GZIPPROGMaciej W. Rozycki2008-04-171-2/+2
* | | Merge commit 'syslinux-3.63' into gpxe-addedsyslinux-3.70-pre9H. Peter Anvin2008-04-107-196/+465
|\ \ \ | |/ /
| * | NEWS: Add link to MSDN article on how to build a ramdisk image.syslinux-3.63H. Peter Anvin2008-04-091-0/+2