summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | core, bios: Incorrect detection of EDD in /core/fs/diskio_bios.csyslinux-6.03-pre3Andy Alex2014-02-261-0/+2
* | Merge branch 'syslinux-5.xx'H. Peter Anvin2014-02-261-3/+3
|\ \ | |/ |/|
| * bios: Don't truncate memory size needed to 16 bitssyslinux-5.xxH. Peter Anvin2014-02-261-1/+1
| * bios: Fix lowmem checkH. Peter Anvin2014-02-261-2/+2
* | pxe: Export the initial stack and PXE(NV) structure, fix pxechnH. Peter Anvin2014-02-133-9/+24
* | Merge remote-tracking branch 'origin/rockridge'H. Peter Anvin2014-02-124-4/+655
|\ \
| * | iso9660.c did not copy terminating 0 of Rock Ridge namerockridgeThomas Schmitt2013-04-251-1/+1
| * | iso9660: use generic get_le32() accessor in SUSP/Rock Ridge codeH. Peter Anvin2013-04-021-12/+7
| * | iso9660: read littleendian ISO 9660/SUSP numbersH. Peter Anvin2013-04-021-9/+6
| * | iso9660: Avoid arbitrarily large malloc()sThomas Schmitt2013-04-021-0/+4
| * | iso9660: Add support for Rock Ridge filenamesThomas Schmitt2013-03-314-4/+659
* | | Merge branch 'syslinux-5.xx' into master; fixes loadkeysGene Cumm2014-01-251-1/+1
|\ \ \ | | |/ | |/|
| * | Add const qualifiers to loadleysGene Cumm2014-01-251-1/+1
* | | mem: Calling int15 for 0x8800Erwan Velu2014-01-231-0/+1
* | | com32sys_t inreg shall be zeroified prior intcallErwan Velu2014-01-228-0/+35
* | | Merge remote-tracking branch 'origin/syslinux-5.xx'H. Peter Anvin2014-01-211-0/+1
|\ \ \ | |/ /
| * | localboot: Clear register image before usingH. Peter Anvin2014-01-211-0/+1
| * | core/legacynet: Enable dot quad resolutionGene Cumm2014-01-081-0/+35
* | | isolinux: Shorten a few of the debug messagesH. Peter Anvin2014-01-021-2/+2
* | | Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin2013-12-111-35/+11
|\ \ \ | |/ /
| * | pxe, efi: Bad read of file size over TFTP on EFI64Celelibi2013-12-111-35/+11
* | | pxe: Make the SENDCOOKIES feature for HTTP worked againRussel Santillanes2013-12-061-1/+1
* | | Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin2013-11-261-1/+1
|\ \ \ | |/ /
| * | isolinux: Clear upper half of EDX before usingH. Peter Anvin2013-11-261-1/+1
| * | PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2013-09-301-1/+21
* | | core: don't leak the __lowmem and __bss16 macros to modulesH. Peter Anvin2013-10-172-3/+5
* | | Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-3016-69/+204
|\ \ \
| * | | PXE ISR: Force polling on select hardware WORKAROUNDGene Cumm2013-09-231-0/+20
| |/ /
| * | core/lwip: Fix NULL pointer checkGene Cumm2013-09-231-1/+1
| * | PXE: use ddprintf macroGene Cumm2013-09-233-26/+26
| * | PXELINUX: specify PXE/lwIPGene Cumm2013-09-232-2/+8
| * | undiif: show thread of execution on UNDIIF_ID_DEBUGGene Cumm2013-09-231-3/+7
| * | core: dprintf() the banner.Gene Cumm2013-09-231-0/+2
| * | PXELINUX: Use sendto() instead of connect()/send()/disconnect()Gene Cumm2013-09-234-8/+94
| * | core: make mbox_post()/__sem_down_slow() check if validGene Cumm2013-08-032-2/+2
| * | core: mbox/semaphore NULL checksGene Cumm2013-08-035-24/+41
| * | core/lwip/undi: Improve UNDIIF_ID_DEBUG messagesGene Cumm2013-08-031-8/+9
* | | pxe, ftp: Don't convert an IP address to host byte orderH. Peter Anvin2013-08-311-1/+1
* | | Merge branch 'elflink-undi-debug-for-mfleming' of git://github.com/geneC/sysl...syslinux-6.02-pre13Matt Fleming2013-07-264-44/+296
|\ \ \ | |/ /
| * | Allow for UNDIIF_ID_DEBUG in 1 mk linesyslinux-5.11-pre9Gene Cumm2013-07-201-1/+1
| * | core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debugGene Cumm2013-07-202-1/+220
| * | lwip/undiif: split arphdr._hwlen_protolenGene Cumm2013-07-131-5/+7
| * | lwip: Allow LWIP_PLATFORM_* output to use dprintfGene Cumm2013-07-121-2/+12
| * | lwip: undiif: Fix debug options to unique *_DEBUG macrosGene Cumm2013-07-122-35/+56
* | | video.h: we need one syslinux_force_text_mode() prototypeMatt Fleming2013-07-267-2/+6
* | | pxe: use bios_fbm() and real_base_mem to calculate free spaceMatt Fleming2013-07-251-47/+7
* | | pxe: mark all PXE regions as SMT_TERMINALsyslinux-6.02-pre11Matt Fleming2013-07-241-17/+49
* | | tests: unit tests for core/memMatt Fleming2013-07-243-1/+137
* | | 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