summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pxe: mark all PXE regions as SMT_TERMINALsyslinux-6.02-pre11Matt Fleming2013-07-241-17/+49
* tests: delete test executables after each runMatt Fleming2013-07-241-3/+1
* tests: unit tests for core/memMatt Fleming2013-07-246-1/+142
* tests: make mmap_entry globally available to unit testsMatt Fleming2013-07-247-25/+26
* mem: explicitly include dprintf.hMatt Fleming2013-07-241-0/+1
* mem: fix regression in recent memscan changessyslinux-6.02-pre10Matt Fleming2013-07-231-1/+1
* tests: delete tests before making releaseMatt Fleming2013-07-231-0/+5
* tests: Syslinux unit testsMatt Fleming2013-07-2318-2/+549
* tests: Regression testsuiteMatt Fleming2013-07-2319-2/+409
* derivative_info: be sure not to dereference pointerssyslinux-6.02-pre9Matt Fleming2013-07-223-15/+15
* Revert "Makefile.private: only delete mk/devel.mk for production releases"syslinux-6.02-pre8Matt Fleming2013-07-191-4/+3
* Merge branch 'pxe-dns-dotquad-for-mfleming' of git://github.com/geneC/syslinu...syslinux-6.02-pre7Matt Fleming2013-07-191-0/+35
|\
| * core/legacynet: Enable dot quad resolutionGene Cumm2013-07-181-0/+35
* | movebits: Handle arbitrary combinations of SMT_FREE and SMT_TERMINALsyslinux-6.02-pre6H. Peter Anvin2013-07-181-29/+13
* | zonelist: allow syslinux_memmap_type() to demote SMT_FREE to SMT_TERMINALH. Peter Anvin2013-07-171-5/+16
* | movebits: add an inline to test for SMT_FREE || SMT_TERMINALH. Peter Anvin2013-07-171-0/+5
* | movebits: allow allocation across region boundaryMatt Fleming2013-07-171-1/+16
* | PXELINUX: Add bios memscan functionMatt Fleming2013-07-171-0/+35
* | memscan: build a linked list of memory scannersMatt Fleming2013-07-175-129/+171
* | movebits: Add SMT_TERMINAL - a last resort region typeMatt Fleming2013-07-173-2/+3
* | memscan: pass enum syslinux_memmap_types aroundMatt Fleming2013-07-174-14/+18
* | movebits: Add syslinux_memmap_find()Matt Fleming2013-07-173-74/+84
* | zonelist: rename syslinux_memmap_find()...Matt Fleming2013-07-175-10/+10
* | Merge branch 'firmware' of git://daniel-baumann.ch/git/upstream/syslinux into...Matt Fleming2013-07-121-1/+1
|\ \
| * | Excluding git metadata files in release tarballs.Daniel Baumann2013-07-121-1/+1
* | | efi, udp: implement receive timeoutsyslinux-6.02-pre5Matt Fleming2013-07-121-1/+16
|/ /
* | Makefile.private: only delete mk/devel.mk for production releasessyslinux-6.02-pre4Matt Fleming2013-07-121-3/+4
* | NEWS: Mention fixing of make targetsMatt Fleming2013-07-121-0/+3
* | cmenu: only the spotless target should delete *.c32Matt Fleming2013-07-121-3/+3
* | Makefile: add netinstall target for efiMatt Fleming2013-07-121-2/+10
* | Makefile: explicitly reference ldlinux.*Matt Fleming2013-07-111-1/+1
* | efi: 'install' target shouldn't depend on 'all'Matt Fleming2013-07-111-1/+1
* | efi: restore console before invoking handover_boot()syslinux-6.02-pre3Matt Fleming2013-07-091-0/+1
* | efi: setup ramdisk before invoking handover protocolMatt Fleming2013-07-091-3/+3
* | efi: Convert printf() to Print()Matt Fleming2013-07-091-1/+1
* | NEWS: Catch up with recent changes in 6.02syslinux-6.02-pre2Matt Fleming2013-07-081-0/+5
* | Merge branch 'kernel-loader' into for-hpa/elflink/firmwareMatt Fleming2013-07-087-234/+476
|\ \
| * | efi, console: save/restore attributes before exitingMatt Fleming2013-07-083-1/+32
| * | efi: move all screen twiddling to setup_screen()Matt Fleming2013-07-082-6/+4
| * | efi: only want one linux_header variableMatt Fleming2013-07-081-17/+23
| * | efi: update the correct linux_header pointer for cmdlineMatt Fleming2013-07-081-1/+1
| * | efi: get rid of _bp variableMatt Fleming2013-07-081-24/+23
| * | efi: refactor into smaller functionsMatt Fleming2013-07-081-170/+225
| * | efi: implement Linux kernel handover protocol supportMatt Fleming2013-07-085-6/+150
| * | efi: try harder to boot non-relocatable kernelsMatt Fleming2013-07-081-8/+8
| * | efi: Support booting 32-bit kernels from 64-bit EFIMatt Fleming2013-06-254-65/+74
* | | Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-0819-112/+227
|\ \ \ | | |/ | |/|
| * | Merge branch 'dynamic-debug' into elflinksyslinux-5.11-pre8Matt Fleming2013-07-0510-6/+182
| |\ \
| | * | mk: enable dynamic debug supportMatt Fleming2013-07-051-0/+1
| | * | debug.c32: Dynamically enable/disable debug code at runtimeMatt Fleming2013-07-057-3/+178