summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-285-42/+66
|\
| * PXELINUX: implement our own version of local_boot16Matt Fleming2013-06-263-6/+66
| * core: remove unused header file vkernel.incH. Peter Anvin2013-06-242-36/+0
* | bios, font: zero input registers to get fontsyslinux-6.01-pre4Matt Fleming2013-06-271-0/+2
* | efi, udp: use single local port for each connectionsyslinux-6.01-pre2Matt Fleming2013-06-261-0/+1
* | efi: Export __bcopyxx_lenMatt Fleming2013-06-211-1/+1
* | efi: provide prototype for load_env32()Matt Fleming2013-06-201-0/+2
* | ldlinux: fix definition of 'Hidden'Matt Fleming2013-06-191-1/+1
* | isolinux: fix type declarationsMatt Fleming2013-06-191-2/+2
* | isolinux: use parenthesis to clarify operator precedenceMatt Fleming2013-06-191-1/+1
* | bios: fix definition of 'bios_free_mem'Matt Fleming2013-06-191-1/+1
* | ipappend: delete .ipappend_strings()Matt Fleming2013-06-191-25/+0
* | firmware: correct the get_cursor() argument typesMatt Fleming2013-06-191-1/+1
* | efi: Turn on symbol export whitelistMatt Fleming2013-06-194-4/+4
* | efi: Mark global BIOS-only symbols as __weakMatt Fleming2013-06-191-4/+10
* | Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming2013-06-176-39/+78
|\ \ | |/
| * PATH: use a linked list internallysyslinux-5.11-pre1Matt Fleming2013-06-134-25/+55
| * font: write to 'fontbuf', not random memoryMatt Fleming2013-06-041-3/+1
| * serial: Clean up and abstract handling of serial portsH. Peter Anvin2013-05-311-1/+16
| * font: load data as a single blockH. Peter Anvin2013-05-311-11/+7
| * font: increment pointer to fontbuf by font heightMatt Fleming2013-05-291-1/+1
* | ldlinux: use platform filename extensionMatt Fleming2013-05-162-6/+5
* | efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-2311-555/+589
* | Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming2013-04-118-81/+88
|\ \ | |/
| * pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-288-81/+88
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-22201-1461/+68979
|\ \ | |/
| * pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2Matt Fleming2013-03-201-1/+1
| * Partially revert "pxe: Pass absolute path to pxe_chdir()"Matt Fleming2013-03-111-16/+27
| * net: Return of the legacy network stackMatt Fleming2013-03-0614-175/+1125
| * lwip: Fix use-after-free memory corruptionMatt Fleming2013-02-261-0/+1
| * pxe: Handle closing file with NULL ->inodeMatt Fleming2013-02-261-0/+3
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-26194-1515/+67990
| |\
| | * pxe: use core for atomic modification of certain volatilessyslinux-4.10-pre22lwipH. Peter Anvin2012-05-292-3/+3
| | * pxe: force polling on if we receive no interruptsH. Peter Anvin2012-05-292-5/+24
| | * pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-293-11/+39
| | * pxe: drop the maximum spurious interrupt to 100 in a timer tickH. Peter Anvin2012-05-291-1/+1
| | * pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-292-10/+74
| | * Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-29114-7889/+12485
| | |\
| | | * core/pxe: lwip semaphore changesGene Cumm2012-04-273-29/+80
| | | * core/pxe: lwip changes to netconn_recvGene Cumm2012-04-272-6/+7
| | | * core/lwip: update to lwIP-1.4.0Gene Cumm2012-04-26109-7854/+12398
| | * | pxe, ftp: Change anonymous password to syslinux@H. Peter Anvin2012-04-261-1/+1
| | * | lwip: Add return address to LWIP_PLATFORM_ASSERT()syslinux-4.10-pre20H. Peter Anvin2012-04-261-1/+1
| | * | pxe: Remove stray debugging messageH. Peter Anvin2012-04-261-2/+1
| | * | pxe, tftp: Handle block number wraparoundH. Peter Anvin2012-04-261-1/+1
| | * | pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-262-2/+1
| | * | pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin2012-04-261-20/+37
| | * | lwipopts: increase the number of netbufsH. Peter Anvin2012-04-261-0/+1
| | |/
| | * Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-305-1/+1973
| | |\
| | * | pxe: Make the ISR poll routine a bit sanerH. Peter Anvin2012-03-301-2/+5