summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | pxe: Fix interrupt unmaskingH. Peter Anvin2012-03-301-5/+6
| | * | thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-304-3/+44
| | * | pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2012-03-302-10/+49
| | * | lwipopts.h: Bump the priority of the tcpip_threadH. Peter Anvin2012-03-301-1/+1
| | * | pxe: Unmask the cascade if applicable, handle bad IRQ numbersH. Peter Anvin2012-03-301-12/+25
| | * | idle_thread: safer interrupt handlingH. Peter Anvin2012-03-271-3/+3
| | * | lwip:undiif: Add interface with tcpip_input() callbackGene Cumm2011-10-131-1/+1