summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add entries for 6.01syslinux-6.01Matt Fleming2013-07-041-0/+15
* Merge tag 'syslinux-5.11-pre4' into firmwareMatt Fleming2013-07-041-4/+3
|\
| * conio: Fix pollchar() for serial consolesyslinux-5.11-pre4Matt Fleming2013-07-011-4/+3
* | efi: use unsigned long to represent addressesMatt Fleming2013-07-041-2/+2
* | efi: workaround upstream gnu-efi compiler warningsMatt Fleming2013-07-041-0/+3
* | firmware: s/set_mode/text_mode/Matt Fleming2013-07-044-6/+6
* | efi: only read ADV when booting from disksyslinux-6.01-pre6Matt Fleming2013-07-032-85/+17
* | efi: update derivative info on bootMatt Fleming2013-07-033-9/+14
* | Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-2817-106/+927
|\ \ | |/
| * ldlinux: fix INCLUDE regressionsyslinux-5.11-pre3Matt Fleming2013-06-271-22/+70
| * PXELINUX: implement our own version of local_boot16Matt Fleming2013-06-263-6/+66
| * Merge branch 'ipappend-fix-for-mfleming' of git://github.com/geneC/syslinux i...Matt Fleming2013-06-264-4/+7
| |\
| | * doc/ & txt/: Document IPAPPEND/SYSAPPEND formatGene Cumm2013-06-262-2/+5
| | * core & menu: fix IPAPPEND/SYSAPPEND conversionGene Cumm2013-06-262-2/+2
| * | core: remove unused header file vkernel.incH. Peter Anvin2013-06-242-36/+0
| |/
| * Merge branch 'menu-ipappend-1-for-mfleming' of git://github.com/geneC/syslinu...Matt Fleming2013-06-241-3/+5
| |\
| | * menu.c32: Fix SYSAPPENDGene Cumm2013-06-231-3/+5
| * | Merge branch 'doc-for-mfleming' of git://github.com/geneC/syslinux into elflinkMatt Fleming2013-06-248-36/+779
| |\ \ | | |/ | |/|
| | * txt/syslinux.txt: rewrap long commandGene Cumm2013-06-231-2/+2
| | * txt/Makefile: add isolinux.txt, pxelinux.txtGene Cumm2013-06-231-2/+4
| | * txt/: Add isolinux.txt, pxelinux.txtGene Cumm2013-06-232-0/+577
| | * txt/syslinux-cli.txt: Version on Ctrl-NGene Cumm2013-06-231-1/+1
| | * txt/Makefile: order-only prerequisiteGene Cumm2013-06-131-3/+3
| | * txt/: Add common file for derivativesGene Cumm2013-06-121-0/+11
| | * txt/syslinux.cfg.txt: UpdatesGene Cumm2013-06-121-26/+39
| | * txt/syslinux.txt: synopsis, extlinux.sys, wrap long commandGene Cumm2013-06-121-6/+8
| | * txt/syslinux-cli.txt: Path rulesGene Cumm2013-06-121-0/+28
| | * txt/syslinux.cfg.txt: Add SENDCOOKIES, example configGene Cumm2013-06-101-0/+36
| | * txt/syslinux.cfg.txt: Add SYSAPPENDGene Cumm2013-06-101-3/+77
| | * doc/syslinux.txt: grammarGene Cumm2013-06-101-1/+1
| | * Fix SERIAL directive in docsGene Cumm2013-06-102-2/+2
* | | com32: Catch up with GCC changes to ctor/dtor funcsMatt Fleming2013-06-283-193/+8
* | | Makefile: make gpxe/ depend on core/Gene Cumm2013-06-271-0/+1
* | | bios, font: zero input registers to get fontsyslinux-6.01-pre4Matt Fleming2013-06-271-0/+2
* | | efi, tcp: fill out the IP TTL fieldMatt Fleming2013-06-261-0/+2
* | | efi, udp: fill out the IP TTL fieldsyslinux-6.01-pre3Matt Fleming2013-06-261-0/+1
* | | efi, udp: use single local port for each connectionsyslinux-6.01-pre2Matt Fleming2013-06-262-22/+55
* | | efi: there are no EFI installer componentsMatt Fleming2013-06-242-3/+1
* | | version: bump versionsyslinux-6.01-pre1Matt Fleming2013-06-241-1/+1
* | | load_linux: fallback to the BIOS linux loaderMatt Fleming2013-06-241-6/+5
* | | efi: Tag symbols with __exportMatt Fleming2013-06-212-2/+2
* | | efi: Export __bcopyxx_lenMatt Fleming2013-06-212-1/+2
* | | efi: delete unused varaiblessyslinux-6.00Matt Fleming2013-06-201-2/+0
* | | mk: stop complaining about unused parametersMatt Fleming2013-06-201-1/+2
* | | efi: return a value from sem_down()Matt Fleming2013-06-201-0/+1
* | | efi: provide prototype for load_env32()Matt Fleming2013-06-202-1/+3
* | | efi: fix a bunch of casting to different size warnings,Matt Fleming2013-06-201-4/+9
* | | efi: fix comparison between signed and unsigned typesMatt Fleming2013-06-201-8/+4
* | | efi: fix prototype of efi_erase()Matt Fleming2013-06-201-2/+1
* | | efi: forward declare 'struct semaphore'Matt Fleming2013-06-191-0/+1