summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | lwip:undiif: Use tcpip_input() rather than ethernet_input()/ip_input()Gene Cumm2011-10-131-2/+2
| | * | lwip: undiif: Fix debug option addressing in update_arp_entry()Gene Cumm2011-10-131-2/+2
| | * | lwip: undiif: Fix #error typoGene Cumm2011-10-131-1/+1
| | * | thread: allow marking invalid; allow for static mboxesH. Peter Anvin2011-10-113-2/+54
| | * | undiif: correct bogus dprintf() statementH. Peter Anvin2011-10-011-12/+12
| | * | core/debug.c: don't error out on !DEBUGH. Peter Anvin2011-06-271-0/+2
| | * | core: Add "dprint" facility to assemblyH. Peter Anvin2011-06-272-0/+25
| | * | sysappend: advance pointerH. Peter Anvin2011-06-271-1/+1
| | * | Merge commit 'syslinux-4.05-pre2' into lwipH. Peter Anvin2011-06-271-9/+15
| | |\ \
| | * | | pxe: be more verbose on unload failureH. Peter Anvin2011-05-132-2/+12
| | * | | pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin2011-05-093-29/+7
| | * | | pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-092-23/+15
| | * | | core: fix pc_setint16 and pc_setint32Sebastian Herbszt2011-05-091-2/+2
| | * | | pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-084-26/+35
| | * | | pxe, ftp: handle some DOS FTP stacks correctlyH. Peter Anvin2011-05-081-0/+1
| | * | | pxe, dns: add the local domain to unqualified hostnamesH. Peter Anvin2011-05-071-4/+12
| | * | | pxe, undiif: print UNDI information during initializationH. Peter Anvin2011-05-041-3/+3
| | * | | pxe, ftp: correct the handling of continuation linesH. Peter Anvin2011-05-031-7/+1